
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.lato-thin {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
  }
  

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", serif;

}
.landing_page{
 background-color: #FFFDF5;
 width: 100%;
 height: 730px;
}

nav .home{
    
    color: black;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color:#FFFDF5;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        padding-bottom: 24px;
    
}
nav .home .menu ul{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    gap: 52px;
    text-align: left;

}
nav .home .fetty{
    margin-left: 42px;
    margin-top: 46px;
    font-size: 31px;
    font-weight: bold;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    list-style: none;
}
nav .home .menu ul li{
    text-decoration: none;
    font-size: 24px;
    list-style: none;
    
}
nav .home .menu ul li a{
    text-decoration: none;
    color: black;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;

}
nav .home .menu{
    margin-top: 27px;
    margin-right: 400px;
     padding: 0;
}



.landingpage{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 400px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 42px;
   
    
    
}
.landingpage .landing_page_text{
    flex-basis: 50%;
    margin-top: -1rem;
    


}
.landingpage .landing_page_text h1{
    font-size: 56px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 7rem;
}
.landingpage .landing_page_text h1 .yellow{
    color: #f0ba05;
}
.landingpage .landing_page_text p{
font-size: 16px;
margin-top: 1rem;
letter-spacing: 1%;
font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}
.landingpage .image{
    flex-basis: 50%;
    

}
nav .home .hamburger i{
    display: none;
    cursor: pointer;
    font-size: 35px;
    color: #f0ba05;
    margin-right: 42px;
    margin-top: 46px;
}
.landingpage .image img{
    width: 100%;
    height:auto;
    object-fit: cover;
    background-color: white;
    mix-blend-mode: multiply;
    opacity: 20%;
    margin-top: 7rem;
}
.landingpage .landing_page_text a{
    margin-top: 4rem;
    padding: 16px 24px;
    color: #f0ba05;
    border: 1px solid #f0ba05;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 600;
    font-style: normal;
}
.landingpage .landing_page_text .button{
    margin-top: 3rem;
}
@media(max-width:1300px){
    .landingpage{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 200px;
        align-items: center;
        justify-content: space-between;
        
        padding: 0px 42px;
       
        
        
    }
    .landing_page .landing_page_text h1{
        margin-top: 10rem;
    }
}
@media(max-width:980px){
    nav .home{
    
        color: black;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color:#FFFDF5;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1;
        
    }
    .landingpage .landing_page_text h1{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-top: 5rem;
    }
    .landingpage .landing_page_text{
        flex-basis: 60%;
        margin-top: 1rem;
        
    
    
    }
    .landingpage .image{
        flex-basis: 40%;
        margin-top: 5rem;
    
    }
    .landingpage{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 200px;
        align-items: center;
        justify-content: space-between;
    
        padding: 0px 42px;
       
        
        
    }
    .landingpage .landing_page_text a{
        margin-top: 4rem;
        padding: 16px 24px;
        color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 16px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: normal;
    }
    .landingpage .landing_page_text .button{
        margin-top: 2rem;
    }
    .landing_page{
        background-color: #FFFDF5;
        width: 100%;
        height: 100vh;
       }
       nav .home .hamburger i{
        display: block;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        
    }
       nav .home{
    
        color: black;
        position: sticky;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0%;
        
    }
    nav .home .fetty{
        margin-left: 42px;
        margin-top: 48px;
        font-size: 31px;
        font-weight: bold;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        list-style: none;
    }
}
@media(max-width:850px){

    nav .home{
    
        color: black;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color:#FFFDF5;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1;
            padding-bottom: 24px;
        
    }
    .landingpage{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 100vh;
        align-items: center;
        justify-content: space-between;
        padding: 0px 42px;
        gap: 30px;
       
        
        
    }
    .landingpage .landing_page_text{
        flex-basis: 100%;
        margin-top: 1rem;
        
    
    
    }
    .landingpage .landing_page_text h1{
        font-size: 56px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
    }
    .landingpage .image{
        flex-basis: 60%;
        align-items: center;
        justify-content: center;
        margin: auto;
    
        
    
    }
    .landing_page{
        background-color: #FFFDF5;
        width: 100%;
        height: 170vh;
       }
       nav .home .hamburger i{
        display: block;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        
    }
       nav .home{
    
        color: black;
        position: sticky;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0%;
        
    }
   
    nav .home .fetty{
        margin-left: 42px;
        margin-top: 48px;
        font-size: 31px;
        font-weight: bold;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        list-style: none;
    }
}
@media(max-width:700px){
    nav .home{
        color: black;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color:#FFFDF5;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1;
            padding-bottom: 24px;
        
    }
    .landingpage{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 100vh;
        align-items: center;
        justify-content: space-between;
        padding: 0px 42px;
        gap: 30px;
       
        
        
    }
    .landingpage .landing_page_text{
        flex-basis: 100%;
        margin-top: 1rem;
        
    
    
    }
    .landingpage .landing_page_text h1{
        font-size: 48px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-top: 5rem;
    }
    .landingpage .image{
        flex-basis: 70%;
        align-items: center;
        justify-content: center;
        margin: auto;
    
        
    
    }
    .landing_page{
        background-color: #FFFDF5;
        width: 100%;
        height: 170vh;
       }
       nav .home .hamburger i{
        display: block;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;


    }
    nav .home .hamburger i{
        display: block;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        
    }
       nav .home{
    
        color: black;
        position: sticky;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0%;
        
    }
   
    nav .home .fetty{
        margin-left: 42px;
        margin-top: 48px;
        font-size: 31px;
        font-weight: bold;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        list-style: none;
    }
}
@media(max-width:600px){
    nav .home{
    
        color: black;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color:#FFFDF5;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1;
            padding-bottom: 24px;
        
    }
    .landingpage{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 100vh;
        align-items: center;
        justify-content: space-between;
        
        padding: 0px 42px;
        gap: 30px;
       
        
        
    }
    .landingpage .landing_page_text{
        flex-basis: 100%;
        margin-top: 1rem;
        
    
    
    }
    .landingpage .landing_page_text h1{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-top: 5rem;
    }
    .landingpage .image{
        flex-basis: 70%;
        align-items: center;
        justify-content: center;
        margin: auto;
    
        
    
    }
    .landing_page{
        background-color: #FFFDF5;
        width: 100%;
        height: 170vh;
       }
       nav .home .hamburger i{
        display: none;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        margin-right: 24px;
        margin-top: 46px;
    }
    nav .home .hamburger i{
        display: block;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        
    }
       nav .home{
    
        color: black;
        position: sticky;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0%;
        
    }
   
    nav .home .fetty{
        margin-left: 42px;
        margin-top: 48px;
        font-size: 30px;
        font-weight: bold;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        list-style: none;
    }
}

@media(max-width:500px){
    nav .home{
    
        color: black;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color:#12110f;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1000;
            padding-bottom: 24px;
        
    }
    .landingpage{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        height: 80vh;
        align-items: center;
        justify-content: space-between;
        padding: 0px 24px;
        gap: 20px;
        margin-top: 0;
       
        
        
    }
    .landingpage .landing_page_text{
        flex-basis: 100%;
        margin-top: 0rem;
        
    
    
    }
    .landingpage .landing_page_text h1{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-top: 8rem;
    }
    .landingpage .image{
        flex-basis: 100%;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-top: -2.5rem;
    
        
    
    }
    .landing_page{
        background-color: #FFFDF5;
        width: 100%;
        height: 120vh;
       }
       nav .home .hamburger i{
        display: none;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        
    }
    nav .home .hamburger i{
        display: block;
        cursor: pointer;
        font-size: 35px;
        color: #f0ba05;
        position: sticky;
        margin-left: -3rem;
        
    }
       nav .home{
    
        color: black;
        position: sticky;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0%;
        
    }
   
    nav .home .fetty{
        margin-left: 24px;
        margin-top: 48px;
        font-size: 24px;
        font-weight: bold;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        list-style: none;
    }
    .landingpage .landing_page_text a{
        margin-top: 4rem;
        padding: 16px 20px;
        color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        cursor: pointer;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: normal;
        display: block;
        width: 50%;
    }
    .landingpage .landing_page_text .button{
        margin-top: 3rem;
    }
}





.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition:  all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    background-color: var(--color-1);
    
}
@media(max-width:1200px){
    nav .home .menu{
        margin-top: 46px;
        margin-right: 100px;
    
    }
}
@media(max-width:980px){
   nav .home .hamburger i{
        display: block;
    }
  

nav .home .menu ul{
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    gap: 0;
    flex-direction: column;
    background-color: black;
    width: 100%;
    color: #f0ba05;
    text-align: center;
    transition: 0.3s;
    overflow: hidden;
    height: auto;
}
nav .home .menu ul li{
    padding: 20px;
    padding-bottom: 40px;
    font-size: 18px;
}
nav .home .menu ul li a{
    color:#f0ba05;
    display: block;
}
nav{
    margin: 24px 0;
}
nav.active{
    left: 0;
}
nav .home{
    
    color: black;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color:#FFFDF5;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        padding-bottom: 24px;
    
}

}




/*preview section*/
.preview{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
   padding: 1rem;
   margin: 3rem auto;
   
}
.preview .first{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}
.preview .first .icon{
    width: 80px;
    height: 80px;
}
.preview .first .text h2{
    font-size: 40px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
}
.preview .first .text p{
    font-size: 16px;
    letter-spacing: 1%;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    color: #e0e0e0;
}
@media(max-width:850px){
    .preview{
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
      gap: 24px;
       padding: 1rem;
       margin: 3rem auto;
       align-items: center;
       justify-content: center;
       
    }
    .preview .first{
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: center;
        margin-bottom: 24px;
    }
    .preview .first .text h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        font-weight: bold;
    }
}
@media(max-width:750px){
    .preview .first .text h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        font-weight: bold;
    }
    .preview .first .text p{
        font-size: 15px;
        letter-spacing: 0.5px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        color: #e0e0e0;
    }
    .preview .first .icon img{
        max-width: 80px;
        max-height: 80px;
    }
    .preview .first{
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        align-items: center;
        margin-bottom: 24px;
        justify-content: center;

    }
    .preview .first .text{
        margin-top: 0rem;
    }


}
@media(max-width:480px){
    .preview{
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
       margin: 3rem auto;
       
    }
    .preview .first .text h2{
        font-size: 28px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        font-weight: bold;
    }
    .preview .first .text p{
        font-size: 15px;
        letter-spacing: 0.5px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        color: #bbb8b8;
    }
    .preview .first .icon img{
        width: 60px;
        height: 60px;
    }
    .preview .first{
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }
    .preview .first .text{
        margin-top: 0rem;
    }
}


.your_one_stop{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: center;
    margin-top: 5rem;
}
.your_one_stop .image{
    flex-basis: 48%;
}
.your_one_stop .image img{
    height: 50%;
    width: 100%;
    object-fit: cover;
}
.your_one_stop .your_one_stop_text{
    flex-basis: 42%;
}
.your_one_stop .your_one_stop_text h2{
    font-size: 48px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}
.your_one_stop .your_one_stop_text p{
    font-size: 22px;
    word-wrap: wrap;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    max-width: 440px;
}
.your_one_stop .your_one_stop_text .button a{
    margin-top: 4rem;
    padding: 16px 24px;
    color: white;
    background-color: #f0ba05;
    border: 1px solid #f0ba05;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 600;
    font-style: normal;
}
.your_one_stop .your_one_stop_text .button{
    margin-top: 3rem;
}

@media(max-width:1100px){
    .your_one_stop .image{
        flex-basis: 40%;
    }
    .your_one_stop .image img{
        height: 45%;
        width: 100%;
        object-fit: cover;
    }
    .your_one_stop .your_one_stop_text{
        flex-basis: 48%;
    }
    .your_one_stop .your_one_stop_text h2{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
    }
    .your_one_stop .your_one_stop_text p{
        font-size: 19px;
        word-wrap: wrap;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 1rem;
        letter-spacing: 0.5px;
        max-width: 440px;
    }
    .your_one_stop .your_one_stop_text .button a{
        margin-top: 4rem;
        padding: 16px 24px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 18px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: normal;
    }
    .your_one_stop .your_one_stop_text .button{
        margin-top: 3rem;
    }
    
}
@media(max-width:1000px){
    .your_one_stop .image{
        flex-basis: 48%;
    }
    .your_one_stop .image img{
        height: 45%;
        width: 100%;
        object-fit: cover;
    }
    .your_one_stop .your_one_stop_text{
        flex-basis: 42%;
    }
    .your_one_stop .your_one_stop_text h2{
        font-size: 36px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
    }
    .your_one_stop .your_one_stop_text p{
        font-size: 18px;
        word-wrap: wrap;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 1rem;
        letter-spacing: 0.5px;
        max-width: 440px;
    }
    .your_one_stop .your_one_stop_text .button a{
        margin-top: 4rem;
        padding: 16px 24px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 18px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: normal;
    }
    .your_one_stop .your_one_stop_text .button{
        margin-top: 3rem;
    }
    
}
@media(max-width:900px){
    .your_one_stop .image{
        flex-basis: 48%;
    }
    .your_one_stop .image img{
        height: 45%;
        width: 100%;
        object-fit: cover;
    }
    .your_one_stop .your_one_stop_text{
        flex-basis: 42%;
    }
    .your_one_stop .your_one_stop_text h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
    }
    .your_one_stop .your_one_stop_text p{
        font-size: 18px;
        word-wrap: wrap;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 1rem;
        letter-spacing: 0.2px;
        max-width: 440px;
    }
    .your_one_stop .your_one_stop_text .button a{
        margin-top: 4rem;
        padding: 16px 24px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 18px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: normal;
    }
    .your_one_stop .your_one_stop_text .button{
        margin-top: 3rem;
    }
    
}

@media(max-width:700px){
    .your_one_stop{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content:center;
        width: 90%;
        margin: auto;
        align-items: center;
        margin-top: 5rem;
        padding: 0px 20px;
    }
    .your_one_stop .image{
        flex-basis: 50%;
        display: none;
    }
    .your_one_stop .image img{
        height: 45%;
        width: 100%;
        object-fit: cover;
    }
    .your_one_stop .your_one_stop_text{
        flex-basis: 100%;
    }
    .your_one_stop .your_one_stop_text h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        letter-spacing: 0.2px;
    }
    .your_one_stop .your_one_stop_text p{
        font-size: 16px;
        word-wrap: wrap;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 1rem;
        letter-spacing: 0.2px;
        width: 100%;
    }
    .your_one_stop .your_one_stop_text .button a{
        margin-top: 4rem;
        padding: 12px 40px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 16px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 500;
        font-style: normal;
    
    }
    .your_one_stop .your_one_stop_text .button{
        margin-top: 2rem;
    }
    
}


.features{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-color: #fffdf5;
    padding: 48px;

}
.features .image{
    flex-basis: 50%;
}
.features .image img{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.features .text_icon {
    flex-basis: 40%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.features .text_icon .start{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap:1rem;

}
.features .text_icon .start .icon img{
    width: 80px;
    height: 80px;
}
.features .text_icon .start .text h2{
    font-size: 24px;
    font-family: "Lato", serif;
    font-weight: 600;
    font-style: italic;
    
}
.features .text_icon .start .text p{
    font-size: 14px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    word-wrap: wrap;
    letter-spacing: 1%;
    max-width: 300px;
    
}

@media(max-width:1100px){
    .features{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        align-items: center;
        margin-top: 5rem;
        margin-bottom: 5rem;
        background-color: #fffdf5;
        padding: 48px;
    
    }
    .features .image{
        flex-basis: 50%;
    }
    .features .image img{
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .features .text_icon {
        flex-basis: 40%;
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
    }
    .features .text_icon .start{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap:1rem;
    
    }
    .features .text_icon .start .icon img{
        width: 70px;
        height: 70px;
    }
    .features .text_icon .start .text h2{
        font-size: 23px;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: italic;
        
    }
    .features .text_icon .start .text p{
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: italic;
        color: #999999;
        word-wrap: wrap;
        letter-spacing: 0.5px;
        max-width: 300px;
        
    }
}
@media(max-width:900px){
    .features{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        align-items: center;
        margin-top: 5rem;
        margin-bottom: 5rem;
        background-color: #fffdf5;
        padding: 48px;
    
    }
    .features .image{
        flex-basis: 50%;
    }
    .features .image img{
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .features .text_icon {
        flex-basis: 40%;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }
    .features .text_icon .start{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap:1rem;
    
    }
    .features .text_icon .start .icon img{
        width: 70px;
        height: 70px;
    }
    .features .text_icon .start .text h2{
        font-size: 20px;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: italic;
        
    }
    .features .text_icon .start .text p{
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: italic;
        color: #999999;
        word-wrap: wrap;
        letter-spacing: 0.5px;
        max-width: 300px;
        
    }
}
@media(max-width:800px){
    .features{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        align-items: center;
        margin-top: 5rem;
        margin-bottom: 5rem;
        background-color: #fffdf5;
        padding: 48px;
    
    }
    .features .image{
        flex-basis: 48%;
    }
    .features .image img{
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .features .text_icon {
        flex-basis: 42%;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .features .text_icon .start{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap:1rem;
    
    }
    .features .text_icon .start .icon img{
        width: 60px;
        height: 60px;
    }
    .features .text_icon .start .text h2{
        font-size: 18px;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: italic;
        
    }
    .features .text_icon .start .text p{
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: italic;
        color: #999999;
        word-wrap: wrap;
        letter-spacing: 0.5px;
        max-width: 300px;
        
    }
}

@media(max-width:700px){
    .features{
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        align-items: center;
        margin-top: 5rem;
        margin-bottom: 5rem;
        background-color: #fffdf5;
        padding: 48px;
    
    }
    .features .image{
        flex-basis: 100%;
    }
    .features .image img{
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .features .text_icon {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .features .text_icon .start{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap:2rem;
    
    }
    .features .text_icon .start .icon img{
        width: 60px;
        height: 60px;
    }
    .features .text_icon .start .text h2{
        font-size: 18px;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: italic;
        
  
    }
    .features .text_icon .start .text p{
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: italic;
        color: #999999;
        word-wrap: wrap;
        letter-spacing: 0.5px;
        max-width: 300px;
        
    }
}
@media(max-width:480px){
    .features{
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        align-items: center;
        margin-top: 10rem;
        margin-bottom: 5rem;
        background-color: #fffdf5;
        padding: 48px 24px;
    
    }
    .features .image{
        flex-basis: 100%;
    }
    .features .image img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .features .text_icon {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .features .text_icon .start{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap:1rem;
    
    }
    .features .text_icon .start .icon img{
        width: 70px;
        height: 70px;
    }
    .features .text_icon .start .text h2{
        font-size: 16px;
        font-family: "Lato", serif;
        font-weight: 600;
        font-style: italic;
        
    }
    .features .text_icon .start .text p{
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: italic;
        color: #999999;
        word-wrap: wrap;
        letter-spacing: 0.5px;
        max-width: 300px;
        
    }
    .features .text_icon .start .text{
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }
}



.about_us{

   padding: 5% 0%;
   position: relative;
   width: 100%;
}
.about_us .image{
    
    width: 600px;
    height: 70vh;
    margin: auto;
}
.about_us .image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about_us .overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
}
.about_us .text{
    align-items: center;
    margin-top: -1rem;
}
.about_us .text h1{
    font-size: 48px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;

}
.about_us .overlay .text p{
    font-size: 22px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 4rem;
    width: 100%;
    margin: auto;
    letter-spacing: 0.5px;

}

.about_us .overlay .button{
display: flex;
flex-wrap: wrap;
gap: 24px;
align-items: center;
justify-content: center;
}
.about_us .button .y{
    margin-top: 0rem;
    padding: 16px 24px;
    color: #f0ba05;
    background-color: none;
    border: 1px solid #f0ba05;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

.about_us .button .n{
    margin-top: 0rem;
    padding: 16px 24px;
    color: white;
    background-color: #f0ba05;
    border: 1px solid #f0ba05;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

.about_us .button{
    margin-top: 3rem;
}

@media(max-width:1100px){
    .about_us .overlay .text p{
        font-size: 22px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 4rem;
        width: 100%;
        margin: auto;
        letter-spacing: 0.5px;
    
    }
}
@media(max-width:900px){
    .about_us .text h1{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 1rem;
    
    }
    .about_us .overlay .text p{
        font-size: 20px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 4rem;
        width: 100%;
        margin: auto;
        letter-spacing: 0.5px;
    
    }
}
@media(max-width:900px){
    .about_us .text h1{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 1rem;
    
    }
    .about_us .overlay .text p{
        font-size: 18px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 4rem;
        width: 100%;
        margin: auto;
        letter-spacing: 0.5px;
    
    }
    .about_us .button .y{
        margin-top: 0rem;
        padding: 12px 20px;
        color: #f0ba05;
        background-color: none;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .about_us .button .n{
        margin-top: 0rem;
        padding: 12px 20px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .about_us .button{
        margin-top: 2rem;
    }
    
}

@media(max-width:700px){
    .about_us .text h1{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 100%;
        margin: auto;
        margin-bottom: 1rem;
    
    }
    .about_us .overlay .text p{
        font-size: 17px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 4rem;
        width: 100%;
        margin: auto;
        
        letter-spacing: 0.5px;
    
    }
    .about_us .button .y{
        margin-top: 0rem;
        padding: 12px 20px;
        color: #f0ba05;
        background-color: none;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .about_us .button .n{
        margin-top: 0rem;
        padding: 12px 20px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 17px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .about_us .button{
        margin-top: 2rem;
    }
    .about_us .image{
    
        width: 500px;
        margin: auto;
    }
    
}
@media(max-width:480px){
    .about_us{

        position: relative;
        width: 100%;
        height: 75vh;
        margin-top: 10rem;
    
        
     }
    .about_us .text h1{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        width: 90%;
        margin: auto;
        margin-bottom: 1rem;
        
        
    
    }
    .about_us .overlay{
        margin-top: -5rem;
    }
    .about_us .overlay .text p{
        font-size: 16px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 4rem;
        width: 96%;
        margin: auto;
        letter-spacing: 0.5px;
        align-items: center;
        justify-content: center;
    
    }
    .about_us .overlay .button{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        }
    .about_us .button .y{
        margin-top: 0rem;
        padding: 12px 20px;
        color: #f0ba05;
        background-color: none;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 16px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        width: 80%;
    
    }
    
    .about_us .button .n{
        margin-top: 0rem;
        padding: 12px 28px;
        color: white;
        background-color: #f0ba05;
        border: 1px solid #f0ba05;
        border-radius: 10px;
        font-size: 16px;
        text-decoration: none;
        cursor: grab;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        width: 80%;
    }
    
    .about_us .button{
        margin-top: 2rem;
    }
    .about_us .image{
    
        width: 100%;
        margin: auto;
    }
    
    .about_us .image img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
}












.how_it_works{
    align-items: center;
    width: 100%;
    padding: 12% 8%;
    background-color: #FFFDF5;
}
.how_it_works .texts{
    text-align: center;
}
.how_it_works .texts h2{
    font-size: 48px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1rem;
}
.how_it_works .texts p{
    font-size: 20px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 4rem;
}

.how_it_works .columns{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    margin: auto;
}
.how_it_works .columns .first_column{
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: left;
    background-color: white;
    padding: 35px 15px;
    width: 31%;
    border: 1px solid #6666661b;
}
.how_it_works .columns .first_column .icon{
    width: 43px;
    height: 43px;
}
.how_it_works .columns .first_column .text{
    text-align: left;
    gap: 22px;
}
     .how_it_works .columns .first_column .text h2{
    margin-bottom: 22px;
    color: #222222;
    font-size: 22px;
    font-family: "Lato", serif;
    font-weight: 550;
    font-style: normal;
}
     .how_it_works .columns .first_column .text p{
    color: #666666;
    font-size: 14px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}


@media(max-width:1200px){
    .how_it_works .columns .first_column .text h2{
        margin-bottom: 22px;
        color: #222222;
        font-size: 20px;
        font-family: "Lato", serif;
        font-weight: 550;
        font-style: normal;
    }
         .how_it_works .columns .first_column .text p{
        color: #666666;
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    .how_it_works .texts p{
        font-size: 19px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 600px;
        text-align: center;
        margin: auto;
        margin-bottom: 4rem;
    }
    
    
}
@media(max-width:1000px){
    .how_it_works .columns .first_column .text h2{
        margin-bottom: 21px;
        color: #222222;
        font-size: 20px;
        font-family: "Lato", serif;
        font-weight: 550;
        font-style: normal;
    }
         .how_it_works .columns .first_column .text p{
        color: #666666;
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    .how_it_works .texts p{
        font-size: 18px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 600px;
        text-align: center;
        margin: auto;
        margin-bottom: 4rem;
    }
    .how_it_works .texts h2{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 1rem;
    }
    
    
}
@media(max-width:900px){
    .how_it_works .columns .first_column .text h2{
        margin-bottom: 21px;
        color: #222222;
        font-size: 18px;
        font-family: "Lato", serif;
        font-weight: 550;
        font-style: normal;
    }
         .how_it_works .columns .first_column .text p{
        color: #666666;
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    .how_it_works .texts p{
        font-size: 17px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 600px;
        text-align: center;
        margin: auto;
        margin-bottom: 4rem;
    }
    .how_it_works .texts h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 1rem;
    }
    
    
}
@media(max-width:800px){
    .how_it_works .columns .first_column .text h2{
        margin-bottom: 21px;
        color: #222222;
        font-size: 18px;
        font-family: "Lato", serif;
        font-weight: 550;
        font-style: normal;
    }
         .how_it_works .columns .first_column .text p{
        color: #666666;
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    .how_it_works .texts p{
        font-size: 17px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 600px;
        text-align: center;
        margin: auto;
        margin-bottom: 4rem;
    }
    .how_it_works .texts h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 1rem;
    }
    .how_it_works .columns{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        justify-content: space-between;
        margin: auto;
    }
    .how_it_works .columns .first_column{
        display: flex;
        flex-direction: column;
        gap: 22px;
        text-align: left;
        background-color: white;
        padding: 35px 15px;
        width: 48%;
        border: 1px solid #6666661b;
        margin-bottom: 2rem;
    }
    
}
@media(max-width:600px){


    .how_it_works .columns .first_column .text h2{
        margin-bottom: 21px;
        color: #222222;
        font-size: 20px;
        font-family: "Lato", serif;
        font-weight: 550;
        font-style: normal;
    }
         .how_it_works .columns .first_column .text p{
        color: #666666;
        font-size: 14px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
    .how_it_works .texts p{
        font-size: 16px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        max-width: 600px;
        text-align: center;
        margin: auto;
        margin-bottom: 4rem;
    }
    .how_it_works .texts h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 1rem;
        width: 100%;
    }
    .how_it_works .columns{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        justify-content: space-between;
        margin: auto;
        align-items: center;
        justify-content: center;
        margin-top: -1rem;
    }
    .how_it_works .columns .first_column{
        display: flex;
        flex-direction: column;
        gap: 22px;
        text-align: left;
        background-color: white;
        padding: 35px 15px;
        width: 100%;
        border: 1px solid #6666661b;
        margin-bottom: 1rem;
    }
    .how_it_works{
        align-items: center;
        width: 100%;
        padding: 12% 8%;
        background-color: #FFFDF5;
        padding-bottom: 5rem;
        
    }
    
}





.begin{
    position: relative;
    
}
.begin .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 7.5rem;
    width: 78%;
}
.begin .image_container{
    width: 100%;
    height: 50vh;
}
.begin .image_container img{
    width: 100%;
    height: auto;
    
}
.begin .content h2{
    font-size: 48px;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}
.begin .content .text h2 span {
    background: linear-gradient(to right, #31e5ff 11%, #448fff 50%, #ff82be 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.begin .input form input{
    
        
        height: 60px;
       width: 400px;
        padding-left: 24px;
        border-radius: 66px;
        border: 0px;
        align-items: left;
        font-size: 10px;
}
.begin .input form .button a{
    
    padding: 15px 46px;
    color: white;
    background-image: linear-gradient(to right, #25f6ff 0%, #7782ff 55%, #ff5196 100%);
    border-radius: 66px;
    font-size: 16px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 600;
    font-style: normal;
    margin-left: -10rem;
    height: 60px;
}
.begin .input form{
    display: flex;
    margin: 32px 0px;
    gap: -30rem;
    align-items: center;
    justify-content: center;
}
@media(max-width:900px){
    .begin .image_container{
        width: 100%;
        height: 50vh;
    }
    .begin .image_container img{
        width: 100%;
        height: 100vh;
        
    }
    .begin .content h2{
        font-size: 40px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
    }
    .begin .input form input{
    
        
        height: 50px;
       width: 350px;
        padding-left: 24px;
        border-radius: 66px;
        border: 0px;
        align-items: left;
}
.begin .input form .button a{
    
    padding: 10px 36px;
    color: white;
    background-image: linear-gradient(to right, #25f6ff 0%, #7782ff 55%, #ff5196 100%);
    border-radius: 66px;
    font-size: 15px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 600;
    font-style: normal;
    margin-left: -9.5rem;
    height: 50px;
}
.begin .input form{
    display: flex;
    margin: 32px 0px;
    gap: -30rem;
    align-items: center;
    justify-content: center;
}
}

@media(max-width:480px){
    .begin .content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 5rem;
        width: 78%;
    }
    .begin .image_container{
        width: 100%;
        height: 50vh;
    }
    .begin .image_container img{
        width: 100%;
        height: 500px;
        
    }
    .begin .content h2{
        font-size: 32px;
        font-family: "Lato", serif;
        font-weight: 700;
        font-style: normal;
    }
    .begin .input form input{
    
        
        height: 48px;
       width: 400px;
        padding-left: 24px;
        border-radius: 66px;
        border: 0px;
        align-items: left;
}
.begin .input form .button a{
    
    padding: 10px 30px;
    color: white;
    background-image: linear-gradient(to right, #25f6ff 0%, #7782ff 55%, #ff5196 100%);
    border-radius: 66px;
    font-size: 13px;
    text-decoration: none;
    cursor: grab;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: -7.5rem;
    height: 48px;
}
.begin .input form{
    display: flex;
    margin: 32px 0px;
    gap: -30rem;
    align-items: center;
    justify-content: center;
    
}
}

.footer{
    margin-top: 15rem;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer .links ul{
    display: flex;
    color: #f0ba05;
    margin-right: 2%;
    gap: 16px;
    align-items: right;
    justify-content: right;
    
}
.footer .links li{
    list-style: none;
   
   
}
.footer .links li a{
    font-size: 24px;
}
.footer .links ul li a i{
    color:#f0ba05;
    background-color: white;
}

hr{
    width: 96%;
    height: 0px;
    color: #f0ba05;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.footer .last_item{
    display: flex;
    flex-wrap: wrap;
    width:96%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.footer .last_item .chat{
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 8px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    color: #f0ba05;
}
.footer .last_item .chat i{
    font-size: 24px;
    color: #f0ba05;
}
.footer .last_item .id i{
    font-size: 24px;
    color: #f0ba05;
}

.footer .last_item .id{
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 8px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}
@media(max-width:900px){
    hr{
        width: 96%;
        height: 0px;
        color: #f0ba05;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    .footer{
        margin-top: 20rem;
    }
    .footer .last_item{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
    }
    .footer .last_item .chat{
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 8px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        color: #f0ba05;
    }
    .footer .last_item .chat i{
        font-size: 24px;
        color: #f0ba05;
    }
    .footer .last_item .id i{
        font-size: 24px;
        color: #f0ba05;
    }
    
    .footer .last_item .id{
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 8px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
    }
}
@media(max-width:480px){
    .footer{
        margin-top: 10rem;
    }
    hr{
        width: 96%;
        height: 0px;
        color: #f0ba05;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    .footer .last_item{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        width: 96%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
    }
    .footer .last_item .chat{
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        color: #f0ba05;
    }
    .footer .last_item .chat i{
        font-size: 24px;
        color: #f0ba05;
    }
    .footer .last_item .id i{
        font-size: 24px;
        color: #f0ba05;
    }
    
    .footer .last_item .id{
        align-items: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        font-family: "Lato", serif;
        font-weight: 400;
        font-style: normal;
        flex-direction: row;
    }
    .footer .links ul{
        display: flex;
        color: #f0ba05;
        margin-right: 2%;
        gap: 12px;
        align-items: right;
        justify-content: right;
        
    }
    .footer .links ul li a i{
        font-size: 24px;
    }
}