html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
/* General Styles*/
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: black !important; 
    color: #333;
} 

body::-webkit-scrollbar {
    width: 10px; /* Scrollbar width */
}

body::-webkit-scrollbar-thumb {
    background: black; /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
}

body::-webkit-scrollbar-thumb:hover {
    background: #999; /* Color when hovered */
}

body::-webkit-scrollbar-track {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(198,198,198,1) 78%);
}

@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, #order-whatsapp{
    font-family: 'Mont', Arial, sans-serif;
    font-weight: bold;
}
.whoweare, .ourmission{
    text-align: justify;
}
/* ACUMIN VARIABLE CONCEPT */
span{
    font-family: 'Acumin Variable Concept', Arial, sans-serif;
    font-weight: 900;
    font-style: italic;
}
/* MONT-SEMIBOLD */
p{
    font-family: 'Mont', Arial, sans-serif;
    font-weight: 600;
}

/* MONT REGULAR */
 .whoweare p, .ourmission p,.contact-container{
    font-family: 'Mont', Arial, sans-serif; /* Fallback to Arial and sans-serif */
    font-weight: 400; /* Default to Mont Regular */
}

/* MONT HEAVY */
 .whoweare h2, .ourmission h2, .drinkguiltfree h1, .products h1{
    font-family: 'Mont', Arial, sans-serif;
    font-weight: 900; /* Apply Mont Heavy */
}
/* MONT LIGHT */
 .drinkguiltfree span{
    font-family: 'Mont', Arial, sans-serif; /* Fallback to Arial and sans-serif */
    font-weight: 300; /* Use Mont Light by default */
}
.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%; 
}

.socials {
    display: flex;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: -130px;
}
.socials a {
    color: #fff;
    padding: 5px;
    transition: color 0.3s;
}
/* Hero Section */
.hero {
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}
.hero span {
    font-size: 2.5em;
    font-weight: bold;
}
.hero p {
    font-size: 15px;
}

#order-whatsapp {
    margin-top: 90px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #ffffff;     
    padding: 15px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 15px;
    transition: background-color 0.3s;
}
#order-whatsapp:hover {
    background-color: #ffffff56;
}
@media (min-width:768px) {
    .background-container {
        background-image: url('img/1.png'); 
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* width: 100%; */
        height: 150vh;
        overflow: hidden; 
    }
}

@media (max-width:768px) {
    .background-container{
    background: url('img/mobile.png') no-repeat !important;
    background-size: cover;
    height:100vh;
    background-position: center;
    background-repeat: no-repeat;
    }
    .cutout-container{
    
        margin-top: -30% !important;
         overflow: hidden;
     }
     .background2-container{
        margin-top: -15% !important;
     }

}
/* .cutout .cutout-container{
    
        position: relative; 
        display: inline-block;
   
} */

.cutout-container {
    position: relative; /* Ensures child elements are positioned relative to this container */
    margin-top: -10%; /* Adjust as needed */
    overflow: hidden; /* Keeps the icons within the container bounds */
}

.vitaminc, .electrolytes, .antioxidants, .vitaminb {
    position: absolute;
    width: 130px;

}
@media (min-width: 768px) {
.vitaminc {
    top: 40%; 
    left: 5%;
}

.vitaminb {
    top: 15%;
    right: 5%; 
}

.electrolytes {
    top: 30%; 
    left: 30%;
}

.antioxidants {
    top: 30%; 
    right: 30%; 
}

}
@media (max-width: 767px) {

    .vitaminc {
        top: 35%; /* Adjust spacing for mobile */
        left: 10%; /* Center icons better */
    }
    .vitaminb {
        top:30%; 
        right: 10%;
    }
    .electrolytes {
        top: 70%; 
        left: 20%; /* More centered */
    }
    .antioxidants {
        top: 70%; 
        right: 20%;
    }

    .vitaminc, .electrolytes, .antioxidants, .vitaminb {
        width: 80px; /* Further reduce icon size for small screens */
    }
}
.background2-container {
    background-image: url('img/img2.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
    margin-top: -10%;
    overflow: hidden;
    padding-bottom: 20%;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
    padding: 60px 20px;
}

.whoweare,
.ourmission {
    padding: 20px;
    border-radius: 10px;
    width:90%;
    box-sizing: border-box;
    margin-bottom: 20px; 
    color: #ffffff;
}

.whoweare {
    order: 1;
    transform: translate(750px, 300px); 
}

.ourmission {
    order: 2;
    transform: translate(120px, 300px); 

    
}
.row{
    align-items: center;
}

.runningman {
    width: 100%;
    height: 100%;

}
.contact-container{
    display:flex;
  padding: 10% 7%;

}
.products{
    background-color: #000000;
}
/* Product Section */
#products {
    padding:20% 0% 0% 0%;
}
.Productscontainer{
    transform: translate(0px, -600px); 

}
#products h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #ffffff;
}

.products-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap; 
}

.product {
    min-width: 280px;
    width: 300px;
    height: 500px;
    max-width: 32%;
    filter: brightness(80%);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: cover;
    background-position: center;
}
.product h3, .product .view-more-link {
    position: absolute;
    opacity: 0; /* Make them invisible initially */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
    transform: translateY(10px); /* Slightly lower position */
    color: white;
    text-align: center;
    z-index: 10;
}

.product h3 {
    top: 40%; /* Place the heading */
    font-size: 18px;
}

.product p {
    font-size: 1em;
    color: #666;
    padding: 5px;
    margin: 0; 
}

.product .view-more-link {
    bottom: 10%; /* Place the link at the bottom */
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.product:hover h3, .product:hover .view-more-link {
    opacity: 1; /* Make them visible */
    transform: translateY(0); /* Reset position */
}
.product::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.product:hover::before {
    opacity: 1; /* Show the overlay */
}

/* .view-more-link:hover {
    color: #60adff;
}

.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} */

/* Contact Section */
#contact {
    background-color: #000000;
    padding: 60px 20px;
}

.contact-container {
    display: flex;
    gap: 20px;
    color: #fffcfc;
    margin-top: 20px;
}

.contact-item {
    color: #fffcfc;
    text-decoration: none;
    font-size: 1.2em;
    padding:10px;
    transition: color 0.3s;
    transform: translate(120px, 00px); 

}
.contact-item i {
    color: #ffffff;
    font-size: 1.5em;
}

.contact-item:hover {
    color: #60adff;
}

.separator {
    border-left: 4px solid #60adff; 
    height: 50px;
    transform: translate(0px,40px); 
}

.novahydration{
    width:600px;
    transform: translate(700px,-450px); 

}
.drinkguiltfree{
    transform: translate(200px,50px); 
    font-size: xx-large;
    column-rule: #ffffff;

}


.drinkguiltfree h1{
    /* transform: translate(200px,50px);  */
    /* font-size: xx-large; */
color: #ffffff;
}
/* Footer */
footer {
    background-color: #000000;
    padding: 0px 100%; 
    max-height:500px;
    overflow: hidden;  
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
footer a {
    color: #fff;
    margin: 0 5px;  
    text-decoration: none;
    z-index: 1;

}
.column1{
    display: flex;
    flex-direction: column;
    /* transform: translate(-400px,-700px);  */
    margin-left: -700px;
    gap: 25px;
}
.column2{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: -180px;
    gap: 25px;
}
.footer-socials{
display: flex;
flex-direction: column;
margin-top: -100px;
margin-left: 900px;
}
.footer-socials a{
    font-size: 2em;
}
.footer-logo{
width: 150px;
margin-top: 50px;
}
.cutout-footer{
    width: 165%;
    margin-top: -200px;
    max-height: 400px;
    position: absolute;
    right: -240px;
    }
    .menu-icon {
        display: none;
    }

    @media (max-width: 1254px) {
       
        .about-content {
            flex-direction: column;
            align-items: center;
        }
        .whoweare,
        .ourmission {
            width: 90%; 
        }
        .whoweare {
            transform: translate(0, 0); 
            margin-top: 200px;
        }
        .ourmission {
            transform: translate(0, 0); 
        }
        .contact-container {
            transform: translate(0, -100px); 
        }

                .runningman{
                    display: none;
                }
       
    }

    @media (max-width: 1140px){
        .novaImg{
            display: none;
        }
     
        .drinkguiltfree{
            margin-bottom: 600px;
        }
    }

    @media (max-width: 992px) {
       
        .about-content {
            flex-direction: column;
            align-items: center;
        }
        .whoweare,
        .ourmission {
            width: 90%; 
        }
        .whoweare {
            transform: translate(0, 0); 
            margin-top: 200px;
        }
        .ourmission {
            transform: translate(0, 0); 
        }
        .contact-container {
            transform: translate(0, -100px); 
        }
        /* .vitaminc, .electrolytes, .antioxidants, .vitaminb {
            display: none;    
            } */
            .footer-socials{
                display: flex;
                flex-direction: column;
                margin-top: -150px;
                margin-left: 700px;
                }
                .runningman{
                    display: none;
                }
       
    }
    @media (max-width: 768px) {
        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;
        }

        footer .container {
            flex-direction: column;
            align-items: center;
        }
    
        .column1, .column2 {
            text-align: center;
        }
    
        .footer-logo {
            margin: 20px 0;
            width: 100px; /* Adjust the logo size for smaller screens */
        }
        .column1{
            display: flex;
            flex-direction: column;
            /* transform: translate(-400px,-700px);  */
            margin-left: -300px;
            gap: 25px;
        }
        .column2{
            display: flex;
            flex-direction: column;
            margin: 0 auto;
            margin-top: -180px;
            gap: 25px;
        }

        .footer-socials{
            display: flex;
            flex-direction: column;
            margin-top: -150px;
            margin-left: 500px;
            }
    }


    @media (max-width: 550px){
        .cutout-footer{
            display: none;
        }
    }