@font-face {
    font-family: Product Sans;
    src: url(Fonts/Product\ Sans\ Regular.ttf);
}
@font-face {
    font-family: Product Sans B;
    src: url(Fonts/Product\ Sans\ Bold.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html , body{
    height: 100%;
    width: 100%;
}

body::-webkit-scrollbar {
    display: none;
  }

#main{
    width: 100%;
    min-height: 100vh;
    background-color: #05DBF3;
    overflow-x: hidden;
}


nav{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 10vh;
    padding: 0vw 10vw;
    z-index: 99;
}

nav a, i{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.cntr-nav{
    display: flex;
    gap: 3vw;
}

nav i{
    font-size: 1.7vw;
}

.one{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #05DBF3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.one h1{
    
    font-family: 'Poppins', sans-serif;
     text-align: center;
    font-size: 18vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    z-index: 1;
    opacity: 30%;
}


#fanta {
    position: absolute;
    width: 40%;
    z-index: 10; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}


.one {
    position: relative;
    overflow: visible !important; 
}

.one {
    position: relative;
    overflow: visible !important; 
}

#main {
    overflow-x: hidden; 
    overflow-y: visible; 
}

#fanta {
    z-index: 9999 !important; 
}
#orange-cut{
    position: absolute;
    top: 1%;
    left: 15%;
    width: 30%;
    height: 350px;
    z-index: 1;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

#orange{
    position: absolute;
    width: 20%;
    z-index: 3;
    top: 55%;
    right: 30%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

#leaf{
    top: 10%;
    left: 0%;
    transform: rotate(60deg);
    position: absolute;
    width: 18%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

#leaf2{
    top: 70%;
    left: 80%;
    transform: rotate(-90deg);
    position: absolute;
    width: 12%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

#leaf3{
    position: absolute;
    width: 20%;
    top: 10%;
    right: 0%;
}

.two{
    display: flex;
    width: 100%;
    height: 100vh;
    background:#fff ;
}

.lft-two, .rght-two{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    width: 50%;
    height: 100%;
}

.lft-two svg{
    margin-top: 50vh;
    width: 90%;
    transform: rotateX(50deg);
}

.rght-two h1{
    color: #05DBF3;
    font-size: 5vw;
}

.rght-two p{
    font-size: 1vw;
    color: #05DBF3;
    width: 80%;
}

.three{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    width: 100%;
    height: 100vh;

    background-color: #05DBF3;
}


.card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
    width: 25vw;
    height: 70vh;
    margin-top: 10vh;
    border-radius: 20px;
    background-color: #fff;
}

.card h1{
    margin-top: 40vh;
    font-size: 3vw;
}

.card button{
    font-size: 1vw;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #05DBF3;
    padding: 1vw 2vw;
}

#cocacola{
    top: -15%;
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

#pepsi{
    top: -15%;
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}
#pepsi {
  margin-top: 10px;   /* container image fine-tune */
}

.lemon{
    top: -30%;
    position: absolute;
    left: 50%;
    width: 25vw;
    transform: translate(-50%, 0%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}
.cntr-nav a{
    transition: transform 0.3s ease;
}

.cntr-nav a:hover{
    transform: translateY(-3px);
}

.logo img{
    height: 55px;   /* adjust size */
    width: auto;
    object-fit: contain;
   margin-top: 10px;
}
@media (max-width: 768px){

    /* NAVBAR */
    nav{
        padding: 0 5vw;
        height: 8vh;
    }

    .cntr-nav{
        display: none; /* mobile मध्ये menu hide */
    }

    nav i{
        font-size: 26px;
    }

    .logo img{
        height: 40px;
        margin-top: 0;
    }

    /* HERO SECTION */
    .one h1{
        font-size: 18vw;
        line-height: 1.1;
    }

    #fanta{
        width: 70%;
    }

    #orange-cut{
        width: 30%;
        left: 20%;
        top: 15%;
    }

    #orange{
        width: 35%;
        right: 10%;
        top: 60%;
    }

    #leaf{
        width: 30%;
    }

    #leaf2{
        width: 20%;
        left: 65%;
        top: 75%;
    }

    #leaf3{
        width: 30%;
    }

    /* SECTION TWO */
    .two{
        flex-direction: column;
        height: auto;
        padding: 10vh 0;
    }

    .lft-two, .rght-two{
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .lft-two svg{
        margin-top: 0;
        width: 80%;
        transform: none;
    }

    .rght-two h1{
        font-size: 10vw;
    }

    .rght-two p{
        font-size: 4vw;
        width: 90%;
    }

    /* SECTION THREE */
    .three{
        flex-direction: column;
        height: auto;
        padding-bottom: 10vh;
    }

    .card{
        width: 80vw;
        height: 60vh;
    }

    .card h1{
        font-size: 7vw;
    }

    .card button{
        font-size: 4vw;
        padding: 3vw 6vw;
    }

    .lemon{
        width: 50vw;
    }

    #cocacola, #pepsi{
        width: 70%;
    }
}
#cocacola{
    left: -120%;   /* hide on left */
}

#pepsi{
    left: 120%;    /* hide on right */
}
.one,
.three{
    position: relative;
}

#fanta{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fanta-mobile {
    display: none;
}

@media (max-width: 768px) {
    #fanta-mobile {
        display: block !important;
        opacity: 0; /* Hidden initially for animation */
    }
}
/* --- MOBILE MENU FIX --- */
@media (max-width: 768px){
    nav {
        padding: 0 5vw;
        height: 8vh;
        z-index: 9999; 
        display: flex;
        justify-content: space-between; 
        align-items: center;
    }

    nav i {
        display: block !important; 
        font-size: 30px;
        color: #fff; 
        z-index: 10000; 
        cursor: pointer;
    }
    
    
    .cntr-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #05DBF3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8vh;
        transform: translateY(-100%);
        transition: transform 0.4s ease-in-out;
        z-index: 9998; 
    }
    
    .cntr-nav.active {
        transform: translateY(0%);
    }
}
/* --- MOBILE RESPONSIVE FIXES (Paste at the bottom of style.css) --- */
@media (max-width: 768px) {
    /* Navbar styling updates */
    nav {
        padding: 0 5vw;
        height: 10vh;
        background-color: transparent; /* Suruvatila transparent */
        justify-content: space-between;
    }

    nav i {
        display: block;
        font-size: 8vw; /* Icon size adjustment */
        color: #fff;
        z-index: 10000;
        cursor: pointer;
    }

    /* Mobile Menu Container */
    .cntr-nav {
        display: flex !important; /* Force display flex specifically for mobile toggle */
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #05DBF3; /* Fanta Theme Color */
        align-items: center;
        justify-content: center;
        gap: 8vh;
        transform: translateY(-100%); /* Default hidden upwards */
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 9998;
    }

    /* Active State for Menu */
    .cntr-nav.active {
        transform: translateY(0%);
    }

    .cntr-nav a {
        font-size: 8vw; /* Bigger fonts for mobile menu */
        color: #fff;
        font-weight: 600;
    }

    /* Fixing Section Heights for better animation */
    .two {
        height: auto;
        padding-bottom: 10vh;
    }

    .three {
        height: auto;
        padding-top: 10vh;
        padding-bottom: 10vh;
        flex-direction: column;
        gap: 5vh;
    }

    .card {
        width: 90vw;
        height: 50vh;
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    /* ... your existing mobile code ... */

    #cocacola {
        left: -150% !important; /* Hide Penstand to the left */
        opacity: 0;
    }

    #pepsi {
        left: 150% !important; /* Hide Container to the right */
        opacity: 0;
    }
}
@media (max-width: 768px) {
    /* 1. Fix Navbar stacking */
    nav {
        z-index: 10000 !important;
        background-color: #05DBF3; /* Ensure visibility */
    }

    #menu-toggle {
        display: block !important;
        z-index: 10001 !important;
        cursor: pointer;
        font-size: 30px;
    }

    /* 2. Fix Card Layout for Vertical Stacking */
    .three {
        flex-direction: column;
        height: auto;
        gap: 10vh;
        padding: 15vh 0;
    }

    .card {
        width: 85vw;
        height: 55vh;
        margin-top: 0;
    }

    /* 3. Initial state: Hide items and prepare for "appear from bottom" animation */
    #cocacola, #pepsi, #fanta-mobile {
        left: 50% !important; /* Center horizontally */
        transform: translate(-50%, 100px); /* Start from below */
        opacity: 0;
        position: absolute;
    }
    
    #cocacola {
        top: -15%;
    }

    #pepsi {
        top: -15%;
    }

    #fanta-mobile {
        top: -15%;
        z-index: 99 !important;
        width: 55%;
    }

    /* Keep the ORIGINAL Fanta bottle restricted to Section 1 context if needed, 
       but here we just ensure the new elements are styled correct. 
       The JS will handle the actual animation. */
}