/*----------------- 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;
}
.red{
  color: #ed1c24;
}
.pink-a{
  color: #c99f9c !important;
}
.lightgrey-a{
color: #8e9093 !important;
}
.red-a{
  color: #bb4a2a !important;
}
.red-a2{
  color: #b41f28 !important;
}
.bgcolor{
  background-color: #fff9eb !important;
}
.bgcolor2{
  background-color: #f7f3ed !important;
}
/*----------------- Color -----------------*/
/*----------------- Font -----------------*/
p{
  font-size: 16px !important;
}
h5{
  font-size: 18px !important;
}
h4{
  font-size: 22px !important;
}
@font-face {
  font-family: 'LightFont';
  src: url('font/GlowSansSC-Normal-Light.otf')  format('opentype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/GlowSansSC-Normal-Regular.otf')  format('opentype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/GlowSansSC-Normal-Medium.otf')  format('opentype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/GlowSansSC-Normal-Bold.otf')  format('opentype');
}
.bold-font,.bold-fontall *{
  font-family: 'BoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'ExtraBoldFont';
  src: url('font/GlowSansSC-Normal-ExtraBold.otf')  format('opentype');
}
.extrabold-font,.extrabold-fontall *{
  font-family: 'ExtraBoldFont', Fallback, sans-serif;
}


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

/*----------------- Navbar -----------------*/
.home-navbar.fixed-top{
  position: absolute !important;
  
}

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

.home-navbar .navbar-nav li{
  margin: 0 5px;
}
.home-navbar .navbar-nav>.nav-item>a{
  color: #231f20;
  padding: 1px 15px  !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;
}

.home-navbar .navbar-nav>.nav-item>a.active{
  background-color: #bb4a2a !important;
  border-radius: 15px;
  color: white !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;
}


/*----------------- Banner -----------------*/

/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.opt{
  display: flex;
  flex-direction: column;
}

.opt select{
  border: 2px solid #e74c3c;
  border-radius: 25px;
   padding: 5px 10px;
}
.prodCat .list-group>li{
  border: none !important;
  padding: 5px !important;
}
.prodInfo .time-select{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.prodInfo .time-option{
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 15px 35px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.prodInfo .time-option input{
    display: none;
}

.prodInfo .time-option input:checked + span{
    color: #fff;
    transition: 0.4s;
}

.prodInfo .time-option:has(input:checked){
    background: #c8613c;
    border-color: #c8613c;
    transition: 0.4s;
}

.prodInfo textarea{
  border: 2px solid #bb4a2a !important;
  border-radius: 15px !important;
  padding: 5px 15px;
}
.prodInfo textarea:focus{
 border: 2px solid #bb4a2a !important;
}
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline label{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 40px;
  border-radius: 20px !important;
  border: 2px solid #bb4a2a !important;
  margin-right: 5px;
}
.prodInfo .list-inline label:hover{
  background-color: #db9b89;
}
.prodInfo .list-inline input:checked + label{
  color: white !important;
  background-color: #bb4a2a !important;
  border: 1px solid #bb4a2a !important;
}



.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
.prodInfo .deliverytime label{
  padding: 10px 40px;
  border-radius: 20px;
  border: 1px solid #c02126;
  transition: 0.2s;
  margin-right: 10px;
}
.prodInfo .deliverytime input[type="radio"]{
    display: none;
}
.prodInfo .deliverytime input[type="radio"]:checked+label.lunch,.prodInfo .deliverytime input[type="radio"]:hover+label.lunch,.prodInfo .deliverytime input[type="radio"]:focus+label.lunch,.prodInfo .lunchselected{
    background-color: #c02126;
    color: white;
}
.prodInfo .deliverytime input[type="radio"]:checked+label.dinner,.prodInfo .deliverytime input[type="radio"]:hover+label.dinner,.prodInfo .deliverytime input[type="radio"]:focus+label.dinner,.prodInfo .dinnerselected{
    background-color: #005fdb;
    color: white;
}
/*----------------- Product -----------------*/

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

.related .next{
  position: absolute;
  right: -20px !important;
  top: 45% !important;
  transform: translateY(-50%);
}.related .prev{
  position: absolute;
  left: -20px !important;
  top: 45% !important;
  transform: translateY(-50%);
}
.related .swiper-navigation-icon{
  display: none;
}
.relatebtn{
  border-radius: 25px !important;
  padding-inline: 25px !important;
  background-color: #c02126 !important;
}
.prodInfo .picktime{
  flex-direction: column;
}
.prodInfo .swiper-button-prev{
  left: -27px;
  top: 50%;

}
.prodInfo .swiper-button-next{
  right: -27px;
  top: 50%;
  
}
.prodInfo .swiper-navigation-icon{
  display: none;
}
.catwrap{
  border: 2px solid #c02126;
  border-radius: 8px;
}
.catprice{
  width: fit-content;
  background-color: #c02126;
  border-radius: 20px;
  margin-top: 10px;
  display: block;
  margin-inline: auto;
  padding: 4px 25px;
  color: white;
}
.active>.page-link, 
.page-link.active{
  background-color: #c02126 ;
  border-color: #c02126 !important;
}

.htesti .swiper-pagination-bullet-active{
  transform: scale(1.4);
  transition: 0.2s;
}

.htesti .swiper-pagination-bullet{
  background-color: #9e9e9e;
  opacity: 1 !important;
  margin-inline: 10px !important;

}

.htesti .swiper-pagination{
  position: relative !important;
  margin-top: 30px;
}
.htesti .box .star{
  width: auto;
  margin-inline: auto;
}
.htesti .box{
  background-color: #b41f28;
  border-radius: 20px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.morebtn{
  background-color: #c02126;
  color: #f3f1ec;
  padding: 8px 45px;
  border-radius: 25px;
  font-size: 16px !important;
  display: inline-block;
}
.morebtn:hover{
  transform: scale(1.05) !important;
  transition: 0.3s;
  
}

.hhow .stepno{
  font-size: 30px !important;
  margin-left: 4px;
}


.aboutus .box3 .inner:nth-last-of-type(-n+3),
.hcategory .box2 .inner:nth-last-of-type(-n+3) {
  background-color: #bb4a2a;
  color: #ffffff !important;
}

.aboutus .box3 .inner:nth-last-of-type(-n+3) .title,
.hcategory .box2 .inner:nth-last-of-type(-n+3) .title{
  font-weight: bold;
  color: #ffffff !important;
}

.aboutus .box3 .inner:nth-child(-n+2),
.hcategory .box2 .inner:nth-child(-n+2) {
  flex: 0 0 calc(50% - 16px);
}

.aboutus .box3 .inner:nth-child(3),
.aboutus .box3 .inner:nth-child(4),
.aboutus .box3 .inner:nth-child(5),
.hcategory .box2 .inner:nth-child(3),
.hcategory .box2 .inner:nth-child(4),
.hcategory .box2 .inner:nth-child(5) {
  flex: 0 0 calc(33.333% - 16px);
}

.aboutus .box3,
.hcategory .box2{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.aboutus .box3 .inner,
.hcategory .box2 .inner{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
    border-radius: 15px;
  border: 3px solid #bb4a2a;
  margin-inline: 2px;
  padding-block: 10px;
  min-width: 250px;
}

.hcategory .box1 .inner{
  position:relative;
  z-index: 1;

}
.hcategory .box1 .inner .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 25px;
  padding: 8px 30px;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.18);
}
.footer .box1 .inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flogo{
  max-width: 140px;
}
.banner .swiper-pagination-bullet{
  background-color: #b41f28 !important;
  opacity: 1 !important;
  margin-inline: 10px !important;
}

.banner .swiper-pagination-bullet-active{
  transform: scale(1.4);
  transition: 0.2s;
  
}

.fixbottom{
  position: fixed;
  bottom: 38px;
  background-color: #b41f28;
  left: 20px;
  width: 100%;
}
.fixbottom .menutop{
  width: 100%;
  background-color: #b41f28;
  z-index: 999 !important;
}
.fixbottom .menutop a{
   color: white !important;
   padding-block: 5px;
   font-size: 14px !important;
}
.fixbottom {
  display: none;
}
.fixbottom .menutop a img{
   filter: brightness(0) invert(1);
    margin-top: -4px;
    margin-left: 3px;
}
.fixbottom.show {
  display: block !important;
}

.menutop{
  position: absolute;
  right: 20px;
  top: 10px;

}
.navbar .lastitem{
background-color: #b41f28;
    color: white;
    padding: 3px 10px 3px 20px !important;
    font-size: 12px !important;
    border-top-left-radius: 50px;  
}
.navbar .lastitem a img{
    filter: brightness(0) invert(1);
    margin-top: -4px;
    margin-left: 3px;
}

.navbar{
  background-image: url("/mem_module/library/image/menubg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.display-none{
  display: none !important;
}
.btn-addtocart{
   background-color: #c02126;
border-radius: 25px !important;
padding: 6px 30px 5px !important;
border: none !important;
color: white  !important;
font-size: 16px !important;

}
.btn-addtocart i{
  margin-left: 10px;
}
.colorlabel{
  height:25px;
  width: 25px;
  border-radius: 50%;
}
.checkoutbox{
  display: flex;
  gap: 30px;
 
  align-items: flex-end;
}
.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{
  width: fit-content;
  margin-inline: auto;

 }


.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;
}
.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: #b41f28;
  color: #fee5d4 !important;
  border-radius: 30px;
  padding: 15px 100px 15px 25px ;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  
}

.contenttitle .title2 img{
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-65%);
}

.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;
}
.contenttitle .title{
  
  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-image: url("/mem_module/library/image/menubg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#footer.position-absolute{
  margin-top: -42px;
  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 -----------------*/
#footer .box{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-block: 10px;
}
#footer .box .link{
  font-size: 13px !important;
}

/*----------------- 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;
  }
    .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;
    background-color: #fff9eb;
  }
  .home-navbar,.home-navbar.fixed-top{
    position: relative !important;
    flex-wrap: wrap;
    margin-top: 0px !important;
    
  }


  .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;
  }
  .hcategory .box1 .inner .title{
    width: 80%;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
  .contenttitle .title2{

  margin-right: 50px;
  padding-right: 65px !important;
  margin-top: 20px;
}
  .contenttitle .title2 img{
  height: 120px !important;
  transform: translateY(-50%) !important;
}
  #footer .box{
    justify-content: center !important;
  }
  .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;
  }

   

}
@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 */
  .prodInfo .swiper-button-prev{
  left: -16px;


}
.prodInfo .swiper-button-next{
  right: -16px;

  
}
  .xs-hidden{
    display: none !important;
  }
  .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;
}

  #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: 60px;
    right: 15px;
    font-size: 32px;
}
.home-navbar.fixed-top{
  position: relative !important;
}  
.home-navbar .logo{
  max-width: 100px !important;
  margin-top: 15px;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 80px;
  margin-right: 5px;  
  border: 1px solid rgb(103, 101, 101);
}

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


  #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;
  }  
}
/*----------------- 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 */
  .home-navbar.fixed-top{

  background-image: none !important;
}
  .navbar .container{
    max-width: 85% !important;
  }
  .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;
  }
 
   

}
@media only screen and (min-width: 768px){ /* col-md */
  .footer .box1 .inner2{
    border-left: 2px solid #bb4a2a;
    border-right: 2px solid #bb4a2a;
  }
 .stickyposition{
    position: sticky;
    top: 45px;
    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 */
  .xs-display{
    display: none;
  }

  .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 -----------------*/

