@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #18122b;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    background-color: #8c67e1;
    padding: 15px;
    border-radius: 15px;
    max-width: 300px;
    display: flex;
    justify-content: center;
    gap: 20px;
    border: 2px solid #baa2c7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

header a {
    color: #d9d9d9;
    text-decoration: none;
}

header a:hover {
    color: white;
}

.active {
    font-weight: bold;
    color: white;
}

footer {
    width: 100%;
    background-color: #261d44;
    display: flex;
    padding: 50px;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 80px;
}

.branding {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.branding span {
    color: #d9d9d9;
    font-size: 12px;
}

.footer-links a {
    color: #d9d9d9;
    text-decoration: none;
}

.footer-links {
    display: flex;
    gap: 10px;
}

.footer-right {
    display: flex;
    gap: 80px;
    align-items: center;
}

.fiap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.social img {
    filter: invert();
}

.caixa-d-texto {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #8c67e1;
    border: 2px solid #baa2c7;
    border-radius: 15px;
}

.caixa-d-texto p {
    color: #d9d9d9;
    margin: 3px;
    font-size: 22px;
}

.caixa-d-texto h2 {
    margin: 3px;
}

.social_link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s ease;
}

.social_link img{
    filter: invert();
    width: 40px;
}

.star {
    opacity: 0;
}

.social_link:hover .star {
    opacity: 1;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .8s ease;
}

.social_link:hover {
    text-shadow: 0 0 15px #fec1958c;
}

.social_link:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.social_link:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.social_link:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.social_link:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.social_link:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.social_link:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.fil0 {
    fill: #FFFDEF
}

main {
    margin-top: 70px;
    width: 100%;
    max-width: 1360px;
    overflow: hidden;
}

section{
    display: flex;
    justify-content: center;
    padding: 50px;
}

.form-wrapper{
    width: 100%;
    max-width: 1000px;
    background-color: #261d44;
    padding: 30px;
    border-radius: 15px;
}

.input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 6px;
}

.input-group input{
    font-family: 'Inter', sans-serif;
    background-color: #18122b;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    color: white;
    outline: none;
}

.input-group textarea{
    font-family: 'Inter', sans-serif;
    background-color: #18122b;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    color: white;
    outline: none;
    height: 200px;
    resize: vertical;
}

.part-2{
    display: flex;
    align-items: center;
}

.stella{
    width: 500px;
}

.social_links{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.submitbut{
    padding: 10px 20px;
    background-color: #8c67e1;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}