*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #FBFBFB;
}

nav{
    background-color: #636C79;
    height: 14vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* margin: 0 3vw; */
    padding:0 3vw;
    font-family: 'Open Sans';
    color: #ffffff;
}

.logo{
    margin-left: 5vw;
    margin-top: 20px;
}

.logo img{
    height: 50px;
}

.nav-list{
    margin-left: 25vw;
}

.list-items{
    width: 35vw;
    display: flex;
    flex-direction: row;
    list-style: none;
    font-size: 17px;
    justify-content: space-between;

}

.nav-button button{
    color: #ffffff;
    border: 1px solid #fff;
    background: none;
    padding: 10px 40px;
    font-size: 17px;
}

.header{
    padding:1vh 8vw 0 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #636C79;
    height: 90vh;
}

.header-image{
    width: 35vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;

}

.header-image img{
    height: 70vh;

}

.header-right{
    width: 40vw;
    color: #ffffff;
}

.header-right h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 70px;
}

.header-right p{
    font-family: 'Open Sans', sans-serif;
    opacity: 0.8;
    margin-top: 27px;
}

.header-right form{
    background-color: #ffffff;
    height: 70px;
    width: 34vw;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.header-right form img{
    height: 12px;
    /* width: 15px; */
    margin-left: 20px;
}

.header-right form input{
    border: none;
    height: 12px;
    margin-left: 10px;
    font-size: 15px;
}

.header-right form input::placeholder{
    /* margin-left: 40px; */
    opacity: 0.8;
}

.btn{
    border: none;
    background-color: #8BB7A2;
    color: #ffffff;
    font-size: 15px;
    padding: 15px 40px;
    font-weight: 600;
}

.header-right form button{
    /* float: right; */
    margin-left: 9vw;
    
}

.details-heading{
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.details-heading>h1{
    width: 45vw;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
}

.detail-pointers{
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    text-align: center;
}

.detail-pointer h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
}

.detail-pointer p{
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.video-container{
    margin: 10vh 10vw 0 10vw;
}

.features{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.features>h1{
    width: 30vw;
    font-size: 45px;
    margin-top: 100px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}


.banner{
    width: 78vw;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.banner-image{
    width: 35vw;
    height: 70vh;
    overflow: hidden;
}

.banner-image img{ 
    float: right;
    height: 70vh;
    /* width: 450px; */
}

.banner-description{
    width: 35vw;
}

.banner-description h1{
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
}

.banner-description p{
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.banner-description .btn{
    margin-top: 30PX;
}

.banner-image-2 img{
    float: left;
    height: 100vh;
    margin-left: -20px;

}

.banner-image-3 img{
    float: none;
    /* height: 60vh; */
    margin-left: -90px;
}

.teams{
    margin: 0 10vw;
    
}

.teams-heading{
    margin-top: 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.teams-heading h1{
    width: 30vw;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
}

.teams-heading p{
    font-family: 'Open Sans', sans-serif;
    width: 35vw;
    opacity: 0.8;
    font-weight: 500;
}

.team-members{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: space-between;
}

.team-member{
    width: 24vw;
}

.member-image{
    overflow: hidden;
    height: 60vh;

    width: 24vw;

}

.member-image img{
    width: 24vw;

}

.member-image-2, .member-image-3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.team-member h1{
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
}

.team-member p{
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    opacity: 0.8;
    font-weight: 500;
}


.teams-button{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

footer{
    background-color: #10181D;
    color: #fff;
    padding: 10vh 10vw 10vh 10vw;
    margin-top: 10vh;
}

.footer-heading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer-logo img{
    height: 50px;
}

.socials{
    width: 20vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.socials img{
    height: 50px;
}

.line{
    background-color: #fff;
    height: 1px;
    margin-top: 10vh;
    opacity: 0.1;
}

.footer-menus{
    margin-top: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;

}

.footer-item{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
}

.footer-item:first-child{
    font-size: 20px;
    opacity: 1;
    margin-top: 0;
}