:root{
  --c1: #111 ;
    --c2:#403226; 
  --c3:#929090;
  --bg:#9fd7fa;
  --c4:#fbfbeb;
  --w:#fff;

}
/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--bg) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}

body.no-scroll {
  overflow: hidden !important;
  position: fixed; /* Prevent any scrolling */
  width: 100%;     /* Ensure width does not change */
}
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.custom-overlay.active {
  display: block;
}
.custom-overlay-desk-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.custom-overlay-desk-view.active {
  display: block;
}

@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: futura;
  src: url(../futura_medium_bt.ttf);
}

@font-face {
  font-family: futura-light;
  src: url(../futura_light_bt.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}

.heading-border {
  height: 3px;
  background-color: var(--c1);
  display: inline-block;
  /* margin: 18px auto 0; */
  transform: none !important;
  transition-duration: .8s !important;
  transition-timing-function: ease !important;
  transition-property: width !important;
  transition-delay: .4s !important;
  width: 36px;
  opacity: 1 !important;
  text-align: center;
  margin-bottom: 10px !important;
}

.hf{
  font-family:  futura-light !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important; 
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: futura !important;
  /* overflow-x: hidden !important; */
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c1);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}

.round-check-icon{
  width: 39px;
}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}



.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  /* width: 180px; */
  height:  60px;
}

.logo2{
  /* width: 180px; */
  height: 35px;
}

.logo1{
  /* width: 180px; */
  height:  22px;
}

.logo3{
  /* width: 180px; */
  height:  22px;
}
.nav-menus {
  display: flex !important;
  align-items: start !important;
  justify-content: start !important;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* animation: mymove .5s ; */
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 20px;
    border-bottom: none;
    /* width: 100%; */
}
.nav-link{
  color: var(--c1) !important;

  letter-spacing: 1px;
  font-size: 13px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: uppercase;
  padding: 14px 0 !important;
  font-family: merri-weather-reg;

}
.nav-active{
  /* background-color: var(--c1) !important; */
  color: #000 !important;
  font-weight: bold !important;

}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 35px;
}

.icon-div1 img{
  width: 42px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


.offcanvas{
  width: 80% !important;
}
/* .navbar .dropdown{
padding-left: 0% !important;
padding-right: 0% !important;
} */
.dropdown-item {
white-space: unset !important;
font-size: 16px;

/* border-bottom: 1px solid var(--c1) !important;
min-height: 56px; */
}
.dropdown-menu{
border: unset !important;
box-shadow: unset !important;
}

@-webkit-keyframes slideIn {
0% {
  -webkit-transform: transform;
  -webkit-opacity: 0;
}
100% {
  -webkit-transform: translateY(-8%);
  -webkit-opacity: 1;
}
0% {
  -webkit-transform: translateY(0);
  -webkit-opacity: 0;
}
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
  background-color: var(--bg-dark) !important;
  color: var(--c3) !important;

}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 190px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}


.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* top count of the navbar (top of like and cart icon) */
/* .btn .badge {
  position: relative;
  top: 7px !important;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 75% !important;
  font-size: 4px !important;
} */

.badge {
  font-size: 10px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important  
}

.nv-icon p{
  margin-bottom: 0% !important;
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}

.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */


/* hero */

.navs-round{
  background-color: #0a0a0a !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #2b2626 !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs-round i{
  color: #FFF !important;
}
.mob-baner{
  display: none !important;
}
.desk-baner{
  display: block;
}
.hero-crd{
  width: 100%;
}
.hero-crd img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}
.hero{
  /* height: 80vh; */
  overflow: hidden;
}
.hero-slider{
  height: 100% !important;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.f-logo{
  width: 50%;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--c1); */
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 13px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.active1 {
  font-size: 13px;
  color: var(--c1) !important;
  /* font-weight: 800; */
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  /* transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color; */
}

.active1:hover {
color: #000 !important;
font-weight: bold;
}

/* .active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
} */

/* ----------------- */

.cart-bar {
  display: flex; 
  justify-content: space-between;
  /* position: fixed;
  bottom: 0;
  left: 0; */
  width: 100%;
  /* background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 10px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1); */
}

.cart-bar-button {
background-color: #f6f6f6 !important;
border-radius: 0% !important;
/* color: #fff !important; */
font-size: 16px !important;
}
.in-dec-sec{
  width: 45%;
  align-items: center;
}
.cart-wth{
  width: 33.3% !important;
  text-align: center !important;
}
.n-cart-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
}

#quantity {
  font-size: 16px;
}

.logo{
  width: 130px;
  object-fit: contain;
}
.icon-div i {
font-size: 19px;
}
/* botom bar */
.botom-bar{
  position: fixed;
  z-index: 28;
  bottom: 0; /* Change from -1% to 0 to keep it visible */
  left: 0;
  right: 0;
  background-color: var(--w);
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
.botom-p{
  font-size: 12px;
  font-weight: 400;
}

/* --- hero section ----- */
.hero{
  background-color: rgba(0, 0, 0, 0.71);
  display: flex;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/ourservices.jpg);
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.hero-f{
  font-size: 50px;
}




.con-div{
  position: relative;
}

.dot {
  height: 46px;
  width: 46px;
  background-color: var(--c1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -20%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c1{
  background-color: var(--w) !important;
  /* border: 1px solid var(--c1) !important; */
}

.btn-c1:hover{
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out; 

}



.btn-c1 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}

 .con-div:hover .dot{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}


.quote{
  width: 60% !important;
}

  .menu{
          width: 30px;
        }

      .offcanvas{
        width: 30% !important;
    }


    @keyframes bounceIn {
      0% { opacity: 0; transform: scale(0.3); }
      50% { opacity: 1; transform: scale(1.05); }
      70% { transform: scale(0.9); }
      100% { transform: scale(1); }
  }
  .animate__bounceIn {
      animation-name: bounceIn;
      animation-duration: 1s;
  }



  /* //////////////////// bannner ///////////////// */

  .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #0000008c !important; /* Change this to the color you want */
  }

  .carousel-indicators .active {
    background-color: #fff !important; /* Change this to the color you want for the active indicator */
  }



  /* --------- product round ----------  */
  .round-main{
    position: relative;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 220px;
    overflow: hidden;
    
  }


  .round-card{
    overflow: hidden !important;
    height: 170px;
    width: 170px;
    /* position: absolute; */
    z-index: 0;
    border-radius: 50%;
    background-color: wheat;

  }

  .round-img{
   position: absolute;
    height: 100%;
    bottom: 0%;
    z-index: 2;
    border-radius: 0% 0% 50% 50%;
  }


  /* /////// expore product /  */

  .acc-card{
    position: relative;
    height: 300px;
    width: 100%;
    transition: all .5s;
    background-image: fill 0 linear-gradient(#0001,#000);
    overflow: hidden;
    border-radius: 10px;
    filter: brightness(80%);
  
   }


   .acc-card:hover{
    transform: scale(1.01);
    transition: all .5s;
  
   }
  
   .acc-card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .5s;
   }
  
   .acc-card:hover .acc-card-img{
    transform: scale(1.1);
    transition: all .5s;
    filter: brightness(100%);
  }  

  .bottom-Center{
    position: absolute;
    bottom:-5%;
    left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(18, 15, 15, 0.845));
  width: 100%;
  border-radius: 10px;
 }



 
 .acc-card1{
  position: relative;
  height: 400px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }


 .acc-card1:hover{
  transform: scale(1.01);
  transition: all .5s;

 }

 .acc-card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card1:hover .acc-card-img{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(100%);
}  

.bottom-Center{
  position: absolute;
  bottom:-5%;
  left: 0%;
background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(18, 15, 15, 0.845));
width: 100%;
border-radius: 10px;
}


 /*  */

 /* ======= exotic palce ========= */
.choose-in{
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c1) !important;
  color: #000 !important;
}

.choose-in2{
  background-color: var(--c2) !important;
  border: 1px solid var(--c1) !important;
  color: white !important;
  transition: all 0.3s;
}

.choose-in2:hover{
  background-color: var(--c4) !important;
  border: 1px solid var(--c1) !important;
  color: var(--c2) !important;
}

.choose-in1{
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c1) !important;
  background-color: var(--c1) !important;
}

.two-btns .active{
  background-color: var(--c1) !important;
  color: #fff !important;
}

.tour-detail .active{

  color:  var(--c1) !important;
}
.colage-img-div{
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.colage-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.over-colage{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
}
.colage-title{
  color: #ffff;
}
.ornge-colage{
  width: 100%;
  display: flex;
  justify-content: end;
}

.in-orange{
  background-color: var(--c1);
  text-align: center;
}



/* ////////// */

/* ad banner */
.ad-boxs{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/* .des-top{
position: absolute;
top: -100%;
left: -100%;
background: rgba(239, 235, 239, 0.2);
width: 100%;
height: 100%;
transition: 1.5s;
} */
.des-top{
position: absolute;
top: 0%;
left: 50%;
width: 0%;
height: 100%;
transition: all .5s ease-in-out;
}
.des-down{
position: absolute;
top:40%;
left : 0%;
width: 100%;
height: 10%;
transition: all .5s ease-in-out;
}
/* .des-down{
position: absolute;
bottom:-100%;
right : -100%;
background: rgba(239, 235, 239, 0.2);
width: 100%;
height: 100%;
transition: 1.5s;
} */
/* .ad-boxs:hover .des-top{
top: 0%;
left:0%;
transition: 1.5s;
} */
.ad-boxs:hover .des-top{
width: 100%;
left: 0%;
background: rgba(239, 235, 239, 0.3);
transition: all 1s ease-in-out;
}
.ad-boxs:hover .des-down{
top: 0%;
height: 100%;
background: rgba(239, 235, 239, 0.3);
transition: all 1s ease-in-out;
}
/* .ad-boxs:hover .des-down{
bottom:0%;
right :0%;
transition: 1.5s;
} */
.ad-boxs img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-box-ovly{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
  color: #fff;
}

.ad-box-ovly h3{
  font-weight: bold;
  font-size: 40px;
}
.tabs-top{
display: flex;
justify-content: flex-end;
}

/* .ad-boxs:hover{
  animation: rotate624 0.7s ease-in-out both;
} */

@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }

  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }

  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }

  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }

  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.detai-txt h5{
  font-size: 14px;
}
.detai-txt p{
  font-size: 11px;
}

/* product design */

.pro-card{
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  position: relative;
}
.pro-img{
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.pro-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.other-img{
position: absolute;
top: 0%;
left: 0%;
opacity: 0;
transition: all .5s;
}
.pro-img:hover .other-img{
opacity: 1;
transition: all .5s;
}
.pro-text{
  width: 100%;
  /* text-align: center; */
  /* border-top: 1px solid var(--c1); */
}
.name{
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.name1{
  font-size: 11px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}


.name2{
  font-size: 13px !important;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}
.pro-text p{
  font-size: 14px;
}
.stock-bx{
  position: absolute;
  left: 3%;
  top: 2%;
  z-index: 2;
  background-color: var(--c1);
  /* border-radius: 5px; */
}
.stock-bx p{
  font-size: 12px;
  color: #FFF;
}
.pro-cart-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 1%;
  top: 1%;
}
.pcb-btn{
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-color: #01010139 !important;
  color: var(--c1) !important;
}
.out-of-stock{
width: 100%;
height: 100%;
position: absolute;
top: 0%;
left: 0%;
background-color: #ffffff9f;
cursor: not-allowed;
}

/*new */
.tooltip {
  --bs-tooltip-font-size: 12px !important;
}
.main-size-btn{
font-size: 16px !important;
}
.main-pro-size-box{
display: none;
flex-wrap: wrap;
}
.pro-card:hover .first-p{
  display: none;
  }
.pro-card:hover .main-pro-size-box{
display: flex !important;
}

/* ------------- banner --------------  */


.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c2{
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.con-div:hover .dot1{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}

.btn-c2:hover{
  /* border: 1px solid var(--c2) !important; */
  transition: transform .2s ease-in-out; 

}

.btn-c2 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}

.icon-div i {
  font-size: 19px;
}


.icon-div img {
  width: 22px;
}


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #111 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}





 /* ------------- faq ---------------  */


.faq-us{
  position: relative;
  height: 500px;
}

.faq-img1{

  height:80%;
  width: 78%;
  /* object-fit: cover; */
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2{
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 0%;
  
}

.faq-img3{
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 3%;
  
}


.box {
  align-self: flex-end;
  animation-duration: 3.8s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}
.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}
@keyframes bounce-3 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}


.box1 {
  align-self: flex-end;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}
.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}
@keyframes bounce-4 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 14px 14px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden !important;
}


.faq-heading1 {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card1 {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 14px 14px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden !important;
}

.faq-open-icon1 {
  font-size: 20px;
  position: absolute;
  top: 13px !important;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 13px !important;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details[open] .faq-open-icon1 {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
  overflow: hidden !important;
}

details[open] .faq-card-spoiler1 {
  display: inline-block;
  padding-top: 14px;
  /* color: ; */
  font-size: 16px !important;
  color: black !important;
  overflow: hidden !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-img img{
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}

.bulb-abt1{
  width: 20px;
}

.bulb-abt2{
  width: 40px;
}


.kidskey{
  width: 70%;
}

.kidskey ul{
  list-style: none !important;
}

.kidskey p{
  padding: 0 !important;
  font-size: 11px !important;
}

.kidskey1{
  /* width: 100% !important; */
}

.kidskey1 ul{
  list-style: none !important;
}

.kidskey1 p{
  padding: 0 !important;
  /* font-size: 15px !important; */
}

.btn-c3{
  border-radius: 6px;
  background-color: #d0ba9873;
/* background-color: #f6f6f6; */
/* border: 1px solid #d1d0d0; */
}

.ls3{
  letter-spacing: 3px !important;
}

.view-all{
  border: 1px solid #d2d2d2 !important;
  background-color: #FFF !important;
  color: #000;
  border-radius: 100px;
  width: 200px;
  font-weight: 600;
}
.view-all:hover{
  border: 1px solid #d2d2d2 !important;
  background-color: #000 !important;
  color: #FFF;
  border-radius: 100px;
  width: 200px;
  font-weight: 600;
}

.s-btn{
  border: 1px solid black !important;
}

.s-btn:hover{
  border: 1px solid black !important;
background-color: #000 !important;
color: #fff !important;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
button.btn.m-2.s-btn.selected {
  border: 1px solid black !important;
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.chart-btn{
  background-color: #f6f6f6 !important;
}

.chart-btn:hover{
  background-color: #f6f6f6 !important;
  opacity: 0.8  !important;
}

.size-btn{
  background-color: #f6f6f6 !important;
}

.size-btn:hover{
  background-color: #555555 !important;
  color: #9b9b9f !important;
}
 
/* From Uiverse.io by Siyu1017 */ 
.tooltip-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  padding: 1rem 0;
  width: 100% !important;
  border: 1px solid #000 !important;
   /* background-color: #f6f6f6 !important; */
   background-color: #000 !important;
   --color: #fff;
   --tooltip-bg: #303030;
   --tooltip-color: #fff;
   --margin: 0.5rem;
 }
 .wislist-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  padding: 1rem 0;
  width: 100% !important;
  border: 1px solid #000 !important;
  background-color: #f6f6f6 !important;
  --color: #fff;
  --tooltip-bg: #303030;
  --tooltip-color: #fff;
  --margin: 0.5rem;
}

.text {
  z-index: 9;
  height: 100%;
  color: #FFF;
  padding: 0.7em 1.8em;
  cursor: pointer;
}
.p-n-like {
  font-size: 18px;
  color: var(--red);
}

.red-color {
  color: red !important;
  font-size: 18px !important;
}
.text-wishlist {
  z-index: 9;
  height: 100%;
  color: #000;
  padding: 0.7em 1.8em;
  cursor: pointer;
}
.tooltip {
  position: absolute;
  top: calc(-1 * var(--margin));
  left: 50%;
  transform: translateX(-50%) translateY(0%) scale(0);
  padding: 0.3em 0.6em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background: var(--tooltip-bg);
  color: var(--tooltip-color);
  border-radius: 0.2rem;
  z-index: 99999;
}

.tooltip::before {
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  background: var(--tooltip-bg);
  border-bottom-right-radius: 0.175rem;
}

.tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-100%) scale(1);
}

.pincode{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translate(0,5px);
  transition: all 0.3s;
}

.pincode:hover{
 transform: translate(0);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.voucher-btn{
  background-color: #303030 !important;
  color: #fff !important;
}

.delivery-default{
  color: red !important;
}

.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}


.btn-3{
  border: 1px solid #d2d2d2 !important;
  background-color: transparent !important;
}

.btn-3:hover{
  border: 1px solid black !important;
  background-color: transparent !important;
}



.detai-i i{
  font-size: 40px;
}



/* ====footer===== */
.footer-heading {
  font-size: 14px;
  font-weight: 600;
  color: #181b21;
  line-height: 19px;
  font-family: Open Sans, sans-serif;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.FooterLink_siteFooter__HH7F_ p {
color: #53565a;
font-size: 13px;
line-height: 20px;
font-family: Open Sans, sans-serif;
font-weight: 400;
}
.f-logo{
  width: 100px;
}


@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c3);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 14px;
}
/* ======== */
.foot-logos{
  width: 100%;
}

/* //left slider  */
.new-pro-pg-img-card{
  width: 100%;
  overflow: hidden;

}
.new-pro-pg-img{
  width: 100%;
  transition: all .5s;
}
.new-pro-pg-img-card:hover .new-pro-pg-img{
  transform: scale(1.1);
  transition: all .5s;
}

.new-top-fix{
  position: relative !important;
}
.slides-new{
  /* max-height: calc(90vh - 100px) !important; */
  /* overflow: auto; */
  position: sticky !important;
  overflow: hidden !important;
  top: 50px !important;
  transition: top 0.5s ease-out 0s !important;
  vertical-align: baseline;
    scroll-behavior: smooth;
  -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  
}
/* Style the pagination container */
.swiper-pagination {
  position: absolute;
  /* bottom: -30px !important; Adjust this based on your layout */
  left: 50% !important;
  transform: translateX(-50%) !important; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.slider__images .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: var(--c1); /* Default bullet color */
  opacity: 0.5;
  margin: 0 6px; /* Space between bullets */
  /* border-radius: 50% !important;  */
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* Ensure the active bullet is styled correctly */
.slider__images .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--c2); /* Active bullet color */
  opacity: 1;
  /* border-radius: 50% !important;  */
}

.slider {
  /* padding:  32px 0; */
  width: 100%;
  color: #fff;
  height: 75vh !important;
  overflow: hidden;
}
.slider *{
  border-radius: 0% !important;
}
.slider .swiper-container {
  width: 100%;
  /* height: 100%; */
  height: 455px;
  position: relative !important;
}
.sli-main-img .swiper-slide{
  height: 100% !important;
}
.slider__flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* height: 500px !important; */
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 10%;
  margin-right: 32px;
  position: relative;
  height: 500px !important;
}
.slider__prev {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  height: 60px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0%;
}


.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(400px - 96px) !important;

}
.slider__thumbs .slider__image {
  transition: 0.25s;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  /* -webkit-filter: grayscale(0%);
  filter: grayscale(0%); */
  opacity: 1;
}
.slider__images {
  height: 80vh;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  cursor: zoom-in !important;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-ar {
  background-color: rgb(255, 255, 255);
  z-index: 10;
}


.over-zoom {
  position: absolute;
  bottom: 1%;
  right: 3%;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3b3b8f !important;
  cursor: pointer;
  z-index: 9;
  color: #000;
}


@media (max-width: 780px) {
  .slider__flex {
    flex-direction: column-reverse !important;
  }
  .slider__col {
    flex-direction: row !important;
    align-items: center !important;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
      height: 100% !important;
      display: none !important;

  }

  .slider {
    width: 100%;
    color: #fff;
    /* height: 60vh; */
    /* min-height: 75vh !important; */
    overflow: hidden !important;
    height: unset !important;
  }

  
  .slider__images {
    width: 100%;
    height: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }

  .slides-new{
    max-height: none !important;
    position: static !important;
    overflow: hidden !important;
    top: 50px !important;
    transition: top 0.5s ease-out 0s !important;
    vertical-align: baseline;
      scroll-behavior: smooth;
    -ms-overflow-style: none !important;
      scrollbar-width: none !important;
    
  }
}


/* prodect dis */
.txt-small{
  font-size: 14px;
}
.price-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qty-input{
width: 70px;
}
.pro-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 0% !important;
}
.whats-app-bx{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.whats-app img{
  width: 40px;
}
.accordion-button:focus{
  border: none !important;
  box-shadow: none !important;
}
.pro-btn-box{
  display: flex;
}
.main-qty-bx{
display: flex;
flex-direction: column;
align-items: flex-end;

}
.wish-qty-bx{
 max-width: 30px !important;
}

.cqty{
  height: 30px !important;
}
.wish-qty-btn {
/* background-color: var(--c1) !important; */
color: #fff !important;
display: flex !important;
justify-content: center;
align-items: center;
width: 100%;
}

/* Remove the spinner controls for all number inputs */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


/* wish list page */
.main-qty-bx{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100px;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: hsl(0, 0%, 0%) !important;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0%  !important;
}
.form-outline input{
  border-radius: 0% !important;
  width: 60px;
  height: 40px;
}

.accordion-button {
  color: #000 !important;
  background-color: #fff !important;

}

.wish-dis{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wish-img{
  background-color: var(--c2);
  height: 200px;
}
.wish-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.debit-ard img{
width: 45px;
}
.cart-check-out{
  background-color: var(--c1) !important;
  color: #fff !important;
}

.filter-list{
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.right-content{
/* overflow-y: scroll;
scroll-behavior: smooth; */
/* height: 100vh; */
vertical-align: baseline;
scroll-behavior: smooth;
}
.form-check-label{
font-size: 13px;
}
.all-items{
width: 100%;
/* display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap; */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.left-filter::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left-filter {
-ms-overflow-style: none;  
scrollbar-width: none;  
}
/* filter for mobile */
.sile-filter-mobile{
display: none;
}
.filter-mobile{
display: none;
}
/* .top-2{
margin-top: 10%;
} */
.filter-color .clr-btn{
width: 30px;
height: 30px;
}
.filter-mobile-box{
display: none;
}
.form-check-input{
border: 2px solid black;

/* border-color: 3px solid var(--c1) !important; */
}
.form-check-input:checked {
background-color: black !important;
border-color: black !important;

}
.form-check-input:focus {
border-color: black !important;
outline: 0;
box-shadow: unset !important;
}


  
/* **************categories *************** */
.carg-box{
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.cat-over-img{
  width: 100%;
  height: 280px;
  object-fit: contain;
 
}
:root {
--d: 2500ms;
--angle: 90deg;
--gradX: 100%;
--gradY: 50%;
--b1: rgba(168, 239, 255, 1);
--b2: rgba(168, 239, 255, 0.1);
}
@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}
.name-card{
  width: 100%;
  height: 135px;
  background-color: var(--c2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* transform: translateY(-90%); */
  z-index: -1;
   position: absolute;
  bottom:5%;
}
.carg-box:hover .name-card{
  border: 0.15rem solid;
border-image: conic-gradient(from var(--angle), var(--c2), var(--b1) 0.1turn, var(--b1) 0.15turn, var(--c2) 0.25turn) 30;
animation: borderRotate var(--d) linear infinite forwards;
}
@keyframes borderRotate {
100% {
  --angle: 420deg;
}
}

.ss{
  width: 90px !important;
  /* height: 70px !important; */
 /* object-fit: cover; */
 }

.top-sli{
display: flex;
      align-items: center;
      justify-content: center;
      /* width: 100% !important; */
     height: 500px !important;
     
}
.top-sli img{
height: 100%;
width: 100%;
object-fit: contain;
}
/* .small-sli-box{
display: flex;
      align-items: center;
      justify-content: center;
      background-color: aqua;
} */
.small-sli{
display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 150px !important;
     height: 100px !important;
}
.small-sli img{
height: 100%;
width: 100%;
object-fit: contain;
}
.swip-btn{
    background-color: black !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;
  
}
.new-top-fix{
position: relative;
}
.slides-new{
max-height: calc(122vh - 100px);
/* overflow: auto; */
position: sticky;
overflow: hidden;
top: 50px;
transition: top 0.5s ease-out 0s;
vertical-align: baseline;
  scroll-behavior: smooth;
-ms-overflow-style: none !important;
  scrollbar-width: none !important;

}
/* prodect dis */
.txt-small{
    font-size: 14px;
}
.price-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qty-input{
width: 70px;
}
.pro-btn{
    background-color: var(--c1) !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 0% !important;
}
.whats-app-bx{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.whats-app img{
    width: 40px;
}
.accordion-button:focus{
    border: none !important;
    box-shadow: none !important;
}
.pro-btn-box{
    display: flex;
}
.main-qty-bx{
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}


/* similar products */
.sim-pro{
  position: relative;
}
.owl-nav{
  width: 102% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -1%;
}
.sim-arrow{
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */
.sim-card .name{
  width: 80%;
}
.isim-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* zoom */
.close-zoom{
  background-color: #000 !important;
  color: #fff !important;
  position: absolute;
  top: 2%;
  right: 2%;
}
.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
  height: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
  height: 150px !important;
  width: 280px !important;
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}
#result{
  background-color: #FFF;
  /* left: 661.012px; */
  left: unset !important;
  right: 0% !important;
}


/* filter subpage */
  
.left-filter{
  max-height: calc(110vh - 100px);
  overflow: auto;
  position: sticky;
  top: 0%;
  transition: top 0.5s ease-out 0s;
  /* background-color: var(--bg); */
}
.filter-list{
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.right-content{
  /* overflow-y: scroll;
  scroll-behavior: smooth; */
/* height: 100vh; */
vertical-align: baseline;
  scroll-behavior: smooth;
}
.form-check-label{
font-size: 13px;
}
.all-items{
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
}

/* Hide scrollbar for Chrome, Safari and Opera */

.left-filter::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left-filter {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

 /* filter for mobile */
 .sile-filter-mobile{
  display: none;
}
.filter-mobile{
  display: none;
}
/* .top-2{
  margin-top: 10%;
} */
.filter-color .clr-btn{
  width: 30px;
  height: 30px;
}

.filter-mobile-box{
  display: none;
}

.form-check-input{
  border: var(--bs-border-width) solid black;

  /* border-color: 3px solid var(--c1) !important; */
}

.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;

}

.form-check-input:focus {
  border-color: black !important;
  outline: 0;
  box-shadow: unset !important;
}

body.modal-open, 
html.modal-open {
    overflow: hidden !important;
    height: 100%;
}

.offcanvas-backdrop {
    z-index: 1040 !important;
}

.modal-backdrop {
    z-index: unset !important;
}


.modal-content{
  background-color: #fff;
}

.wishlistcon{
  /* background-image: url(../images/f67569c7e35d1e704c4cbe03f1a3714f.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  background-color: #fff;
  min-height: 300px !important;
  
}

.modal-con{
  height: 250px;
  width: 100% !important;
}

.modal-con1{
  height: 135px;
  width: 40% !important;
}

.modal-con2{
  height: 150px;
  width: 170px !important;
}

.modal-con-img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.modal-con3{
  height: 180px;
  width: 170px !important;
}



         
.btn-grad {
  background-image: linear-gradient(to right, #232526 0%, #414345  51%, #232526  100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  /* box-shadow: 0 0 20px #eee; */
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

  display: block;
  width: 50% !important;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


         
.btn-grad2 {
  background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  display: block;
  width: 50% !important;
}

.btn-grad2:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.cart-p{
  font-size: 17px !important;
}

.cart-ps{
  font-size: 14px !important;
}

.suc-font{
  font-size: 13px !important;
  color: #00b53a;
}

.btn-grad1 {
  background-image: linear-gradient(to right, #232526 0%, #414345  51%, #232526  100%);
  min-width: 150px !important ;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  display: block;
}

.btn-grad1:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* .no-scroll {
  overflow: hidden !important;
} */
.scrollbar::-webkit-scrollbar {
  width: 10px !important;
  padding-left:20px !important ;
}

.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #4c4c4c !important; 
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #1b1b1b !important; 
}

.scrollbar {
  overflow: auto;
  cursor: grab;
}

.scrollbar:active {
  cursor: grabbing;
}

/* ----------- profile -----------  */

.profile-card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2rem !important;
}

.profile-but{
  background-color: transparent;
  /* padding: 10px; */
  font-size: 14px !important;
}

.profile-but:hover{
  background-color: white;
  /* padding: 10px; */
  font-weight: bold;
}

.pro-acc .active{
  border-left: 2px solid #111 !important;
  font-weight: bold !important;
}


.pro-top{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.pro-p{
  font-size: 14px !important;
}

.soc-bx1{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4c4c4c;
}
.soc-icon1{
  width: 80%;
  /* height: 50%; */
  transition: all .5s;
}

.btn-close{
  padding: 5px !important;
  background-color: white !important;
}

.form_input{
  width: 30% !important;
}

.wishlistinput{
  width: 80% !important;
  /* background-color: rgba(0,0,0, 0.2); */
}

.log-pop-up-img{
  width: 90px;
}

.size-chart-img{
  width: 100%;
  /* height: 100%;   */
}

.modal {
  z-index: 1050 !important;
}

.modal {
  z-index: 1050 !important;
}

/* .modal-backdrop {
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
} */

.size-chart {
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-open-custom {
  overflow: hidden !important;
}

#search.modal-backdrop {
  display: none !important; /* Completely hides the backdrop */
  z-index: none !important;
}

.navbar {
  z-index: 25 !important; /* or any value lower than offcanvas menu */
}
.offcanvas {
  z-index: 1050 !important; /* or any value higher than the navbar */
}


 /* --------------------- */
 /* --- */
.money-in{
  height: 50px;
}
.cash-pay-lab{
  background-color: #f0f7ec;
  color: green;
  width: 98%;
}

.new-cart-box{
  font-size: 14px;
}
.upi{
  width: 30px;
}
.img-divs{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  /* min-height: 60px; */
  height: 60px;
  background-color: #fff;
}
.img-divs img{
  width: 94%;
  height: 90%;
  object-fit: contain;
}
.upi-in{
  background-color:#effaf9;
  border-radius: 8px;
}
.accordion-collapse {
  transition: height 0.35s ease;
  overflow: hidden; /* Ensure no overflow during transition */
}

.accordion-collapse.collapsing {
  height: 0; /* Ensure collapsing height is set to 0 */
}
.pay-choose-btn{
  background-color: #f5c443 !important;
  color: #000 !important;
  letter-spacing: 1px;
}
.modal-cn-btn{
  background-color: #f5c443 !important;
  color: #000 !important;
}
.btn-modal-btn-1{
  position: unset !important;

}
.pay-confirm-modal{
  width: unset;
  min-width: 75%;
}

/* ------------ model size chart-----------  */

/* size chart */
td,th{
  font-size: 12px;
  padding: 0% !important;
}
td{
  padding: 1% !important;
}
.size-ch-btn{
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
}
.size-ch-img img{
  width: 100%;
}
.size-ch-text p{
  font-size: 12px;
}
.size-ch-text ul li{
  font-size: 12px;
}


/* -----------  */

.hr-lines1{
  position: relative;
  max-width: 800px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines1:after{
  content:" ";
  height: 2px;
  width: 250px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Adjust the margin as needed */
}
.active>.page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color) !important;
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;
}
.page-link {
  color: var(--c1) !important;
}
/* ------- address ---  */

.address-checkout{
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}


.def-bx {
  background-color: green;
  color: #fff;
  border-radius: 7%;
}
.adress-card{
  background-color: #fff;
  /* border-radius: 5%; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.def-div{
  min-height: 50px;
}
.profile-new{
  height: 120px;
  width: 120px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center; 
  border-radius: 50%;   
}

.cur-poin{
  cursor: pointer;
}

.slider__image img {
  cursor: zoom-in !important; /* Change cursor to zoom-in on hover */
}
 /* ------- login---------------- */

 .log-in-img{
  height: 270px;
  width: 100%;
 }


 /* From Uiverse.io by vinodjangid07 */ 
.cartBtn1 {
  /* width: 1; */
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: white;
  font-weight: 500;
  position: relative;
  background-color: rgb(29, 29, 29);
  box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px !important;
}

.cart1 {
  z-index: 2;
}




.cartBtn1:active {
  transform: scale(0.96);
}



.cartBtn1:hover .product1 {
  animation: slide-in-top1 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top1 {
  0% {
    transform: translateY(-30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
  }
}

.cartBtn1:hover .cart1 {
  animation: slide-in-left1 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left1 {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.product1 {
  position: absolute;
  width: 12px;
  font-size: 10px;
  border-radius: 3px;
  content: "";
  left: 16%;
  bottom: 50%;
  opacity: 0;
  z-index: 1;
  fill: rgb(211, 211, 211);
}


/* Custom styling for the heart button */
.wishlist-btn i {
  /* color: #ff6b81; Color for the heart */
  font-size: 18px; /* Size of the heart icon */
}

/* .wishlist-btn:hover i {
  color: #ff4757; 
} */


 /* From Uiverse.io by vinodjangid07 */ 
 .cartBtn {
  /* width: 1; */
  font-size: 15px;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000;
  font-weight: 500;
  position: relative;
  background-color: transparent;
  /* border: 1px solid #3c3c3c; */
  /* box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219); */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.cart {
  z-index: 2;
}

.cartBtn:active {
  transform: scale(0.96);
}

.product {
  position: absolute;
  width: 12px;
  font-size: 10px;
  border-radius: 3px;
  content: "";
  left: 16%;
  bottom: 50%;
  opacity: 0;
  z-index: 1;
  fill: rgb(211, 211, 211);
}

.cartBtn:hover .product {
  animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
  }
}

.cartBtn:hover .cart {
  animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

         /* Modal backdrop (covers the entire screen) */
.custom-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black for backdrop */
  z-index: 1040;
}

/* Add background color outside the modal */
body.custom-modal-open {
  background-color: rgba(0, 0, 0, 0.4); /* Darken the body background when modal is active */
  overflow: hidden; /* Prevent body scrolling when modal is open */
}

/* Base styles for the modal */
.custom-bottom-modal {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(255, 255, 255, 1); /* White modal background */
  overflow: hidden;
  z-index: 1050; /* Above the backdrop */
}

/* Modal content */
.custom-bottom-modal-content {
  background-color: white;
  padding: 20px;
  height: 100%;
  position: relative;
}

/* Close button */
.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}

/* Slide-up animation for bottom view */
.custom-bottom-modal.active {
  display: block;
  animation: slideUp 0.4s ease-out;
}

/* Show the backdrop when modal is active */
.custom-modal-backdrop.active {
  display: block;
}



.abt-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.abt-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/about-us.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

 /* ======= contact us ================ */

  

 
 .form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}

.btn-c1{
  background-color: var(--c1);
}



.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c1);
  color: #fff;
}

/* Animation for sliding up */
@keyframes slideUp {
  from {
    bottom: -30%;
  }
  to {
    bottom: 0;
  }
}

.mod-img{
  width: 100%;
  height: 330px;  
  object-fit: cover;
}


.mod-font{
  font-size: 30px !important;
}

/* Mobile view: modal appears at the bottom */
@media (max-width: 768px) {
  .custom-bottom-modal {
    bottom: 0;
    min-height: 55%;
    height: unset;
  }

  .mod-img{
    width: 100%;
    height: 130px;  
    object-fit: cover;
  }

  .mod-font{
    font-size: 14px !important;
  }
}

/* Desktop view: modal appears at the center */
@media (min-width: 769px) {
  .custom-bottom-modal {
    top: 50%;
    left: 50%;
    height: auto;
    width: 50%;
    transform: translate(-50%, -50%);
  }

  /* Center animation */
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translate(-50%, -60%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
}


/* For mobile view - show the zoom-in icon on tap */
@media (max-width: 768px) {
  .slider__image {
      cursor: pointer; /* Make the images tappable */
  }
}


.brn-cart{
  width: 45px;
  height: 45px;
  background-color: #f6f6f6;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.brn-cart:hover{
  background-color: #000;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wishlist-btn{
  background-color: transparent;
}

.wishlist-btn1{
  background-color: transparent;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border: 2px solid #1b1b1b;
}
.wishlist-btn1 .fa-icon-size{
  font-size: 18px;
}
.mod-main-img{
  position: relative;
}

.btn-add{
  border: .5px solid #323935;
  background: var(--c1) !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color: #222527;
  padding: 10px !important;
}

    /* Custom width for the off-canvas */
    #offcanvasRight {
      width: 90% !important; /* Set your desired width */
  }

  /* Adjust for larger screens if needed */
  @media (min-width: 992px) {
      #offcanvasRight {
          width: 35% !important; /* Wider on large screens */
      }
  }

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    height: 60px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 18%;
  }
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 50% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 16px;
      
          /* border-bottom: 1px solid var(--c1) !important;
          min-height: 56px; */
        }
        .dropdown-menu{
          border: unset !important;
          box-shadow: unset !important;
        }
      
        @-webkit-keyframes slideIn {
          0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
          }
          100% {
            -webkit-transform: translateY(-8%);
            -webkit-opacity: 1;
          }
          0% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 0;
          }
        }
    
        .menu{
          width: 52px;
        }
        /* .offcanvas-header{
          background-color: var(--c2);
        } */
    
    
}
@media screen and (max-width:1200px) {

}
  @media screen and (min-width: 960px) and (max-width: 1030px) {
    
    /* General Slider Styles */


    .slider__flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row !important; /* Ensure horizontal layout */
    }

    .slider__col {
      display: flex;
      flex-direction: column !important;
      align-items: center;
      width: 120px;
      height: 100%;
    }

    .slider__prev, .slider__next {
      font-size: 24px;
      cursor: pointer;
      padding: 10px 0;
    }

    .slider__prev p, .slider__next p {
      margin: 0;
    }

    /* Slider Thumbnails (left column) */
    .slider__thumbs {
      width: 70%;
      height: calc(100% - 60px); /* Adjust height to fit */
      overflow-y: hidden;
    }

    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-wrapper.tumb-side {
      display: flex;
      flex-direction: column; /* Vertical thumbs */
      height: 100%;
    }

    .swiper-slide {
      margin-bottom: 16px; /* Space between thumbnails */
    }

    .slider__image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* Main Image Slider (right column) */
    .slider__images {
      width: calc(100% - 150px); /* Adjust main image slider width */
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .slider__images .swiper-container {
      width: 100%;
      height: 100%;
    }

    .slider__images .swiper-wrapper.sli-main-img {
      display: flex;
      /* flex-direction: row !important; */
    }

    .slider__images .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .slider__image img {
      width: 100%;
      height: auto;
      object-fit: contain;
      cursor: zoom-in;
    }

    /* Pagination */
    .swiper-pagination {
      position: absolute;
      /* bottom: -30px; */
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
    }

    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: var(--c1);
      opacity: 0.5;
      margin: 0 6px;
      border-radius: 50%;
      transition: opacity 0.3s ease, background-color 0.3s ease;
    }

    .swiper-pagination-bullet-active {
      background-color: var(--c2);
      opacity: 1;
    }

    .slider__flex {
      width: 100%;
      display: flex;
      align-items: flex-start;
      height: 500px !important;
    }
  }

  
@media (min-width:920px) and (max-width:1200px) {
  
/* ///////////////////// */

.acc-card{
  position: relative;
  height: 250px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }


 .pro-img{
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}


.acc-card1{
  position: relative;
  height: 280px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }

 
 
}

  @media screen and (max-width:920px) {
    .footer{
      padding-bottom: 60px;
    }
    body{

      overflow-x: hidden !important;

    }

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 12px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 70% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--w) !important;
    padding: 10px !important;
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}


    /* mobile filter option */
    .left-filter{

      display: none !important;
    }
  
    .filter-mobile{
      display: block;
    }
    .sile-filter-mobile{
      width: 81%;
      /* min-height: 150vh; */
      position: fixed;
      z-index: 1210;
      display: block;
      /* background-color: aqua; */
      background-color: #fff;
      transition: all 1s;
      top: 0% !important;
      bottom: 0% !important;
      left: -110%;
      overflow-x: hidden !important;
      overflow-y: scroll !important;
      scroll-behavior: smooth;
      
    }
    .filter-box{
      overflow-y: scroll;
      /* background-color: aqua; */
    }
    .filter-open{
      font-size: 18px !important;
      letter-spacing: 1px !important;

    }

 
  }

  @media screen and (max-width:720px) {
    .stock-bx{
      position: absolute;
      left: 5%;
      top: 3.5%;
      z-index: 2;
      background-color: var(--c1);
      /* border-radius: 5px; */
    }
    .stock-bx p{
      font-size: 8px !important;
      color: #FFF;
    }

    .cart-p{
      font-size: 14px !important;
    }
    
    .cart-ps{
      font-size: 12px !important;
    }
    
    .suc-font{
      font-size: 10px !important;
      color: #00b53a;
    }

    .pro-name {
      font-size: 12px !important;
    }
  }



  @media screen and (max-width:660px) {
    .custom-bottom-modal {
      bottom: 0;
        min-height: unset;
        height: unset;
    }
    .offcanvas{
      width: 90% !important;
    }
    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}

.nav-item{
  padding: 0px 10px;
    border-bottom: 1px solid #cfcfcf !important;
    width: 100%;
}
.nav-link{
  color: var(--c2) !important;
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 12px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;
  padding: 14px 0 !important;

}

.logo1 {
  /* width: 180px; */
  height: 28px;
}

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 25px;
}

.side-op{
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 20;
}



.sopp i{
  font-size: 30px;
}

.pro-acc{
  overflow: hidden !important;
}

.prof-row{
  overflow-x: scroll !important;
  width: 90% !important;
}

.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.form_input{
  width: 100% !important;
}

.fill {
  object-fit: cover;
  height: 55vh;
 
}

.modal-con{
  height: 150px;
  width: 100%;
}


.kidskey1 p{
  padding: 0 !important;
  font-size: 11px !important;
}
.bulb-abt2{
  width: 30px !important;
}

/* ///////////////////// */

.acc-card{
  position: relative;
  height: 200px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }


 .pro-img{
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}


.acc-card1{
  position: relative;
  height: 200px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }


/* ------ abtus ---------- */

.why-us{
  position: relative;
  height: 300px;
}

.why-us-img1{

  height:80%;
  width: 78%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 60%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 0%;
  
}

.why-p{
  font-weight: 900 !important;
  font-size:25px !important;
}

.txtsha{
  text-shadow: 3px 5px 3px white;
}


.why-us-con{
  /* background-color: var(--c1); */
  position: absolute;
  bottom: -4%;
  right:-4%;
}


/* ------------- faq ---------------  */


.faq-us{
  position: relative;
  height: 300px;
  justify-content:center !important ;
}

.faq-img1{

  height:80%;
  width: 85%;
  /* object-fit: cover; */
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2{
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 10%;
  
}

.faq-img3{
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 3%;
  
}


.why-us1{
  /* position: relative; */
  height: 280px !important;
}


.part-img1{
  width: 150px;
  height: 65px;
 }



 .cartBtn {
 
  font-size: 11px !important;
}
  /* --------- abt-us -----  */

  .br-right{
    border-right: unset;
  }
  .br-bot{
    border-bottom: unset;
  }
  .choose-bx{
    border-bottom: 1px solid var(--c1);
  }

  .ab-pg-img {
    height: 290px;
  }
  

  .yr-box1 h3{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }

  .yr-box h3{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
  }


  .modal-con1{
    height: 120px;
    width: 50% !important;
  }


  .pro-acc .active{
    border-left:unset !important;
    background-color: transparent !important;
    font-weight: bold !important;
  }

  
  .modal-con-img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .hr-lines1{
    position: relative;
    max-width: 600px;
    margin: auto;
    /* margin: 100px auto; */
    text-align: center;
  }
  
  .hr-lines1:before{
    content:" ";
    height: 2px;
    width: 100px;
    background: var(--c1);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .hr-lines1:after{
    content:" ";
    height: 2px;
    width: 100px;
    background: var(--c1);
  
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  .profile-but{
    background-color: transparent;
    /* padding: 10px; */
  min-width: 140px !important;
    font-size: 14px !important;
  }

    
  .profile-but1{
    background-color: transparent;
    /* padding: 10px; */
  /* min-width: 140px !important; */
    font-size: 14px !important;
  }
  
  .product {
    position: absolute;
    width: 12px;
    font-size: 8px !important;
    border-radius: 3px;
    content: "";
    left: 9%;
    bottom: 50%;
    opacity: 0;
    z-index: 1;
    fill: rgb(211, 211, 211);
  }
  

  
.profile-card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2rem 2rem 20px 20px !important;
}
  
  
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {



  /*  our product */
  /* in slider */
  .sli-brand{
    font-size: 18px;
  }
  .sli-brand-name{
    font-size: 20px;
  }
  .sli-price {
    font-size: 17px;
}
.sli-p{
  font-size: 12px;
}


  }

  @media screen and (max-width:365px) {
    .f-con-txt button{
      margin-left: unset !important;
      margin-top: 8px;
    }


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}