*{
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
.container1{
    width: 100%;
    height: 90vh;
    background-image: url(IMAGE\ \(1\).png);
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.remove-img{
    width: 100%;
    height: 100%;
}
.nav{
    width: 1170px;
    height: 90px;
    display: flex;
    gap: 400px;
    align-items: center;
    justify-content: center;
    
}
.navigation{
    width: 644px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    
}
p{
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 200;
}
.btn{
    width: 120px;
    height: 46px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0);
    font-family: sans-serif;
    color: white;
    border-radius: 3px;
}
.card1{
    width: 800px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column;
}
h1{
    font-size: 65px;
    font-family: sans-serif;
    color: white;
}
span{
    color: white;
    font-family: sans-serif;
    font-weight: 300;
}
.btn2{
    width: 120px;
    height: 46px;
    background-color: #5AB963;
    font-family: sans-serif;
    color: white;
    border-radius: 3px;
    border: none;
}
.container2{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card2{
    width: 1190px;
    height:330px;
    display: flex;
    gap: 30px;
    margin-left: 90px;
    
}
.card-card1{
    width:377px;
    height: 330px;
    border: 1px solid #F7F7F7;
}
.card-card2{
    width:377px;
    border: 1px solid #F7F7F7;
    height: 330px;
}
.card-card3{
    width:377px;
    border: 1px solid #F7F7F7;
    height: 330px;
}
.image{
    margin-top: 51px;
    margin-left: 41px;
}
h3{
    text-indent: 40px;
    font-family: sans-serif;
}
.sspan{
    color: #999999;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-indent: 40px;
}
h2{
    font-family: sans-serif;
    text-indent: 40px;
    color: gray;
}
.container3{
    width: 100%;
    height: 100vh;

}
.container4{
    width: 100%;
    height: 100vh;
    background-image: url(caption.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.container5{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 400px;
}
.qq{
    color:  black;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 200;
}