/* Universal Css Start Here */

/* Typography End Here */

/* Header Css Start Here */
/* .navbar-nav .nav-link.active {
	color: var(--extra-color-1);
} */
/* .navbar-nav .nav-link.active::after ,.navbar-nav .nav-link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--extra-color-1);
  margin-top: 2px;
} */
.navbar-nav .nav-link.active {
  /* border-bottom: unset; */
  border-bottom: 2px solid var(--extra-color-1);
  color: var(--extra-color-1) ;
}
/* .navbar-nav .nav-link.active:hover::after{
  content: unset !important;
} */
 .navbar-nav .nav-link:focus {
  color: var(--extra-color-1) ;
}
.navbar-nav .nav-link.active {
	/* border-bottom: unset; */
	color: var(--extra-color-1) ;
  }
.navbar-nav .nav-link:hover {
  border-bottom: 2px solid var(--extra-color-1);
  color: var(--extra-color-1);
  /* border-bottom: unset; */
}
.cart_item_num {
  width: 16px;
  height: 15px;
  top: 5px;
}
header.header-top .navbar-brand img {
  width: 156px;
  height: 44px;
  object-fit: contain;
}
.cart-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow-y: auto;
  display: none;
  z-index: 4;
}
.cart-sidebar .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.cart-icon span {
  font-size: 8px;
}
.cart-icon {
  border: 1px solid var(--btn-color);
  padding: 6px 11px;
}
.cart_icon img {
    width: 15px;
}
/* header end  */
/* homepage  */
/* section one  */
.banner-slider {
  width: 100%;
  overflow: hidden;
}

.banner-slide {
  position: relative;
  overflow: hidden;
}

.banner-slide img {
  width: 100%;
  height: 650px;
  transition: transform 1.5s ease;
}

.banner-slide.slick-active img {
  transform: scale(1.1);
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: white;
  opacity: 0.75;
}
/* .banner-slide .overlay{
	mix-blend-mode: multiply;
	background-color: var(--extra-color-3);
	position: absolute;
	left: 0;
	height: 100%;
  } */
.banner-slide .main-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--extra-color-2);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.9;
}
.banner_text {
  /* opacity: 0; */
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
  top: 50%;
  z-index: 999999999999999;
}

.slick-active .banner_text {
  opacity: 1 !important;
  transform: scale(1);
}
/* section one  */

/* section portfilio */
.protofolio_img,
.protofolio_imgbox {
  overflow: hidden;
}

.protofolio_img img,
.protofolio_imgbox img {
  transition: transform 0.5s ease;
}

.protofolio_img,
.protofolio_imgbox:hover img {
  transform: scale(1.1);
}

.protofolio-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.protofolio_img:hover .protofolio-overlay {
  opacity: 1;
}
.protofolio_img img {
  width: 100%;
  height: 197px;
  object-fit: cover;
}
@media (max-width: 760px) {
  .protofolio_img img {
    width: 100%;
    height: 297px;
    object-fit: cover;
  }
  .protofolio_img,
  .protofolio_imgbox:hover img {
    transform: unset;
  }
}
/* section protofilo */
/* homepage */
/* about page */
.story_imgbox {
  margin-top: -130px;
}
.slogan h2 {
  color: #aa8163;
  font-size: 70px;
}
.web-overlay {
  background-color: #000000;
  opacity: 0.48;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1; /* Ensures the overlay is above the image */
}
.web-overlay-2 {
  background-color: #000000;
  opacity: 0.66;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1; /* Ensures the overlay is above the image */
}

.web_banner_wrapper {
  position: relative;
  z-index: 0; /* Keeps the image below the overlay */
}

.web-content {
  z-index: 2; /* Ensures the text is above the overlay */
}

.web_banner:hover .web-overlay {
  opacity: 0.6; /* Example of hover effect for overlay */
  background-color: #333333; /* Slightly lighter shade on hover */
}
.web-content {
  top: 50%;
}
@media (max-width: 900px) {
  .story_imgbox {
    margin-top: 0;
  }
  .slogan h2 {
    font-size: 40px;
  }
}

/* about page */

/* cate page */

/* .quick-view {
    transition: all .3s ease-in-out;
    z-index: 2;
	background: rgba(2, 2, 2, .5);
	padding: 8px 10px;
	border-radius: 5px;
	display: none;
} */
.product-card:hover .quick-view {
  display: block;
}
.pro_btn .btn {
  border: 1px solid var(--btn-color);
}
.pro_btn .btn:hover {
  background-color: var(--btn-color);
}
.product_imgbox img {
  height: 248px;
  object-fit: fill;
  width: 100%;
}
.pro_desp {
  min-height: 89px;
}
/* cate page */
/* faq */
.faq_Wrapper .accordion-button:not(.collapsed) {
  color: var(--text-color-2);
  background-color: transparent;
  box-shadow: unset;
}
.faq_Wrapper .accordion-button:hover,
.text_hover:hover {
  color: var(--extra-color-2);
}
.faq_Wrapper .accordion-button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq_Wrapper .accordion-button:not(.collapsed)::before {
  background-image: unset;
  content: "\f068";
}
.faq_Wrapper .accordion-button::before {
  background-image: unset;
  content: "\f067";
  font-family: "FontAwesome";
  margin-left: 0;
}
.faq_Wrapper .accordion-button::after {
  content: unset !important;
}

/* faq */
/* privacy */
.privacy_content li {
  list-style: disc;
}
.terms_content li {
  list-style: number;
  font-weight: 300;
}
/* privacy */
/*  */

.img-zoom-container {
  position: relative;
  overflow: hidden;
}
.img-zoom-container img {
  transition: transform 0.5s ease;
  width: 100%;
}
.img-zoom-container:hover img {
  transform: scale(1.5);
}
.img-zoom-container img {
  cursor: zoom-in;
}
.magnify-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
/*  */

/*  */
.quantity_input .form-control {
  width: 52px;
}
.cart-totals {
  background-color: #f8f9fa;
  padding: 20px;
  border: 1px solid #dee2e6;
}
/*  */
/*  */
.protofolio_imgbox:hover .protofolio-overlay {
  opacity: 1;
  z-index: 1;
}
/*  */
/*  */
/* .place-order-btn {
	background-color: #7e57c2;

}
.place-order-btn:hover {
	background-color: #6b48a1;
} */

/*  */
/* footer  */
.social-icons .fa:hover {
  color: var(--extra-color-1);
  transform: scale(1.5);
}
.footer_logo img {
  width: 204px;
  height: 53px;
  object-fit: contain;
}
.quick-links a {
  color: black;
}
.quick-links a:hover {
  color: var(--extra-color-2);
}
/* footer */
/* Animation on Image Hover */
.portfolio-hover {
    transition: transform 0.3s ease, filter 0.3s ease;
    width: 100%;
    height: 174px;
}
.portfolio-hover:hover {
    transform: scale(1.1);
    filter: brightness(0.7);
}

/* Fancybox - For additional polish */
.portfolio_img {
    overflow: hidden;
    position: relative;
}
