@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
overflow-x: hidden;
min-height: 100vh;
}
:root{
--Orange-400: hsl(12, 88%, 59%);
--Blue-950: hsl(228, 39%, 23%);
--Gray-950: hsl(233, 12%, 13%);
--Orange-50: hsl(13, 100%, 96%);
--Gray-50: hsl(0, 0%, 98%);
--font-family: "Be Vietnam Pro", sans-serif;
}
#nav{
    display: flex;
   justify-content: space-between;
   padding-top: 50px;
   align-items: center;
}
#logo{
    height: 30px;
    padding: 0;
}
ul{
    display: flex;
    list-style: none;
    gap: 40px;
}
.container{
    padding: 0 100px;
    margin: 0 auto;
    max-width: 1400px;
}
.sct-1-btns{
background-color: var(--Orange-400);
border-radius: 20px;
height: 50px;
width: 180px;
border: none;
color: white;
font-family: var(--font-family);
}
#section-1{
    display: flex;
    justify-content: center;
}
h2{
    color: var(--Blue-950);
    font-size: 40px;
    font-family: var(--font-family);
    line-height: 41px;
    margin-top: 90px;
    display: flex;
    justify-self: normal;
}
p{
    font-family: var(--font-family);
    font-weight: 200;
    margin-top: 5px;
    color: var(--Blue-950);
}
#started{
    margin-top: 25px;
}
button:hover{
    background-color: var(--Orange-50);
    cursor: pointer;
}
#data-img{
    margin-top: 70px; 
}
#hamburger{
    display: none;
}
#first-p{
    gap: 30px; 
}
@media (max-width: 475px) { 
body{
    overflow-x: hidden;
    background-image: url(asset/bg-tablet-pattern.svg);
    background-repeat: no-repeat;
}
li{
    display: none;
}
#hamburger{
    display: block;
}
#first-btn{
    display: none;
}
#data-img{
    width: 100%;
    margin-right: 30px;
}
#section-1{
    display: flex;
    flex-direction: column-reverse;
}
.container{
    padding: 20px 5px;
}
h2{
   font-size: 35px;
   margin-left: 10px;
   margin-top: 50px;
}
#started{
    margin-left: 60px;
}
p{
    margin-left: 10px;
}
button{
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.moving{
    margin-right: 15px;
}
.together{
    text-align: center;
}
#started{
    margin-top: 25px;
}
}
h4{
    font-family: var(--font-family);
    color: var(--Blue-950);
}
#section-2{
    display: flex;
    flex-direction: row;
}
.sct-2-btns{
    background-color: var(--Orange-400);
    border-radius: 20px;
    height: 50px;
    width: 80px;
    border: none;
    color: white;
    font-family: var(--font-family);
    font-size: 25px;
}
.one-two-and-three{
    display: flex;
    flex-direction: column;
}
.sct2-divs{
    margin-bottom: 30px;
    width: 480px;
}
#h2-sct2{
    margin-right: 30px;
}
#sct-2-h2{
    padding-bottom: 55px;
}
#div-title{
    margin-right: 35px;
}
#ali-button{
  margin-bottom: 30px; 
  margin-left: 110px; 
}
@media (max-width: 475px) {
    .fix-button{
    margin-right: 70px;
    }
    .sct2-divs{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #section-2{
        display: flex;
        flex-direction: column;
    }
   h4{
    font-size: 18px;
    font-weight: 500;
    margin-right: 80px;
    width: 100%; 
   }
   .sct2-divs{
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
    text-align: center;
    justify-content: center;
   }
    #h2-sct2{
       text-align: center;
        font-size: 34px;
    }
    .sct-2-btns{
        padding: 15px 40px;
        border-radius: 40px; 
    }
  .cn{
    font-size: 17px;
    width: 100%;
    color: var(--Gray-950);
    font-weight: 200;
    margin-left: 145px;
    padding: 1px 20px;
}
#ali-button{
    display: flex;
    justify-self: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: 10px;
    margin-top: 30px;
}
}
#sct-2-h2{
    align-self: center;
    display: flex;
    justify-self: center;
}
.sct-2-img{
    width: 45px;
    display: flex;
    justify-self: center; 
}
.text-sct2{
    display: flex;
    justify-self: center;  
}
.title-and-button{
    display: flex;   
    
}
.fix-button{
    display: flex;
    gap: 20px;
}
h3{
    font-family: var(--font-family);
    color: var(--Blue-950);
}
#wide-div{
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.review{
    border-radius: 20px;
    background-color: var(--Gray-50);
    margin-bottom: 40px;
    padding: 20px;   
}
@media (max-width: 475px){
    #review-1{
       display: none;
    }
    #review-3{
        display: none;
    }
    .text-sct2{
        text-align: center;
        font-size: 19px;
    }
}
#white-button{
    border-radius: 20px;
    height: 50px;
    width: 180px;
    border: none;
    color: var(--Orange-400);
    background-color: var(--Gray-50);
    font-family: var(--font-family);
}
footer{
    background-color: var(--Orange-400);
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(asset/bg-simplify-section-desktop.svg);
}
#ft-div{
    display: flex;
    gap: 800px;
}
@media (max-width: 475px){
    footer{
        padding: 20px 40px;
        background-image: url(asset/bg-simplify-section-mobile.svg);
        background-repeat: no-repeat;
    }
    .cn{ 
        margin-right: 250px;
    }
    #ft-div{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    #footer-h4{
        text-align: center;
        font-size: 34px;
    }
}
#footer-h4{
    color: var(--Gray-50);
}
#section-4{
    background-color: var(--Gray-950);
    padding-top: 40px;
    padding-bottom: 40px;
}
.icon{
    padding-left: 5px;  
    margin-top: 150px;
    margin-right: 20px;
}
.fake-links{
    color: white;
    padding-bottom: 30px;
    padding-left: 70px;
    font-weight: 400;
    font-family: var(--font-family);
}
#icon-and-fake-links{
    display: flex;

}
#facebook{
    padding-left: 100px;
}
.second-links{
    color: white;
    font-family: var(--font-family);
    font-weight: 400;
    padding-bottom: 30px;
    padding-left: 420px;
    padding-right: 30px;
}
#link-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#text-f{
    border-radius: 35px;
    padding-top: 30px;
    padding-left: 50px;
    border: none;
    font-family: var(--font-family);
}
#logo{ 
     padding-left: 100px;
}
#go{
    background-color: var(--Orange-400);
    border-radius: 30px;
    width: 170px;
    height: 50px;
    margin-left: 30px;
    border: none;
    font-family: var(--font-family);
    color: white;
}
#go:hover{
    background-color: var(--Orange-50);
    color: var(--Gray-950);
}
@media (max-width: 475px){
#icon-div{
    display: flex;
    flex-direction: row;
}
#icon-div{
    display: flex;
    align-items: center;
    flex-direction: row; 
    margin-right: 30px;
}
#icon-and-fake-links{
     /* display: flex; */
    flex-direction: column-reverse;
}
.icon{
    padding: none;
    margin: none; 
    /* width: 40px; */
}
.link-div{
    margin-left: 40px;
}
}