@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
*{
    margin: 0;
    padding:0;
}
body{
    background-color: bisque;
    font-family: "Google Sans Flex", sans-serif;
}
.header{
    display: flex;
    justify-content: space-between;
    border: 2px solid rgb(241, 215, 183);
    height: 80px;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    background-color: rgb(241, 215, 183);
}
.header > img{
    margin-left: 5px;
    border: 2px solid  rgb(241, 215, 183) ;
    padding: 5px;
}
.links{
    display: flex;
    list-style: none;
    gap: 46px;
    align-items: center;
}
.links > li > a {
    text-decoration: none;
    color: black;
    border: 2px solid black;
    padding: 3px;
    border-radius: 5px;
    font-weight: 500;
}
.header-btn {
    display: flex;
    justify-content: center;
    margin-right: 2px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color:  rgb(241, 215, 183);
}
.links > li > button:hover {
    background-color: lightyellow;
    transform: 1.2px;
    cursor: pointer;
}
.hero-section-main img {
    width: 553px;
    height: 582px;
    border: 2px solid black;
    box-shadow: 2.5px 3px black;
    margin-right: 100px;
    background-color: white;
}
.hero-section-main{
    display: flex;
    margin-top: 60px;
    height: 70vh;
    margin-left: 30px;
}
.hero-section-one{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.hero-section-two{
    display: flex;
    flex-direction: column;
    flex-grow:1;
    margin-top: -30px;
}   
.hero-section-one h2{
    font-weight: 1200px;
    line-height: 90px;
    font-size: 60.73px;
}
.hero-section-one p{
    font-weight: 500;
    font-size: 24px;
    line-height: 65px;
    word-spacing: 3px;
    margin-right: 100px;
    color: #9E9DA2;
}
.hero-section-one .btn{
    display: flex;
    gap: 40px;
    margin-top: 20px;
    margin-left: 150px;
}
.hero-section-one button{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
    background-color: black;
    color: azure;
}
.hero-section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid lightgreen;
    height: 166px;
    width: 1280px;
    border-radius: 10px;
    margin-left: 150px;
    margin-top: -40px;
    background-color: lightgreen;
}
.hero-section input{
    width: 450px;
    height: 50px;
}
.hero-section h3{
    font-size: 30px;
}
.hero-section button{
    height: 50px;
    width: 150px;
    border-radius: 8px;
    background-color: black;
    color: azure;
    font-size: 20px
}
.Tere-Works-Section-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    text-align: center;
    line-height: 30px;
    height: 20vh;
}
.Tere-Works-Section-main span{
    color:lightgreen ;
}
.Tere-Works-Section-main h1{
    padding: 16px;
    font-size: 46.39px;
}
.Tere-Works-Section-main p{
    font-size: 23px;
    color: #9E9DA2;
}
.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #75BF7A ;
    background-color: #75BF7A;
    width: 400px;
    height: 400px;
    border-radius: 9999px;
}
.Tere-Works-Section{
    display: flex;
    margin: 10px;
    justify-content: center;
    height: 8  0vh;
}
.section-1{
    display: flex;
    flex-direction: column;
    width: 410px;
    height: 700px; 
    justify-content: space-evenly;
    padding: 30px;
}
.option-1{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.option-3{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.section-1 h1{
    font-size: 22px;
    font-weight: 800px;
    line-height: 50.35px;
}
.section-1 p{
    font-size: 20px;
    line-height: 26px;
    color: #9E9DA2;
}
.section-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 410px;
    height: 700px; 
}
.section-3{
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly;
    padding: 30px; 
    width: 410px;
    height: 700px;
}
.section-3 h1{
    font-size: 22px;
    font-weight: 800px;
    line-height: 50.35px;
}
.section-3 p{
    font-size: 20px;
    line-height: 26px;
    color: #9E9DA2;
}
.Tere-benefits{
    display: flex;
    flex-direction: column;
    gap: 56px;
    height: 100vh;
    
}
.Tere-benefits h3{
    text-align: center;
    font-size: 46.39px;
    font-weight: 800;
    font-style: Bold;
    gap: 26px;
    text-decoration: underline;
}
.Tere-benefits span{
    color: #75BF7A;
}
.benefit-2{
    align-self: center;
}
.benefits{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: white;
    height: 200px;
    width: 950px;
    margin-left: 150px;
}
.benefit-3{
    margin-bottom: 30px;
}
.benefits h4{
    font-weight: 600;
    font-size: 33.94px;
}
.benefits p{
    font-weight: 500;
    font-size: 22px;
    color: #9E9DA2;
}
.benefits img{
    height: 210.82px;
    background-color: white;
}
.benefits span{
    font-size: 39px;
}
.contactus{
    display: flex;
    justify-content: center;
    margin-top: 150px;
}
.contact{
    display: flex;
    background-color: antiquewhite;
    width: 1440px;
    height:309px;
}
.contact div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
.contact h5{
    font-size: 22px;
    font-weight: 700;
}
.contact p{
    font-size: 20px;
}
.contact button{
    display: flex;
    flex-direction: column;
    width: 178.51px;
    height: 45.84px;
}
.footer{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}