/*----------------- Color -----------------*/
:root{
  --blue: #005dac;
}
.black-a{
  color: #231f20 !important;
}
.white-a{
  color: white !important;
}
.blue-a{
  color: var(--blue);
}
.blue-a2{
  color: #0076b6;
}
.grey-a{
  color: #6d6e70 !important;
}
.pink-a{
  color: #c99f9c !important;
}
.lightgrey-a{
color: #8e9093 !important;
}
.red-a{
  color: #af1f27 !important;
}
/*----------------- Color -----------------*/
/*----------------- Font -----------------*/
p{
  font-size: 16px !important;
}
h5{
  font-size: 20px !important;
}
@font-face {
  font-family: 'LightFont';
  src: url('font/Inter-Light.otf')  format('opentype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/Inter-Regular.otf')  format('opentype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/Inter-Medium.otf')  format('opentype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/Inter-Bold.otf')  format('opentype');
}
.bold-font,.bold-fontall *{
  font-family: 'BoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'ExtraBoldFont';
  src: url('font/Inter-ExtraBold.otf')  format('opentype');
}
.extrabold-font,.extrabold-fontall *{
  font-family: 'ExtraBoldFont', Fallback, sans-serif;
}

@font-face {
  font-family: 'Bold2Font';
  src: url('font/Fontspring-DEMO-organetto-semiexpbold.otf')  format('opentype');
}
.bold2-font,.extrabold-fontall *{
  font-family: 'Bold2Font', Fallback, sans-serif;
}


/*----------------- Font -----------------*/

/*----------------- Navbar -----------------*/

.home-navbar .logo{
  max-width: 110px;
}

.home-navbar .navbar-nav li{
  margin: 0 5px;
}
.home-navbar .navbar-nav>.nav-item>a{
  color: #231f20;
  padding: 8px 13px 5px !important;
  font-size: 14px !important;
}
.home-navbar.fixed-top .navbar-nav>.nav-item>a{
  color: #231f20;
}




/*----------------- Navbar -----------------*/
.banner-content p{
  letter-spacing: 1px;
}
.mnext{
  height:20px !important;
  margin-top: -3px;
  margin-left: 10px;
}
.home-navbar .navbar-nav>.nav-item:last-child>a.active .menudot{
 display: none !important;
}
.home-navbar .navbar-nav>.nav-item>a.active{
  position: relative;
  font-family: 'BoldFont', Fallback, sans-serif !important;
}

.menudot{
  height: 1px !important;
  display: none;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.home-navbar .navbar-nav>.nav-item>a.active .menudot{
  display: block;
}

.navbar {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    position: sticky !important;
    top: 0;
    z-index: 1030;
}
/*----------------- Banner -----------------*/
#slideShow .overlay-text .more{
  background-color: white;
  padding: 10px 15px;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 14px !important;
}
#slideShow .overlay-text .more:hover{
  opacity: 0.8;
  transition: 0.5s;
}
#slideShow .overlay-text h4{
    letter-spacing: .5px !important;
    margin-bottom: 20px;
}
#slideShow .overlay-text{
  letter-spacing: 3px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;

}
#slideShow .overlay-text h1{
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
#slideShow .btn-cta{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 5px 20px;
}
/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline label{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 12px;
  border-radius: 20px !important;
  border: none !important;
}
.prodInfo .list-inline label:hover{
  background-color: rgb(205, 205, 205);
}
.prodInfo .list-inline input:checked + label{
  color: black !important;
  background-color: white !important;
  border: 1px solid #58595b !important;
}


.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
/*----------------- Product -----------------*/

/*----------------- Common Section -----------------*/
.display-none{
  display: none !important;
}
.btn-addtocart{
   background: linear-gradient(
  to right,
  #cdb88e 0%,
  #ccbb99 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
border-radius: 25px !important;
padding: 6px 40px 5px !important;
border: none !important;
color: white  !important;
font-size: 14px !important;

}
.colorlabel{
  height:25px;
  width: 25px;
  border-radius: 50%;
}
.checkoutbox{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.warranty .box1{
 border-radius: 20px;
 padding-bottom: 100px !important;
}

.warranty .box1 input{
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
   padding-block: 8px;
}

.warranty .box1 input::placeholder{
  font-size: 14px !important;
 
}

.warranty .box1 button{
  background: linear-gradient(
  to right,
  #cdb88e 0%,
  #ccbb99 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
color: white;
border-radius: 25px;
display: block;
margin-inline: auto;
border: none;
padding: 7px 30px;
font-size: 14px !important;
}
.warranty .box1 .sec2 .inner{
  width: fit-content;
}

.warranty .box1 .sec2 .row{
  justify-content: center;
  gap: 40px;
}
.warranty .box1 .sec1{
  box-shadow: 0 0 25px rgba(255,255,255,0.8);
  max-width: fit-content;
  background-color: white;
  border-radius:8px;
  margin-inline: auto;
  padding-inline: 50px;
  padding-block: 20px;
 margin-top: 80px;
}


.support .box2 .inner{
  margin-inline: 10px;
  border: 1px solid #564d3b;
  border-radius: 15px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.warranty,
.support{
  border-top: 1px solid #58595b;
}
.support .title1{
  background: linear-gradient(
  to right,
  #cdb88e 0%,
  #ccbb99 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
border: 1.5px solid #ad9971;
width: fit-content;
border-radius: 10px;
padding: 20px 20px;
margin-inline: auto;
display: block;
}
.extreme .box2 .prodwrap {
  border-top-right-radius: 0px !important;
}
.extreme .box2 .outer{

  padding-left: 10%;
}
.extreme .box1 .inner2 .innerdiv{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.extreme .box1 .inner2 img{
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.extreme .box1 .inner2 p{
  background-color:black;
  border-radius: 20px;
  padding: 5px 10px;
  width: 260px;
  text-align: center;
}
 .navbar-collapse,.navbar-collapse>ul{
  width: 100%;
  text-align: center;
 }
.extreme .box1 img{
    max-width: 60%;
    margin-inline: auto;
    margin-bottom: -15%;
  }
.extreme .box1 .inner1{
  background-color: #F5F5F5;
}
.youngline .box4 .inner{
  padding: 30px 15px 5px;
  background-color: #ededed;
  border-radius: 25px;
  height: 100%;
}
.youngline .box4 hr{
  margin-block: 10px 15px;
}
.youngline .box5 img{
  margin-top: -90px;
}
.prodwrap {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.prodwrap-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.9s ease;
}

.prodwrap-bg.old {
  z-index: 1;
  opacity: 1;
}

.prodwrap-bg.new {
  z-index: 2;
  opacity: 0;
}

.prodwrap > *:not(.prodwrap-bg) {
  position: relative;
  z-index: 3;
}

.extreme .box2 .swiper-pagination,
.youngline .box3 .swiper-pagination{
  text-align: right;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.youngline .box3 .prodwrap{
  border-radius: 25px;
}


.youngline .box2 .img img{
  max-width: 75%;
  display: block;
  margin-inline: auto;
}
.youngline .box2 .t1{
  background: linear-gradient(
    90deg,
    #CCA9A6 0%,
    #9B827F 35%,
    #736060 55%,
    #403839 100%
  ) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youngline .box2 .t2{
  background: linear-gradient(
    90deg,
    #2B232E 0%,
    #524E56 35%,
    #716F74 55%,
    #929296 100%
  ) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youngline .box2 .desc2{
  background-color: rgb(232, 232, 232) !important;
  border-radius: 20px;
  padding: 5px 20px;
  width: fit-content;
  margin-inline: auto;
}
.extreme .ordernow,
.youngline .ordernow{
  background: linear-gradient(
  to right,
  #C6B085 0%,
  #CDB88D 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
border-radius: 20px;
padding: 7px 25px;
display: block;
width: fit-content;
margin-inline: auto;

}
.youngline .box1 img{
  max-width: 40%;
  display: block;
  margin-inline: auto;

}

.hquality .contenttitle .title{
  color: #0082c6 !important;
  background-color: unset !important;
  -webkit-text-fill-color:unset !important;
} 
.hquality .h4img{
  max-width: 50%;
  margin-inline: auto;
  display: block;
}

.hprotect .swiper-button-prev{
  position: absolute;
  top: 50%;
  left: -20px;
}
.hprotect .swiper-button-prev,
.hprotect .swiper-button-next{
  top: 45% !important;
}
.hprotect .swiper-button-prev i{
  color: black;
  font-size: 30px !important;
}

.hprotect .swiper-button-next i{
  color: white;
  font-size: 30px !important;
}


.hprotect .swiper-navigation-icon{
  display: none;
}
.hkey .contenttitle .title{
  color: #231f20 !important;
 -webkit-text-fill-color :unset !important;
 background:none !important;
}
.contenttitle .title2{
  background-color: rgb(242 242 242);
  border-radius: 20px;
  padding: 5px 15px;
  width: fit-content;
  margin-inline: auto;
}

.hsecurity .contenttitle .title{
  background: linear-gradient(
    90deg,
    #B9A37E 0%,
    #927F66 35%,
    #594B42 55%,
    #594B42 100%
  ) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px !important;
}
.hredefining .box .inner .btnbox a:hover{
  transform: scale(1.02);
  transition: 0.3s;
}
.hredefining .box .inner .btnbox a{
  border-radius: 15px;
  padding: 3px 18px;
  font-size: 13px !important;
}
.hredefining .box .inner .btnbox .ordernow{
  border: 1px solid black;
}
.hredefining .box .inner .btnbox .learnmore{
  background: linear-gradient(
  to right,
  #C6B085 0%,
  #CDB88D 35%,
  #DDCB9E 65%,
  #E5D5A8 100%
);
}
.hredefining .box .inner .btnbox{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.hredefining .primey h3{
background: linear-gradient(90deg, #c99f9c 0%, #d19692 42%, #574941 65%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0px !important;
    font-weight: 800;
}
.hredefining .primex h3{
background: linear-gradient(90deg, #ad9876 0%, #a98e62 42%, #26211e 65%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0px !important;
    font-weight: 800;
}
.contenttitle .title{
  background: linear-gradient(
    90deg,
    #AD9876 0%,
    #85735D 35%,
    #5B4C43 65%,
    #382B2C 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px !important;
}
.hredefining .box .inner img{
  margin-bottom: -50px;
  max-height: 330px;
}

.hredefining .box .inner img:hover{
  transform: scale(1.02);
  transition: 0.3s;
}

.hredefining .box .inner{
  background-color: rgb(242 242 242);
  border-radius: 20px;
}
.flex{
  display: flex;
}
.hservices .wrap .content{
  position: absolute;
  bottom: 0;
  padding-inline: 15px !important;
  text-align: center;
  width: 100%;
}
.hservices .swiper-button-next{
  right: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
  width: 25px ;
   height: 25px;
}
.hservices .swiper-button-next:hover, .hservices .swiper-button-prev:hover{
  background-color: transparent !important;
  color: var(--blue);
  font-size: 20px !important;
}


.mginline-auto{
  margin-inline: auto;
}
.relative{
  position:relative !important;
}
.hservices .swiper-button-prev{
  left: -40px !important;
  top: 45% !important;
  transform: translateY(-50%);
  background-color: transparent;
  box-shadow: none;
   width: 25px ;
   height: 25px;
}
.haboutus .btn{
    background-color: var(--blue) !important;
    border-radius: 20px;
    color: white !important;
    padding: 4px 15px !important;
    margin-top: 15px;
   }


   .hprod .btn,
   .hservices .btn{
    background-color: var(--blue) !important;
    border-radius: 20px;
    color: white !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }

  .hcontactus .btn{
    background-color: white !important; 
    border-radius: 20px;
    color: black !important;
    padding: 4px 15px !important;
    margin-top: 15px;
    margin-inline: auto;
    display: block;
    width: fit-content;
   }


  .contenttitle .underline{
    width: 90px;
    height: 3px;
    background-color: #d1ae44;
  } 
.btn-whatsapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:42px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.content-banner{
  position: relative;
}
.content-banner .contentbox{
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.contactus .btn{
  background-color: var(--blue);
  width: fit-content !important;
  border-radius: 20px;
}
.contactus textarea,
.contactus input{
  border: none;
  border-bottom: 1px solid #231f20;
  border-radius: 0;
  padding-left: 0 !important;
  padding-bottom: 0;
  background-color: transparent;
}
  #footer{
    background-color: #f3f3f3 !important;
  }
#footer.position-absolute{
  border-top: 1px solid black;
}

#footer.position-absolute p,
#footer.position-absolute a{

  color: white !important;
}
#footer .copyright{
    font-size: 13px !important;
  }

.content-banner .title{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}
.hprod .imgwrap{
      height:200px !important;
 
}

.hprod .imgwrap{
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.hprod .fixed-size{
  max-height: 100% !important;
}

.hprod .content{
  background-color: var(--blue);
  border-radius: 20px;
  padding-block: 2px;
}

.hwhy .wrap{
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background-image: url("/mem_module/library/image/hwhybg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
   

.hwhy .icon{
  width: 50px;
  height: auto;
}
    
.hwhy .content2{
  line-height: 120% !important;
}

.hover:hover{
  opacity: 0.7 !important;
  transition: 0.5s !important;
}

.hwhy .underline2{
  background-color: #bc9a31;
  width: 140px;
  height: 1.5px;
  display: block;
  margin-inline: auto;
}
.aboutus .wrap{
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
  text-align: justify;
  
}

.aboutus .wrap img{
  height:28px;
  margin-top: -10px;
  margin-left: 10px;
}

.aboutus .vmimg{
  border-radius: 30px;
}

.aboutus .value{
  height:35px;
  margin-top: -15px;
  margin-left: 10px;
}
.aboutus .value2{
  height:35px;
  margin-top: 6px;
}

.aboutus .wrap3{
  display: flex;
  gap: 15px;
}
.services .box1 .title{
  line-height: 130% !important;
}

.services .box2 .contentbox{
  background-color: var(--blue);
}

.services .box2 .wrapper:nth-child(odd) .row{
  flex-direction: row-reverse;
}

.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}

.services .box2 .wrapper .underline{
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
}




/*----------------- Common Section -----------------*/

/*----------------- Footer Section -----------------*/
.footerbox{
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: white;
  font-size: 13px !important;
  border-top: 1px solid black;
}
.footerbox *{
   font-size: 13px !important;
}
.footerbox a{
  color: white !important;
}
.footerbox .projectlink{
  color: white !important;
}
.footerbox span,#footer span{
  margin: 0 20px;
}
#footer a{
  color: black !important;
}
#footer .box{
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding-block: 10px;
}
#footer .box .link{
  font-size: 13px !important;
}


@media (max-width:768px){
.footer .copyright, .footerbox .copyright{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
    .footer .copyright, .footerbox .copyright{
        justify-content:center;
        text-align:center;
    }

}
/*----------------- Footer Section -----------------*/

/*----------------- Less Than -----------------*/
@media only screen and (max-width: 1200px){ /* col-xl */
.hredefining .box .inner img{
  max-height: 300px;
}
}
@media only screen and (max-width: 992px){ /* col-lg */
  #footer.position-absolute{
  margin-top: -60px;
}
  .extreme .box2 .swiper-pagination,
  .youngline .box3 .swiper-pagination{
    bottom: 30px;
  }
.youngline .box5 img{
  margin-top: -50px;
}

    .icon-wrapper{
    position: absolute;
    right: 20px;
    top: 5px;
    width: fit-content !important;
  }


  .services .box2 .wrapper:nth-child(even) .contentbox,
.services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

  .home-navbar .contactbtn{
    font-size: 14px !important;
 }

 .home-navbar .contactbtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    color: white;
    background: linear-gradient(135deg, #e8e09d, #ce910e,#f0c43c, #996901);
    border-radius: 100px;
    padding: 6px 15px !important;
 }
 .home-navbar .container{
  position: relative;
 }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    display: block !important;
  }
  
  .home-navbar{
    margin-top: 10px;
  }

  .home-navbar .logo{

    max-width: 110px !important;
    margin-top: 10px;
    
  }  

  .home-navbar .navbar-nav>.nav-item>a{
    text-align: center !important;
    margin-top: 5px;
    font-size: 15px !important;
  }


  #slideShow .overlay-text{
    width: 90%;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
  .extreme .orderwrap{
    margin-top: 22% !important;
  }
    #footer.position-absolute{
  margin-top: -65px;

}
  .copyright{
    font-size: 13px;
  }
  .sm-hidden{
    display: none;
  }
  .contenttitle .underline{
    margin-inline: auto;
  } 

  .aboutus .cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;

  }
  .aboutus .box1{
    background-position: left !important;
  }

   
    .haboutus .box1{
  height:180px;
  width: 180px;
}
  .haboutus .wrapper{
    align-items: center;
  }
}
@media only screen and (max-width: 400px){ /* col-sm */
    #footer.position-absolute{
  margin-top: -105px !important;

}
}
@media only screen and (max-width: 576px){ /* col-sm */
  .btn-addtocart{
    border-radius: 0 !important;
  }
  .extreme .box1 .inner2 img{
  max-width: 80% !important;

}
  .extreme .box1 img{
    max-width: 100% !important;
  }
  .home-navbar.position-absolute{
    position: relative !important;
  }
  h5{
    font-size: 15px !important;
  }
  .youngline .box2 .img img{
    max-width: 100% !important;
  }
  .youngline .box1 img{
    max-width: 100% !important;
  }
    #footer.position-absolute{
  margin-top: -85px;

}

  .extreme .box2 .swiper-pagination,
  .youngline .box3 .swiper-pagination{
    bottom: 20px !important;
    left: 20px;
  }
  .hquality .h4img{
  max-width: 80%;

}
  .hprotect .swiper-button-next i{
  color: black !important;
 
}
  .icon-wrapper{
    position: absolute;
    right: 20px;
    top: 5px;
  }
  .banner-content h2{
    font-size: 20px !important;
    letter-spacing: 1px;
  }
  
  .banner-content p{
    font-size: 16px !important;
    margin-block: 10px 25px;
  }
  .banner-content a{
    display: block;
    width: fit-content;
    font-size: 14px !important;
  }
  
   .hproject .fixed-size{
      height:220px !important;
    }
.content-banner .contentbox{

  top: 30%;

}

.content-banner .contentbox h2{
  font-size: 22px !important;
}
.content-banner .contentbox h5{
  font-size: 16px !important;
}


.haboutus .box2{
  height:120px;
  width: 120px;
}
.haboutus .box2 h2{
  font-size: 34px !important;
}
.haboutus .box1 h2{
  font-size: 60px !important;
}
  #slideShow .overlay-text{
  top: 50% !important;
}
  #slideShow .overlay-text h4{
    margin-bottom: 10px !important;
}
  .home-navbar.fixed-top .navbar-nav li:last-child a{

  width: fit-content;
  margin-inline: auto;
}

.btn-whatsapp{
    width: 46px;
    height: 46px;
    bottom: 30px;
    right: 20px;
    font-size: 32px;
}

.home-navbar .logo{
  max-width: 110px !important;
  margin-top: 35px;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 45px;
  margin-right: 5px;  
  border: 1px solid rgb(103, 101, 101);
}

.home-navbar .navbar-nav>.nav-item>a{
  text-align: center !important;
  margin-top: 5px;
}


  #footer .logo{
    max-width: 160px !important;
  }
  

  #slideShow .overlay-text {
    width: 100% !important;
  }
  #slideShow .overlay-text *{

    margin-bottom: 5px;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 13px !important;
  }  
.youngline .box5 img{
  margin-top: -30px;
}

}
/*----------------- Less Than -----------------*/

/*----------------- Greater Than -----------------*/
@media only screen and (min-width: 1200px){ /* col-xl */
  .hredefining .box .inner img{
  max-height: 369px;
}

}
@media only screen and (min-width: 992px){ /* col-lg */
  .services .box2 .wrapper:nth-child(odd) .contentbox{
  border-bottom-left-radius: 20px;
}
.services .box2 .wrapper:nth-child(even) .contentbox{
  border-bottom-right-radius: 20px;
}
  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .home-navbar .contactbtn{
    display: none;
 }
  #footer h4{
    font-size: 20px !important;
  }
  #slideShow .overlay-text h1{
    font-size: 52px !important;
}

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    border-radius: 35px;
    padding: 10px 0px !important;
    align-items: center !important;
  }
  .navbar {
    background-color: transparent !important;
  }
   

}
@media only screen and (min-width: 768px){ /* col-md */
 .stickyposition{
    position: sticky;
    top: 125px;
    align-self: flex-start;
}


/* Swiper performance fix */
.swiper{
    transform: none !important;
}
  .extreme .box1 .content{
    margin-top: 20% !important;
  }
  .orderwrap{
    position: absolute;
    right: 4%;
    bottom: 30px;
  }
  .sm-display{
    display: none;
  }

  .hservices2 .mgtp1{
    margin-top: 160px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 230px !important;
  }
  .services .box:nth-child(even) .row{
    flex-direction: row-reverse !important;
  }
  .aboutus .cover{
    display: none;
  }
  .blog-content{
    border-right: 1px solid black;
  }

}
@media only screen and (min-width: 576px){ /* col-sm */
  

  .extreme .box1 .inner1{
  padding-top: 120px !important;
}
  .hservices .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

}



/*----------------- Greater Than -----------------*/

/*----------------- Between -----------------*/
@media  (min-width:992px) and (max-width:1200px) {

}
@media  (min-width:768px) and (max-width:992px) {
  .hservices2 .mgtp1{
    margin-top: 120px !important;
  }
  .hservices2 .mgtp2{
    margin-top: 160px !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }
}
@media  (min-width:576px) and (max-width:768px) {
  .extreme .box1 .inner2 img{
  max-width: 50% !important;

}
  .container, .container-sm {
    max-width: 90% !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }  
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }  
}
.fixedtop{
  position: fixed !important;
  background-color: white !important;
  z-index: 999;
}

/*----------------- Between -----------------*/

.prime-gallery-section{
    padding:70px 0;
    background:#fff;
}

.prime-gallery-wrap{
    position:relative;
    width:100%;
    min-height:720px;
    border-radius:42px;
    overflow:hidden;
    background:linear-gradient(180deg,#ead8d5 0%,#fff 72%);
    box-shadow:0 30px 80px rgba(0,0,0,.08);
}

.prime-main-product{
    position:absolute;
    left:7%;
    bottom:-5%;
    width:33%;
    z-index:2;
}

.prime-main-product img{
    width:100%;
    display:block;
    filter:drop-shadow(0 28px 35px rgba(0,0,0,.16));
    transition:opacity .35s ease, transform .35s ease;
}

.prime-detail-grid{
    position:absolute;
    right:8%;
    top:20%;
    width:52%;
    height:58%;
}

.prime-detail-img{
    position:absolute;
    overflow:hidden;
}

.prime-detail-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:opacity .35s ease, transform .35s ease;
}

.detail-top-left{
    left:8%;
    top:5%;
    width:28%;
    height:30%;
}

.detail-top-right{
    right:4%;
    top:4%;
    width:32%;
    height:31%;
}

.detail-bottom-left{
    left:9%;
    bottom:7%;
    width:31%;
    height:30%;
}

.detail-bottom-right{
    right:24%;
    bottom:4%;
    width:12%;
    height:43%;
}

.prime-color-switch{
    position:absolute;
    right:50px;
    bottom:8%;
    display:flex;
    gap:22px;
    align-items:center;
}

.prime-color-dot{
    width:42px;
    height:42px;
    border-radius:50%;
    border:0;
    background:#cdb0a8;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(0,0,0,.14);
    transition:transform .25s ease, box-shadow .25s ease;
}

.prime-color-dot.grey{
    background:#727272;
}

.prime-color-dot.active{
    transform:scale(1.12);
    box-shadow:0 15px 35px rgba(0,0,0,.22);
}

.prime-gallery-wrap.is-changing img{
    opacity:0;
    transform:scale(.985);
}

@media(max-width:991px){
    .prime-gallery-wrap{
        min-height:auto;
        padding:40px 24px 90px;
    }

    .prime-main-product,
    .prime-detail-grid{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        width:100%;
        height:auto;
    }

    .prime-main-product{
        max-width:420px;
        margin:0 auto 40px;
    }

    .prime-detail-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .prime-detail-img{
        position:relative;
        width:100%;
        height:180px;
    }

    .detail-bottom-right{
        height:260px;
    }

    .prime-color-switch{
        right:24px;
        bottom:15px;
    }
}

@media(max-width:575px){
    .prime-gallery-section{
        padding:40px 0;
    }

    .prime-gallery-wrap{
        border-radius:26px;
    }

    .prime-detail-grid{
        grid-template-columns:1fr;
    }

    .prime-detail-img{
        height:180px;
    }
}

.prime-gallery-section{
    padding:70px 0;
}

.prime-gallery-wrap{
    position:relative;
    overflow:hidden;
    border-radius:38px;
    padding:70px 55px;
    transition:background .45s ease;
}

.prime-gallery-wrap.rose-bg{
    background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .75), transparent 32%), linear-gradient(135deg, #cdafa7 0%, #f8f2f0 45%, #ffffff 100%);
}
.prime-gallery-wrap.gold-bg{
    background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .75), transparent 32%), linear-gradient(135deg, #b99e83 0%, #f8f2f0 45%, #ffffff 100%);
}

.prime-gallery-wrap.grey-bg{
    background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.55), transparent 32%),
    linear-gradient(135deg, #d7d7d7 0%, #eeeeee 45%, #ffffff 100%);
}

.prime-main-wrap{
    text-align:center;
}

.prime-main-wrap img{
    width:100%;
    max-width:500px;
    display:block;
    margin:0 auto;
    filter:drop-shadow(0 30px 42px rgba(0,0,0,.16));
    transition:opacity .3s ease, transform .3s ease;
}

.prime-thumb-area{
    max-width:520px;
    margin-left:auto;
}

.primeThumbSwiper{
    padding:8px 4px 36px;
}

.primeThumbSwiper .swiper-slide{
    height:auto;
    padding: 5px;
}

.prime-thumb{
    width:100%;
    height:210px;
    object-fit:cover;
    border-radius:20px;
    background:rgba(255,255,255,.48);
    cursor:pointer;
    transition:all .3s ease;
    box-shadow:0 18px 42px rgba(0,0,0,.08);
}

.prime-thumb:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 55px rgba(0,0,0,.13);
}

.prime-thumb.active-thumb{
    outline:2px solid rgba(0,0,0,.75);
    outline-offset:4px;
}

.prime-thumb-pagination{
    position:relative;
    margin-top:14px;
    text-align:left;
}

.prime-thumb-pagination .swiper-pagination-bullet{
    width:7px;
    height:7px;
    opacity:.25;
    background:#111;
}

.prime-thumb-pagination .swiper-pagination-bullet-active{
    opacity:1;
    width:22px;
    border-radius:100px;
}

.prime-color-switch{
    display:flex;
    justify-content:flex-end;
    gap:16px;
}

.prime-color-dot{
    width:34px;
    height:34px;
    border-radius:50%;
    display:inline-block;
    cursor:pointer;
    border:2px solid rgba(255,255,255,.75);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.prime-color-dot:hover{
    transform:scale(1.08);
}

.prime-color-dot.active{
    transform:scale(1.12);
    border-color:#111;
}

@media(max-width:991px){
    .prime-gallery-wrap{
        padding:45px 24px;
        border-radius:28px;
    }

    .prime-main-wrap img{
        max-width:360px;
        margin-bottom:35px;
    }

    .prime-thumb-area{
        max-width:100%;
    }

    .prime-thumb{
        height:170px;
    }

    .prime-color-switch{
        justify-content:center;
    }
}

@media(max-width:575px){
    .prime-gallery-section{
        padding:40px 0;
    }

    .prime-thumb{
        height:145px;
        border-radius:16px;
    }
}

.support-premium{
    position:relative;
    overflow:hidden;
}

.support-premium .support-heading{
    max-width:880px;
    margin-inline:auto;
}

.support-premium .support-heading h5{
    line-height:1.7;
}

.support-action-row .support-action-card{
    height:100%;
    min-height:135px;
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,.75);
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.support-action-row .support-action-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 65px rgba(0,0,0,.13);
}

.support-action-row .support-action-card a{
    height:100%;
    padding:26px 18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.support-action-card i{
    font-size:34px;
    color:#231f20;
    margin-bottom:12px;
}

.support-trust-panel{
    padding:55px;
    border-radius:34px;
    background:linear-gradient(135deg, rgba(255,255,255,.86), rgba(245,245,245,.92));
    box-shadow:0 30px 90px rgba(0,0,0,.09);
    border:1px solid rgba(255,255,255,.75);
}

.support-smalltag{
    display:inline-block;
    padding:7px 18px;
    border-radius:100px;
    background:linear-gradient(to right,#C6B085,#E5D5A8);
    color:#231f20;
    font-size:13px;
    letter-spacing:.4px;
}

.trust-intro h1{
    line-height:1.1;
}

.trust-intro h5{
    line-height:1.65;
}

.trust-box{
    height:100%;
    padding:28px 24px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 16px 45px rgba(0,0,0,.07);
    transition:all .35s ease;
}

.trust-box:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 65px rgba(0,0,0,.12);
}

.trust-box i{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f4f4f4;
    font-size:26px;
    color:#231f20;
}

.trust-box p{
    line-height:1.55;
}

@media(max-width:991px){
    .support-trust-panel{
        padding:35px 25px;
        border-radius:26px;
    }
}

@media(max-width:575px){
    .support-premium{
        padding-top:45px !important;
        padding-bottom:45px !important;
    }

    .support-action-row .support-action-card{
        min-height:120px;
    }

    .support-trust-panel{
        padding:28px 18px;
    }

    .trust-box{
        padding:24px 20px;
    }
}

