@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Coalition';
    src: url('../fonts/Coalition.woff2') format('woff2'),
        url('../fonts/Coalition.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
:root{
    --normalFonts:"Work Sans", sans-serif;
    --headingFonts:"Audiowide", sans-serif;
    --theemColorOne:#000000;
    --theemColorTwo:#E60012;
    --theemColorThree:#2E2C2D;
    --theemColorFour:#ffffff;
}
*{padding: 0;margin: 0;}
html {scroll-behavior: smooth;}
body {margin: 0;padding: 0;font-family: var(--normalFonts);}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: var(--headingFonts);
    font-weight: 800;
	letter-spacing: -2px
}
p{padding: 0; margin-bottom:10px;font-family: var(--normalFonts);font-size: 17px;color: var(--theemColorOne);}
img{max-width: 100%;border: none;}
a{text-decoration: none;outline: none !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
button:focus{box-shadow: none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
ul{padding: 0;margin: 0;list-style-type: none;}
li{padding: 0;margin: 0;}
.p-80{padding: 80px 0;}
.p-50{padding: 50px 0;}
.card, .card-header, .card-body, .card-footer{padding: 0;margin: 0;border: 0;border-radius: 0;background-color: transparent;}
.btn {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid;
    padding: 7px 26px;
}
.btn-primary{
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}
.btn1 {
	position: relative;
	display: inline-flex;
	background-color: var(--theemColorTwo);
	color: var(--theemColorFour);
	transition: all 0.5s ease-out;
	border-radius: 30px;
	padding: 16px 28px 16px 58px;
	align-items: center;
    font-size: 17px;
    font-weight: 600;
}
.btn1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(42px, 100%, 42px);
	height: 42px;
	background-color: var(--theemColorFour);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translate(8px, 7px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(../images/arrow-top1.png);
    transition: all 0.5s ease-out;
}
.btn1:hover::before{
    transform: translate(8px, 7px) rotate(45deg);
}
.btn1:hover{
    background-color: var(--theemColorThree);
}
.btn1.btn2{
    background-color: var(--theemColorThree);
}
.btn1.btn2:hover{
    background-color: var(--theemColorTwo);
}
.btn02 {
    border: 1.5px solid var(--theemColorOne);
    background-color: transparent;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
    color: var(--theemColorOne);
    padding: 10px 50px 10px 30px;
    display: inline-block;
    position: relative;
}
.btn02:hover{
    background-color: var(--theemColorOne);
    color: var(--theemColorFour);
}
.btn02::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow-top1.png);
    transform: translate(-20px, 16px);
}
.btn02:hover::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7428%) hue-rotate(253deg) brightness(120%) contrast(107%);
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    display: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    width: clamp(46px, 100%, 46px);
    height: 46px;
    border: 1px solid var(--theemColorOne) !important;
    border-radius: 50% !important;
    position: relative;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
    background-color: var(--theemColorOne) !important;
}
.owl-nav .owl-prev::before, .owl-nav .owl-next::before{
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../images/angel-one.png);
}
.owl-nav .owl-prev::before{
    transform: rotate(180deg);
}
.owl-nav .owl-prev:hover::before, .owl-nav .owl-next:hover::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7428%) hue-rotate(253deg) brightness(120%) contrast(107%);
}
/*-- webtext area start --*/
.webtext h2, .webtext h3{
    color: var(--theemColorOne);
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
}
.webtext p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--theemColorOne);
}
/*-- webtext area stop --*/
/*-- banner slider start --*/
#sync1 .item {
    background: #0c83e7;
    height: 850px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#sync1 .item .banner-content-wapper{
    width: min(100%, 580px);
}
#sync1 .item .banner-content-wapper h3 {
	text-transform: uppercase;
	font-size: 80px;
	line-height: normal;
	color: var(--theemColorFour);
	margin-bottom: 20px;
}
#sync1 .item .banner-content-wapper p{
    color: var(--theemColorFour);
    font-size: 20px;
    line-height: normal;
}
#sync1 .item .banner-content-wapper .btn1 {
	margin-top: 40px;
}
.sync2 .item {
    margin: 5px 2.5px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
    cursor: pointer;
}
.sync2 .item .content-box {
	height: 100%;
	background-color: #231F20;
	text-align: center;
	padding: 30px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.sync2 .item:hover .content-box{
    opacity: 1;
}
.sync2 .item .content-box h3 {
	color: var(--theemColorTwo);
	font-size: 28px;
	line-height: 38px;
	margin: 0;
	padding: 10px 0;
}
.sync2 .item .content-box h3 a {
	color: var(--theemColorTwo);
	
}
.sync2 .item .content-box h5, .sync2 .item .content-box h6{
    font-size: 20px;
    font-family: var(--normalFonts);
    color: var(--theemColorFour);
    text-transform: uppercase;
    position: relative;
}
.sync2 .item .content-box h5 span, .sync2 .item .content-box h6 span {
	background-color: #231F20;
	position: relative;
	padding: 0 15px;
}
.sync2 .item .content-box h5::before, .sync2 .item .content-box h6::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #323232;
	transform: translateY(12px);
}
.sync2 .item .content-box h6{
    color: #BFBDBD;
    font-size: 17px;
    font-weight: 400;
}
.owl-theme .owl-nav [class*='owl-'] {
	 transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	 background-color: #d6d6d6;
}
#sync1.owl-theme {
	 position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
	 width: 22px;
	 height: 40px;
	 margin-top: -20px;
	 position: absolute;
	 top: 50%;
}
#sync1.owl-theme .owl-prev {
	 left: 10px;
}
#sync1.owl-theme .owl-next {
	 right: 10px;
}
#sync1.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
}
#sync1.owl-theme .owl-dots .owl-dot span {
    border: 1.5px solid var(--theemColorFour);
    background-color: transparent;
    margin: 4px;
}
#sync1.owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--theemColorFour);
}
.product-area.sync2{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
.product-area.sync2 .item:first-child .content-box{
	display:none!important;
}
.product-area.sync2 .item:last-child .content-box{
	display:none!important;
}
.sync2 .item .content-box {
    opacity: 1;
}
.breadcrumb {
    display: none!important;
}
/*-- banner slider stop --*/
/*-- header area start --*/
.header-area {
	background-color: rgb(0 0 0 / 60%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-body .logo{
    width: min(100%, 210px);
}
.header-body .logo img{
    width: 100%;
    object-fit: cover;
}
.navigation {
    width: auto;
	display: table;
	position: relative;
	font-family: inherit;
	background-color: transparent;
}
.nav-menu{
    margin: 0;
}
.nav-menu > li > a {
	padding: 30px 0;
	display: inline-block;
	font-size: 16px;
	color: var(--theemColorFour);
	font-weight: 500;
    text-transform: uppercase;
    height: auto;
    transition: all 0.5s ease-out;
}
.nav-menu > li.active > a, .nav-menu > li > a:hover{
    color: var(--theemColorTwo);
}
.nav-menu > li {
    display: inline-block;
    float: none;
    margin-right: 16px;
}
.nav-menu > li:last-child{
    margin-right: 0;
}
.header-area.fix{
    position: fixed;
    background-color: var(--theemColorOne);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/*-- header area stop --*/
/*-- product area start --*/
.product-area .webtext{
    text-align: center;
    margin-bottom: 24px;
}
.nav-tabs{
    border-bottom: 0;
}
.nav-tabs .nav-link {
	border: none;
	position: relative;
	font-size: 18px;
    color: var(--theemColorOne);
	text-transform: uppercase;
}
.nav-tabs .nav-link::after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(10px);
    color: var(--theemColorOne);
}
.nav-tabs .nav-link:last-child::after{
    display: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active{
    color: var(--theemColorTwo);
}
.product-area .nav-tabs{
    margin-bottom: 40px;
}
.product-card .img-box img{
    width: auto;
    height: 334px;
    margin: 0 auto;
}
.product-card .content-box {
    text-align: center;
    padding-top: 16px;
}
.product-card .content-box h4 {
    font-family: var(--normalFonts);
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
    color: var(--theemColorOne);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-card .content-box p{
    width:min(100%, 424px);
    margin: 0 auto 24px;
    color: var(--theemColorOne);
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
	display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-area .owl-carousel{
    position: relative;
}
.product-area .owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(200px);
}
.product-area .owl-carousel .owl-nav .owl-prev{
    transform: translateX(-40px);
}
.product-area .owl-carousel .owl-nav .owl-next{
    transform: translateX(40px);
}
/*-- product area stop --*/
/*-- thirdSection area start --*/
.thirdSection-area{
    
}
.thirdSection-area .content-box {
    text-align: center;
    padding: 60px;
}
.thirdSection-area .listing-wapper {
    background-color: var(--theemColorThree);
    align-items: center;
    flex-direction: row-reverse;
}
.thirdSection-area .listing-wapper:nth-of-type(2n){
    flex-direction: row;
    background-color: var(--theemColorFour);
}
.thirdSection-area .listing-wapper .imgBox img{
    width: 100%;
    object-fit: cover;
}
.thirdSection-area .content-box h3 {
    color: var(--theemColorFour);
    font-size: 50px;
    line-height: normal;
    margin-bottom: 20px;
}
.thirdSection-area .content-box p{
    color: var(--theemColorFour);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 32px;
}
.thirdSection-area .listing-wapper:nth-of-type(2n) .content-box h3, .thirdSection-area .listing-wapper:nth-of-type(2n) .content-box p{
    color: var(--theemColorOne);
}
/*-- thirdSection area stop --*/
/*-- forthSection area start --*/
.forthSection-area .webtext{
    width: min(100%, 825px);
    margin: 0 auto;
    text-align: center;
}
.forthSection-area .webtext h2{
    margin-bottom: 20px;
}
.forthSection-area .webtext p{
    width: min(100%, 763px);
}

.threesixty-image-rotate {
    background: #FFFFFF;
}

.threesixty-image-rotate .loading-spinner {
    display: block;
    position: absolute;
    z-index: 10000;
    background: #FFFFFF;
    opacity: 0.5;
}

.threesixty-image-rotate .loading-spinner:after {
    display: block;
    background-image: url("images/icons/loading.gif");
    background-size: contain;
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

.threesixty-image-rotate .images-display:hover {
    cursor: grab;
}

.threesixty-image-rotate .images-display .images-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.threesixty-image-rotate .images-display .images-list .images-display {
    display: none;
}

.threesixty-image-rotate .images-display .images-list .images-display img {
    width: 100%;
    height: auto;
}

.forthSection-area .active {
    display: block !important;
}
.threesixty-image-rotate .navigation-bar-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
}
.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 1px;
	background-size: contain;
    position: relative;
    background-color: #E9E9E9;
    border-radius: 50%;
    transition: all 0.5s ease-out;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
}
.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div:hover {
    cursor: pointer;
}
.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-next {
    background-image: url(../images/angel-one.png);
    transform: translateX(60px);
}
.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-previous {
	background-image: url(../images/angel-one.png);
	transform: translateX(-60px) rotate(180deg);
}
.navigation-bar-play, .navigation-bar-resize {
	display: none !important;
}

@media screen and (max-width: 991px) {
    .forthSection-area .active {
        display: block !important;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
        width: 100px;
        margin: auto;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
        display: none;
    }
}
.threesixty-image-rotate::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/360deg-img-shape.png);
    bottom: 0;
    left: 0;
    transform: translateY(50px);
}
/*-- forthSection area stop --*/
/*-- fiveSection area start --*/
.fiveSection-area{
    background-image: url(../images/section-five-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fiveSection-area .webtext{
    width: min(100%, 1130px);
    margin: 0 auto;
    text-align: center;
}
.fiveSection-area .webtext h3 {
    color: var(--theemColorFour);
    margin-bottom: 24px;
}
.fiveSection-area .webtext p{
    color: var(--theemColorFour);
    margin-bottom: 56px;
}
/*-- fiveSection area stop --*/
/*-- sixSection area start --*/
.sixSection-area .webtext{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sixSection-area .webtext br{
	display:none;
}
.sixSection-area .webtext h3{
    width: min(100%, 340px);
}
.sixSection-area .webtext p{
    width: min(100%, 410px);
    margin: 0;
}
.sixSection-area .row{
    flex-direction: row-reverse;
}
.sixSection-area .left-box .listing-box {
    margin-bottom: 20px;
    opacity: 0.5;
    transition: all 0.6s ease-out;
	cursor: pointer;
}
.sixSection-area .left-box .listing-box.active{
    opacity: 1;
}
.sixSection-area .left-box .listing-box h4{
    color: var(--theemColorTwo);
    font-size: 26px;
    line-height: normal;
    margin-bottom: 8px;
}
.sixSection-area .left-box .listing-box p {
    color: var(--theemColorOne);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.sixSection-area .left-box {
    height: 445px;
    overflow: auto;
    margin-bottom: 24px;
    padding-right: 10px;
}
.sixSection-area .left-box::-webkit-scrollbar-track{
	background-color: #EEEEEE;
    border-radius: 20px;
}
.sixSection-area .left-box::-webkit-scrollbar{
	width: 7px;
	background-color: #EEEEEE;
    border-radius: 20px;
}
.sixSection-area .left-box::-webkit-scrollbar-thumb{
	background-color: var(--theemColorTwo);
    border-radius: 20px;
}
.sixSection-area .swiper {
  width: 400px;
  height: 500px;
}
.sixSection-area .swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  user-select: none;
}
.sixSection-area .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sixSection-area .swiper-cards .swiper-slide {
    opacity: 0.6;
    transition: all 0.6s ease-out;
}
.sixSection-area .swiper-cards .swiper-slide.swiper-slide-active{
    opacity: 1;
}
/*-- sixSection area stop --*/
/*-- footer area start --*/
.footer-body-wrapper{
    background-image: url(../images/section-five-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}
.footer-body-wrapper .footer-logo {
    width: min(100%, 210px);
    margin-bottom: 32px;
}
.footer-body-wrapper .footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-body-wrapper .footer-social {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}
.footer-body-wrapper .footer-social li {
    display: contents;
}
.footer-body-wrapper .footer-social li:last-child{
    margin-right: 0;
}
.footer-body-wrapper .footer-social li a {
    width: clamp(40px, 100%, 40px);
    height: 40px;
    border: 1px solid var(--theemColorFour);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
    border-radius: 50%;
    font-size: 16px;
    color: var(--theemColorFour);
}
.footer-body-wrapper .footer-social li a:hover{
    border-color: var(--theemColorTwo);
    background-color: var(--theemColorTwo);
    color: var(--theemColorFour);
}
.footer-body-wrapper .footer-nav ul li {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    display: inline-block;
}
.footer-body-wrapper .footer-nav ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 68%;
    background-color: var(--theemColorFour);
    transform: translateY(4px);
}
.footer-body-wrapper .footer-nav ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.footer-body-wrapper .footer-nav ul li:last-child::after{
    display: none;
}
.footer-body-wrapper .footer-nav ul li a{
    color: var(--theemColorFour);
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
}
.footer-body-wrapper .footer-nav ul li a:hover{
    color: var(--theemColorTwo);
}
.footer-body-wrapper .footer-nav{
    margin-bottom: 40px;
}
.footer-body-wrapper .footer-nav ul{
    display: flex;
    justify-content: end;
}
.footer-body-wrapper .footer-subscription-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-body-wrapper .footer-subscription-box h6{
    width: min(100%, 231px);
    color: var(--theemColorFour);
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
}
.footer-subscription-box .subscription-form {
    border: 1px solid #6c6c6c;
    width: min(100%, 350px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 5px;
}
.footer-subscription-box .subscription-form .form-control {
    border: none;
    background-color: transparent;
    width: min(100%, 90%);
    height: 40px;
    outline: none;
    color: var(--theemColorFour);
    font-size: 15px;
}
.footer-subscription-box .subscription-form .form-control::placeholder{
    color: #6c6c6c;
    font-size: 15px;
}
.footer-subscription-box .subscription-form .form-control:focus{
    box-shadow: none;
}
.footer-subscription-box .subscription-form .btn-submit {
    width: clamp(40px, 100%, 40px);
    height: 40px;
    background-color: var(--theemColorTwo);
    border: 1px solid var(--theemColorTwo);
    color: var(--theemColorFour);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.5s ease-out;
}
.footer-subscription-box .subscription-form .btn-submit:hover{
    border-color: var(--theemColorFour);
    background-color: var(--theemColorFour);
    color: var(--theemColorTwo);
}
.copyright{
    padding: 15px 0;
    text-align: center;
    background-color: var(--theemColorTwo);
    color: var(--theemColorFour);
    font-size: 16px;
    font-weight: 400;
}
.copyright a{
    font-weight: 500;
    color: var(--theemColorFour);
}
/*-- footer area stop --*/

/*-- wheretobuy area start --*/
.wheretobuy-area .map-box{
    width: min(100%, 603px);
    margin: 0 auto 50px;
}
.wheretobuy-area .map-box img{
    width: 100%;
    object-fit: cover;
}
.listing-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* optional */
}
.wheretobuy-card {
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.5s ease-out;
    cursor: pointer;

}
.wheretobuy-card:hover, .wheretobuy-card.active{
    border-color: var(--theemColorTwo);
    background-color: var(--theemColorTwo);
}
.wheretobuy-card h4{
    font-size: 22px;
    font-family: var(--normalFonts);
    line-height: normal;
    text-transform: uppercase;
    color: var(--theemColorOne);
    margin-bottom: 16px;
    transition: all 0.5s ease-out;
}
.wheretobuy-card:hover h4, .wheretobuy-card.active h4{
    color: var(--theemColorFour);
}
.wheretobuy-card .media{
    margin-bottom: 8px;
}
.wheretobuy-card .media .media-icon{
    width: min(100%, 34px);
    height: 34px;
    border-radius: 50%;
    border: 1px solid #585858;
    padding: 8px;
    transition: all 0.5s ease-out;
}
.wheretobuy-card .media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wheretobuy-card .media .media-body {
    padding-left: 8px;
    color: var(--theemColorOne);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.wheretobuy-card .media .media-body a{
   color: var(--theemColorOne);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5; 
}
.wheretobuy-card:hover .media .media-icon, .wheretobuy-card.active .media .media-icon{
    border-color: var(--theemColorFour);
}
.wheretobuy-card:hover .media .media-body, .wheretobuy-card:hover .media .media-body a, .wheretobuy-card.active .media .media-body, .wheretobuy-card.active .media .media-body a{
    color: var(--theemColorFour);
}
.wheretobuy-card:hover .media .media-icon img, .wheretobuy-card.active .media .media-icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(215deg) brightness(107%) contrast(101%);
}
.where-to-buy-modal .modal-body{
    padding: 50px;
    position: relative;
}
.where-to-buy-modal .modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000000;
}
.where-to-buy-modal .modal-body .heading-box h4{
    text-transform: uppercase;
    color: var(--theemColorOne);
    font-size: 48px;
}
.listing-address .icon {
    width: min(100%, 32px);
    height: 32px;
    border: 1px solid var(--theemColorOne);
    padding: 8px;
    border-radius: 50%;
}
.listing-address .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.listing-address .listing-body {
    color: var(--theemColorOne);
    font-size: 15px;
    font-weight: 400;
    padding-left: 12px;
}
.listing-address .listing-body a{
    color: var(--theemColorOne);
    font-size: 15px;
    font-weight: 400; 
}
.where-to-buy-modal .modal-body .listing-address{
    margin-bottom: 8px;
}
.where-to-buy-modal .modal-body .listing-address:last-child{
    margin-bottom: 0;
}
.where-to-buy-modal .modal-body .heading-box {
    border-bottom: 1px dashed var(--theemColorOne);
    padding-bottom: 24px;
    margin-bottom: 34px;
}
.where-to-buy-modal .modal-body .imgBox img{
    width: 100%;
    object-fit: cover;
}
/*-- wheretobuy area stop --*/


/* ======================================================================= */
    /*  contact_ban start */
/* ======================================================================= */
/* .contact_ban {
    width: 100%;
    padding: 80px 0;
    height: 100%;
    min-height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
} 
.contact_ban:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
}
.inner_header .headerarea {
    position: relative;
}
.webtext h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 15px;
}
.breadcrumb {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}*/


/* ======================================================================= */
    /*  contact_ban start */
/* ======================================================================= */
.contact_ban {
    width: 100%;
    padding: 80px 0;
    height: 100%;
    min-height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

/*.contact_ban:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
}*/

.inner_header .headerarea {
    position: relative;
}

.webtext h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 15px;
}

.breadcrumb {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* ======================================================================= */
    /* contact_us start */
/* ======================================================================= */
.contact_us { width: 100%; background-color: var(--white); }
.contact_us .webtext h4 {
    color: var(--theemColorOne);
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 15px;
}

.contact_left { width: 100%; }
.contactbox {
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.contactleft { width: 98%; padding: 35px 30px; }
.contact_us p {  margin-bottom: 20px; }
.contactleft .form-group { margin-bottom: 25px; }
.contactleft .form-group label { margin-bottom: 5px; color: #000; font-weight: 500; font-size: 15px; }
.contactleft .form-control, .contactleft .form-select { font-family: var(--normalFonts); font-size: 17px; font-weight: 400; color: #000; height: 52px; border: none; border-bottom: 1px solid #ced4da; border-radius: 0px; padding: 5px 15px; }
.contactleft textarea.form-control { min-height: 130px; resize: none; padding: 15px !important; }
.contactleft .form-control:focus, .contactleft .form-select:focus { box-shadow: none; border-color: var(--deep-green); }
.contactleft .btn1 { border: none; padding: 12px 28px;}
.form-control::placeholder { color: #000; }

/**/
.contactright {
    background-color: #2B2A29;
    height: 100%;
    padding: 40px 30px;
    border-radius: 0 20px 20px 0;
}
.contactright .webtext h4 {
    font-family: var(--headingFonts);
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.contactright h4 { font-size: 24px; color: #fff; font-weight: 600; margin-bottom: 25px; }
.contactright p {
    margin-bottom: 25px;
    color: #ffffff;
}
.contactright .counter {
    border-bottom: 1px solid #ffffff70;
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 0;
    padding: 15px 0;
}
.contactright .counter img {
    max-width: 20px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(0%) hue-rotate(120deg) brightness(88%) contrast(100%);
}
.contactright .counter:last-child { border-bottom: none; }
.contactright .counter-img {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
}
.contactright .counter-body h5 {
    font-family: var(--normalFonts);
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}
.contactright .counter-body h6, .contactright .counter-body h6 a { font-family: var(--normalFonts); font-size: 18px; font-weight: 400; color: #fff; line-height: normal; }
.contact_btm h5 { font-size: 18px; color: #fff; }

.footer-social { display: flex; justify-content: flex-start; position: relative; overflow: hidden;  margin-top: 25px;}
.footer-social li { margin: 0px 4px; width: auto !important; }
.footer-social li a {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px;
    color: #fff !important;
    transition: 0.5s;
    text-decoration: none;
    border: 1px solid #fff;
}

.footer-social li a:before { display: none; }
.footer-social li a:hover { background-color: var(--theme-color); color: #fff !important; border-color: #6ea3e0; }

/**/
.map {  line-height: 0; margin-top: -100px;}
.maparea iframe { width: 100%; height: 700px; border: none; line-height: 0; filter: grayscale(100%) contrast(120%);
    -webkit-filter: grayscale(100%) contrast(120%);}


/* ======================================================================= */
    /* mk_details start */
/* ======================================================================= */
.mk_details {
    width: 100%;
}

.gallery {
    width: 100%;
    margin: 0 auto;
}

/* Main Slider */
.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
	overflow: hidden;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
    border: 1px solid #767676;
    border-radius: 15px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    border-radius: 15px;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
	position: relative;
}

.gallery-thumbs .swiper-slide {
    width: 170px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #BABABA;
    border-radius: 10px;
    opacity: 0.8;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.mk_details .swiper-button-next:after, .mk_details .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: 0.6s;
}

.mk_details .swiper-button-next, .mk_details .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: 0.6s;
}
.mk_details .swiper-button-next {
    transform: translate(-8px, 5px);
}
.mk_details .swiper-button-prev {
    transform: translate(8px, 5px);
}
/* .mk_details .swiper-button-next:hover, .mk_details .swiper-button-prev:hover {
    background-color: var(--theemColorTwo);
} */

.mk_details .swiper-button-next:hover:after, .mk_details .swiper-button-prev:hover:after {
    color: var(--theemColorTwo);
}

.mk_details .webtext {
    width: 92%;
    margin-left: auto;
}

.mk_details .webtext p {
    margin: 15px 0 30px;
}
.gallery-thumbs .swiper-slide {
    transition: 0.3s;
}

/* 👉 center active */
.gallery-thumbs .swiper-slide.center-active {
    border: 1px solid red;
}
/* ======================================================================= */
    /* tab_area start */
/* ======================================================================= */
.tab_area {
    width: 100%;
    padding: 0 0 140px;
}

.tab_area .nav-pills {
    background-color: #F4F3F3;
    padding: 15px;
    border-radius: 15px;
}

.tab_area .nav {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.tab_area .nav-link {
    font-family: var(--headingFonts);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
    padding: 0.5rem 25px;
    position: relative;
}

.tab_area .nav-link:before {
    content: "";
    position: absolute;
    top: 13px;
    right: -13px;
    width: 13px;
    height: 13px;
    background-image: url(../images/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tab_area .nav-link:last-child:before {
    display: none;
}

.tab_area .nav-pills .nav-link.active, .tab_area .nav-pills .show>.nav-link {
    color: var(--theemColorTwo);
    background-color: transparent;
}

.tab_area .webtext h4 {
	color: var(--theemColorOne);
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 15px;
	width: 80%;
}

.tab_area .webtext p {
    width: 90%;
}

.tab_areapic {
    width: 95%;
    margin-left: auto;
    height: 450px;
    position: relative;
    display: flex;
}

.tab_areapic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tab_areapic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 110%;
    background-color: #ff4a58;
    clip-path: polygon(0px 0px, 100% 35px, 100% 79.89%, 0px 100%);
    z-index: -1;
}
.descriptiontarea .row:nth-of-type(2n){
	flex-direction:row-reverse;
}
/* ======================================================================= */
    /* configurations_sec start */
/* ======================================================================= */
.configurations_sec {
    width: 100%;
}

.configurations_sec .webtext {
    width: 55%;
    margin: 0 auto;
}

.configurations_sec .webtext h3 {
    margin-bottom: 15px;
}

.configurations_card {
    width: 100%;
    padding: 8px;
    border: 1px solid #B7B7B7;
    border-radius: 10px;
    text-align: center;
}

.configurations_cardpic {
    height: 220px;
    position: relative;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.configurations_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.configurations_card h6 {
    font-family: var(--normalFonts);
    font-size: 20px;
    color: #000;
    margin: 25px 0;
    padding: 0 10px;
}

/* ======================================================================= */
    /* parameter_sec start */
/* ======================================================================= */
.parameter_sec {
    width: 100%;
    border: 1px solid #202020;
    border-radius: 15px;
    padding: 50px 15px 15px;
}

.parameter_sec .webtext {
    width: 55%;
    margin: 0 auto;
}

.parameter_secpic {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.parameter_secpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================================================= */
    /* related_sec start */
/* ======================================================================= */
.related_sec {
    width: 100%;
}

.related_sec .product-card {
    width: 100%;
    border: 1px solid #DED6D6;
    border-radius: 15px;
    padding: 20px;
    transition: 0.6s;
}

.related_sec .product-card:hover {
    border-color: var(--theemColorTwo);
}

.related_sec .product-card .img-box {
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.related_sec .product-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.related_sec .content-box h4 {
    font-family: var(--normalFonts);
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
    color: var(--theemColorOne);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.related_sec .content-box {
    padding-left: 20px;
    padding-right: 20px;
}

/* ======================================================================= */
    /* about_junchi start */
/* ======================================================================= */
.about_junchi {
    width: 100%;
    overflow: hidden;
}

.about_junchi h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    width: 70%;
}

.about_junchi p {
    margin-bottom: 15px;
    width: 94%;
}

.about_right {
    width: 100%;
}

.about_junchiPic {
    width: 100%;
    height: 850px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.about_junchiPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_junchi .webtext h3 {
    width: 45%;
    margin-bottom: 50px;
}

.about_junchiext {
    width: 100%;
    padding: 0 40px 0 29%;
}

/* ======================================================================= */
    /* collection_sec start */
/* ======================================================================= */
.collection_sec {
    width: 100%;
    overflow: hidden;
}

.collection_sec .webtext {
    width: 37%;
    margin: 0 auto;
}
.collection_sec .webtext p {
    margin-top: 10px;
}

/*.collection_sec .swiper {
  width: 100%;
  padding: 40px 0;
}

.collection_sec .swiper-wrapper {
  transition-timing-function: linear !important;
}

.collection_sec .swiper-slide {
  width: 300px;
  height: 500px;
  position: relative;
  display: flex;
  transition: transform 0.4s ease;
}

.collection_sec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collection_sec .swiper-slide.big {
  width: 400px;
}

.collection_sec .swiper-slide:nth-child(2) {
  width: 500px;
}

.collection_sec .swiper-slide:nth-child(4) {
  width: 430px;
}

.collection_sec .swiper-slide:nth-child(5) {
  width: 350px;
}

.collection_sec .swiper-slide:hover {
  transform: scale(1.08, 1.08);
  z-index: 2;
}*/

.collection_sec .swiper23 {
    overflow: inherit; 
}

.collection_sec .swiper-container {
  width: 100%;
  height: auto;
}

.collection_sec .swiper-slide {
  width: 300px;
  height: 500px;
  position: relative;
  display: flex;
  transition: transform 0.4s ease;
}

.collection_sec .swiper-slide img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}

.collection_sec .swiper-slide:nth-child(2) {
  width: 500px;
}

.collection_sec .swiper-slide:nth-child(4) {
  width: 430px;
}

.collection_sec .swiper-slide:nth-child(5) {
  width: 350px;
}*/

.collection_sec .swiper-slide:hover {
  transform: scale(1.08, 1.08);
  z-index: 2;
}

/* ======================================================================= */
    /* our_work start */
/* ======================================================================= */
.our_work {
    width: 100%;
}

.our_work .webtext {
    width: 80%;
    margin: 0 auto;
}

.our_workcard {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 70px 50px;
    transition: 0.6s;
}

.our_workcard:after {
    content: "";
    position: absolute;
    top: 40px;
    right: -140px;
    width: 60%;
    height: 48px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.our_work .row > div:nth-child(2) .our_workcard:after {
    transform: rotate(180deg);
    top: 60px;
}

.our_work .row > div:nth-child(3) .our_workcard:after {
    display: none;
}

.our_workicon {
    width: 110px;
    height: 110px;
    margin: 0  auto 30px;
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    position: relative;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    transition: 0.6s;
}

.our_workicon img {
    max-width: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(324deg) brightness(102%) contrast(105%);
    transition: 0.6s;
}

.our_workcard:hover .our_workicon {
    background-color: var(--theemColorTwo);
    border-color: var(--theemColorTwo);
}

.our_workcard:hover .our_workicon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* ======================================================================= */
    /* ambition_sec start */
/* ======================================================================= */
.ambition_sec {
    width: 100%;
    overflow: hidden;
}

.ambition_secLeft {
    width: 100%;
}

.ambition_secPic {
    width: 100%;
    height: 900px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.ambition_secPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ambition_sec .listing-box h4 {
    font-size: 25px;
    color: var(--theemColorTwo);
}

.ambition_textbox {
    width: 60%;
    padding-left: 60px;
}

.ambition_secPic2 {
    width: 65%;
    height: 370px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 40px;
    transition: 0.6s;
}

.ambition_secPic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*-- productlisting area start --*/
.productlisting-area .webtext {
    text-align: center;
    margin-bottom: 55px;
}
.product-listing-wrapper .webtext{
    text-align: left;
}
.product-listing-wrapper .webtext h3 {
    font-size: 56px;
    line-height: normal;
    margin-bottom: 8px;
}
.product-thumbnail-slider .big .item{
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-thumbnail-slider .big .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-thumbnail-slider .thumbs .item {
    border: 1px solid #BABABA;
    width: clamp(174px, 100%, 174px);
    height: 100px;
    border-radius: 10px;
    padding: 10px;
}
.product-thumbnail-slider .thumbs .current .item{
    border-color: var(--theemColorTwo);
}
.product-thumbnail-slider .thumbs .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-thumbnail-slider .thumbs{
    position: relative;
}
.product-thumbnail-slider .thumbs .owl-nav {
    position: absolute;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    transform: translateY(-22px);
}
.product-thumbnail-slider .thumbs .owl-nav .owl-prev, .product-thumbnail-slider .thumbs .owl-nav .owl-next {
    border: none !important;
    background-color: transparent !important;
    position: relative;
}
.product-thumbnail-slider .thumbs .owl-nav .owl-prev i, .product-thumbnail-slider .thumbs .owl-nav .owl-next i{
    display: none;
}
/* .owl-nav .owl-prev:hover::before, .owl-nav .owl-next:hover::before {
    filter: none;
} */
.product-thumbnail-slider .thumbs .owl-nav .owl-prev {
    transform: translateX(-50px);
}
.product-thumbnail-slider .thumbs .owl-nav .owl-next {
    transform: translateX(45px);
}
.product-thumbnail-slider .thumbs .owl-stage-outer{
    z-index: 1;
}
.productlisting-area .left-listing .heading {
    background: #050505;
    background: -webkit-linear-gradient(90deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.85) 80%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.85) 80%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.85) 80%, rgba(255, 255, 255, 1) 100%);
    padding: 10px 16px;
    color: var(--theemColorFour);
    font-size: 26px;
    text-transform: uppercase;
    font-family: var(--headingFonts);
    margin-bottom: 10px;
}
.productlisting-area .left-listing .accordion-item{
    border-radius: 0;
    border: none;
}
.productlisting-area .left-listing .accordion-item .accordion-header .accordion-button {
    padding: 10px 16px;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
    color: var(--theemColorOne);
    position: relative;
}
.productlisting-area .left-listing .accordion-item .accordion-header .accordion-button span{
    background-color: var(--theemColorFour);
    position: relative;
    padding-right: 8px;
}
.productlisting-area .left-listing .accordion-item .accordion-body {
    padding: 0;
}
.productlisting-area .left-listing .accordion-item .accordion-header .accordion-button::after {
    width: clamp(34px, 100%, 34px);
    height: 34px;
    border: 1px solid #7D7979;
    border-radius: 50%;
    background-size: 16px;
    background-position: center;
    filter: brightness(0) saturate(100%)
}
.productlisting-area .left-listing .accordion-item .accordion-header .accordion-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theemColorOne);
    transform: translate(16px, 27px);
    width: min(100%, 75%);
}
.product-listing-card-media{
    padding: 12px 16px;
    cursor: pointer;
}
.product-listing-card-media .media-img img{
    width: auto;
    height: 100px;
    object-fit: contain;
}
.product-listing-card-media .media-body{
    padding-left: 10px;
    padding-right: 10px;
}
.product-listing-card-media .media-body h6 {
    color: var(--theemColorOne);
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.product-listing-card-media .media-body .link {
    border: 1px solid #7B7B7B;
    color: var(--theemColorOne);
    font-size: 13px;
    font-weight: 400;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
}
.product-listing-card-media.active {
    background-color: var(--theemColorTwo);
    position: relative;
}
.product-listing-card-media.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: var(--theemColorFour);
    transform: translateX(-10px);
}
.product-listing-card-media.active .media-body h6{
    color: var(--theemColorFour);
}
.product-listing-card-media.active .media-body .link{
    border-color: var(--theemColorFour);
    color: var(--theemColorFour);
}
.productlisting-area .left-listing {
    margin-bottom: 20px;
}
.productlisting-area .left-listing:last-child {
    margin-bottom: 0;
}
/*-- productlisting area stop --*/


.spec-table{width:100%;border-collapse:collapse;font-size:14px;font-family:var(--font-sans);}
.spec-table .title-row td{background:#cc1f1f;color:#fff;text-align:center;font-size:20px;font-weight:500;padding:10px;letter-spacing:1px;}
.spec-table tr:nth-child(even) td{background:var(--color-background-secondary);}
.spec-table tr:nth-child(odd) td{background:var(--color-background-primary);}
.spec-table .title-row td {
    background: #cc1f1f!important;
    font-family: var(--headingFonts);
    font-size: 50px;
}
.spec-table td {
    padding: 9px 14px;
    border: 0.5px solid var(--color-border-tertiary);
    color: var(--color-text-primary);
    font-size: 16px;
}
.spec-table .label {
    background: #4a4a4a!important;
    color: #fff!important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    width: 22%;
}
.spec-table .value{width:32%;}


.tab_areaarea{background-color: #F4F3F3;  padding: 15px;  border-radius: 15px;}
.tab_areaarea ul{ text-align:center;}
.tab_areaarea ul li{ display:inline-block; position:relative;}
/* .tab_areaarea ul li::before { content: ""; position: absolute; top: 7px; right: -13px; width: 13px;  height: 13px;
  background-image: url(../images/star.png); background-position: center; background-repeat: no-repeat; background-size: 100%;} */
.tab_areaarea ul li:last-child:before {
    display: none;
}
.tab_areaarea ul li a {
  font-family: var(--headingFonts);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #000;
  padding: 0.5rem 25px;
  position: relative;
}

.tab_areaarea {
    background: #f0f0f0;
    padding: 18px 0;
    text-align: center;
}

.tab_areaarea ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.tab_areaarea ul li {
    display: flex;
    align-items: center;
}

/* Diamond separator using ::after */
.tab_areaarea ul li:not(:last-child)::after {
    content: '✦';
    color: #1a1a1a;
    font-size: 20px;
    margin: 0 8px;
}

.tab_areaarea ul li a {
    font-family: var(--headingFonts);
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.tab_areaarea ul li a:hover {
    color: #cc0000;
}

/* Active state — add class="active" to the <a> or target via JS */
.tab_areaarea ul li a.active,
.tab_areaarea ul li.active a {
    color: #cc0000;
}





.blogcard_sec {
    width: 100%;
    padding: 50px 0px;
    padding-top: 0;
}

.blogcard_seclist {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    transition: 0.6s;
    padding: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.blogcard_seclist a {
    font-size: 16px;
    color: #000;
   
    transition: 0.6s;
}

.blogcard_seclistpic {
    height: 250px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.blogcard_seclistpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogcard_seclist:hover .blogcard_seclistpic img {
    transform: scale(1.1);
}

.blogcard_seclist:hover {
    margin-top: -7px;
}

.blogcard_seclist_text {
    width: 100%;
    padding: 10px;
}

.blogcard_seclist_text h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}



.blogDetails {
    width: 100%;
    padding: 50px 0;
    background-color: #fbfbfb;
}

.blogDetails_box {
    width: 100%;
}

.blogDetails_box_head {
    width: 100%;
}

.blogDetails_box_head h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0px;
}

.blogDetails_box_head h3::after {
    display: none;
}

.marketing_circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffb700;
}

.blogDetails_part {
    width: 100%;
    margin-top: 20px;
}

.blogDetails_partpic {
    height: auto;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blogDetails_partpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogDetails_part h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
    padding-bottom: 0px;
}

.blogDetails_middle {
    width: 100%;
    margin: 25px 0 15px;
}

.blogDetails_middlepic {
    height: 275px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blogDetails_middlepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogDetails_box ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.blogDetails_box ul li {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
    color: #000;
    list-style-type: disc;
}

.blogDetails_part h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 35px 0 15px;
    position: relative;
    
}

.blogDetails_partimg4 {
    height: 400px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
}

.blogDetails_partimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogDetails_article {
    width: 100%;
    padding: 15px 0 15px 15px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    border-top: 1px solid #B5B4B4;
    border-bottom: 1px solid #B5B4B4;
}

.blogDetails_article h6 {
    font-size: 17px;
    font-weight: 600;
}


/* // categories_box start */
.categories_box {
    width: 100%;
    background-color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #0d4660;
    box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%);
}

.categories_box h5 {
    font-size: 22px;
    color: #e60012;
    font-weight: 600;
    padding-left: 0px;
    margin-bottom: 15px;
    position: relative;
}

.categories_box h5::before {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    width: 3px;
    background-color: #e60012;
}

.categories_box_card {
    width: 100%;
    padding: 0px;
}

.categories_box_card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categories_box_card ul li {
    width: 100%;
}

.categories_box_card ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px;
    text-decoration: none;
    background-color: #F6F7F8;
    box-shadow: inset 0px 4px 4px 0 rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.categories_box_card ul li a:hover {
    color: #fff;
    background-color: #e60012;
    box-shadow: none;
}

.categories_box_card .fa-arrow-right {
    margin-right: 10px;
    font-size: 14px;
}



.lambdinner_totalarea .lambdinner_box:nth-of-type(2n){ margin-top: 50px; }
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lthumblebox{order: 2;}
.lambdinner_box{ margin-top: 50px; }
.lambdinner_box .lambdinner_textbox .practicon{width: 65px;height: 65px;border-radius: 61px;background: rgba(47, 108, 215, 0.10);
margin-bottom: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon{display: inline-block;margin-right: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon img{right: -5px;}
.lambdinner_box .lambdinner_thumble {width: 100%; height: 450px; display: flex; position: relative;border-radius: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble{margin-right: auto;}


.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_thumble:before{right: inherit; left:-30px; bottom:-30px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble:after {right: -20px;left: auto;}
.lambdinner_box .lambdinner_thumble img{ width: 100%; object-fit: cover; padding: 6px; border: 1px solid #ddd;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);border-radius: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .ltextbox .lambdinner_textbox{padding-right: 35px;padding-left: 0px;text-align: left;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox h2, .lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox p{ text-align:left;}
.lambdinner_totalarea .lambdinner_box .btn-custom{ text-transform:capitalize;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .btn-custom1{ float:right;}
.lambdinner_box .lambdinner_textbox{padding-left: 35px;}
.lambdinner_box .lambdinner_textbox h2{font-weight: 600; font-size: 35px; line-height: 40px;color: #000;margin-bottom: 20px; text-align: left; text-transform: capitalize; position: relative;}
.lambdinner_box .lambdinner_textbox p{font-weight: 500;font-size: 20px;line-height: 27px;color: #000;
  margin-bottom: 15px; text-align: left;max-width: 100%;}
.lambdinner_box .lambdinner_textbox .btn-custom{border: 1px solid #000; padding: 10px 25px; display: inline-block;
  color: #000; text-align: center; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal;margin-top: 10px;border-radius: 30px; transition:all .3s ease-in-out;}
.lambdinner_box  .lambdinner_textbox .btn-custom:hover{ color:#fff;border: 1px solid #000; background:#000; transition:all .3s ease-in-out;}

.language-for-mobile {
	display: none;
}

.imgBox{ height:120px;}
.imgBox img{width: 100%;
  height: 100%;border-radius: 10px;
  object-fit: cover;}


.about_junchiext10 {
    padding: 0 15px 0 12%;
}

.imgBox10{ height:350px}
.imgBox10 img{width: 100%;
  height: 100%;
  object-fit: cover;}


.about_junchiPic10{ height:auto !important;}

