*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
body{
    background-image: url(./images/strawback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* header styles */
.header{
    height: 100vh;
    font-family: 'Montserrat';
    font-size: 12px;
    list-style: none;
    text-decoration: none;
    backdrop-filter: blur(3px);
}
.container{
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: space-between;
}

/* navbar styles */
.navbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 20px;
    color: #000;
    z-index: 5;
}
.navbar-logo{
    width: 100%;
}
.navbar-logo img{
    width: 15%;
}
.navbar-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    width: 100%;
}
.navbar-menu li {
    margin-right: 20px;
    font-size: clamp(1px,2vw,40px);
    z-index: 3;
}
.navbar-menu li:last-child {
    margin-right: 0;
}
.navbar-menu a {
    color: #050404;
    text-decoration: none;
}
/* Hamburger menu styles */
.navbar-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.navbar-toggle span {
    width: 30px;
    height: 3px;
    background-color: #000000;
    margin: 4px 0;
}
.content{
    position: relative;
    top: 20%;
    width: 25%;
    height: fit-content;
    left: 20%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.title{
    flex:0 0 100%;
    position: relative;
    top: 0%;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px ,8vw,600px);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.tagline{
    flex: 1;
    font-size: 30px;
    color: #999;
}
.pages{
    flex: 0;
    letter-spacing: 5px;
    color: #999;
}
.pages span{
    font-size: 60px;
    color: #000;
    font-weight: 600;
}
.desc{
    flex:0 0 60%;
    background-color: #cccccc66;
    padding-left: 20px;
    height: fit-content;
}
.desc p:nth-child(1){
    font-size: clamp(30px ,3vw,80px);
    margin-bottom: 20px;
    text-align: center;
}
.desc p:nth-child(2){
    font-size: clamp(10px ,3vw,22px);
    line-height: 2;
}
.desc span{
    color: #AECD31;
}
.juice{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    animation: float 4s ease-in-out infinite;
    overflow: hidden;
}
.juice img{
    height: 600px;
    overflow: hidden;
}
.strawberry{
    width: 100%;
}
.layer1 img,.layer2 img,.layer3 img,.layer4 img,.layer5 img,.layer6 img{
    max-height: 150px;
}
.strawberry .layer1{
    position: absolute;
    top: 55%;
    left: 65%;
    z-index: 1;
    animation:float 1.5s infinite;
    list-style: none;
    overflow: hidden;
}
.layer1 img{
    transform: rotate(30deg);
}
.strawberry .layer2{
    position: absolute;
    top: 75%;
    left: 35%;
    transform: rotate(20deg);
    z-index: 1;
    animation: float 4.5s ease-in-out infinite;
    list-style: none;
    overflow: hidden;
}
.layer2 img{
    transform: rotate(180deg);
}
.strawberry .layer3{
    position: absolute;
    top: 85%;
    left: 58%;
    z-index: -1;
    animation: float 3.5s ease-in-out infinite;
    list-style: none;
    overflow: hidden;
}
.layer3 img{
    transform: rotate(50deg);
}
.strawberry .layer4{
    position: absolute;
    top: 50%;
    left: 39%;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
    list-style: none;
    overflow: hidden;
}
.layer4 img{
    transform: rotate(210deg);
}
.strawberry .layer5{
    position: absolute;
    top: 25%;
    left: 35%;
    z-index: 1;
    animation: float 2.5s ease-in-out infinite;
    list-style: none;
    overflow: hidden;
}
.layer5 img{
    transform: rotate(240deg);
}
.strawberry .layer6{
    position: absolute;
    top: 25%;
    left: 65%;
    z-index: 1;
    animation: float 2s ease-in-out infinite;
    list-style: none;
    overflow: hidden;
}
@keyframes drop{
    0%{
        transform: scale(4);
    }
    50%{
        transform: scale(2.5);
    }
    100%{
        transform: scale(1);
    }
}
    @keyframes float {
        0%{
            transform: translate(-50%,-46%);
        }
        50%{
            transform: translate(-50%,-54%);
        }
        100%{
            transform: translate(-50%, -46%);
        }
    }
.small-coke{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 70%;
    left: 70%;
    z-index: 2;
    overflow: hidden;
}
.small-coke li{
    list-style: none;
    display: inline;
}
.small-coke li img{
    height: 100%;
    width: 45%;
    transition: 0.4s;
    cursor: pointer;
}
.small-coke li img:hover{
    transform: translateY(-10px);
}
#mangoh{
    display: none;
}
#juice-can{
    width: 100%;
}
#juice-can2{
    width: 100%;
}
#juice-can img{
    width: 600px;
}
#juice-can2 img{
    width: 600px;
}
#mangocn{
    display: none;
}
#mangocn2{
    display: none;
}
.col-sm-6 {
flex: 0 0 50%;
}
.img-part {
width: 100%;
}
.img-part2{
    width: 100%;
}
.section-3{
    height: fit-content;
    backdrop-filter: blur(3px);
    overflow: hidden;
}
.juices{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.section-3-juice{
    width: 100vw;
    height: auto;
    position:relative;
    left: 0vw;
    top: 0vh;
}
.section-3-juice1{
    width: 100vw;
    height: auto;
    position: relative;
    left:0vw;
    top:0vh;
}
.section-3-con{
    margin-top:20px;
    margin-left: 0px;
    text-align: center;
}
.section-3 h1{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 80px;
    text-transform: uppercase;
}
.section-3 h2{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 45px;
    text-transform: uppercase;
}
footer {
    background-color: #333;
    color: #fff;
  }
  .container {
    max-width: 960px;
    margin: 0 auto;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .col-sm-4 {
    flex: 0 0 40%;
  }
 .footer-img {
    width: 100%;
  }
  footer p {
    margin-top: 0;
    font-size: 30px;
  }
  .social-media {
    list-style: none;
    padding: 0;
  }
  .social-media li {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .social-media li a {
    color: #fff;
  }
  .social-media li a:hover {
    color: #ccc;
  }
 .section-container {
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: center;
}
.image-container{
    max-width: 100%;
    justify-self:start;
}
.section-image {
    height: 600px;
}
.section-content {
    flex: 1;
}
.section-heading {
    font-size: clamp(30px ,5vw,100px);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;text-transform: uppercase;
}
.section-paragraph {
    font-size: clamp(15px ,5vw,40px);
    text-align: center;
    padding: 10px;
}
#strawcn2{
    width: 50%;
    margin-left: 5%;
}
#strawcn{
    width: 50%;
    margin-right: 5%;
}
#mangocn2{
    width: 50%;
    margin-left: 5%;
}
#mangocn{
    width: 50%;
    margin-right: 5%;
}
@media(min-width:1024px){
    .section-container {
        padding: 0px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width:1024px){
    .juice .juice-can{
        height:500px;
        overflow: hidden;
    }   
    .layer1 img,.layer2 img,.layer3 img,.layer4 img,.layer5 img,.layer6 img{
        height: 100px;
    }
}

/* Media query for tablet devices (768px) */
@media (max-width: 768px) {
    .content{
        width: 35%;
    }
    .desc{
        padding-left: 10px;
        text-align: center;
    }
    .desc p:nth-child(1){
        margin-bottom: 0px;
    }
    .desc p:nth-child(2){
        line-height: 2;
    }
    .juice{
        top: 60%;
        left: 60%;
    }
    .juice .juice-can{
        height: 300px;
        overflow: hidden;
    }   
    .layer1 img,.layer2 img,.layer3 img,.layer4 img,.layer5 img,.layer6 img{
        height: 70px;
    }
    .strawberry .layer1{
        top: 58%;
        left: 75%;
    }
    .strawberry .layer2{
        top: 78%;
        left: 45%;
    }
    .strawberry .layer3{
        top: 78%;
        left: 70%;
    }
    .strawberry .layer4{
        top: 58%;
        left: 45%;
    }
    .strawberry .layer5{
        top: 42%;
        left: 48%;
    }
    .strawberry .layer6{
        top: 42%;
        left: 71%;
    }
    .small-coke{
        top: 50%;
        left: 82%;
    }
    .small-coke li img{
        width:80%;
        transition: 0.4s;
        cursor: pointer;
    }
    /*  For Mobile */
    .container {
      flex-direction: column;
    }
    .img-part {
      width: 100%;
    }
    #juice-can {
      margin-bottom: 20px;
    }
    .move-can {
      width: 100%;
    }
    .section-container {
        padding: 0px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .image-container{
        flex: 1;
        width: 100vw;
    }
    .section-image {
        height: 100vw;
    }
    .section-heading {
        text-transform: uppercase;
    }
    #strawcn2{
        width: 90%;
        margin-left: 5%;
    }
    #strawcn{
        width: 90%;
        margin-right: 5%;
    }
    #mangocn2{
        width: 90%;
        margin-left: 5%;
    }
    #mangocn{
        width: 90%;
        margin-right: 5%;
    }
    footer p {
        margin-top: 0;
        font-size: 20px;
    }
    .social-media li {
        font-size: 30px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }
}
/* Media query for mobile devices (480px) */
@media (max-width: 480px) {
    .content{
        position: absolute;
        top: 80%;
        width: 90%;
        height: fit-content;
        left: 50%;
    }
    .juice{
        top: 40%;
        left: 40%;
    }
    .juice .juice-can{
        height: 300px;
        overflow: hidden;
    }   
    .layer1 img,.layer2 img,.layer3 img,.layer4 img,.layer5 img,.layer6 img{
        height: 70px;
    }
    .strawberry .layer1{
        top: 38%;
        left: 65%;
    }
    .strawberry .layer2{
        top: 58%;
        left: 25%;
    }
    .strawberry .layer3{
        top: 58%;
        left: 58%;
    }
    .strawberry .layer4{
        top: 38%;
        left: 15%;
    }
    .strawberry .layer5{
        top: 22%;
        left: 18%;
    }
    .strawberry .layer6{
        top: 22%;
        left: 61%;
    }
    .small-coke{
        top: 25%;
        left: 70%;
    }
    .small-coke li img{
        width: 110%;
        transition: 0.4s;
        cursor: pointer;
    }
}
@media (max-width: 1024px) and (min-height:1000px) {
    .content{
        position: absolute;
        top: 80%;
        width: 90%;
        height: fit-content;
        left: 50%;
    }
    .desc{
        padding-left: 10px;
        text-align: center;
    }
    .desc p:nth-child(1){
        margin-bottom: 0px;
    }
    .desc p:nth-child(2){
        line-height: 2;
    }
    .juice{
        top: 40%;
        left: 40%;
    }
    .juice .juice-can{
        height:clamp(600px,5vh,800px);
        overflow: hidden;
    }   
    .layer1 img,.layer2 img,.layer3 img,.layer4 img,.layer5 img,.layer6 img{
        height: 100px;
    }
    .strawberry .layer1{
        top: 38%;
        left: 65%;
    }
    .strawberry .layer2{
        top: 58%;
        left: 25%;
    }
    .strawberry .layer3{
        top: 58%;
        left: 58%;
    }
    .strawberry .layer4{
        top: 38%;
        left: 15%;
    }
    .strawberry .layer5{
        top: 22%;
        left: 18%;
    }
    .strawberry .layer6{
        top: 22%;
        left: 61%;
    }
    .small-coke{
        top: 25%;
        left: 70%;
    }
    .small-coke li img{
        width: 110%;
        transition: 0.4s;
        cursor: pointer;
    }
    /*  For Mobile */
    .container {
      flex-direction: column;
    }
    .img-part {
      width: 100%;
    }
    #juice-can {
      margin-bottom: 20px;
    }
    .move-can {
      width: 100%;
    }
    .section-container {
        padding: 0px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .image-container{
        flex: 1;
        width: 100vw;
    
    }
    /* Style for the image on the left */
    .section-image {
        height: 100vw;
    }
    .section-heading {
        text-transform: uppercase;
    }
    #strawcn2{
        width: 90%;
        margin-left: 5%;
    }
    #strawcn{
        width: 90%;
        margin-right: 5%;
    }
    #mangocn2{
        width: 90%;
        margin-left: 5%;
    }
    #mangocn{
        width: 90%;
        margin-right: 5%;
    }
    footer p {
        margin-top: 0;
        font-size: 20px;
    }
    .social-media li {
        font-size: 30px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        background-color: #fff6f6;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 3;
        
    }
    #menu-toggle{
        z-index: 1000;
    }
    .navbar-menu.active {
        display: flex;
    }
    .navbar-menu li{
        font-size: 40px;
        border-bottom: 2px solid black;
        width: 100%;
    }
    .navbar-toggle {
        display: flex;
    }
}