*{
    font-family: 'Poppins', sans-serif;
}
header {
    padding: 16px 10px;
    background:#000;
    height: auto;
}

header img{
    margin-bottom:75px;
}

header h1 {
    font-size: 60px;
    color: #fff;
    letter-spacing: -2px;
}

header h4{
    letter-spacing: -1px;
    color: #FFF;
    text-wrap: pretty;
}

header button{
    color: #000;
    background: #81D8D0;
    padding: 14px 18px;
    border: transparent;
    font-weight: 600;
    border-radius: 38px;
}

header .container{
    padding: 80px 0;
}

header .text-pretty{
    font-weight: 300;
    font-size: 18px;
}

header video{
    width: 100%;
    padding: 0;
    margin: 0;
}


#whatIsNexo{
    background: #81D8D0;
    padding: 100px 10px;
}

#whatIsNexo h1{
    text-align: center;
    margin-bottom: 30px;
}

#whatIsNexo h2{
    font-size: 17px;
    font-weight: 500;
}

#whatIsNexo p{
    font-size: 14px;
}

#whatIsNexo h4{
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}

#nexoProperties{
    padding: 80px 0;
}

#nexoProperties .icon{
    width: 40px;
    height: 40px;
}

#nexoProperties .prop1{
    margin: 40px 0;
}

#nexoProperties h1{
    font-size: 36px;
    padding: 30px 10px;
}

#nexoProperties h2{
    font-size: 22px;
    padding: 0 10px;
}
#nexoProperties p{
    font-size: 14px;
    padding: 10px 10px;
}

#testimonials{
    padding: 40px 0;
    background: #f2f2f2;
    height: 400px;
    padding-top: 120px;
}

@media (max-width: 1025px) {

    #testimonials{
        padding-top:60px;
    }
}

#testimonials h1{
    text-align: center;
}
#testimonials h2{
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
}

#testimonials img{
    border-radius: 50%;
    margin-right: 10px;
}

#started{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #81D8D0;
    padding: 80px 0;
}

#started button{
    margin-top: 20px;
    background: #000;
    color: #fff;
    border: none;
    padding:15px 22px;
    border-radius: 50px;
}

#works{
    padding: 80px 0;
    background: #f2f2f2;
}

#works h1{
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 5px;
}

#works h2{
    font-size: 24px;
    margin-bottom: 40px;
    margin-left: 5px;
}

#works ul li{
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
}

#works p{
    font-size: 15px;
    font-weight: 300;
    margin-left: 5px;
}

#works button{
    margin-top: 20px;
    background: #000;
    color: #fff;
    border: none;
    padding:15px 22px;
    border-radius: 50px;
}

#questions {
    padding: 80px 0;
}

#questions h1{
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

#questions h5{
    font-size: 18px;
    margin:30px 0 20px 0;
    font-weight: 500;
}

#questions ul li{
    font-size: 16px;
    font-weight: 300;
}

#questions p{
    font-size: 16px;
    font-weight: 300;
}


#footer{
    background: #000;
    padding: 40px 0;
}

#footer p{
    color: #fff;
}

#footer ul{
    list-style: none;
    padding: 0;
    color:#ccc;
    font-size: 10px;
}

#footer ul li{
    font-weight: 300;
    line-height: 25px;
}

#footer .mini-footer{
    margin-top:35px;
}

#footer .mini-footer .mini-footer-left{
    display: flex;
    align-items: center;
}
#footer .mini-footer .mini-footer-right{
    display: flex;
    justify-content: flex-end;
}

#footer .mini-footer .mini-footer-left p{
    margin-right: 15px;
    font-size: 12px;
    color: #ccc;
}

#footer .mini-footer .mini-footer-right svg{
   margin-right: 15px;
}