@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #37474f;
    min-height: 100vh;
    background: #0ca0ba;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
}

h1, h2 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    max-width: 800px;
}

h1{
    background-clip: text;
    color: #29306f;
    font-size: 40px;
}

.gemini{
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}
.star_gemini{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 25vw;
}

/* INSCRIPTION INSCRIPTION INSCRIPTION INSCRIPTION */
#inscription {
    background-size: cover;
    background-position: top;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}
#inscription .container{
    width: 100% !important;
    margin: auto;
    max-width: 500px;
}

#inscription h2, #inscription h3 {
    color: #fff;
}

#form_registration {
    background: rgba(255, 255, 255, 0.9);
}

#form_registration h4 {
    color: #141842;
    font-weight: 500;
}

.newsletter {
    font-size: 10px;
}

.btnSubmit {
    background: #29306f;
    color: white;
    width: 100%;
    padding: 1rem ;
}
.btnSubmit:hover {
    background: #141842;
    color: white;
}

label{
    margin: 0 !important;
    margin-top: 10px !important;
}
.optin{
    display: flex;
    align-items: center;
    gap: 10px;
}
.optin label{
    width: fit-content;
}


/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
footer {
    background: #f3f1f1;
    color: #141842;
}
footer p {
    color: #141842;
}

footer a {
    color: #141842;
}

footer i {
    font-size: 16px;
}

#thank-you {
    display: none;
}

/* #thank-you h2{
    background: linear-gradient( -45deg, #e3566f, #207bff);
    background-clip: text;
    color: transparent;
} */

@media (max-width: 768px){
    #thales {
        margin-left: 0px;
    }
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.584);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
}

#loading img{
    width: 50px;
}


