/* @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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: roboto;
  src: url(../RobotoCondensed.ttf);
}

@font-face {
  font-family: 'Cinzel-VariableFont';
  src: url(../Cinzel-VariableFont_wght.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);
}

@font-face {
  font-family: Lato-Regula;
  /* src: url(../Lato-Regular.ttf); */
  src: url(../OutfitRegular.ttf);
}

:root {
  --c1: #234F1E !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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel-VariableFont" !important;
  font-weight: 800 !important;
}

.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 {
  margin: 0%;
  padding: 0%;
  overflow-x: hidden !important;
  /* font-family: 'Poppins', sans-serif !important; */
  font-family: "Roboto Slab", serif !important;
}

* {
  box-sizing: border-box;
}


/* top first section */

.first-top{
  background-color: var(--c2);
  /* 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: 1px;
}
.first-bx-img{
  width: 28px;
}
.top-nv-soc-img{
  width: 20px;
}
.get-help{
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cus-img{
  width: 20%;
}
.cus-text{
  text-align: start;
}


/* top first section */

.first-top{
  background-color: #fff;
  /* 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;
 
}

/* 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 {
  font-weight: 600 !important;
  line-height: 18px !important;
  letter-spacing: .72px !important;
  color: #252931 !important;
  font-size: 15px !important;
  padding: 3px 10px !important;
  font-family: "Lato-Regula" !important;
  transition: all .4s ease !important;
}

/* .newnav .nav-link{
  color: #000 !important;

} */
.nav-active {
  color: var(--c1) !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: -36%;
  right: -36%;
  /* 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-toggle{
  border: 1px solid #fff !important;
  box-shadow: unset !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  border: unset !important;
  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%;
  height: 220px;
  background-color: #AEC3AE;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Light overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  opacity: 1;
}

.ad-img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  /* Slight zoom to make overlay text clearer */
  transition: all 0.5s;
}

.add-box:hover .overlay {
  opacity: 1;
}


.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;
}

.add-box:hover .ad-img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ad-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

button.btn-primary {
  background-color: #3c6e47;
  /* Dark green color to match the theme */
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 8px;
  /* Rounded corners */
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  /* Soft shadow */
}

/* Modal Content Styling */
.modal-content {
  background-color: #FFF !important;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Modal Header */
.modal-header {
  border-bottom: none;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

.btn-close {
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  color: #999;
}

/* Modal Body */
.modal-body {
  padding: 1.5rem;
}

.product-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

/* Image Styling */
.modal-body img {
  border-radius: 8px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

/* Product Details */
.product-details {
  margin-top: 1rem;
}

.product-details p {
  font-size: 1rem;
  color: #666;
}

.product-details select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #f8f9fa;
}

.product-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}

.tax-info {
  font-size: 0.875rem;
  color: #6c757d;
}

/* Add to Cart Button */
#addToCartButton {
  background-color: var(--c1) !important;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem;
  border: none;
  border-radius: 5px;
  margin-top: 1.5rem;
  transition: background-color 0.3s ease;
}

#addToCartButton:hover {
  background-color: var(--c1) !important;
}

/* Responsive Design */
@media (max-width: 767px) {
  /* .modal-dialog {
    max-width: 90%;
  } */

  /* .product-details {
    padding: 1rem;
  } */

  .product-title {
    font-size: 1.25rem;
  }

  #addToCartButton {
    font-size: 1rem;
  }
}


button.btn-primary:hover {
  background-color: #2f5637;
  /* Darker green on hover */
  transform: scale(1.05);
  /* Slightly enlarge button on hover */
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
  /* More prominent shadow on hover */
}


.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: 300px;
  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;
}

.text-decoration-line-through.stike {
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 15px;
  color: #c0b7b7 !important;
  /* color: #fff !important; */
  padding: 0 3px 0px 6px;
}

/* ---footer---- */
.footer {
  /* background-image: url(../images/footer-bg.png); */
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  background-color: var(--c1) !important;
  color: #FFF !important;
  font-family: "Montserrat", sans-serif;
}

.FooterLink_siteFooter__HH7F_ p {
  transition: padding-left 0.3s ease;
}

.FooterLink_siteFooter__HH7F_ p {
  color: #ffffff;
  margin-bottom: 1.3em;
  line-height: 24px;
  font-size: 13px;
}

.full-so {
  display: flex;
}

.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;
}

/* ================================= new product page left side design ==================== */
.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;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: var(--c1) !important;
  /* Change to your desired color */
}

.carousel-indicators .active {
  background-color: var(--c2);
  /* Change to your desired color */
}

.new-why-slide-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.new-dot {
  position: unset !important;
}

.description-details h3 {
  font-size: 20px !important;
}

/* --------------------------- */
.cqty {
  width: 60px !important;
  height: 40px !important;
  border-radius: 0% !important;
}

.js {
  text-align: justify !important;
}

/* Sidebar Styles */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #f8f9fa;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  transform: translateX(100%); /* Hidden by default */
  transition: transform 0.3s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.active-cart {
  transform: translateX(0); /* Slide in when active */
}

.cart-header {
  background-color: var(--c1);
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.cart-footer {
  padding: 1rem;
  background-color: #f1f1f1;
}

.cart-header .btn-close {
  position: unset !important;
  font-size: 15px;
}

.quantity-controls {
  display: flex;
  align-items: center;
}

.quantity-controls button {
  width: 45px;
  height: 30px;
  background-color: var(--c1);
  color: white;
  border: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quantity-controls button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.quantity-input {
  width: 45px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
}

.cart-side-img {
  width: 30%;
  height: 100px;
  object-fit: cover;
}

.cart-info {
  width: 75%;
  position: relative;
}

.cart-remove-icon {
  position: absolute;
  top: 0%;
  right: 0%;
  color: red !important;
}

/* Prevent body scrolling */
.no-scroll {
  height: 100vh;
  overflow-y: hidden !important;
}

/* Cart Overlay Styles */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
  z-index: 1049; /* Ensure it's behind the sidebar */
  display: none; /* Hidden by default */
}

.cart-overlay.show {
  display: block; /* Visible when active */
}

.desk-top-pro-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---------------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) {
  .cart-sidebar {
    width: 90%;
  }
  .menu {
    width: 50px;
}

  /* ----------- 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) {

.menu {
    width: 32px;
}

  .sm-js {
    text-align: justify !important;
  }

  .add-box h3 {
    /* font-weight: 800; */
    font-size: 26px;
  }

  /* product card */
  .pro-img-box {
    height: 250px;
  }

  .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: 100% !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;
}

.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;
}

.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;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: var(--c1) !important; /* Change to your desired color */
}
.carousel-indicators .active {
  background-color: var(--c2); /* Change to your desired color */
}
.new-why-slide-img{
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.new-dot{
  position: unset !important;
}
.new-pro-pg-img-card {
  position: relative;
  overflow: hidden;
  width: 100%; /* Adjust according to your layout */
  height: 350px; /* Set the height of the container */
  border-radius: 8px; /* Optional for rounded corners */
}

.new-pro-pg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
