.banner-section img {
    max-height: 865px;
}

.banner-sec-child {
    position: absolute;
    top: 50%;
    left: 0;
}

.scroll-container {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

/* Hide scrollbar for Webkit-based browsers (Chrome, Safari) */
.scroll-container::-webkit-scrollbar {
    height: 10px;
    opacity: 0;
    scroll-behavior: smooth;
}

.scroll-container:hover::-webkit-scrollbar {
    opacity: 0.7;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(143, 139, 139, 0.5);
    /* Customize scrollbar color */
    border-radius: 90px;
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.a-btn:hover {
    background: var(--solid-black) !important;
}

a.text-decoration-none {
    color: inherit;
    text-decoration: none;
}

.product-card:hover {
    transform: translateY(-7px);
}

.top-banner-content {
    top: 200px;
}

.banner-title {
    font-size: 40px;
}

.banner-sub-title {
    font-size: 16px;
}

.sub-title-max-width {
    max-width: 400px;
}


.product-card-sm {
    width: 288px;
    scroll-snap-align: start;
}

.title-size-lg {
    font-size: 36px;
}

@media screen and (min-width: 768px) {
    .product-card-sm {
        width: 40vw;
        max-width: 320px;
    }

    .top-banner-content {
        top: 200px;
        left: 50px;
    }

    .banner-title {
        font-size: 60px;
    }

    .banner-sub-title {
        font-size: 17px;
    }

    .title-size-lg {
        font-size: 60px;
    }
}

@media screen and (min-width: 1440px) {
    .container-width {
        width: 95%;
    }

    .top-banner-content {
        top: 450px;
        left: 35px;
    }

    .banner-title {
        font-size: 75px;
    }

    .banner-sub-title {
        font-size: 17px;
    }

    .title-size-lg {
        font-size: 72px;
        font-weight: 500;
    }

    .subtitle-size-lg {
        font-size: 20px;
    }

    .scroll-container {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .product-card-sm {
        /* width: 40vw; */
        max-width: 396px;
        scroll-snap-align: start;
    }

}