* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
}
body::-webkit-scrollbar{
display: none;
}

#main {
    width: 100%;
    height: 100vh;
    background-color: orangered;
}

nav {
    width: 100%;
    height: 10vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 10vw;
    z-index: 99;

}

nav a,
i {
    text-decoration: none;
    font-size: medium;
    color: #fff;
}

.center-nav {
    display: flex;
    gap: 3vw;
}

.one {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
    background: linear-gradient(150deg, rgb(255, 174, 0), rgb(252, 49, 49));
}

#fanta {
    width: 30%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

#orange {
    width: 15%;
    position: absolute;
    top: 10%;
    left: 31%;
    z-index: 1;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;


}

.one h1 {
    font-size: 20vw;
    color: white;
}

#oragnee {
    position: absolute;
    z-index: 3;
    width: 20%;
    top: 70%;
    right: 30%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

.two {
    width: 100%;
    height: 100vh;
    background: #f8e7d1;
}

#leave {
    width: 15%;
    position: absolute;
    top: 10%;
    left: 2%;
    transform: rotate(60deg);
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

#leave2 {
    width: 15%;
    position: absolute;
    top: 5%;
    right: 0%;
}

.two {
    display: flex;
}

.left-two,
.right-two {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
    background-color: rgb(153, 23, 23);
}

.left-two svg {
    /* margin-top: 50vh; */
    transform: rotateX('80deg');
    width: 100%;
}

.right-two h1 {
    color: white;
    font-size: 5vw;
}

.right-two p {
    color: white;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
}

.three {
    width: 100%;
    height: 100vh;
    background: linear-gradient(150deg, rgb(255, 174, 0), rgb(252, 49, 49));
    display: flex;
    gap: 5vw;
    align-items: center;
    justify-content: center;
}

.card {
    position: relative;
    width: 25vw;
    height: 70vh;
    margin-top: 10vh;
    border-radius: 20x;
    display: flex;
    align-items: center;
    margin-top: 10vh;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: white;
    gap: 2vh;
    /* position: relative; */

}

.card h1 {
    font-size: x-large;
    margin-top: 30vh;
}

.card button {
    padding: 1vw 2vw;
    font-size: small;
    border-radius: 50px;
    color: white;
    border: none;
    background-color: orange;
}

#sprite {
    position: absolute;
    top: -10%;
    width: 95%;
    left: 50%;
    transform: translate(-50%,0%);
    /* transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s; */

}

/* #fanta2 {
    margin-top: -15%;
    position: absolute;
    width: 24%;

} */

#coca {
    position: absolute;
    top: -10%;
    width: 90%;
    left: 50%;
    transform: translate(-50%,0%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}

.lemon {
    position: absolute;
    top: -20%;
    width: 20vw;
    transform: translate(-50%,0%);
    left: 50%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;

}
/* .lemn1{
    left: 12%;
    
} */

@media (max-width: 767px) {
    #fanta {
        width: 75%;
        cursor: pointer;
        z-index: 2;
    }

    .lemon {
        width: 23vw;
        margin-top: -60%;
    }

    #sprite {
        margin-top: -30%;
        width: 45%;
        position: absolute;
    }

    #coca {
        margin-top: -30%;
        position: absolute;
        width: 45%;
    }

    .card h1 {
        font-size: x-large;
        margin-top: 30vh;
    }

    #orange {
        width: 25%;
        position: absolute;
        top: 10%;
        left: 20%;
        z-index: 1;

    }

    .right-two p {
        color: white;
        font-size: 16px;
        width: 100%;
        text-align: justify;
        padding: 5px;
        overflow: hidden;
    }

    #oragnee {
        position: absolute;
        z-index: 3;
        width: 40%;
        top: 70%;
        right: 10%;
    }

    .three {
        width: 100%;
        height: 100vh;
        background: linear-gradient(150deg, rgb(255, 174, 0), rgb(252, 49, 49));

        display: flex;
        gap: 2vw;
        align-items: center;
        justify-content: center;
    }

    .card {
        width: 30vw;
        height: 70vh;
        background-color: white;
    }

    .one h1 {
        font-size: 29vw;
        color: white;
    }

    #leave2 {
        width: 20%;
        position: absolute;
        top: 5%;
        right: 0%;

    }

    #leave {
        width: 20%;
        position: absolute;
        top: 25%;
        left: 0%;
        transform: rotate(60deg);
    }
}