@media  (max-width:1025px) 
{

    /*header*/
   header{
    width:80%;
    }

       .header-right{
        width:25%;
        
        
    }

    .logo{
        padding:15%;
        width:20%;
        height: 20%;
    }


    /*Headline*/
    .headline {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .headline p{
        width:80%;
        text-align: center;
    }

    .headline button{
        width: 30%;
     }

   
    /*well*/
    .well{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
      .well-left{
        width:100%;
        margin: 0%;
    }

    .well-contnet{
        
        margin: auto;
    }

    .well h2{
        font-size: 55px;
    }

    .section1,.section2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img3{
        display: none;
    }

    /*fresh*/

    .fresh{
        justify-content: space-between;
        align-items: center;
        
        
    }
    .fresh p{
       font-size: 15px;
    }

    .fresh-right{
        margin-left:3%;
        align-items: center;
        width:60%;
    }




    .fresh h2{
        margin-left:0%;
        font-size: 70px;
    }
    .fresh-bullets{
    
        margin-left: 0%;
    }

    /*eaaatt*/
    .eat{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-content: center;
    }


    .img5{
        display: none;
    }
    /*bgrnd img*/
    .leaficon
    {
        
        margin-bottom:2%;
        width:10%;
    }

    .bgrndimg-txt{

        width:95%;
        margin:1%;
        
    }

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

        width:100%;
        font-size: 15px;
        
    }

     .transparent-btn{
        width:30%;
        font-size: 20px;
     }

    /*pink*/
  


    .segment {
        
       padding:5%;
    }

    /*footer*/
    footer{
        padding:10%;
    }
   
    .footer-top{
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       gap:5%;

    }
    .logo-right{
        margin-bottom: 2%;
    }

    .logo-left{
        width:60%;
        margin-top: 2%;
        margin-bottom: 2%;
        
        
    }

    .logo-left li{
        margin-right: 5%;
    }
    .x{
    
        padding:5%;
        width:10%;
        height: 10%;
        border-radius: 100%;
        margin-right: 4%;
        
        
    }

    .social-icons {
    margin-top: 0%;
    }

    .footer-bottom i{
        padding:1%;
        font-size: 25px;
    }
}

@media  (max-width:440px )
{
    /*header*/
    .header-right{
        display: none;
    }
    .menu{
        display: block;
        margin-left:55%;
    }
    .header-left{
        width:100%;
    }
    .logo{
        padding:3%;
        width: 2%;

    }

     .headline h1
    {
        font-size: 60px;
    }
    .headline p{
        width:100%;
        font-size: 19px;
    }
    .tags{
        display: none;
    }

    
     .headline-imgs
    {
        flex-wrap: wrap;
    }
    .headline button{
        width: 50%;
        margin-top: 5%;
    }

    .img1,.img2{
        width: 100%;
        margin-top: 5%;
        border-radius: 35px;
    }

    /*well*/
    .well h2{
        font-size: 60px;
    }

    .well-contnet
    {

        flex-wrap: wrap;


    }

    /*fresh*/

    .fresh{
        justify-content: center;
        margin-bottom: 6%;
        flex-wrap: wrap;

     }

    .tea{
        width: 100%;
        
    }

    .fresh h2{
       text-align: center;
       font-size: 45px;
    }
    .fresh-right{
        margin-left:0%;
        width: 100%;
    
    }
    .fresh-right-top{
        text-align: center;
        align-items: center;
        
    }
     .fresh-bullet{
        width:100%;     
    }

  
    /*eat*/


    .eat-right h2{
    margin-bottom: 10%;
    font-size: 50px;
    }
    .eat-right p{
        width: 100%;
    }
    .eat-rightx{
        
        flex-wrap: wrap;
    }
    .section2{
        margin-top: 8%;
    }
    .section1,.section2{
        width:100%;
    }

    .leafvectorpink{
       
        width:20%;
        
    }

    /*bgrndimg*/
    .bgrndimg{
       height:20%
    }
    .bgrndimg h2{
        font-size: 30px;
    }

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

   
    .bgrndimg p{
        display: none;
    }
    .transparent-btn{
        width:45%
    }
    /*pink*/
    .pink{
        margin-top: 5%;
    }
    /*footer*/
    .social-icons{
        align-items: center;
        margin-left: 19%;
        
    }
    footer{
        align-items: center;
        padding:3%;
    }
     .footer-top{
        align-items: center;
    }
    .x{
       
        padding:10%;
    }
    .footer-bottom{
        width: 95%;
    }
}