*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}
.back{
    background-image: url(Path.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 800px;
    position: relative;
}
header{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
.img{
    width: 100%;
    position: absolute;
    height: 820px;
}
.logo{
    font-weight: 500;
    color: white;
}
.white{
    font-weight: 500;
    color: white;
}
.nav{
    display: flex;
    align-items: center;
    gap: 20px;
}
.section1{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aside{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text{
    color: white;
    font-size: 40px;
    font-weight: 700;
    width: 450px;
}
.txt{
    color: white;
    width: 480px;
}
.button{
    display: flex;
    gap: 20px;
}
.but{
    background-color: #AB58DB;
    border-radius: 20px;
    padding: 10px 15px;
    border: 2px solid white;
    color: white;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo2{
}
.tel{
    width: 450px;
}
.but1{
    padding: 10px 30px;
}
.fa-bars{
    display: none !important;
}
.section2{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.gray{
    text-align: center;
    color: #ABABAB;
    width:380px;
}
.column{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.tel2{
    width: 280px;
}
.flex2{
    display: flex;
    align-items: center;
    gap: 20px;
}
.gray2{
   color: #ABABAB;
   width: 245px;
   font-size: 13px;
}
.flex{
    display: flex;
    gap: 70px;
    align-items: center;
}
.center{
    text-align: center;
}
.circle{
    position: relative;
}
.posit{
    width: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.column2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ellips{
    width: 60px;
}
.column3{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.center2{
    text-align: start;
}
.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.back2{ 
    background-image: url(back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 450px;
    padding: 150px 0px;
}
.text2{
    font-weight: 700;
    color: white;
    font-size: 20px;
}
.txt3{
    color: white;
    width: 460px;
}
.flex4{
    display: flex;
    gap: 150px;
}
.column6{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.column5{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.flex5{
    display: flex;
    gap: 20px;
}
.txt4{
    color: white;
}
.foot{
    color: white;
    font-size: 18px;
    text-align: center;
}


















@media(max-width:500px){
    .nav{
        display: none;
    }
    .fa-bars{
    display: block !important;
    font-size: 25px;
}
header{
    padding: 20px 20px;
}
.section1{
    flex-direction: column;
    padding: 0px 20px;
    gap: 50px;
}
.aside{
    padding: 0px 20px;
    width: 100%;
    align-items: center;
}
.text{
    width: 100%;
    font-size: 25px;
    text-align: center;   
}
.button{
    flex-direction: column;
    width: 70%;
}
.txt{
    width: 100%;
    text-align: center;
}
.tel{
    width: 70%;
}
.back{
    height: 135vh;
}
.img{
    top: 100px;
    width: 100%;
}
.flex{
    flex-direction: column;
}
.column3{
    gap: 50px;
}
.flex3{
    flex-direction: row-reverse;
}
.center{
    text-align: start;
}
.back2{
    width: 100%;
    height: 110vh;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.flex4{
    flex-direction: column;
    gap: 20px;
}
hr{
    width: 100%;
}
.txt3{
    width: 100%;
}

}