/* 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 {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--extra-color-1);
    margin-top: 2px;
} */
/* .navbar-nav .nav-link.active:hover {
    border-bottom: unset;
    color: var(--extra-color-1);
} */
.navbar-nav .nav-link.active {
    border-bottom: 3px solid var(--extra-color-1);
    color: var(--extra-color-1);
}
.navbar-nav .nav-link:hover {
    border-bottom: 2px solid var(--extra-color-1);
    color: var(--extra-color-1);
}
.navbar-nav .nav-link:focus {
    border-bottom: 2px solid var(--extra-color-1);
    color: var(--extra-color-1);
}
.cart_item_num {
    width: 16px;
    height: 15px;
    top: 5px;
}
header.header-top .navbar-brand img {
    width: 170px;
    height: 40px;
}
.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: 10px 20px;
    overflow-y: auto;
    z-index: 4;
    transition: transform 0.5s ease;
    transform: translateX(100%); /* Initially hidden */
}

.cart-sidebar.active {
    transform: translateX(0); /* Show when active */
}

.cart-sidebar img.img-fluid {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.cart-sidebar::-webkit-scrollbar {
    display: none;
}
.cart-sidebar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.cart-sidebar .close-btn {
    /* position: absolute; */
    top: 10px;
    right: 10px;
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    line-height: 1;
}
.cart-icon span {
    font-size: 8px;
}
.cart-icon {
    border: 1px solid var(--btn-color);
    padding: 6px 21px;
}
.cart_icon img {
    width: 15px;
}

.header-top .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 8px;
}

.mission_banner_wrapper img.img-fluid {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.mission_banner_wrapperr img.img-fluid {
    height: 700px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media(max-width:1200px){
        header.header-top .navbar-brand img {
        width: 140px;
        height: 35px;
    }
}

/* Mobile Responsive  */

@media (max-width: 576px) {
    .cart-sidebar {
        width: 100%;
    }

    .mission_banner_wrapper img.img-fluid {
        height: auto;
    }
}

/* header end  */
/* homepage  */
/* section one  */
.banner-slider {
    width: 100%;
    overflow: hidden;
}

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

.banner-slide img {
    width: 100%;
    height: 410px;
    transition: transform 1.5s ease;
    object-fit: cover;
    object-position: center;
}

.banner_home.banner-slide img {
    height: 650px;
    object-position: center;
}

.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: 0;
    bottom: 0;
    z-index: 999999999999999;
    right: 0;
}

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

.banner-contact-sec {
    overflow: hidden;
}

/* Mobile Responsive  */
@media (max-width: 576px) {
    .banner-slide img {
        height: auto;
    }

    .banner_text {
        top: 0;
        bottom: 0;
    }
}

/* 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: 0;
    bottom: 0;
}
@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;
}

@media (max-width: 576px) {
    .pro_desp {
        min-height: unset;
    }
    .web-content {
        top: 0;
        bottom: 0;
    }
}

/* 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; */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
}

.social-icons svg:hover {
    color: var(--extra-color-1);
    transform: scale(1.5);
}

.footer_logo img {
    width: 204px;
    height: 53px;
}
.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);
}

.portfolio_wrapper {
    width: 20%;
}

@media (max-width: 992px) {
    .portfolio_wrapper {
        width: 25%;
    }
    .portfolio-hover {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .portfolio_wrapper {
        width: 33%;
    }
}

@media (max-width: 576px) {
    .portfolio_wrapper {
        width: 100%;
    }
}

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

.stock_span {
    background: #dc3545;
    padding: 7px;
}

.not-found-wrapper {
    background: #213371;
    text-align: center;
    padding: 80px 0px;
}

.not-found-section {
    padding: 100px 0;
}
