

    /*..............Reset styling...........*/
    *{
        padding: 0%;
        margin: 0%;
        box-sizing: border-box;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color:#2A2A2A;
        
    }

    p{
        font-size: x-small;
        font-weight: bolder;
    }

    section{
        justify-content: center;
        padding: 4%;
        
        
    }
    /*..........Header Styling................*/
    .menu{
        display: none;
    }

    header{
        display: flex;
        width: 100%;
        margin:auto;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .header-left{
        display: flex;
        align-items: center;
        margin-left: 5%;
        width:10%;
    }

    .header-right{
        width:50%;
        margin-left:30%;
        
    }

    .logo{
        padding:5%;
        width:10%;
        height: 10%;
        border-radius: 100%;
        background-color: #D0D0D0;
    }

    .header-list{
        display: flex;
        justify-content: space-between;
    }

    .header-list li{
        margin-left: 5%;
        margin-right: 5%;
    }

    header a{
        text-decoration: none;
        font-size: 25px;
    }

    .header-logo{
        color:#285E67;
        font-weight: 50px;
        margin-left: 15%;
    }
    .menu{
        display: none;
    }

    /*....Headline styling........*/

    .headline 
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        font-size: large;
        font-weight: lighter;
        margin:auto;
        padding: 0%;
    }

    .headline h1
    {
        margin-bottom: 1%;
        font-weight:120px bold;
        font-size: 80px;
        text-align: center;
    }
    .headline p{
        text-align: center;
        width:100%;
        font-size: 25px;
    }
    .headline button
    {
        background-color: #285E67;
        color: white;
        width:12%;
        height:60px;   
        margin:auto;
        margin-top: 2%;
        margin-bottom: 3%;
        border-radius: 50px;
        font-weight: bold;
        font-size: 25px;
        
    }

    .headline-imgs
    {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        padding-bottom: 5%;
        margin:auto;
        
    }
    .img1,.img2{
        width: 50%;
        border-radius: 35px;
    }


    .img2
    {
        margin-left: 1%;
        
    }

    /*.............well syling...........*/

    .well
    {
        background-color:#F4F4F4;
        display: flex;
        justify-content: space-between;
        border-radius: 35px;
        margin:auto;
        padding:0%;
    
    }
    .well-left{
        margin-left:5%;
        margin-bottom: 5%;
        width:60%;
    }

    .well-contnet
    {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        gap:1%;

    }
    .well h2,.fresh h2{
        padding-top:10%;
        font-size: 85px;
        font-weight: 700;
        margin-bottom: 5%;
    }
    .leafvector{

        border: 2px solid white;
        background-color: #285E67;
        border-radius: 10px;
        width:15%;
        margin-bottom: 3%;
    }


    .section2,.section1{
        margin: auto;
    }
    p{
        font-weight: lighter;
        width:70%;
        font-size: 20px;
    }
    .img3cont{
        margin-top: 7%;
        margin-right: 12%;
        width:20%;

    }
    

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


    }

    /*.............fresh styling...........*/
    .fresh
    {

        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: none;
        border-radius: 10px;
        margin:auto;
        margin-top:5% ;
        padding:0%;

    }
    .tea{
        width:70%;
    }
    .img4{

        margin-top: 5%;
        width: 100%;
        height:100%;
    }

    .fresh-right{
        margin-left:10%;
        align-items: center;
    
    }
    .fresh-right-top{
        width:100%;
        display: flex;
        flex-direction: column;
        
    }
    .fresh h2{
        margin-left:0%;
        font-size: 85px;
    }
    .fresh-bullets{
        margin-top:5%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-self: start;
        margin-left: 2%;
    }
    .fresh-bullet{
        width:80%;
        display: flex;
        align-items: center;
        margin-top: 6%;
        
    }
    .flower-icon{
        margin-right:3%;
        width:15%;
        height: 15%;
    }

    /*.............eat styling...........*/

    .eat{
        
        background-color:#F4F4F4;
        display: flex;
        justify-content: space-between;
        border-radius: 35px;
        margin:auto;
        margin-top: 10%;

    }
    .leafvectorpink{
        border-radius: 10px;
        width:15%;
        margin-bottom: 3%;
    }

    .img5{
        margin-right:2%;
        width: 35%;
    }

   
    .eat-right h2{
    margin-bottom: 10%;
    font-size: 85px;

    }
    .eat-rightx{
        display: flex;
        flex-wrap: nowrap;
    }
    #eat{
        background-color: #FCE2D7;
        color:black;
    }
    .section2,.section1{
        width:60%
    }
    /*.................bgrndimg styling..........*/
    .bgrndimg{
        background-image: url('/IMAGES/jungle.jpg');
        background-repeat: no-repeat;
        background-size: 100% 85%;
        margin:auto;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top:15% ;
        
    }

    .bgrndimg-txt{
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width:40%;
        text-align: center;
    }

    .bgrndimg-txt h2{
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 5%;
    }

    
    .leaficon
    {
        margin: auto;
        margin-top:10%;
        margin-bottom:5%;
        width:6%;
    }


    .bgrndimg p,.bgrndimg h2{
        color:white;
    }

    .transparent-btn{
        color:white;
        background-color: transparent;
        border: 2px solid white;
        width:12%;
        height:60px;   
        margin:auto;
        margin-top: 2%;
        margin-bottom: 3%;
        border-radius: 50px;
        font-weight: bold;
        font-size: 25px;
    }

    /*..................................Pink div style...........................................*/

    .pink{
        background-color: #FCE2D7;
        width: 90%;
        padding:3%;
        padding-top: 5%;
        padding-bottom: 5%;
        border-radius: 10px;
        height:60%
    }
    .left-segment{
        display: flex;
        flex-wrap:wrap ;
        justify-content: center;
        margin:auto;
        
    
    }
    .pink img{
        width:100%;
        height:100%;
    }

  

    /*.................footer styling.............*/
    footer{
        background-color: #285E67;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding:3%;
        width:100%;
        height:30%;
        margin-top: 5%;
    }
    .footer-top{
        justify-content:center;
        justify-content:space-between;
    }

    .logo-right{
        display: flex;
        width: 30%;
        align-items: center;
        
        
        
    }
    .logo-left{
        width:40%;
    }

    .x{
        background-color: white;
        padding:2%;
        width:2%;
        height: 5%;
        border-radius: 100%;
        margin-right: 2%;
        
        
    }

    .social-icons i{
        color:white;
        margin-right: 2%;
    }

    .social-icons{
        
        margin-top:3%;
        font-size: 50px;

    }

     
    footer a{
        color:white;
        text-decoration: none;
        margin-right:5%;
        font-size: 25px;


    }
    .footer-top{
        display: flex;
        flex-direction: row;
        gap:5%;
        margin-right: 10%;
    }

   
    .footer-top ul{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap:2%;
    }
    .footer-bottom li{  
        font-size: 15px;
    }
    .logo-top h4{
        margin-left: 5%;
    }
