/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@font-face {
  font-family: roboto;
  src: url(../RobotoCondensed.ttf);
}
@font-face {
  font-family: sans;
  src: url(../AverageSans-Regular.ttf);
}
@font-face {
  font-family: heading-font;
  src: url(../BLKCHCRY.TTF);
}
@font-face {
  font-family: brand;
  src: url(../Emrys.otf);
}
:root{
  --c1:#2b674b !important;
  --c2:#a7c56e;
  --onion:#f57171;
  --hf:heading-font;
  --bf:brand;
  --c3:#5c727d;


}
.w{
  color: #fff !important;
}
.swiper-slide.small-sli.slideshow-thumbnails.active.swiper-slide-visible.swiper-slide-next {
  overflow: hidden;
}
.swiper-slide.small-sli.slideshow-thumbnails.swiper-slide-visible.swiper-slide-next {
  overflow: hidden;
}
li.li-size{
  font-size: 15px;
}
.hf{
  font-family: var(--hf)!important;
  letter-spacing: 3px;
}
.bf{
  font-family: var(--bf) !important;
  letter-spacing: 1px;
}
.c1{
  color: var(--c1)!important;
}
.c3{
  color: var(--c3) !important;
}
.ls{
  letter-spacing: 1px;
}
.js{
  text-align: justify;
}
.p{
  font-size: 17px;
}
body{
/* font-family: 'Poppins', sans-serif !important; */
font-family: "Roboto Slab", serif !important;
}
*{
  box-sizing: border-box;
}

.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 ;
}

/* nav bar */
.navbar{
  transition: all .5s;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.logo{
  /* width: 120px; */
  object-fit: contain;
  height: 70px;
}
.nav-icon{
width: 50px;
}
.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 ;
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: var(--w) !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  color: #000 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  padding:1rem !important;
}
/* .newnav .nav-link{
  color: #000 !important;

} */
.nav-active{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: bold !important;
}
/* .newnav .nav-active{
  color: var(--c1) !important;
  font-weight: bold !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pop-num {
  position: absolute;
  top: -26%;
  right: -20%;
  /* background-color: #f57171; */
  border: 1px solid var(--c1);
  /* background-color: #f6f6f6; */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.icon-div img{
  width: 25px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px !important;
  margin-bottom: 8px;
  font-weight: 700;
}
.dropdown-menu{
  /* background-color: var(--c1) !important; */
  /* background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: unset !important;
  font-weight: 800 !important;
  /* color: #fff !important; */
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
}
/* .dropdown-menu .nav-item{
  
} */
/* .dropdown-menu  .nav-link{
  font-size: 13px !important;
} */
@keyframes slideIn {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(2rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateX(2rem);
    -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;
}

.dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  /* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 140% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1) !important;
}

.navbar .dropdown-item:hover{
  transform: unset;
  background-color: var(--c1) !important;
  color: #ffffff !important;
  transition: all .5s;
}
  .btn-primary{
      background-color: #fff !important;
      background-color: var(--c1) !important;
    color: #fff !important;
border: none !important;
      outline: none !important;
      /* border: none !important; */
      display: flex !important;
      align-items: center;
      justify-content: center;
     /* position: relative; */
      height: 40px;
      font-size: 13px !important;
      transition: all .5s;
  }
  .btn-primary:hover{
    background-color: var(--c1) !important;
    color: #fff !important;
    transition: all .5s;
  }
  .btn-w{
    width: 180px !important;
  }
  @keyframes glowing {
      0% { box-shadow: 0 0 -10px var(--c1); }
      40% { box-shadow: 0 0 20px var(--c1); }
      60% { box-shadow: 0 0 20px var(--c1); }
      100% { box-shadow: 0 0 -10px var(--c1); }
    }
    
    .btn-glow {
      animation: glowing 5000ms infinite;
    }

    a{
      text-decoration: none !important;
    }
.logo-in{
  transform: unset !important;
}
        /* hero */
        .carousel-item {
          opacity: 0 !important;
          transform: scale(0.95) !important;
          transition: opacity 1s ease, transform 1s ease !important;
        }
        
        .carousel-item.active {
          opacity: 1 !important;
          transform: scale(1) !important;
        }
        
        .carousel-item-next,
        .carousel-item-prev,
        .carousel-item.active.carousel-item-left,
        .carousel-item.active.carousel-item-right {
          opacity: 0 !important;
          transform: scale(2) !important;
        }
        
        .carousel-item-next.carousel-item-left,
        .carousel-item-prev.carousel-item-right,
        .carousel-item-next.carousel-item-right,
        .carousel-item-prev.carousel-item-left {
          opacity: 1 !important;
          transform: scale(1) !important;
        }
        
.mob-baner{
  display: none !important;
}
.desk-baner{
  display: block;
}
.description-border {
  font-size: 17px;
  display: inline-block;
  border-bottom: 2px solid var(--c1);
  padding-bottom: 2px;
}


.hero{
  overflow: hidden;
}
.hero-slider{
  height: 100% !important;
}
.hero-crd{
  width: 100%;
}
.hero-crd img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}
.navs-slidr{
  opacity: 0 !important;
  transition: all .5s;
}
.h-sl:hover .navs-slidr{
  opacity: 1 !important;
  transition: all .5s;
}
.pre{
  font-size: 40px;
  color: #000 !important;
  font-weight: 900;
}
.next{
  font-size: 40px;
  color: #000 !important;
  font-weight: 900;
}

.add-box{
  width: 100%;
  /* min-height: 220px; */
  height: 100%;
  background-color: #AEC3AE;
  letter-spacing: 1px;
  border-radius: 12px;
  display:flex;
  align-items: center;
}
.add-box2{
  background-color: var(--onion) !important;
}
.add-box3{
  background-color: #C1F2B0;
}
.add-box4{
  background-color: #E0F4FF;
}
.add-box h3{
  /* font-weight: 800; */
  font-size: 30px;
  /* font-size: 11px; */
  letter-spacing: 1px;
}
.add-box p{
  /* font-size: 11px; */
  letter-spacing: 1px;
}
.ad-img{
  width: 100%;
  transition: all .5s;
}
.add-box:hover .ad-img{
  transform: scale(1.1);
  transition: all .5s;
}
.ad-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.navs-round{
  background-color: #08080857 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: rgb(103,103,103) !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs-round i{
  color: #FFF !important;
}
/* product card */
.pro-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  /* background-color: #f6f6f6; */
  position: relative;
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.pro-img-box{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.pro-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name{
  /* letter-spacing: 1px; */
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 3%;
}
.star-pro{
  width: 15px;
object-fit: contain;
margin-top: 3px;
margin-right: 2px;
}
.key-txt{
  font-size: 13px;
  margin-top: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.key{
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  align-items: flex-start;
}
.owl-item .star-pro{
  width: 15px !important;
}
a{
  color: #000;
}
.pro-txt{
  /* text-align: center; */
}

.btn-div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-cart{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.pro-like{
  border-radius: 50% !important;
  background-color: var(--c1) !important;
  color: #fff !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.new-like-btn{
  position: absolute;
  top: 4%;
  right: 2%;
}

.off{
  background-color: #f57171;
  position: absolute;
  top: 6%;
  left: 0%;
  border-radius: 0% 50% 50% 0%;
}
.off p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 0% !important;
  margin-right: 10px;
  letter-spacing: 1px;
}
.un-click{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.5);
  z-index: 2;
}
.un-click:hover{
  cursor: not-allowed;
}
.head {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
}
.headd-a{
  /*text-decoration: underline !important;*/
  color:var(--c1) ;
}

  /* wish list page */
  .main-qty-bx{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  
  }
  .wish-qty-bx{
    width: 180px;
  }
  /* .wish-qty-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  } */
  .wish-dis{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wish-img{
    /* background-color: var(--c2); */
    height: 240px;
  }
  .wish-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .debit-ard img{
  width: 45px;
}
.cart-check-out{
    background-color: var(--c1) !important;
    color: #fff !important;
  }
  .cart-home{
      border : 1px solid var(--c1) !important;
    color: var(--c1) !important;
    background-color: #fff !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;  
}


  /* ---footer---- */
  .footer{
    background-color: #F0F0F0;
    position: relative;
  }
  .f-form-img{
    width: 40%;
    position: absolute;
    bottom: 0%;
    right: 0%;
  }
  /* .footer:before{
    content: ' ';
    background-image: url(../images/foot.png);
    background-size: cover;
    opacity: .1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  } */
  .f-logo{
    width: 70%;
    object-fit: contain;
  }
  .f-txt{
    transition: all .5s;
  }
  .f-txt:hover{
    transform: translateX(10px);
    transition: .5s;
  }
  .f-box{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .btn-footer{
    background-color: var(--onion) !important;
    color: #fff !important;
  }
  .f-social-icon{
    background-color: var(--onion) !important;
    color: #fff !important;
    height: 40px;
    width: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
  }
  .lats-footer{
    background-color: #005A09;
    border-top:2px solid #fff;
  }
  .f-box-in p{
    font-size: 14px;
  }
  .wp{
    font-size: 14px;
  }

  /* -----------------------filter  page------------------------ */
  .other-top-hero{
    height: 40vh;
    background-color: var(--c1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(../images/Curve\ Line.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;

}
.f-box .w{
  color: #000 !important;
}
 /* filter */
  
 .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: 15px;
}
.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 var(--y); */

  border-color: 3px solid var(--c1) !important;
}
.form-check-input:checked {
  background-color: var(--y) !important;
  border-color: var(--y) !important;

}
.form-check-input:focus {
  border-color: var(--y) !important;
  outline: 0;
  box-shadow: unset !important;
}
.form-check-input:checked {
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;
}

/*------------------------------ product page----------------------- */
/* --------------------product page------------- */

.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;

}

/* similar products */
.sim-pro {
  position: relative;
}

.owl-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
}

.sim-arrows {
  background-color: #000000a5 !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;
}
/* 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: 16px !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{
  width: 180px;
}
.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: #000 !important;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0% !important;
}
.form-outline input {
  border-radius: 0% !important;
  width: 60px;
  height: 39px;
}
.s-btn{
  border: 1px solid var(--c1) !important;
}
.s-btn:hover{
  background-color: var(--c1)!important;
  color: #fff !important;
}
.s-btn-active{
  background-color: var(--c1)!important;
  color: #fff !important;
}
.s-btn.selected{
  background-color: var(--c1)!important;
  color: #fff !important;
}
/* similar products */
.sim-pro{
  position: relative;
}
.owl-nav{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: 0%;
}
.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;
}
.tes-card{
  width: 100%;
  min-height: 310px;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tes-card p{
  text-align: justify;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}
.quote{
  width: 60% !important;
}
/* 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: 100px !important;
  width: 200px !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;
}

/* full sizd banner in home page */
.full-bg{
  background-image: url(../images/tea.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.f-b-txt h2{
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--c1);
}
/* why choose us */
.why-img{
  width: 100%;
}
.why-box-home h5 {
  font-size: 14px;
}
.why-box-home{
  display: flex;
}
.why-box{
  display: flex;
}
.why-box img{
  width: 45px;
  object-fit: contain;
}.why-box-home img{
  width: 35px;
  object-fit: contain;
}
.why-txt{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oni{
  color: var(--onion) !important;
}

/* ************* buy now page **************************** */
/* buy now page */
.b-btn1{
  border:2px solid var(--c1) !important;
  color: var(--c1) !important;
}
.b-btn1:hover{
  background-color: var(--c1) !important;
  color: #FFF !important;
}
.b-btn2{
  background-color: var(--c1) !important;
  color: #FFF !important;
}
.buy-form input ,textarea ,select{
  border: 1px solid var(--c1);
}
.buy-form textarea{
  border: 1px solid var(--c1);
}
.buy-form select{
  border: 1px solid var(--c1);
}
/* buy pahe delete option */
.bup-page-delete{
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 13px !important;
  background-color: #f3547952 !important;
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* about page */
.ab-hero{
  height: 30vh;
  background-color: var(--c1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.ab-hero h1{
  color: #fff;
}
.ab-hero-img{
  position: absolute;
  right: 0%;
  top: 0%;
}
.form-img{
  position: absolute;
  bottom: -5%;
  height: 80px;
  left: 1%;
}
.ab-side{
  width: 100%;
}
.ab-img-side{
  position: relative;
}
.gar{
  width: 100px;
  position: absolute;
  top: 0%;
  right: 5%;
}

.btn-shop{
  background-color: var(--c1) !important;
  color: #fff !important;

}
/* counter box */
.g-bg{
  position: relative;
  /* height: 300px; */
background-color: #005a09;
}
.g-bg::after{
  content: ' ';
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-image: url(../images/veg.png);
  background-position: center;
  background-size: cover;
  opacity: .1;

}
.c-bg{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: rgb(0, 0, 0,.7); */

  backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
.count-bx{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* border: 1px dashed var(--c1); */
  /* background-color: #fff; */
  /* border-radius: 59% 41% 70% 30% / 30% 30% 70% 70% ;
  height: 200px; */
}
.count-bx h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.count-bx p{
  letter-spacing: 1px;
  margin: 0% !important;
  color: var(--c2);
}

/* testimoniAL */
.says .say-card{
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* border-top: 3px solid var(--c1); */
  min-height: 210px;
  position: relative;
  /* overflow-y: visible !important; */
  overflow: unset !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.owl-carousel .owl-stage-outer {
  background-color: #fff !important;
  padding-bottom: 15px;
}
.says .item p{
  font-size: 14px;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  min-height: 250px;
  -webkit-transform: translate3d(0,0,0);
}
.quote {
  width: 38px !important;
  position: absolute;
  right: 3%;
  top: 0%;
  z-index: 10;
}
/* .quote{
width: 80px !important;
position: absolute;
right: 3%;
top: -10%;
z-index: 10;
} */
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}
.sim-arrow{
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}


/* --------------------------contact page ----------------------- */
.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.con-box img {
  width: 40px;
}
.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}
.chat {
  width: 50px;
}
.area-text {
  background-color: #f6f6f6 !important;
}
.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}

/* *{
  border: 1px solid rebeccapurple;
} */

/* gallery section */
.gal-box{
  width: 100%;
  height: 310px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-ov-lay{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 110%;
  background-color: #00000096;
  transition: all .5s;
}
.clik-zoom{
  color: #fff;
}
.gal-box:hover .g-ov-lay{
  top: 0%;
  transition: all .5s;
}
.cart-qty {
  color: var(--c1) !important;
  background-color: #fff !important;
}

/* 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;
  font-family: "Roboto Slab", serif !important;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  background-color: var(--c1) !important;
  color: #ffffff !important;
  transition: all .5s;
}


/* ========= shop by vedio ================= */
.vedo-shop{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.small-sli{
  position: relative;
}
.play-icon{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon i{
 font-size: 30px;
}
.form-name{
  background-color: #fff;
  transform: translateY(-20%);
}

/* rating */
.star-rating {
  font-size: 1em;
  color: #ccc;
  cursor: pointer;
}

.star-rating .fa-star.checked {
  color: #ffcc00;
}

.round-div{
  background-color: #cdcbcb;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.right-review{
  border-left: 1px solid #9c9c9c;
}
.foot-acc .accordion-button:not(.collapsed)::after {
  content: '—' !important;
  font-size: 18px;
  color: #fff;
  background-image: unset !important;
  font-display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}
.foot-acc .accordion-button::after {
  content: '+' !important;
  font-size: 22px;
  /* font-weight: bold; */
  color: var(--c1);
  background-image: unset !important;
  /* background-color: #fff; */
  font-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  line-height: inherit;
}
.foot-acc .accordion-item{
  background-color: unset !important;
}
.foot-acc .accordion-button{
  background-color: unset !important;
}
/* ------ brother section ------- */
.brother-img{
  width: 100%;
}
.line-c1{
  background-color: var(--c1);
  height: 3px;
  width: 80%;
}
.palkova-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
  width: 150px;
  font-size: 16px !important;
  transition: all .5s;
}
.palkova-btn:hover{
  transform: scale(1.05);
  transition: all .5s;
}
/* ----------------- vedio section---------------------- */
.video-slide{
  width: 100%;
  height: 490px !important;
  overflow: hidden;
  border-radius: 20px ;
  /* position: relative; */
  border: 1px solid var(--c1) !important;
}
.vi-body{
  position: relative;
}
.btn-close{
  position: absolute;
  top: 5%;
  right: 5%;
}

.sl-video{
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.video-text p{
  /* background-color: #000; */
  text-align: center;
  font-size: 18px;
  margin: 0% !important;
  color: #000 !important;
}

.modl-dress-vedio{
    width: 300px !important;
  
  }
  #modalVideo{
    width: 100%;
    
    object-fit: cover;
    object-position: top;
  }
  .modal-body .btn-close {
    /* background-color: #ffff !important; */
    color: #000 !important;
    border-radius: 50% !important;
    z-index: 1;
  }


  .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 16px !important;
    width: 65% !important;
    margin: auto;
  }

  .modal-video{
    border-radius: 15px;
    width: 80%;
  }
  .modal-body {
    position: relative;
  }
  .close-button-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .close-button-overlay span {
    font-size: 1.5rem;
    line-height: 1;
  }

  .modal-video{
    /* width: 90% !important; */
    height: 50% !important;
  }


/* ---------------resposive ------------------ */
@media screen and (max-width:1300px) {


}
@media screen and (max-width:1030px) {
  .why-box img{
    width: 30px;
    object-fit: contain;
  }
  .why-box h5{
    font-size: 18px;
  }
  .pro-btn{
    font-size: 13px !important;
  }
}
@media screen and (max-width:920px) {

  /* ----------- vedio section ------------- */
  .sl-vedio {
    height: 244px;
  }
  .vedio-text p {
    text-align: center;
    font-size: 15px;
  }
  .modl-dress-vedio {
    width: 100% !important;
    margin: unset !important
    ;
  }
  #modalVideo{
    width: 100% !important;
    height: 80vh !important;
  }


  ul.dropdown-menu.animate.slideIn.accordion.py-0 {
      padding-left: 2rem;
  }
  .arow-right .dropdown-toggle::after {
    top: unset !important;
  }
  .mob-baner{
    display: block !important;
  }
  .desk-baner{
    display: none !important;
  }
  .main-qty-bx{
    align-items: flex-end;
  }
  .mob-removes{
    position: relative;
  }
  .mob-remove{
    position: absolute;
    top: 2%;
    right: 2%;
  }
  .logo {
    transform: translateX(-42%);
}
/* nav bar */
.offcanvas{
  width: 80% !important;
  /* background-color: var(--c1) !important; */
}
.nav-link{
  color: #000000 !important;
}
.newnav .nav-link{
  color: #000000 !important;
}

.js-sm{
  text-align: justify;
}

/* hero */
.hero{
  height: unset;
}

.pro-txt .name{
  margin-top: 8px !important;
}

/* -------------- project page---------------------------- */

    /* 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;
      font-weight: bold !important;
      color: var(--red) !important;
    }
    .filter-mobile-box{
      display: block;
      width: 100%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0%;
      left: 0%;
      z-index: 200;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }

    /* ------about page ----------------- */
    .gain-txt {
      font-size: 24px;
      line-height: 38px;
  }

  /* prodect page */
       /* pro page */
       .slides-new{
        /* max-height: calc(122vh - 100px); */
        /* overflow: auto; */
        position: unset;
        overflow: hidden;
        top: unset;
        transition: top 0.5s ease-out 0s;
        vertical-align: baseline;
          scroll-behavior: smooth;
        -ms-overflow-style: none !important;
          scrollbar-width: none !important;
        
      }
      .mob-pro-btn-box{
        position: fixed;
        bottom: 0%;
        left: 0%;
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 120;
        transition: all .5s;
  }
  .mob-qty{
    /* justify-content: flex-start; */
    align-items: flex-start;
  }
          /* mobile zoom  */
    /* zoom page */
    .zoom-con{
      height: 100vh;
      width: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .image-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 500px;
      background-color: var(--w);
      touch-action: none;
      cursor: move;
      position: relative;
      /* Set cursor to indicate draggable content */
  
  }
  .zoom-icon{
    position: absolute;
    bottom: 3%;
    right: 3%;
    font-size: 19px;
    color: var(--c1);
  }
  .go-back{
    position: absolute;
    top: 3%;
    right: 3%;
  }
  #productImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* why choose us */
  .why-box img{
    width: 60px;
    object-fit: contain;
  }
  .why-box h5{
    font-size: 20px;
  }
     /* abput page */
     /* counter */
     .g-bg {
      height: auto;
     }
     /* footer */
     .f-form-img{
      width: 80%;
    }
    /* .f-box{
      align-items: unset !important;
    } */
    /* buy now page */
    .mob-buy{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .in-buy{
      max-width: unset !important;
      width: 100% !important;
      border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    }

    .ved-main{
      display: flex;
      justify-content: center;
    }
    .ved-main .vedo-shop{
      width: 100%;
    }
    .vedo-shop {
      width: 100%;
      height: 271px;
      object-fit: cover;
  }
    .vedio-sec .owl-nav {
      top: 39%;
  }
  /* ----- brother section ------- */
  .brother-img{
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:620px) {

.sm-js{
  text-align: justify !important;
}
.add-box h3 {
  /* font-weight: 800; */
  font-size: 26px;
}
/* product card */
.pro-img-box {
  height: 150px;
}
.pro-cart{
  font-size: 12px;
}
.pro-like{
 font-size: 14px;
}
.name{
  font-size: 16px;
}
.head{
  font-weight: 800;
  font-size: 25px;
}

    /* product page */
    .top-sli {
      height: 315px !important;
  }
  .small-sli{
      width: 100px !important;
      height: 80px !important;
       }
         /* why choose us */
  .why-box img{
    width: 40px;
    object-fit: contain;
  }
  .why-box h5{
    font-size: 18px;
    font-weight: normal !important;
  }
  .right-review{
    border-left: unset;
  }

  /* -------- video slider ---------  */

  .sl-video{
    height: 100% !important;
  }
  .video-text p {
    text-align: center;
    font-size: 15px;
  }

  .video-slide{
    height: 250px !important;
  }
  
  .modal-content{
    width: 80% !important;
    margin: auto;
    border-radius: 15px !important;
  }
  .modl-dress-vedio {
    width: 100% !important;
    margin: unset !important;
  }
  #modalVideo{
    width: 100% !important;
    margin: auto;
    height: 70vh !important;
    border-radius: 15px;
  }

}

@media screen and (max-width:370px) {
  .logo {
    height: 53px;
}
}


/* thankyou page */
.thank-main{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.succes-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.succes-text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  background-color: var(--c1) !important;
  color: #fff !important;
  /* color: var(--bs-accordion-active-color); */
  /* background-color: var(--bs-accordion-active-bg); */
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
@media screen and (max-width:660px) {
  .btn-log {
    /* background-color: var(--c2) !important; */
    color: #fff !important;
    border-radius: 50% !important;
    height: unset;
    width: unset;
    display: unset !important;
    font-size: unset !important;
    }
  .succes-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .succes-box img{
    width: 100%;
    object-fit: contain;
  }
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.rating input {
  display: none;
}

.rating label {
  position: relative;
  width: 1em;
  font-size: 3vw;
  color: #FFD600;
  cursor: pointer;
}

.rating label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}

.rating label:hover::before,
.rating label:hover ~ label::before,
.rating input:checked ~ label::before {
  opacity: 1;
}