html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    zoom: 0.9;
    padding: 0;
    line-height: 1.6;
    background-color: #000000;
    
    color: #333;
} 
@font-face {
    font-family: 'Mont';
    src: url('fonts/Mont-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Variable Concept';
    src: url('fonts/Acumin-BdItPro.otf') format('opentype');
    font-weight: 900; 
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-SemiBold.otf') format('opentype');
    font-weight: 600; 
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('fonts/Mont-Heavy.otf') format('opentype');
    font-weight: 900; /* Typically heavy is 900 */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Regular.otf') format('opentype');
    font-weight: 400; /* Regular is typically 400 */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Light.otf') format('opentype');
    font-weight: 300; /* Light is typically 300 */
    font-style: normal;
}
/* MONT BOLD */
.nav-links li a{
    font-family: 'Mont', Arial, sans-serif;
    font-weight: bold;
}
/* ACUMIN VARIABLE CONCEPT */
strong,p{
    font-family: 'Acumin Variable Concept', Arial, sans-serif;
    font-weight: 900;
    font-style: italic;
}
.container {
    /* max-width: 1200px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}
header {
    color: #fff;
    padding: 15px 0;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}
.logo{
    display:flex;
    max-width: 150px;
}
nav {
    display: flex;
    justify-content: space-between; 
    padding: 0 10px;               
    /* align-items:center; */
}
.nav-links {
    list-style: none;
    display: flex;
    justify-content: center; 
    flex-grow: 1; 
    padding: 0;
}
.nav-links li {
    margin: 0 30px; 
    margin-top: 40px; 
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 5px 0; 
    transition: color 0.3s, transform 0.3s; 
}
.nav-links li a:hover {
    color: #60adff; 
    transform: translateY(-5px); 
    transition: transform 0.3s, box-shadow 0.3s;

}

.nav-links li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 0; 
    height: 2px;
    background-color: #60adff; 
    transition: width 0.3s ease; 
}

.nav-links li a:hover::after {
    width: 100%; 
}

.products-section {
    padding: 20px;
    text-align: center;
}

.products-section h1 {
    margin-bottom: 10px;
    font-size: 2em;
    color: #ffffff;
}
.products-container{
    display: flex;
    flex-direction: row;
}
.products-section h3 {
    margin-bottom: 20px;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    margin-left: 30px;
}

/* Flex container for products */
.products-container {
    display: flex;
    flex-direction: column;
}

/* Flex row for each row of products */
.row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.row2{
    margin-top: 150px;
}

/* Individual product styling */
.product {
    background-color: #ffffff00;
    width: calc(33.33% - 20px);
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}

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

.product-image img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.product-description {
    font-size: 1em;
    display: flex;
    margin-left: 60px;
    text-align: justify;
    flex-direction: column;
    color: #ffffffa0;
    display: flex;
    align-items: center;

    margin-top: -60px;
}
.product strong{
    margin-bottom: -20px;
}
.product p{
    display: flex;
    align-items: flex-start;
}
.cost{
    color: #fff;
}
.icon {
    width: 70px; 
    height: auto;
    object-fit: contain;
    padding-right: 30%;

}

.bundles {
    margin-top: 100px;
    display: flex; 
    justify-content: flex-start; 
    height: 1000px; 
}

.featured-bundle {
    width: 700px; 
    height: 500px; 
    display: flex; 
    justify-content: flex-start; 
    margin-right: 80px;
    margin-left: 50px;
    margin-top: 100px;
}

.bundles .text {
    display: flex;
    flex-direction: column; 
    margin-top: 200px;
    justify-content: flex-start; 
    gap: 10px;
}

.hydrationbundle {
    margin-bottom: 20px; 
    margin-top: 200px;
    margin-bottom: -180px;
    margin-left: 50px;
    color: #ffffff;
}

.bundles h5 {
    font-size: 1.2em; 
    margin-bottom: 10px; 
    color: #ffffffa0;

}

.bundles strong {
    font-weight: bold;
    color: #ffffffa0; 
    margin-top: 5px; 
}

.bundles p {
    margin: 0; 
    color: #ffffffa0; 
}

.featured-cost{
    color: #fff;
    margin-top: 40px;
}

.menu-icon {
    display: none;
}

@media (max-width: 768px) {
    .product {
        width: calc(110% - 200px);
    }

    .bundles {
        flex-direction: column; /* Stack the items vertically */
        align-items: center; /* Center items horizontally */
        height: auto; /* Let the height adjust based on content */
    }

    .featured-bundle {
        width: 90%; 
        height: auto; 
        margin: 20px 0; 
    }

    .bundles .text {
        margin-top: 20px; 
        align-items: center; 
        text-align: center; 
    }

    .bundles h5 {
        font-size: 1.1em; /* Adjust font size for smaller screens */
    }

    .bundles strong {
        margin-top: 5px;
    }

    .bundles p {
        margin-top: 0;
    }
 
        nav {
            flex-direction: column;
        }
    
        .nav-links {
            display: none;
            position: absolute;
            top: 60px; 
            right: 0;
            background-color: rgb(0, 0, 0); 
            flex-direction: column;
            width: 250px; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
            padding: 20px; 
        }
    
        .nav-links li {
            margin: 15px 0;
            text-align: center;
        }
    
        .nav-links .logo {
            display: none;
        }
    
        .menu-icon {
            display: block;
            font-size: 24px;
            cursor: pointer;
            color: rgb(255, 255, 255); 
            position: absolute;
            right: 20px;
            top: 20px;
        }

        nav.active .nav-links {
            display: flex;
        }
    
}