* {
    margin: 0;
    padding: 0;
    font-family: 'Mooli', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.top {
    height: 90vh;
    background-image: url('/img/photo.jpg');
    background-repeat: none;
    background-size: cover;
    padding-top: 20px;
}

/*****************************************NAV-BAR****************************************/


.nav-items {
    display: flex;
    width: 80vw;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 18vw;
}

.logo img{
    width: 122px;
    height: 117px;
    cursor: pointer;
}

.tester-button {
    background-image: url('https://assets-global.website-files.com/5af97a9c84ec1bc79d81b5f4/5af982d4779b5a83a3802100_become-a-teste.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px;
    padding-left: 15px;
    text-decoration: none;
    color: #183b56;
}

.menu {
    display: flex;
    width: 45vw;
    justify-content: space-between;
}

.menu-list {
    display: flex;
    align-items: center;
    width: 35vw;
    color: #183b56;
}

.menu-list > ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.menu-list li{
    list-style: none;
    cursor: pointer;
    transition: color 0.2s;
    position: relative;
    font-size: 20px;
}

.menu-list li:hover {
    color: #2294ed;
}

.signup {
    display: flex;
    justify-content: space-between;
    width: 16vw;
}


/*****************************************HOME****************************************/


.home-elements {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 1200px;
    height: 429px;
    margin: 60px auto;
    margin-bottom: 0;
}


.home-description {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-description > * {
    margin: 10px 0;
}

.home-description .heading {
    font-size: 48px;
}

.home-text p{
    line-height: 1.5;
}

.home-button {
    margin: 10px 0;
    width: 250px;
}

.home-button button {
    margin: 10px 0;
    width: 100%;
}

.home-end-text {
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.home-image {
    width: 50%;
    height: 100%;
}

.home-image img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
}


/*****************************************FEATURES****************************************/

.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 1500px;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
}

.feature-heading {
    text-align: center;
    width: 300px;
}

.feature {
    display: flex;
    width: 75vw;
    margin: 0 auto;
    justify-content: space-between;
}


.feature-image img{
    width: 400px;
    height: 286px;
}


.feature-description {
    display: flex;
    flex-direction: column;
    padding: 0 70px 0 70px;
    line-height: 1.5;
    justify-content: center;
    width: 50%;
}

.feature-description .title h1 {
    margin: 10px 0;
}


/*********************************************FEATURE-1**************************************/


.feature-1 .feature-image img {
    width: 250px;
    height: 260px;
}
                    /********************FEATURE-2***********************/

.feature-2 {
    flex-direction: row-reverse;
}

.feature-2 .feature-description {
    padding-left: 0;
}



                    /********************FEATURE-3***********************/
.feature-3 .feature-image img {
    height: 237px; 
    width: 249px;
}


                        /********************FEATURE-4***********************/

.feature-4 {
    flex-direction: row-reverse;
}

.feature-4 .feature-description {
    padding-left: 0;
}

.feature-4 img {
    height: 350px;
}



/****************************************FOOTER***********************************************/

footer {
    background-color: #ebf2fa;
    padding-top: 10px;
}

.footer-items {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: 30px auto;
}

.footer-items img {
    height: 128px;
}

.footer-items h3  {
    margin-bottom: 15px;
}

.footer-items p {
    padding: 5px 0;
    cursor: pointer;
    color: #577592;
    transition: color 0.25s ease-out;
}

.footer-items p:hover {
    color: #2294ed;
}

.footer-2 {
    background-color: yellow;
    padding: 20px 0;
    background-color: #b9cde4;
}

.footer-links {
    display: flex;
    width: 50vw;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-links p {
    color: #183b56;
    cursor: pointer;
    transition: color 0.2s;
}

.footer-links p:hover {
    color: #2294ed;
}

.policy {
    display: flex;
    justify-content: space-between;
    width: 30vw;
}

.media-links {
    display: flex;
    align-items: center;
}

.media-links img{
    padding: 0 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
