*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Comfortaa", sans-serif;

}

.main{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* -----------page1 section -------------- */

.page1{
    min-height: 120vh;
    width: 100vw;
    /* background-color: aquamarine; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    /* padding: 0px 10px; */

}





/* ------------Navbar section----------- */



.navbar{
    height: 200px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    overflow: hidden;
  

}

.navbar a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding-bottom: 4px;
}

.left{
     /* background-color: aquamarine; */
     display: flex;
     justify-content: space-around;
     align-items: center;
     width: 30%;
     z-index: 10000000000000000000000000000000;
}

.right{
    /* background-color: aquamarine; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    z-index: 10000000000000000000000000000000;

}

.bars{
position: absolute;
top: 80px;
right: 40px;
}
.bars i{
    font-size: 0px;
}


.middle img{
    height: 150px;
}


.under-hover-eff{
    display: inline-block;
    position: relative;
    
}

.under-hover-eff::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: rgb(0, 0, 0);
    transition: width 0.25s ease-in-out;

}

.under-hover-eff:hover:before{
    width: 100%;
    left: 0;
    right: 0;
}


/* ------------page1 images section----------- */

.page1-imgs{
    min-height: 32vw;
    width: 100vw;
    /* background-color: rgb(167, 111, 38); */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
    position: relative;

}

.page1-imgs img{
    height: 22vw;
    margin: 10px;
    
}



/* --------------page1 text---------- */

.page1-text{
    height: 16.8vh;
    background-color: pink;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

.page1-text h1{
    font-size: 4.5vw;
    letter-spacing: 0.05px;
    font-family: "Poppins", sans-serif;
}

#one{
    color: rgb(247, 39, 39);
    font-family: "Poppins", sans-serif;
}

#two{
    color: #77ae1c;
    font-family: "Poppins", sans-serif;
}











/* -----------page2 section -------------- */

.page2{
   min-height: 90vh;
   width: 100vw;
   /* padding: 30px 0px; */
       /* background-color: aqua */
}

#text{
    height: 18vw;
    width:99vw;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Comfortaa", sans-serif;
    line-height: 30px;

}


#mid{
    font-size: 1.7vw;
    font-family: "Comfortaa", sans-serif;
    line-height: 30px;
    margin-bottom: 10px


}

#down{
    font-size: 1vw;
    font-family: "Comfortaa", sans-serif;


}

#up img{
    height: 7vw;
}

.page1-imgs{
    min-height: 45vh;
    display: flex;
    /* flex-wrap: wrap; */
    /* background-color: #4aee09; */
}

@media(max-width:1360px){
    
.page1-imgs{
    min-height: 45vh;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #4aee09; */
}}


.page1-imgss img{
    height: 19vw;
    /* background-color: #324e26; */
}



.p{
    display: flex;
    /* background-color: #28660f; */
    flex-direction: column;
    align-items: center;
    font-size: 19px;
    margin-bottom: 10px;
    justify-content: center;
    font-weight: 600;
    width: 450px;
    overflow: hidden;
}


.p p{
    margin-top: 10px;
   
}


#pic1{
    position: relative;
    top: 60px;
    height: 25vw;
    right: 55px;
    z-index: 10;
}

#pic2{
    position: relative;
    right: 50px;
    height: 26vw;
    z-index: 0;
    scale: 1.2;

}

#pic3{
    position: relative;
    top: 40px;
    right: 20px;
    z-index: 10;
    height: 23vw;
    scale: 1.1;
    
}

#pic4{
    position: relative;
    right: 50px;
    height: 24vw;
    scale: 1.2;
    left: 10px;
    bottom: 30px;

}


@media(max-width:1500px){
    .page2{
        min-height: 75vh;
        width: 100vw;
        /* padding: 30px 0px; */
            /* background-color: aqua */
     }
}




/* -----------footer---------- */

.footer{
    min-height: 60vh;
    width: 100vw;
    color: white;
    background: #000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 40px;
    border-bottom: 0.5px solid rgba(153, 151, 151, 0.39);
    padding-bottom: 10px;
}

.footer #left{
    width: 600px;
    height: 400px;
    /* background-color: #77ae1c; */
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.footer #middle{
    width: 380px;
    height: 400px;
    /* background-color: #e0f3c0; */
    margin: 10px;

}


.footer #right{
    width: 420px;
    height: 400px;
    /* background-color: #3d4b26; */
    margin: 10px;

}




.m{
    display: flex;
    justify-content: space-around;
    align-items: start;
    /* background-color: #e0f3c0; */
    color: white;
    flex-direction: column;
    height: 350px;
}
.m h1{
    color: white;
    font-weight: 500;
}

.k{
    text-align: center;
    /* background-color: #77ae1c; */
    /* height: 350px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 16px;

}

.m a{
    font-size: 18px;
    color: white;
    text-decoration: none;
    padding-bottom: 7px;
    line-height: 40px;
}

#img{
    text-align: center;
}

#img img{
    height: 170px;
}

#right{
    display: flex;
    align-items: start;
    flex-direction: column;
}

#right img{
    height: 480px;
}

#right a{
    text-decoration: none;
    color: white;
    font-size: 25px;
}


.whatsapp{
   position: fixed;
   right: 50px;
   z-index: 1000000000000000000;
   bottom: 40px;
}

.whatsapp img{
    height: 80px;
}






/* -----------about page--------- */

/* page1 of about */

.up-img{
    height: 50vh;
    width: 100%;
    /* background-color: saddlebrown; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.klk{
    height: 120px;
    width: 120px;
    /* background-color: #4aee09; */
}

 .klk img{
    height: 200px;
}

.up-img .navbar img{
    height: 150px;
}


.down-logos{
    min-height: 10vh;
    width: 100%;
    /* background-color: salmon; */
    position: relative;
  
}


.up-img img{
    height: 1900px;
    position: relative;
    bottom: 300px;
    width: 1850px;

}

.up-img h1{
    position: absolute;
    font-size: 40px;
}


.down-text{
    height: 15vh;
    width: 100%;
    /* background-color: rgb(68, 149, 219); */
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.down-text p{
    font-size: 1.8vw;
    font-weight: 100;
    /* line-height: 60px; */
}

.d-l{
    min-height: 34vh;
    width: 100%;
    /* background-color: #77ae1c; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 30px;
}

.d-l .card{
    height: 100px;
    width: 300px;
    /* background-color: #000; */
    display: flex;
    margin: 10px;
    color: black;
    align-items: center;
    justify-content: space-around;
}

.card img{
    height:100px;
}

.card p{
    font-size: 17px;
    font-weight: 500;
}

#leaf{
    height: 100px;
}

#hear{
    height: 100px;
}

.ttt{
    width: 100%;
    height: 270px;
    /* background-color: #4aee09; */
    display: flex;
    align-items: center;
    font-family: "Comfortaa", sans-serif;
    flex-direction: column;
    justify-content: center;
   
}

.ttt p{
    position: relative;
    right: 80px;
    font-weight: 100;
    font-family: "Comfortaa", sans-serif;
    font-size: 43px;
}

.ttt img{
    height: 150px;
    position: relative;
    right: 100px;

}




.about-page{
    min-height:90vh ;
    width: 99%;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-around;
    /* flex-wrap: wrap; */
    align-items: center;

}

.ab-le{
    height: 800px;
    width: 22vw;
    position: relative;
    /* background-color: #4aee09; */
}

.ab-md{
    height: 900px;
    width: 33vw;
    /* background-color: #77ae1c; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ab-md img{
    height: 38vw;
}

.ab-ri{
    height: 800px;
    /* width: 350px; */
    width: 22vw;

    position: relative;
    /* background-color: antiquewhite; */

}


.upp{
   height: 50%;
   width: 100%;
   padding-bottom: 20px;
}

.downn{
    padding-top: 20px;
    margin-top: 20px;
    height: 50%;
    width: 100%;
}

.imgg{
    height: 50%;
    width: 100%;
    display:flex ;
    justify-content: center;
}

.textt{
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.textt p{
    font-family: "Cedarville Cursive", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  font-size: 1.5vw;
}

.imgg img{
    height: 200px;
}














/* ------------gallery---------------- */


.page1-gallery{
  min-height: 100vh;
  width: 100%;
  /* background-color: #bad393; */
  /* padding: 0px 20px; */
  display: flex;
  align-items: center;
  flex-direction: column;
}

#top{
    min-height: 50vh;
    width: 100%;
    /* background-color: aliceblue; */
    background-image: url("wooden-surface-with-chunks-lime-peppermint.jpg");
    background-position: center;
    background-size: cover;
}


#bottom{
    min-height: 50vh;
    width: 100%;
    /* background-color: aqua; */
   
}
.navv{
    height: 200px;
    width: 99%;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    top: 1px;
}


.tt{
    height: 272px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tt p{
    font-size: 2.8vw;
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    line-height: 55px;
    color: black;
}

#bottom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* background-color: #83916e; */
    justify-content: space-around;
    align-items: center;
}

#bottom img{
    height: 450px;
    /* background-color: #4aee09; */
    margin: 20px 0px;

}


.ow{
    width: 23vw;
    height: 110px;
    background-color: #324e26;
    display: flex; 
     align-items: center;
     flex-direction: column;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.ow p{
    background-color: #59cf2a;
    width: 150px;
    height: 80px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    line-height: 23px;
}

.btn a{
    text-decoration: none;
    padding: 12px 4px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 15px;
    margin-right: 4px;
    color: white;
    
  
}

#ora{
    background-color: rgb(255, 136, 0);
}


#red{
    background-color: rgb(255, 30, 0);
}

@media(max-width:1390px){

.ow{
    width: 25vw;
    height: 90px;
    /* background-color: #324e26; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.ow p{
    /* background-color: #325524; */
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}

.btn a{
    text-decoration: none;
    padding: 12px 2px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 11px;
    margin-right: 4px;
    color: white;
    
  
}
}


.order{
    height: 130px;
    width: 300px;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-around;

}


.order p{
    font-size: 18px;
}

.buttons a{
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 10px;
}

#orr{
    background-color: orange;

}

#rrr{
    background-color: red;
}





/* ----------icecreams---------- */


.page1-ice{
    height: 75vh;
    width: 100%;
    /* background-color: antiquewhite; */
    
}



.ice-top{
    height: 50vh;
    width: 100%;
    background-image: url("wooden-surface-with-chunks-lime-peppermint.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.black{
    background-color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: 1000000;
}

.ice-do{
    height: 25vh;
    width: 100%;
    /* background-color: palegoldenrod; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.middd{
    height: 250px;
    width: 100%;
    /* background-color: #77ae1c; */
    font-family: "Comfortaa", sans-serif;
    display: none;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.middd h1{
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    font-size: 3.5vw;
    z-index: 1000000;
    color: white;
}

.f{
    height: 50%;
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    z-index: 10000000000000;

}

.go{
    font-size: 160px;
    font-weight: 900;
    font-family: "Anton", sans-serif;
    margin-right: 10px;
    color: rgb(247, 0, 0);

}

.an{
    font-size: 75px;
    font-family: "Anton", sans-serif;
    color: rgb(247, 0, 0);
    font-weight: 300;
    line-height: 74px;
    letter-spacing: 3px;


}

.an span{
    font-size: 75px;
    color:#4aee09;
    font-family: "Anton", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;

}

.ice-do p{
    font-size: 1.7vw;
    font-family: "Comfortaa", sans-serif;
    line-height: 55px;
    font-weight: 100;
}

.grid{
    min-height: 50vh;
    width: 100%;
    padding: 20px 20px;
    /* background-color: #4aee09; */
    display: flex;
    align-items: center;
    justify-content: center;
   
}







/* --------contact---------- */

.page-contact{
    min-height:100vh ;
    width: 100%;
    font-family: "Comfortaa", sans-serif;

}



.tt h1{
    font-size: 55px;
    position: relative;
    right: 80px;
    color: #000;
    font-weight: 100;
}


.con-dow{
    min-height: 110vh;
    width: 90%;
    /* background-color: #4aee09; */
    padding: 20px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.con-dow img{
position: absolute;
height: 180px;
top: 1px;
left: 30px;
}





.det{
   min-height: 300px;
    width: 650px;
    /* background-color: #cff196; */
    padding: 10px 20px;
}

.yo{
    height: 180px;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: self-start;
    justify-content: space-around;
    flex-direction: column;
    text-align: start;
    font-family: "Comfortaa", sans-serif;

}

.yo h1{
    font-family: "Comfortaa", sans-serif;
    font-size: 40px;
    padding: 0px 0px;
    font-weight: 900;
    color: #000;
}

#say{
    font-size: 40px;
}


.yo p{
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    padding: 0px 0px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 100;
    color: rgb(95, 94, 94);
}

.yu{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sm-ca{
    height: 60px;
    margin: 20px 0px;
    width: 300px;
    /* background-color: black; */
    font-family: "Comfortaa", sans-serif;

}

.sm-ca h1{
    color: rgb(90, 88, 88);
    font-family: "Comfortaa", sans-serif;
     font-size: 24px;
     padding: 10px 5px;
}

.sm-ca h2{
    color: rgb(90, 88, 88);
    font-family: "Comfortaa", sans-serif;
     font-size: 20px;
     padding: 6px 5px;

}


.form{
    height: 900px;
    width: 35vw;
    /* background-color: #77ae1c; */
    margin-bottom: 100px;
    padding: 30px 40px;
    position: relative;
    font-family: "Comfortaa", sans-serif;

}



.form form{
    height: 95%;
    width: 100%;
    font-family: "Comfortaa", sans-serif;
    /* background-color: rgb(129, 145, 158); */
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    font-family: "Comfortaa", sans-serif;

}

@media(max-width:900px){
    .yo{
        display: none;
    }
}

.l{
    width: 100%;
    font-family: "Comfortaa", sans-serif;
    margin: 10px 0px;

}

form input{
    margin: 10px 0px;
    width: 99%;
    font-family: "Comfortaa", sans-serif;
    height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    /* background-color:rgba(90, 88, 88, 0.418) ; */
    border: 1px solid black;
}

form input::placeholder{
    font-size: 18px;
    font-family: "Comfortaa", sans-serif;

}


form textarea{
    margin: 10px 0px;  
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    width: 100%;
    outline: none;
    border: 1px solid black;
}


form button{
   padding: 15px 35px;
   border-radius: 10px;
    background-color: rgb(235, 26, 18);
    color: white;
    font-weight: 900;
    font-family: "Comfortaa", sans-serif;
    font-size: 15px;
    border: none;
    outline: none;
}

.form h1{
    font-family: "Comfortaa", sans-serif;
    color: rgb(90, 88, 88);
    font-size: 22px;
    margin: 20px 0px;
    /* background-color: #324e26; */
    padding: 30px 0px;
}





#smll{
    height: 80px;
}





/* ----------ingredients----------- */

.page1-in{
    min-height:100vh;
    width: 100%;
    background-color:#f6c9a2;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.in-down{
    min-height: 90vh;
    width: 100%;
    /* background-color: #77ae1c; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* flex-wrap:wrap ; */

}


.in-lef{
    height: 900px;
    width: 1800px;
    /* background-color: antiquewhite; */
    position: relative;
}

.in-rig{
    height: 900px;
    width: 700px;
    padding: 0px 10px;
    /* background-color: rgb(207, 128, 25); */
}


.in-lef img{
    height: 200px;
    position: absolute;
}

.in-lef #watermelon{
    right: 200px;
    height: 550px;
    top: -70px;
}


.in-lef #text1{
    right: 800px;
    top: 150px;
}


.in-lef #some{
    right: 760px;
    height: 360px;
    top: 400px;
}

.in-lef #orange{
    bottom: 50px;
    right: -50px;
    height: 370px;
}

.in-lef #chao{
    right: 470px;
    bottom: 65px;
}


.in-lef #ola{
    left: 50px;
    top: 200px;
    height: 500px;

}


#glass{
    height: 400px;
    top: -200px;
    right: -160px;
    position: relative;
}


.in-up{
    height: 50%;
    width: 100%;
    padding: 0px 20px;
    /* background-color: #4aee09; */
}

.in-do{
    height: 50%;
    width: 100%;
    /* background-color: #426135; */
    display: flex;
    align-items: center;
}


.in-img{
    height: 100%;
    width: 50%;
    /* background-color: #5db139; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-img img{
    height: 300px;
}

.names-in{
    height: 40%;
    width: 50%;
    /* background-color: #153806; */
    margin-left: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: white;
    

}


.nextt{
    min-height: 80vh;
    background-color: white;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 20px;
}


.next-up{
    min-height: 600px;
    width: 100%;
    /* background-color: #4aee09; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    

}

.next-downn{
    min-height: 300px;
    width: 100%;
    background-color: #797979;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.next-downn img{
    height: 7vw;
}



.nextdown{
    height: 500px;
    width: 100%;
    /* background-color: #1c460c; */

}

.dop{
    height: 400px;
    width: 400px;
    /* background-color: aqua; */
    margin: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
}

.dop img{
    height: 200px;
}

.dop h1{
    font-size: 25px;
}
.dop p{
    font-size: 18px;
}









/* ------------new ingredients page----------- */

.ingredients-page1{
    height: 110vh;
    width: 100%;
    background-color:#f6c9a2;  
    
}

.anime{
    height: 95vh;
    width: 100%;
    /* background-color: aqua; */
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


























.c{
    height: 100px;
    width: 100%;
    /* background-color: wheat; */
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.c p{
    font-size: 17px;
    font-weight: 900;
    color: rgb(112, 112, 112);
}

.c a{
    text-decoration: none;
    color: rgb(112, 112, 112);
    font-size: 20px;
    padding: 0px 10px;
}


/* 
@media(max-width:2000px){
    .in-lef #ola{
        left: 50px;
        top: 200px;
        height: 0px;
    
    }
} */


@media(max-width:1610px){


   
    .in-down{
        height: 100px;
        width: 100%;
        /* background-color: #4b6b17; */
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap:wrap ;
    
    }
    
    

    .in-lef #ola{
        left: 2px;
        top: 200px;
        height: 500px;
    
    }

    .next-up{
        min-height: 600px;
        width: 100%;
        /* background-color: #4aee09; */
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    
    }
    
}

@media(max-width:1390px){
    .in-lef #ola{
        left: 50px;
        top: 200px;
        height: 0px;
    
    }
    #glass{
        height: 0px;
        top: -200px;
        right: -160px;
        position: relative;
    }
    
    
}


@media(max-width:1090px){
    .in-lef #watermelon{
        right: 130px;
        height: 35vw;
        top: 100px;
    }
    
    
    .in-lef #text1{
        right: 470px;
        top: 150px;
        height: 16vw;
    }
    
    
    .in-lef #some{
        right: 520px;
        height: 27vw;
        top: 400px;
    }
    
    .in-lef #orange{
        bottom: 150px;
        right: 100px;
        height: 35vw;
    }
    
    .in-lef #chao{
        right: 300px;
        bottom: 65px;
        height: 20vw;
    }

    .c p{
        font-size: 14px;
        font-weight: 900;
        color: rgb(112, 112, 112);
    }

    .c a{
        text-decoration: none;
        color: rgb(112, 112, 112);
        font-size: 15px;
        padding: 0px 10px;
    }
    
    
}


@media(max-width:450px){

    .in-lef #watermelon{
        right: 30px;
        height: 280px;
        top: 100px;
    }
    
    
    .in-lef #text1{
        right: 250px;
        top: 50px;
        height: 70px;
    }
    
    
    .in-lef #some{
        right: 240px;
        height: 150px;
        top: 350px;
    }
    
    .in-lef #orange{
        bottom: 270px;
        right: 50px;
        height: 170px;
    }
    
    .in-lef #chao{
        right: 200px;
        bottom: 170px;
        height: 90px;
    }

}


@media(max-width:1608px){
    .in-down{
        min-height: 200vh;
        width: 100%;
        /* background-color: #77ae1c; */
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        /* flex-wrap:wrap ; */
    
    }



.in-up{
    height: 300px;
    width: 100%;
    /* background-color: #4aee09; */
    padding: 0px 20px;
}

.in-do{
    height: 50%;
    width: 100%;
    /* background-color: #426135; */
    display: flex;
    align-items: center;
}


.in-img{
    height: 40%;
    width: 50%;
    /* background-color: #5db139; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.in-img img{
    height: 250px;
}

.names-in{
    height: 40%;
    width: 50%;
    /* background-color: #153806; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    font-size: 17px;
    color: white;
    

}

}










@media(max-width:990px){

.ow{
    /* width: 35vw; */
    width: 300px;
    height: 90px;
    /* background-color: #324e26; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.ow p{
    /* background-color: #325524; */
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}

.btn a{
    text-decoration: none;
    padding: 12px 4px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 12px;
    margin-right: 4px;
    color: white;
    
  
}


.det{
    min-height: 300px;
     width: 500px;
     /* background-color: #cff196; */
     padding: 10px 20px;
 }
 

    .form{
        height: 700px;
        width: 500px;
        /* background-color: #77ae1c; */
        margin-bottom: 100px;
        
        padding: 30px 40px;
        position: relative;
        font-family: "Comfortaa", sans-serif;
    
    }

    #bottom img{
        height: 350px;
        margin: 20px 0px;
    
    }

    .about-page{
        min-height:100vh ;
        width: 99%;
        /* background-color: aqua; */
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    
    }



.ab-le{
    height: 800px;
    width: 400px;
    position: relative;
    /* background-color: #4aee09; */
}

.ab-md{
    height: 900px;
    width: 500px;
    /* background-color: #77ae1c; */
    margin: 10px 30px;
}

.ab-ri{
    height: 800px;
    /* width: 350px; */
    width: 400px;

    position: relative;
    /* background-color: antiquewhite; */

}


.textt p{
    font-family: "Cedarville Cursive", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  font-size: 22px;
}

    
.navbar a{
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.footer{
    min-height: 60vh;
    width: 100vw;
    color: white;
    background: #000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 40px;
    flex-wrap: wrap;
}


.page1-imgs img{
    height: 300px;
    margin: 10px;
    
}
.tt p{
    font-size: 3.8vw;
    font-family: "Comfortaa", sans-serif;
    font-weight: 500;
    line-height: 39px;
}


.bars i{
    font-size: 35px;
    display: block;
}



/* .left{
    background-color: aquamarine;
    display: none;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    
}  */

/* .right{
   background-color: aquamarine;
   display: none;
   justify-content: space-around;
   align-items: center;
   width: 40%;
} */

.left{

    position: absolute;
    left: 0;
    right:0;
    /* top +23 */
    top: -33%;
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 999999999999999;
    padding: 1rem;
    margin-bottom: 40px;

}

.right{
    position: absolute;
    left: 0;
    right:0;
    top: -60%;
    background-color: rgb(255, 255, 255);
    z-index: 999999999999999;
    padding: 1rem;
    width: 100%;
    display: none;
    flex-direction: column;
    /* margin-top: 1rem; */



}

.right a{
    width: 100%;
    display: block;
    padding: 1.5rem;
    margin: 1rem;
    font-size: 1rem;
    background-color: #c5c4c470;


}

.left a{
    width: 100%;
    display: block;
    padding: 1.5rem;
    margin: 1rem;
    font-size: 1rem;
    background-color: #c5c4c470;

}


.middd h1{
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    font-size: 4.9vw;
    z-index: 10000000000000;
    color: white;
}



.ice-do p{
    font-size: 2.7vw;
    font-family: "Comfortaa", sans-serif;
    line-height: 36px;
}


.tt{
    height: 172px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

}



















@media(max-width:672px){


.k{
    text-align: center;
    /* background-color: #77ae1c; */
    /* height: 350px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 2px;

}

.m a{
    font-size: 5px;
    color: white;
    text-decoration: none;
    padding-bottom: 7px;
    line-height: 40px;
}

#img img{
    height: 120px;
}

.footer{
    min-height: 100vh;
    width: 100vw;
    color: white;
    background: #000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 40px;
    border-bottom: 0.5px solid rgba(153, 151, 151, 0.39);
    padding-bottom: 10px;
}

  

    .c p{
        font-size: 5px;
        font-weight: 900;
        color: rgb(112, 112, 112);
    }
    .c a{
        text-decoration: none;
        color: rgb(112, 112, 112);
        font-size: 11px;
        padding: 0px 2px;
    }
    

    .next-downn{
        min-height: 400px;
        width: 100%;
        background-color: #797979;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    
    .next-downn img{
        height: 150px;
        margin: 20px 10px;
    }
    

#qp{
    font-size: 15px;
}

.dop{
    height: 500px;
    width: 380px;
    /* background-color: aqua; */
    margin: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
}

.dop p{
    font-size: 20px;
}

    .p{
        display: flex;
        /* background-color: #4aee09; */
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 600;
        width: 300px;
        overflow: hidden;
    }
    
    .p p{
        margin-top: 1px;
    }
    


.ab-md{
    height: 700px;
    /* background-color: #77ae1c; */
   
}


    .ab-md img{
        height: 400px;
    }

    .page1-imgss{
        min-height: 40vh;
        display: flex;
        flex-wrap: wrap;
        /* background-color: #4aee09; */
        align-items: center;
        justify-content: center;
    }
    


.page1-imgss img{
    height: 335px !important;
    margin: 20px
}

#pic1{
    position: relative;
    top: 0px;
    left: 1px;
    height: 120px;

}

#pic2{
    position: relative;
    right: 0px;
    z-index: 10;
    left: 0px;
    height: 100px;
    scale: 1;




}

#pic3{
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 0;
    scale: 1;
    
}

.page2{
    padding-bottom:80px ;
}

#pic4{
    position: relative;
    right: 0px;
    left: 0px;
display: none;
    

}


    #middle img{
        height: 130px;
    }
    .down-text p{
        font-size: 18px;
        font-weight: 100;
        padding: 2px 30px;
        line-height: 29px;
    }

    .card p{
        font-size: 18px;
        font-weight: 500;
    }

    .ttt p{
        position: relative;
        right: 0px;
        font-weight: 100;
        font-family: "Comfortaa", sans-serif;
        font-size: 39px;
    }
    
  
.page1-imgs img{
    height: 340px;
    margin: 20px;
    
}

.page1-text{
    height: 9.8vh;
    background-color: pink;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page1-text h1{
    font-size: 6.5vw;
    letter-spacing: 0.05px;
}

.tt p{
    font-size: 4.8vw;
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    line-height: 30px;
}


#text{
    height: 44vw;
    width:99vw;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
}



#mid{
    font-size: 4vw;
}

#down{
    font-size: 2.8vw;
}

#up img{
    height: 13vw;
}



.m a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}


#right img{
    height: 440px;
}

#right a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}


#bottom img{
    height: 300px;
    margin: 20px 0px;

}

.tt{
    height: 172px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.middd h1{
    font-family: "Comfortaa", sans-serif;
    font-weight: 900;
    font-size: 5.4vw;
    z-index: 10000000000000;
    color: white;
}



.ice-do p{
    font-size: 3.2vw;
    font-family: "Comfortaa", sans-serif;
    line-height: 36px;
}



.f{
    height: 40%;
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    z-index: 10000000000000;

}

.go{
    font-size: 120px;
    font-weight: 900;
    font-family: "Anton", sans-serif;
    margin-right: 10px;
    color: rgb(247, 0, 0);

}

.an{
    font-size: 55px;
    font-family: "Anton", sans-serif;
    color: rgb(247, 0, 0);
    font-weight: 300;
    line-height: 55px;
    letter-spacing: 3px;


}

.an span{
    font-size: 55px;
    color:#4aee09;
    font-family: "Anton", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;

}

#bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 37px;
}


.k{
    text-align: center;
    /* background-color: #77ae1c; */
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 20px;
}

.tt h1{
    font-size: 45px;
  position: relative;
  right: 0px;
    color: #000;
}

.yo p{
    font-family: "Comfortaa", sans-serif;
    font-size: 17px;
    padding: 0px 0px;
    font-weight: 900;
}



.sm-ca h1{
    color: rgb(90, 88, 88);
    font-family: "Comfortaa", sans-serif;
     font-size: 20px;
     padding: 7px 3px;
}

.sm-ca h2{
    color: rgb(90, 88, 88);
    font-family: "Comfortaa", sans-serif;
     font-size: 16px;
     padding: 3px 2px;

}


}