.w {
    width: 70%;
    height: 1px;
    border: 1px solid black;
    margin: auto;
}

.hero-text {
    /* position: absolute; */
    position: initial;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding: 0;
    margin-bottom: 0%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-right: 10px;
}
.banner {
    width: 100%;
    overflow: hidden;
    padding-top: 7rem;
    height: 90%;
    position: relative;
}
.imgcover {
    margin-top: 8%;
    height: auto;
    width: 100%;
}
header {
    background-color: white;
}
.vdo {
    max-width: 100%;
    height: auto;
    margin-top: 8%;
    object-fit: cover;
    width: 100%;
}

nav ul li {
    color: black;
}
.img-top {
    filter: invert(1);
}

.nav-search-icon {
    filter: invert(1);
}

.text-box {
    margin: 42px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.text-box h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.text-box h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.text-box span {
    font-family: "Ovo", sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-box p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
}

.sm-text {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.carousel-container {
    width: 100%;
    /* max-width: 60%; */
    display: flex;
    justify-content: center;
    /* overflow-x: auto; */
    white-space: nowrap;
    margin: auto;
    scroll-behavior: smooth;
    scrollbar-width: 0px;
    padding-bottom: 2.5rem;
}
.pr-desc {
    text-overflow: ellipsis;
    white-space: normal;
    padding: 0 16px;
    text-align: center;
}
.main-carousel {
    overflow-x: none;
    overflow-y: hidden;
}
.main-carousel::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
}

/* Scrollbar styles for WebKit-based browsers */
.main-carousel::-webkit-scrollbar {
    display: none !important;
    height: 4px !important; /* Height of the horizontal scrollbar */
}

.main-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none; /* Background of the scrollbar track */
}

.main-carousel::-webkit-scrollbar-thumb {
    display: none;
    background: black; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Round the corners of the scrollbar thumb */
}

.main-carousel::-webkit-scrollbar-thumb {
    background: black; /* Color when hovering over the scrollbar thumb */
}

/* Scrollbar styles for Firefox */
.main-carousel {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: black; /* Thumb and track colors */
}

.carousel-container *::-webkit-scrollbar-button {
    display: none;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.product-carousel {
    padding-bottom: 1rem;
    justify-content: space-between;
    display: flex;
    width: 80%;
    display: flex;

    /* overflow-x: scroll;  */
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.product-box {
    width: 33.5%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px; /* Space between elements inside .product-box */
    box-sizing: border-box;
    flex: 0 0 41%;
}

.product-box img {
    mix-blend-mode: multiply;
    position: relative;
    top: 10%;
    height: 250px;
}
.product-box button {
    height: 3rem;
    width: 9rem;
    border: 1px solid black;
    background-color: white;
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

.hover-bg button:hover {
    background-color: black;
    color: white;
    border: none;
}

.more-products-section {
    display: flex;
    height: auto;
    background: var(--background-colour-neutral-colour, #f2f2f2);
    flex-direction: column;
}
.more-products-section h2 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 48px 0;
}
.listing-image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
    gap: 5px;
    height: auto;
}
.listing-product-wrapper {
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    white-space: nowrap;
    margin: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.box {
    position: relative;
    display: inline-flex;
    width: 33%;
    height: 100%;
}
.listing-product-wrapper .box img {
    width: 100%;
}

.listing-product-wrapper .box button {
    height: 2rem !important;
    width: 12rem !important;
    border: 1px solid black;
    background-color: white;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .listing-product-wrapper .box button:hover {
    background-color: white !important;
    color: black !important;
    transition: 0.3s ease-in;
    border: none;
} */

.hover-bg {
    display: flex;
    flex-direction: column;
    width: 300px;
    /* width: 350   px; */
    height: auto;
    align-items: center;
    border-radius: 15px;
    gap: 16px;
    padding: 2rem 0;
    background-color: white;
}
.hover-bg:hover {
    background-color: #f1f1f1;
}

@media (max-width: 390px) {
    .vdo {
        max-width: 100%;
        height: auto;
        margin-top: 10% !important;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 412px) {
    .vdo {
        max-width: 100%;
        height: auto;
        margin-top: 13% !important;
        object-fit: cover;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .box {
        height: 100%;
    }
    .banner {
        height: 60vh !important;
        padding-top: 5rem;
    }
    .banner img {
        object-fit: cover;
    }
    .listing-image-section {
        overflow-x: scroll;
    }

    .listing-image-section .box {
        width: 100%;
    }
    .box {
        padding: 0 16px;
    }
    .hover-bg {
        background: white;
        padding: 0px;
    }
    .product-box {
        padding-top: 16px;
    }
    .product-carousel {
        /* flex-wrap: wrap; */
        flex-direction: column;
        align-items: center;
    }
    .text-box {
        padding: 0 16px;
    }
    .text-box span {
        font-size: 32px;
    }
    .main-carousel {
        width: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-carousel {
        width: 100%;
    }
    .product-box {
        flex: 0;
        width: 100%;
    }
    .product-box img {
        width: 50%;
    }
    .hover-bg {
        /* padding: 0; */
    }
    .carousel-container {
        padding-bottom: 0;
    }
    .hero-text {
        align-items: center;
    }
}
@media (max-width: 1024px) and (min-width: 600px) {
    .imgcover {
        margin-top: 12% !important;
        height: auto;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .imgcover {
        margin-top: 16% !important;
        height: auto;
        width: 100%;
    }
}
@media (max-width: 730px) and (min-width: 932px) {
    .imgcover {
        margin-top: 12% !important;
        height: auto;
        width: 100%;
    }
}
@media (max-width: 820px) {
    .imgcover {
        margin-top: 12% !important;
        height: auto;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 600px) {
    /* Container with overflow */
    .carousel-container {
        width: 100%;
        padding-bottom: 6rem;
        overflow: hidden; /* Hide any overflow from the container */
    }
    .hero-section {
        padding-top: 0;
    }
    .banner {
        padding-top: 8rem;
        height: 70vh;
    }
    /* Scrollable content */
    .product-carousel {
        /* flex-wrap: wrap; */
        justify-content: center;
    }
    .hover-bg {
        background: white;
    }
    /* Hide scrollbar for WebKit browsers */
    .product-carousel::-webkit-scrollbar {
        display: none;
    }

    .text-box span {
        font-size: 2rem;
        padding: 0 16px;
    }
    .text-box h2 {
        font-size: 1.5rem;
    }
    .text-box h1 {
        font-size: 1.5rem;
    }
    .text-box p {
        padding: 0 16px;
    }
    .imgcover {
        margin-top: 16%;
        height: auto;
        width: 100%;
    }
    .carousel-container {
        max-width: 100%;
        justify-content: center;
    }
    .main-carousel {
        width: auto !important;

        display: flex;
        justify-content: center;
    }
    .product-carousel {
        width: 100%;
        justify-content: start;
    }
    .product-box img {
        top: 8%;
    }
    .product-box {
        flex: 0 0 50%;
    }
}
@media (max-width: 1024px) and (min-width: 750px) {
    .main-carousel {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media (max-width: 1200px) and (min-width: 750px) {
    .carousel-container {
        max-width: 85%;
    }
    .hover-bg {
        width: 100%;
    }
    .product-carousel {
        gap: 24px;
    }
    .product-box {
        width: 50%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
    .listing-product-wrapper {
        padding: 0px 16px;
    }
}

@media (max-width: 750px) and (min-width: 600px) {
    .banner {
        padding-top: 8rem;
        height: 70vh;
    }
}
