img{
    max-width:100%;
    height:auto;
}
body{
    /*font-size:18px;*/
    font-family: "Jost", sans-serif;
    overflow-x: clip;
}
p{
    color:#484848;
    font-size:17px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif;
}

ul{
  padding:0;
    margin:0;  
}
ul li{
   list-style-type:none; 
}
a{
    text-decoration:none;
}
.header-section{
    position:relative;
    background:#fff;
}
.header-logo img{
   
    max-height: 100px;
    object-fit: contain;
  
}
.category-item{
        display: flex !important;
    gap: 8px;
    align-items: center;
    margin: 10px !important;
}


.category-checkbox-group{
    display:flex;
}
.detail-page h1{
    font-size: 2.5rem;
}
.menu-listing{
    display:flex;
    gap: 21px;
    align-items: center;
    justify-content: center;
    
}
.navigation-list{
    display: flex;
    justify-content:center;
    gap: 30px;
    align-items: center;
}
.menu-listing li{
    text-transform:uppercase;
    font-size:17px;
    font-family: "Oswald", sans-serif;
    
    
}
.menu-listing li a{
    color:#000;
    font-weight: 500;
    font-size: 15px;
}
.btnsd{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.4rem 0.9rem;
}
.appreal-clothes{
    width: 100%;
   
    /*display: flex;*/
    /*align-items: center;*/
   
    position: relative;
}
.looks-good{
    padding: 10rem 0 4rem;
    text-align: center;
    height: 82vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    /*width: 50%;*/
    /*margin: 0 auto;*/
    display: flex
;
   
    z-index: 1;
    justify-content: flex-end;
    flex-direction: column;
}

.listing-page{
    padding:3rem 0;
    position:relative;
}


.service-content-sect{
    padding:4rem 0 5rem;
    position:relative;
}

@media (min-width:1600px){
    .looks-good{
        min-height:800px !important;
    }
    .outwear-img{
        min-height:600px !important;
    }
}
.looks-good span{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.4rem;
    text-shadow: 0 0 5px #0000008f;
}
.look-pretty{
    font-size: 33px;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto;
    position:relative;
    z-index:2;
    text-shadow: 0 0 5px black;
        font-family: "Oswald", sans-serif;
}
.pos-ablusddf{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.looks-good p{
    width:50%;
    margin:0 auto;
    margin-top:1rem;
}
.shop-now{
    display: block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 16px;
    width: 23%;
    margin: 0 auto;
    font-weight: 600;
    margin-top:2rem;
}
.appreal-clothes::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background-color:#000;*/
    opacity:0.3;
    
}
.banner-section{
    position:relative;
}
.banner-section .swiper-button-prev:after{
    content: 'prev';
    font-size: 15px;
    color: #ffffff;
    background: #ffffff3d;
    height: 30px;
    width: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    left: 100%;
    top:50%;
}
.banner-section .swiper-button-next:after{
    content: 'next';
    font-size: 15px;
    color: #ffffff;
    background: #ffffff3d;
    height: 30px;
    width: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: 100%;
     top:50%;
}
.product-listinf{
    padding:4rem 0 ;
    position:relative;
}
.product-nav{
    position:relative;
}
.product-nav img{
   
    border-radius:50%;
    transition:all 0.2s linear;
    height: 100px;
    width: 100px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-listinf .nav-tabs .nav-link.active .product-nav img{
    transform: scale(1.1);
     opacity: 1;
}

.product-listinf .nav-tabs .nav-link .product-nav img{
    opacity: 0.7;
}
.product-listinf .nav-tabs .nav-item.show .nav-link, .product-listinf .nav-tabs .nav-link.active{
    border:unset;
}
.product-listinf .nav-tabs .nav-link.active{
    color:#034326 !important;
}
.product-listinf .nav-link{
    color:#000 !important;
}
.product-listinf .nav-tabs{
    border:unset !important;
    justify-content: center;
    margin-bottom: 2rem;
}
.pullover-hoodies{
    font-size: 18px;
    text-transform: capitalize;
    margin: 1.5rem 0 0.3rem;
    color: #000;
    
}
.nav-tabs .nav-link{
    border:unset;
}
.product-nav img:hover{
    transform: scale(1.1);
}
.card-images img{
    width: 100%;
    /*height: 411px;*/
    object-fit: cover;
}
.round-button{
    height: 20px;
    width: 20px;
    border-radius: 50px;
    position: relative;
    border: unset;
    margin-right: 10px;
    margin-left: 5px;
}
.btn-red{
    background:#6f6b66;
}
.btn-blue{
    background:#e4d7c0;
}

.card-trasnition span{
        font-size: 16px;
    font-weight: 700;
    background: #000;
    color: #fff;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.short-sleeave{
    margin-top: 1.4rem;
}
.round-button::before{
    border: 1px solid #00000066;
    position: absolute;
    content: "";
    padding: 5px;
    height: 30px;
    width: 30px;
    justify-content: center;
    top: -5px;
    left: -5px;
    border-radius: 50px;
}
.card-trasnition .pullover-hoodies{
    margin-bottom:0;
}

.marsh-creek{
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 9999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.marsh-creek.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@keyframes sliddown{
    0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    transform: translate3d(0, 0, 0);
}
}

.big-title-head{
    font-size:35px;
    text-align:center;
    margin-bottom:2rem;
    text-transform: capitalize;
}
.big-title-head em{
    font-weight:400;
}
.ready-winter img{
    height:100%;
    object-fit:cover;
  
}
.winter-wear{
    display:flex;
    gap: 10px;
}
.outerwear-ready{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align:center;
    z-index: 1;
  
}
.ready-winter{
    position:relative;
    width:50%;
}
.outerwear-ready span{
    color:#fff;
    font-weight:18px;
    text-transform:capitalize;
}
.section-title{
   font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Jost';
    background: #00000096;
    padding: 0.7rem 0;
}

.luxury-outerware{
   
    position:relative;
    overflow-x:hidden;
}
.outwear-img{
    height:100%;
    background-size: cover;
    background-position: center;
   min-height: 500px;
}
.ready-winter::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#000;
    opacity:0.2;
    height:100%;
    width:100%;
    z-index: 1;
}
.overcoat-image img{
    width:100%;
    /*height:550px;*/
    object-fit:cover;
}
.youth-section{
    padding:4rem 0 6rem;
    position:relative;
}
.overcoat-wear{
    position:relative;
    overflow: hidden;
}
.overcoat-image{
    position:relative;
}
.overcoat-wear::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    opacity: 0.3;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hover-lifstyle{
    position: absolute;
     z-index: 1 !important; 
    /* top: 0; */
    padding: 3rem;
    text-align: center;
    color: #fff !important;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.hover-lifstyle p{
    color:#fff !important;
}
.overcoat-wear:hover .hover-lifstyle{
    transform: translate3d(0, 50%, 0);
    opacity: 1;
    display: block;
    
}
.jackets-phat{
    position: absolute;
    bottom: 10%;
    color: #fff;
    left: 0;
    max-width: 100%;
    right: 0;
    text-align: center;
    z-index:1;
} 
.overcoat-wear:hover .jackets-phat{
    display:none;
}
.jackets-phat .pullover-hoodies{
    font-size:30px;
    color: #fff;
    text-transform: uppercase;
}
.hover-lifstyle .pullover-hoodies{
    font-size:30px;
     color: #fff;
    margin-bottom:1rem;
}
.bottom-new-class{
    margin-top:6rem;
}
.youth-section .headding-tags{
    margin-bottom:4rem;
}
.why-choose{
    position:relative;
    padding:3rem 0 5rem;
    background:#f5f1ec;
}
.flexsd-exc{
    margin-bottom: 1rem;
    display: flex
;
    gap: 50px;
    align-items: center;
}
.beter-fonsd{
    font-size: 5.5rem;
    min-width: fit-content;
    text-transform:uppercase;
}
.flexsd-exc p{
    margin-bottom:0;
    color:#525252;
}
.beter-fonsd span{
    color:#034326;
}
.beter-fonsd span, .beter-fonsd em{
    display:block;
    font-size:4rem;
}
.quality-comfort img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:10px;
}
.quality-comfort{
    position:relative;
    text-align:center;
}
.quality-comfort .pullover-hoodies{
    margin-bottom:1rem;
}
.spanclassone{
    font-size: 12rem;
    font-weight: 600;
    color: #034326;
    margin-bottom: 1rem;
}
.spanclasstwo{
   font-size: 7rem;
    font-weight: 700;
    color: #034326;
    line-height: 1.1;
}
.spancounter{
    display: flex;
    justify-content: center;
    line-height: 150px;
}
.counter-title{
    font-size:30px;
    font-family: "Jost", sans-serif;
}
.countser-section{
    position: relative;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testmonials-images img{
    border-radius:50%;
}
.success-storyies{
    text-align:center;
    margin-top:2rem;
}
.test-monials-content{
    position:relative;
    width: 65%;
    margin: 0 auto;
}
.testmonials-images{
    margin-bottom:2rem;
}
.testmonials{
    position:relative;
    padding:4rem 0;
   
}
.test-monials-content span{
    font-size:17px;
    font-weight:500;
}
.testmonials .swiper-button-next, .testmonials .swiper-button-prev{
    color:unset;
    font-size:18px;
}
.testmonials .swiper-button-next:after, .testmonials .swiper-button-prev:after{
    font-size:30px;
    content:"\f16a";
    font-family: flaticon_normal-icon !important;
}
.testmonials .swiper-button-prev:after{
    transform:rotate(180deg);
}
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.free-shipping{
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius:20px;
    padding:30px;
    
    height: 100%;
}
.free-title{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.free-shipping img{
    margin-bottom:30px;
}
.support-resource .container-fluid{
    padding:0 70px;
}
.support-resource{
    padding:4rem 0;
    position:relative;
     background:#f5f1ec;
}
.testmonials .swiper-wrapper{
    margin-bottom:4rem;
}
.testmonials .swiper-pagination-clickable .swiper-pagination-bullet{
    width:10px;
    height:10px;
    transition: all 0.3s ease;
}
.testmonials .swiper-pagination-bullet-active{
    border-radius:6px;
    background:#000;
    width:30px !important;
}


.faq-section{
    padding:5rem 0;
    position:relative;
}
.faq-section .accordion-item{
    border:none;
    margin:0px 0 10px
}
.faq-section .accordion-button:not(.collapsed){
    background-color:unset;
    color:#000;
    box-shadow:none;
}
.faq-section .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-top:unset !important;
   
   
}
.faq-section .accordion-button{
    padding-bottom: 20px !important;
    font-size: 20px;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e69e;
    /* margin: 10px 0 10px; */
    
    font-family: 'Jost';
   padding: 15px 25px;
}

.faq-section .accordion-item:has(.accordion-collapse.show) {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 1rem;
    border-bottom:unset;
    /* margin: 10px 0; */
}
.faq-section .accordion-item:has(.accordion-collapse.show) .accordion-button{
    border-bottom:none !important;
}

.phiolos{
   position: relative;
    background: #000;
    padding: 5rem 0;
   
    text-align: center;
}
.phil-btnsd{
    color:#fff;
    position:relative;
    display:inline-block;
    margin-top: 2rem;
}
.phil-btnsd:before{
    content: "";
    position: absolute;
    height: var(--height, 1px);
    background-color: #eee4d3;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}
.mark-creksd{
    font-size: 16rem;
    color: #fff;
    opacity: 0.12;
    position: absolute;
    left: 0;
    right: 0;
}
.phil-btnsd:hover:before{
    animation:1s infinite btnLinkAnimation
}
@keyframes btnLinkAnimation{
    0% {
    left: 0;
    width: 100%;
}
33% {
    left: 100%;
    width: 0;
}
66% {
    left: 0;
    width: 0;
}
100% {
    right: 0;
    width: 100%;
}
}
.phiolos p{
    color: #fff;
    font-size: 22px;
    max-width: 80%;
    margin: 0 auto;
}

.footer-scection{
    /*background:#f2f2f2;*/
    padding:4rem 0 0;
}
.footer-logo img{
    margin-bottom: 5px;
   
    object-fit: contain;
}
.footer-listing li a{
    color:#000;
    text-transform:capitalize;
}
.footer-listing li{
    margin:10px 0;
    font-size: 16px;
}
.footer-listing li a:hover{
    color:#034326;
}
.footer-title{
    margin-bottom:1.5rem;
    font-size: 20px;
}
.footer-logo{
    max-width: 90%;
}
.socila-media li a{
    color:#fff;
}
.socila-media{
    display:flex;
    gap:10px;
}
.socila-media li{
    background: #004225;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 5px;
    min-width: 35px;
}
.product-listinf .swiper-button-next:after, .product-listinf .swiper-button-prev:after{
    font-size:25px;
    color:#000;
}
.product-listinf .swiper-button-next:after{
    position: absolute;
    right: -9px;
    color: #fff;
    background: #000000;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin: auto 0;
    bottom: 100%;
}
.product-listinf .swiper-button-prev:after{
    position: absolute;
    left: -10px;
    color: #fff;
    background: #000;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin: auto 0;
    bottom: 100%;
}
.copyrightd a{
     color:#484848;
}
.copyrightd p{
    margin-bottom:0;
    font-size:15px;
    color:#000;
}
.copyrightd{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00000021;
    padding: 10px 0;
}


.privacy-polisy{
    margin-top: 2rem; 
}
.whatsapp-logo i{
    color:#fff;
    font-size: 30px;
}
.whatsapp-logo{
    background: #33be34;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    border-radius: 50px;
}
.whatsapp-call{
   position: fixed;
    right: 11px;
    top: 47%;
    z-index: 9999;
}
#scroll-top{
    position: fixed;
    bottom: -20px;
    right: 20px;
    color: #fff;
    background-color: #004225;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.callus{
     background-color: #f44336;
    top: 0.5rem;
    position: relative;
    display:none;
}

.card-images img {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  object-position: top;
}
.card-images{
    position: relative;
    display: block;
}
.remo-btnsd{
 transition:0.3s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    background: #000;
    color: #fff;
    right: -40px;
    width: 40px;
    top: -40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
position:absolute;
}
.card-trasnition{
    overflow:hidden;
}
.card-trasnition:hover .remo-btnsd{
    right: 0px;
     top: 0px;
}
.card-images img.fade-out {
  opacity: 0;
}
#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
#scroll-top i{
    font-size:15px;
}
.btn-grey {
    background: #bebcbd;
}
.btn-bluee{
    background:#3c75db;
}
.btn-green{
    background: #396c64;
}
.btn-darkblue{
    background:#000080;
}
.btn-black{
    background-color:#000;
}
.btn-maroon{
    background:#800020;
}
.accordion-body{
   font-size: 17px;
    padding-top: 0 !important;
    padding: 15px 25px;
    color:#484848;
   
}
.accordion-collapse.collapse{
    
}
.pullover-hoodies a{
    color:#000;
}
/* Base reset */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.easy-to-wear img{
    width:100%;
}
.navigation-list {
  position: relative;
}

.menu-listing > li {
  position: relative;
  display: inline-block;
  padding: 1.8rem 0;
}

.menu-listing li a {
  display: block;
}

.menu-listing li a:hover {
  color:#004225;
}

/* First-level dropdown */
.dropdown:hover > .dropdown-menu,  .dropdown:hover > .dropdown-menuu {
 
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  
}

.dropdown-menu {
display:block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  padding: 1rem 0;
  padding-left:1rem;
  border-radius: unset;
  
  transition: all 0.3s ease-in-out;
  z-index: 1000;
   opacity: 0;
  visibility: hidden;
}

/* Second-level (side) dropdown */
.dropdown-sub {
  position: relative;
  margin:5px 0;
}

.dropdown-sub:hover > .dropdown-submenu{
  opacity: 1;
  visibility: visible;
  
  left: 100%; /* For side menu */
  top: 0;
}
.dropdown-submenu li{
    margin:5px 0;
}

.dropdown-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  padding: 1rem;
}

.marsh-creek.sticky .dropdown-menuu{
    top:80px;
} 
.dropdown-menuu{
  position: fixed;
    left: 0;
    /*top: 80px;*/
   top:130px;
    display: flex;
    min-width: 100%;
    margin: 0 auto;
    gap: 35px;
    justify-content:center;
    width: 1000px;
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s linear;
    z-index: 1000;
    padding: 2rem;
}
.mega-menu-column{
    display:block;
    min-width:fit-content;
}
.mega-menu-column li a, .dropdown-item{
  font-family: 'Jost';
    text-transform: capitalize;
    font-size: 16px;
    margin: 0.8rem 0;
}
.mega-menu-column h6{
    font-size:1.5rem;
}
.dropdown-menu li{
    text-transform:capitalize;
    font-size: 16px;
    line-height: 2;
}
.dropdown i{
    font-size:13px;
}


.menu-listing li a.active {
    color: #004225 !important;
    border-bottom: 1px solid #004225;
}
.menu-listing li a{
    border-bottom:1px solid #fff;
}
.footer-logo p, .contac-infs p{
    font-size: 16px;
    color: #000;
}
.contac-infs li{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1rem;
}
.contac-infs li a{
    text-transform: none !important;
}
.contac-infs li i{
   height: 18px;
    display: inline-block;
    color: #004225;
    font-size: 18px;
}
.zipper-hoodies{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    position: relative;
    justify-content: flex-end;
    margin-top: 3rem;
    
}
.breadcrumbb{
    background:#FDF9F6;
    padding:5rem 0 3rem;
    position:relative;
}
.zipper-hoodies li{
    color:#000;
    position:relative;
    text-transform:capitalize;
}
.zipper-hoodies li a{
    color:#000;
    position:relative;
}
.zipper-hoodies li a::before{
    position: absolute;
    content: '/';
    right: -15px;
}
.active-class{
    color:#000;
    font-weight:700;
}
.mySwiper23 .swiper-slide img{
    width:513px;
}
.carsouel-product{
    position:relative;
    padding:4rem 0;
    
}
.quality-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quality-content .big-title-head{
    text-align:left;
    width: 40%;
}
.quality-content p{
    width: 43%;
    position: relative;
    border-left: 1px solid #014326;
    padding-left: 15px;
    margin: 20px 0;
    color:#000;
}
.quatitlty-satndrds{
    padding:4rem 0;
    position:relative;
    background:#00422621;
}
.comprehensice-cloth{
    padding:40px 20px 30px;
    border-radius: 1rem;
    background: #fff;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border:1px solid #00422621;
    height:100%;
    
}
.icon-quliaty{
    box-shadow: 0px 4px 25px 0px #00000014;
    width: 92px;
    height: 92px;
    border-radius: 50px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.quality-conmteny p{
    margin:0;
    font-size:17px;
}
.icon-quliaty{
    margin-bottom:1.5rem;
}
.comprehensice-cloth:hover{
    background:#004225;
}
.comprehensice-cloth:hover p{
    color:#fff;
}
.comprehensice-cloth:hover .small-tilte{
    color:#fff;
}
.icon-quliaty img{
    filter: invert(20%) sepia(18%) saturate(2523%) hue-rotate(109deg) brightness(91%) contrast(103%);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.comprehensice-cloth:hover .icon-quliaty img{
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(211deg) brightness(109%) contrast(101%);
    animation: heartbeat 1.5s ease-in-out;
}

@keyframes  heartbeat{
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
28% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
70% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
.quatitlty-satndrds .swiper-horizontal>.swiper-pagination-bullets, .quatitlty-satndrds .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:7px;
}
.quatitlty-satndrds .swiper-wrapper{
    margin-bottom:3rem
}
.swiper-pagination-bullet-active{
    background:#004225 !important;
}
.real-world-feedback{
    margin-top:3rem;
}
.real-world-feedback .swiper-wrapper{
    align-items:stretch;
}
.real-world-feedback .swiper-slide{
    height:auto !important;
    display:flex;
}
.step-by-step{
    padding:4rem 0 3rem;
    background-color:#F6F6F6;
    background-image:url('../images/reff/work-process-bg-shape.png');
    width:100%;
    height:100%;
    position:relative;
    text-align: center;
}
.create-custom ul li{
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*column-gap: 20px;*/
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);*/
    /*border-radius: 14px;*/
    /*padding: 8px;*/
    /*padding-right: 45px;*/
    /*position: relative;*/
    /*z-index: 1;*/
    position:relative;
    margin: 2.5rem 0;
        padding-right: 70px;
}
.concept-cretion span{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #004225;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    /*margin-right: 20px;*/
    transition: 0.3s;
}
.con-small-tit{
    font-size: 19px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    margin:0;
}
.concept-cretion{
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);
    border-radius: 14px;
    padding: 8px;
    padding-right: 45px;
    position: relative;
    z-index: 1;
   
}
.definr-problems{
    /*margin: 6rem 0;*/
   display: flex;
    justify-content: center;
    gap: 24%;
    position: relative;
}
.image-twesd::before{
    content: '';
    position: absolute;
    background-image: url(../images/reff/left-right-bg.svg);
    top: 60px;
    bottom: -28%;
    width: 147px;
    height: 125px;
    background-repeat: no-repeat;
    left: 17%;
        /*transform: rotate(180deg);*/
}
.image-one , .image-two{
    position:relative;
}
.image-one::before{
        content: '';
    position: absolute;
    background-image: url(../images/reff/work-process-border-shape-02.png);
    background-repeat: no-repeat;
    width: 228px;
    height: 10px;
    right: 2%;
    top: 0;
    background-size: cover;
    bottom: 0;
    margin: auto;
}

.link{
    color:#034326;
    font-weight:500;
}
.image-thresd::before {
       content: '';
    position: absolute;
    background-image: url(../images/reff/work-process-border-shape-02.png);
    background-repeat: no-repeat;
    width: 229px;
    height: 10px;
    right: -38%;
    top: 0;
    background-size: cover;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}
.image-two::after{
    content: '';
    position: absolute;
    background-image: url(../images/reff/green-arrow.svg);
    background-repeat: no-repeat;
    /* width: 57%; */
    /* height: 20%; */
    /* right: -62%; */
    height: 177px;
    width: 50%;
    top: 100%;
    bottom: -100%;
    left: 63%;
    margin-top: 16px;
}
.create-custom{
 
    margin: 0 auto;
}
.create-custom ul{
        display: flex
;
    flex-wrap: wrap;
   
    justify-content: center;
}
.new-creation{
    display: flex;
    max-width: fit-content;
    position:relative;
}
.new-creation::before{
   content: '';
    position: absolute;
    background-image: url(../images/reff/work-process-border-shape-01.png);
    /* top: 124px; */
    bottom: 64%;
    width: 61%;
    height: 222px;
    background-repeat: no-repeat;
    left: 48%;
}
.concept-cretion:hover span{
    background-color:#000;
}
.clothing-retailers{
    font-size:22px;
}
.costume-whole{
    padding:4rem 0;
    position:relative;
}
.jacket-imahge img{
    /*height: 620px;*/
    width: 100%;
    object-fit: cover;
}

.jacket-imahge{
    position:sticky;
    top:20%;
    margin-top:2rem
}
.jacket-imahge::before{
   content: '';
    position: absolute;
    background: #034326;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: -20px;
    right: -20px;
}
.hoodies-conteny{
    margin: 20px 0 12px;
    border-bottom: 1px solid #0000002e;
    padding-bottom: 15px;
}
.hoodies-conteny p {
    margin: 0;
    text-align: justify;
}
.costume-whole{
    position:relative;
    padding: 2rem 0 5rem;
}


.carousel-product .hoodie-manufacturer {
  display: flex;
  /*flex-wrap: wrap;*/
  position: sticky;
    top: 20%;
    width:100%;
}

.carousel-product .main-swiper {
  /*width: 400px;*/

  border-radius: 20px;
  overflow: hidden;
  /*width: 70%;*/
    margin: 0;
}

.carousel-product .main-swiper img {
  /*width: 100%;*/
  /*height: 568px;*/
  object-fit: cover;
  border-radius: 20px;
}
.mySwiper11 {
  height: 950px; /* Adjust this so that only 5 slides fit */
  overflow: hidden;
}
.mySwiper11 .swiper-slide {
  height: 188px; /* Should match your slide height */
}

.carousel-product .thumb-swiper {
  min-width: 100px;
  /*height: 580px;*/
  margin: auto 10px;
}

.carousel-product .thumb-swiper .swiper-slide {
  height: 130px !important;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  width:100px !important;
}

.carousel-product .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
}

.carousel-product .thumb-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  opacity:0.3;
}

.carousel-product .thumb-swiper .swiper-slide-thumb-active img{
    opacity:1;
}


.accordion-button:not(.collapsed){
    color:#014225 !important;
}

/* Optional: Remove default arrow backgrounds */
.carousel-product .swiper-button-next,
 .carousel-product.swiper-button-prev {
  color: #333;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
}


.carousel-product{
    padding:5rem 0;
    position:relative;
}
.carousel-product .swiper-button-prev:after, .carousel-product .swiper-rtl .swiper-button-next:after ,
.carousel-product .swiper-button-next:after, .carousel-product.swiper-rtl .swiper-button-prev:after{
    font-size: 15px;
    color: #ffffff;
    background:#00000017;
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.product-contrn{
    position:relative;
    /*margin-left:-50px;*/
}
.product-contrn .big-title-head{
    text-align:left;
}






/*gsap styles*/


.cta-button {
  margin-top: 20px;
    display: inline-block;
    /* padding: 5px 23px; */
    /* background: #fff; */
    color: #ffffff;
    text-transform: uppercase;
    /* font-weight: bold; */
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding-bottom: 4px;
}


.fabric-hero {
  position: relative;
  min-height: 90vh; /* taller for scroll */
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.background-image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../images/reff/bg-banner.webp') center/cover no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.badge {
  background: white;
  color: black;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.fade-on-scroll {
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.fade-on-scroll span {
  opacity: 0.5;
}


.inquire {
    background-color: transparent;
    border: 0.125em solid #014225;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    
}



.con-inquire {
 
    background-color: #014225;
    border: 0.125em solid #014225;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 3.75em;
    outline: none;
    padding: 1em 2.3em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    text-transform:capitalize;
    
}

.inquire:disabled {
 pointer-events: none;
}

.inquire:hover {
 color: #fff;
 background-color: #014225;
 box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
 transform: translateY(-2px);
}

.inquire:active {
 box-shadow: none;
 transform: translateY(0);
}


.con-inquire:disabled {
 pointer-events: none;
}

.con-inquire:hover {
 color: #000;
 background-color: #fff;
 box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
 transform: translateY(-2px);
 
}

.con-inquire:active {
 box-shadow: none;
 transform: translateY(0);
}
.product-contrn p{
    text-align:justify;
}
.enquire-button{
    margin-top:2.5rem;
}
.color-class{
    font-size: 18px;
    /* font-family: "Jost", sans-serif; */
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.size-varition ul{
    display: flex;
    gap: 10px;
}
.size-varition ul li{
    border: 1px solid #000;
    padding: 5px 18px;
    height: 40px;
    min-width: 40px;
    text-transform:uppercase;
}

.small-tilte{
    font-size:22px;
    margin-bottom:15px;
}

.fabric-hero::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url(../images/reff/bg-banner.webp) center / cover no-repeat;*/
    opacity: 0.7;
    background: linear-gradient(45deg,transparent,  black, transparent);
    z-index: 0;
}
.main-content{
    position:relative;
    /*margin-left:-50px;*/
   margin-top: 2rem;
    border-top: .1rem solid rgb(213, 213, 213);
}
.main-content .accordion-button:not(.collapsed){
    background-color:unset;
}
.main-content .accordion{
   --bs-accordion-border-color:unset !important;
}
.main-content .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius:unset;
}
.main-content .accordion-button{
   
    padding-left:0;
    text-transform: uppercase;
}
.main-content .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    
    border-radius:unset;
}
.main-content .accordion-item {
        border-bottom: .1rem solid rgb(213, 213, 213);
}
.main-content .accordion-button:focus{
    box-shadow:unset !important;
}
.main-content .accordion-body{
    padding-left:0;
}
.definr-prob {
    display: flex;
    justify-content: flex-start;
    gap: 19%;
    position: relative;
}
.definr-prob .concept-cretion:first-child::before {
    content: '';
    position: absolute;
    background-image: url(../images/reff/work-process-border-shape-02.png);
    background-repeat: no-repeat;
    width: 73%;
    height: 20%;
    right: -78%;
    transform: rotate(180deg);
}
.definr-prob .concept-cretion:last-child{
    margin-left: 3rem;
}
.details-list li{
    list-style-type:disc;
    margin:0;
    
}
.pargr-points li{
    padding:0.2rem 0;
}


.mobile-menu-open, .memnu-clos-open{
    display:none;
}
    
    .dropdown .dropn-btnmobile {
    position: relative;
}
.dropn-btnmobile {
    display: none;
}

.manufacturer{
    padding:4rem 0;
    position:relative;
}
.finjsghes{
    display:flex;
    gap:40px;
    margin-top:3rem;
}
.finjsghes li{
    border-right: 1px solid #00000026;
    padding-right: 30px;
}
.finjsghes li span{
    margin-bottom:15px;
    display:block;
}
.finjsghes li:last-child{
    border:none;
}
.finjsghes li h4{
    font-size:20px;
}

.easy-to-wear{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 10px;
    display:block;
   color:#000;
}
.stlyish{
    margin-top:15px;
}
.stlyish h4{
    font-size:20px;
}

.stlyish p{
    margin:0;
}

.mnufactu-image img{
    
    width:100%;
   
    margin-bottom:15px;
}

.styleish-standrs .row .col-md-3{
    border-right: 1px solid #00000036;
}
.styleish-standrs .row .col-md-3:last-child{
    border:none;
}
.styleish-standrs{
    padding:0 0 4rem;
    position:relative;
}
.mnufactu-image h4{
    font-size:19px;
}
.custm-manuf{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding:20px;
    height:100%;
}
.custm-manuf img{
    margin-bottom:15px;
    filter: invert(19%) sepia(11%) saturate(4957%) hue-rotate(113deg) brightness(95%) contrast(102%);
}
.custm-manuf h4{
    margin-bottom:10px;
    font-size:19px;
}
.custm-manuf p{
    margin:0;
}
.why-chse{
    padding:0 0 4rem;
    position:relative;
}
.navv-link{
    display: flex !important;
    flex-direction: column;
    text-align:center;
}
.newclass{
    display:flex;
    gap:20px;
}
.navv-link span{
    margin-top:10px;
}

.finjsghes li span img {
    filter: invert(16%) sepia(66%) saturate(916%) hue-rotate(113deg) brightness(100%) contrast(101%);
}

.pullover-hooide .swiper-wrapper{
    margin:3rem 0;
}
.tab-menu-section .col-md-3{
    padding:0 10px !important;
}
.contact-form.enquiry{
    border:50px;
}



.checkbox-group {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 10px 20px;
  /*font-family: sans-serif;*/
}

.color-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
}

/* hide default checkbox */
.color-checkbox .color-check {
  position: absolute;
  opacity: 0;
  width:20px;
}

/* base box style */
.color-checkbox .checkmark {
  width: 18px;
  height: 18px;
  min-width:18px;
  border-radius: 4px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.2s;
}

/* ===== Individual colors ===== */
.color-1 .checkmark { border-color: #00000066; }  /* red */
.color-2 .checkmark { border-color: #000; }  /* orange */
.color-3 .checkmark { border-color:#3c75db; }  /* yellow */
.color-4 .checkmark { border-color: #000080; }  /* green */
.color-5 .checkmark { border-color: #800020; }  /* blue */
.color-6 .checkmark { border-color: #396c64; }  /* purple */

/* checked state – fill with its own color */
.color-1 input:checked + .checkmark { background: #00000066; border-color: #00000066; }
.color-2 input:checked + .checkmark { background:#000; border-color: #000; }
.color-3 input:checked + .checkmark { background:#3c75db; border-color:#3c75db; }
.color-4 input:checked + .checkmark { background: #000080; border-color: #000080; }
.color-5 input:checked + .checkmark { background: #800020; border-color: #800020; }
.color-6 input:checked + .checkmark { background: #396c64; border-color: #396c64; }





.pullover-puoide-hooide{
    position:relative;
    padding:3rem 0 0;
}

.error-sec-main{
    background-color:#f5f1ec;
    padding-bottom:4rem;
}



.color-checkbox {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.color-qty {
  width: 60px;
}



.popyf-fotm-lab li label{
    margin-top:0;
}
.popyf-fotm-lab li{
    height:50px;
    margin: 5px 0;
}

.checkbox-group input{
    padding:6px 10px !important;
    margin-top:0 !important;
}

.category-checkbox-group input{
     padding:6px 10px !important;
}