@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Funnel+Display:wght@300..800&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=Teko:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    overflow-x: hidden;
}


h1 {
    font-size: 5vw; /* tamanho relativo à largura da tela. Para responsividade */
    font-weight: 700;
    text-shadow: #00000040 2px 4px 6px;
    margin: 55px 45px;
}


h2 {
    font-size: 3rem;
    font-weight: 700; 
    text-shadow: #00000040 2px 4px 6px; 
}

.work {
  color: #000000; 
}

.plin {
  color: #6C63FF; 
}

.elipseHeader {
    position: absolute;
    top: -25px;
    right: -50px;
    width: 25rem;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 6.75rem;
}

header a {
    text-decoration: none;
    font-weight: 300;
    font-size: 1.5rem;
    color: black;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-text{
    font-size: 4rem;
    margin-top: 297px;
    margin-right: 7%;
    padding: 1.5rem 0rem 1.5rem 0rem;
    width: 30%;
    text-align: center;
}

.nav-links {
    
    display: flex;
    gap: 2.5rem;
    font-size: 2rem;
    z-index: 1; /* links na frente */
}

.everything {
  color: #6C63FF; 
}

.click {
  color: #000000; 
}

.girlsWorking {
    display: block;
    margin: 0 auto;
    width: 49%; 
    margin-top: 127px; 
    margin-left: 108px;
}

h3 {
    text-align: center;
    font-size: 5rem;
    margin: 7rem 0rem 7rem 0rem;
    text-shadow: #00000040 2px 4px 6px; 
}


.form-section {
    display: flex;
    gap: 3.5rem; /* espaço entre as colunas */
    justify-content: center;
    align-items: flex-start;
    
}

.form-questions {
    font-weight: bold;
    font-size: 24px;

}

.caixa-texto {
    width: 40rem;
    height: 22rem;
    border: 2px solid #000000;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    display: flex;
    align-items: center;
    text-align: center;

    font-weight: bold;
    font-size: 1.7rem;
    padding: 2.5rem;
}


.question-box {
    border: 3px solid #6C63FF;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    
    padding: 1rem 000rem 0rem 1.7rem;
    margin-bottom: 3.4rem;

    font-size: 2rem;
    height: 5rem;
    width: 43rem;
}

button {
    color: #6C63FF;
    font-size: 2.5rem;
    font-weight: 700;
    background: black;

    height: 5rem;
    width: 36rem;
    border-radius: 15px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

footer {
    background-color: #6C63FF;
    height: 24.188rem;
    margin-top: 308px;
}

footer a {
    color: black;
    text-decoration: none;
    font-weight: 700;  
    font-size: 30px;
 
}

.contact {
    list-style: none;
    margin: 2.5rem;
    font-size: 2.5rem;

}

.footer-title {
    font-size: 5rem;
    text-shadow: #00000040 2px 4px 6px;
    
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 6.75rem;
}

/* Quando passar o mouser por cima ele mudar de cor e aparecer um underline */                    
.contact:hover { 
    color: white;
    transition: 0.2s;
}

.nav-links:hover { 
    color: #6C63FF;

}
