@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Nova+Slim&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=SUSE:wght@100..800&display=swap');/* Abril Fatface */
/* Nova Slim */
/* Geist Mono */

*{
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    text-decoration: none;
    max-width: 1920px;
    overflow-x: hidden;
}

:root{
    --black:#303031;
    --green: #71A894;
    --gray: #66645E;
    --light-gold: #F3F0EA;
    --yellow: #F5C64F;
}

/* HEADER */
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 56px;
    font-family: Nova Slim;
}

ul{
    display: flex;
    flex-direction: row;
    list-style: none;
}

.link{
    padding: 0 40px;
    text-decoration: none;
    color: var(--black);
    font-size: 20px;
    font-weight: bold;
}

#early-acess{
    color: var(--green);
    font-weight: bold;
    font-size: 20px
}


/* LANDING-PAGE */
.hero{  
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hero-text{
    width: 608px;
    height: 352px;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.main-title h1{
    font-family: Abril Fatface;
    font-size: 64px;
    color: var(--black);
}

.desc p{
    font-family: Nova Slim;
    color: var(--gray);
    font-size: 24px;
    padding-bottom: 40px;
}

a.early-acess-btn{
    font-family: Nova Slim;
    font-size: 18px;
    font-weight: bold;
    background-color: var(--green);
    color: white;
    padding: 32px 108px;
    border-radius: 8px;
    text-decoration: none;
}

/* 1º Grid/ 1ºs cards */
.imagine{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.midtitle{
    font-size: 48px;
    font-family: Abril Fatface;
    margin: 3rem;
    text-align: center;
    color: var(--black);
}

.grid{
    display: flex;
    grid-template-columns: 3, 1fr;
    margin-bottom: 3rem;
}

.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 340px;
    background-color: #fff;
    margin: 3rem;
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.subdesc{
    font-size: 18px;
    text-align: center;
    font-family: Nova Slim;
    margin: 1rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.subtitle{
    font-size: 24px;
    font-weight: bold;
    margin: .5rem;
    font-family: Nova Slim;
    color: var(--black);
}


/* Tabelas informativas */
.characteristics{
    padding: 56px;
}
.characteristics .content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
.characteristics .content .box-info h1{
    font-family: Abril Fatface;
    font-size: 48px;
    width: 644px;
    color: var(--black);

}
.characteristics .content .box-info p{
    font-family: Nova Slim;
    font-size: 18px;
    color: var(--black);
    font-weight: 300;
    width: 644px;
}
.characteristics .content .box-info img{
display: flex;
justify-content: start;
}
.characteristics .content .img{
    margin: 0 156px;
}

/* Segundo grid */
.help-us{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-bottom: 44px;
}
.help-us .content{
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    margin-top: 48px;
}
.help-us .text h1{
    font-family: Abril Fatface;
    text-align: center;
    text-justify: distribute;
    font-size: 48px;
    width: 895px;
    color: var(--black);
    margin-bottom: 24px;
}
.help-us .text p{
    width: 895px;
    font-size: 18px;
    font-family:Nova Slim;
    color: var(--black);
    text-align: center;
}
.help-us .content .box{
    display: flex;
    flex-direction: column;
    margin: 10px;
    box-shadow: 0 0 10px var(--gray);
    padding: 24px;
    width: 428px;
    border-radius: 8px;

}
.help-us .content .box h1{
    font-family: Geist Mono;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;

}
.help-us .content .box p{
    font-family: Geist Mono;
    font-size: 16px;
    font-weight: 500;
}
.help-us .content .box ul{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.help-us .content .box ul li{
    .data{
        background-color: var(--green);
        color: #fff;
        padding: 8px;
        border-radius: 40px;
    }
}
.help-us a{
    margin-top: 72px;
    background-color: #303031;
    color: #fff;
    padding: 20px 24px;
    border-radius: 8px;
    font-family: Nova Slim;
    font-size: 18px;
    font-weight: bold;
}

.divider{
    margin: 0 5px 100px 5px;
    width: 100%;
    height: 100px;
    background-image: url(./Divider.png);
    background-repeat: repeat-x;
}
.final{
    padding: 56px;
    display: flex;
    margin-right: 150px;
    height: 500px;
    margin-bottom: 100px;
    gap: 20rem;
}
.final .content h1{
    font-family: Abril Fatface;
    font-size: 48px;
    margin-top: 120px;
    width: 644px;
    color: var(--black);
}
.final .content p{
    font-family: Nova Slim;
    font-size: 18px;
    color: var(--black);
    font-weight: 300;
    margin-top: 24px;
    width: 644px;
    margin-bottom: 60px;
}
.final .content a{
    background-color: var(--green);
    color: #fff;
    padding: 20px 24px;
    font-family: Nova Slim;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

footer{
    padding: 56px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 40px 56px;
    font-family: Nova Slim;
    h1{
        margin-left: 8px;
        font-size: 32px;
        letter-spacing: -4;
        text-align: start;
        font-family:Nova Slim;
        font-weight: 700;
        color: var(--black);
    }
}