@font-face {
    font-family: 'Corporate', sans-serif;
    src: url('/Corporate\ S\ Bold/');
}

*{
    margin: 0;
    padding: 0;
}

body{
    background: url(/images/Bg-image.webp);

    background-size: 100% 100%;
    height: 140vh;
    font-family: "Roboto", sans-serif;
    color: #fff;
}


nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 3vw;
    height: 20vh;
}

.logo{
    margin-top: 30px;

}

.logo h1{
    font-size: 35px;
    font-weight: 700;
}

.list{
    width: 50vw;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.list li{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.contact{
    display: flex;
    flex-direction: row;
    align-items:center;
    font-size: 13px;
    font-weight: 500;


}

.contact-info{
    margin-left: 3px;
}

.contact-info h1, .contact-info h2{
    margin: 2px;
}

.line{
    height: 2px;
    width: 76vw;
    background-color: #fff;
    float: right;
    margin-right: 3vw;
}

.heading{
    margin: 20vh 0vh 0vh 5vw;
    width: 55vw;
}

.heading-text{
    font-size: 36px;
    line-height: 90px;
}

button{
    margin-top: 50px;
    border: none;
    padding: 17px 50px;
    background: none;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    border-radius: 100px;
}

.block-complete{
    position: absolute;
    
}

.block-complete-1{
    right: 200px;
    top: 250px;

}

.block-complete-2{
    right: 300px;
    top: 550px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* width: 20vw; */

}

.block{
    
    width: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    font-weight: 600;
    font-size: 16px;
    background-color: #304656;
}   

.block-image{
    border-radius: 30px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}

.block-image img{
    height: 35px;

    /* background: none; */
    border-radius: 30px;

}

.small-line{
    height: 80px;
    width: 1px;
    background-color: #fff;
    margin-left: 14vw;
    margin-top: 0;
}

.point{
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 13.7vw;

    /* margin-left: 211px; */
}

.small-line-2{
    width: 80px;
    height: 1px;
    background-color: #fff;
    /* margin-left: 14vw; */
    margin-bottom: 30px;
    margin-top: 0;
}

.point-2{
    margin-left: 0;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;

    /* margin-left: 211px; */
}

