@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Space+Grotesk:wght@300..700&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0019FF;
    color: white;
    font-family: gabarito;

    margin: 0px;
    padding: 0px ;
    height: 100vh;

    overflow: hidden;

    height: 100vh;
    

    /* cursor: url('./icons/arrow.svg') 16 16, auto; */
}

.footer {
    display: none;
    height: 10px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: white;
    max-height: 65px;

    padding: 0px 8vw;
    margin-bottom: 200px;
}

header img {
    width: 30px;
}

header div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 10px;
}

header div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

header div:nth-child(1) a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

header div:nth-child(2) a {
    background-color: blue;
    padding: 10px 20px;
    border-radius: 99px;
    text-decoration: none;
    color: white;
}

header p {
    color: black;
    font-weight: bold;
    line-height: 18px;
    text-align: end;
    cursor: pointer;
}

header a:nth-child(3) {
    padding: 10px 20px;
    background-color: #00FF00;
    color: black;

    border-radius: 99px;
}

.image {
    display: none;
}

opacity {
    color: rgb(0, 0, 0, 50%);
}

aside:nth-child(2) {
    display: none;
}



aside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    background-color: #FFF7E2;
    color: black;
    
    padding: 20px 0px 20px 20px;
    margin: 0px 8vw;

    margin-bottom: 40px;
    overflow: hidden;

    border-radius: 10px;
    
}



aside div {
    display: flex;
    flex-direction: column;
}

aside h3 {
    font-family: space grotesk;
    font-size: 20px;
    margin: 0;
}

aside p {
    margin: 0;
    font-family: 16px;
    line-height: 150%;
    color: rgb(0,0,0,70%);
}


aside a {
    text-decoration: none;
    font-size: 20px;
    padding: 15px 40px;

    font-weight: bold;

    background-color: #F9C206;
    border-radius: 99px 10px 10px 99px;
    color: rgb(0, 0, 0);
}


main {
    display: flex;
    flex-direction: row;
    
    justify-content: space-between;
    height: 100%;
    margin: 0px 0px 3vh 8vw;
}

main .mainContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    

    flex: 1;
    width: 100%;
}


.midOpacity {
    color: rgb(255,255,255,50%);
    font-size: 48px;
}



main .content {
    position: relative;
    display: flex;
    flex-direction: column;
}

main .content h1 {
    font-size: 80px;
    font-family: signika;
    line-height: 85%;
    font-weight: 500;
    margin: 0px;
}

main .comments p {
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
    margin: 0px;
    display: inline-block;
    width: auto;
    font-weight: bold;

    font-family: space grotesk;
    line-height: 100%;

    cursor: pointer;
}

main .comments p:nth-child(1) {
    position: absolute;
    top: -60px;
    background-color: black;
}

main .comments p:nth-child(2) {
    position: absolute;
    left: 480px;
    top: 0px;
    background-color: white;
    color: black;
}

main .comments p:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -30px; /* Posição abaixo do balão */
    left: 140px; /* Ajuste da posição lateral */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 40px solid black; /* Cor igual ao fundo do balão */
    transform: rotate(-35deg);
}

main .comments p:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -20px; /* Posição abaixo do balão */
    left: -15px; /* Ajuste da posição lateral */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 40px solid white; /* Cor igual ao fundo do balão */
    transform: rotate(60deg);
}

main .cta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    

    align-items: center;
    height: 45px;

    background: linear-gradient(to right, rgb(255,255,255,20%), rgb(0,255,0,20%)); 
    /*background-color: #ffffff;*/

    max-width: 590px;
    border-radius: 99px;
    border-color: #00ff00;

    border-style: solid;
    border-width: 2px;

    margin-top: 30px;
    

    
}



main .cta a {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    height: 100%;
    background-color: #00FF00;
    color: black;
    padding: 0px 20px;
    border-radius: 99px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: 325px;
}

main .cta a:hover {
    width: 100%;
}

.ahidden {
    display: none;
}

main .cta svg {
    margin: 0px;
    padding: 0px 19px;
    fill: #00FF00;
}

main .caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    margin-top: 5px;
    opacity: 66%;
}

main .caption p {
    margin: 0;
    font-weight: 200;
}


main .cards {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex: 1;
    width: 100%;
}

main .cards img {
    cursor: pointer;
}

main .cards img:hover {
    
}

main .cards img {
    position: absolute;
    border-radius: 34px;
    border-style: solid ;
    border-color: white;
    border-width: 16px;
    outline: 5px solid white;
    outline-offset: -17px;
}

main .cards img:nth-child(1) {
    
    height: 210px;
    width: 140px;
    transform: rotate(12deg);
    z-index: 3;
    right: 6vw;
    top: 0px;
}

main .cards img:nth-child(2) {
    height: 250px;
    width: 165px;
    transform: rotate(-65deg);
    z-index: 3;
    left: 0px;
    bottom: -80px;
}

main .cards img:nth-child(3) {
    height: 430px;
    width: 280px;
    transform: rotate(-26deg);
    right: 12vw;
}

footer {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding-left: 8vw;
    margin-bottom: 40px;
}

footer div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;

}

footer p {
    line-height: 150%;
    color: rgb(0,0,0,70%);
    font-weight: regular;
    margin: 0px;

    margin-right: 8vw;
    max-width: 700px;
    color: rgb(255,255,255,70%);
}

footer div p {
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    margin: 0px 10px;

    color: rgb(255,255,255,100%);
}

footer div div {
    width: 36px;
    height: 36px;
    background-color: gray;
    border-style: solid;
    border-radius: 10px;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    overflow: hidden;
}

footer div div img {
    width: 100%;
    margin-top: 10px;
}

.letters {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.letters p {
    font-family: arial;
    position: absolute;
    font-weight: bold;
    color: transparent;
    opacity: 33%;
    -webkit-text-stroke: 1px white; /* Adiciona uma borda preta */

    bottom: 100px;
    font-size: 55px;
}


body .background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

body .background div {
    position:absolute;
    background-color: #000642;
    border-radius: 9999px;
    filter: blur(200px);
}


body .background div:nth-child(1) {
    
    width: 500px;
    height: 500px;
    left: -300px;
    top: -250px;
    
}

body .background div:nth-child(2) {
    width: 500px;
    height: 500px;
    right: 100px;
    top: -100px;
}

body .background div:nth-child(3) {
    width: 500px;
    height: 500px;
    bottom: -250px;
    left: 30%;
}

body .background div:nth-child(4) {
    background-color: #00eeff;
    opacity: 50%;
    width: 900px;
    height: 900px;
    bottom: -250px;
    right: -250px;
}