html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: "elza", sans-serif;
}

.custom-font {
    font-family: "elza", sans-serif;
}

.error-color {
    color: #FDCD2F;
}

.send-button {
    width: 300px;
    height: 50px;
    cursor: pointer;
    border-radius: 100px;
    color: #1D2561;
    background-color: #FDCD2F;
    font-size: 16px;
    text-align: center;
    padding: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.send-button:hover {
    color: #1D2561;
    background-color: #FDCD2F;
}

.text_principal {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: "elza", sans-serif;
}

.text_secundar {
    font-size: 30px;
    color: #fff;
    font-family: "elza", sans-serif;
}


.top-mobile {
    display: none;
}

.top-desktop {
    display: flex;
}

@media (max-width: 670px) {
    .top-mobile {
        display: block;
    }

    .top-desktop {
        display: none;
    }
}

/*Rounded input*/
.rounded-input {
    border-radius: 100px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    padding-left: 20px;
}

.rounded-input::placeholder {
    color: white;
}

/*Rounded input END*/

/*Checkbox*/
.custom-checkbox .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #FFF;
    border-radius: 0;
    background-color: transparent;
    transition: 0.3s;
}

.custom-checkbox .form-check-input:checked {
    background-color: #1D2561 !important;
}

.custom-checkbox .form-check-input:hover {
    transform: scale(1.1);
}

.custom-checkbox .form-check-label {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}

/*Checkbox - END*/

/*Upload Button*/
.custom-upload {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 300px;
    height: 50px;
    cursor: pointer;
    border-radius: 100px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: 2px solid white;
    text-align: center;
    padding: 0.7rem;
    font-weight: bold;
}

.custom-upload:hover {

    color: #2855A2;
    border-color: #2855A2;
    background-color: white;
}

/*Upload Button END*/


/*Preactivation*/
#my_section {
    background-image: url('/images/general/bkg-2.jpg');
    background-size: cover;
    background-position: bottom;
}
#my_section2 {
    background-image: url('/images/general/bkg.png');
    background-size: cover;
    background-position: bottom;
}


#my_section_large {
    background-image: url('/images/general/bkg_big2.png');
    background-size: cover;
    background-position: bottom;
}

#my_section_finish {
    background-image: url('/images/general/bkg.png');
    background-size: cover;
    background-position: bottom;
}

/*Start page*/
.image-desktop {
    display: block;
    margin: 0 auto;
}

.cta {
    cursor: pointer;
}

@media (min-width: 670px) {
    #carouselDisney {
        display: none;
    }
}

@media (max-width: 670px) {
    .image-desktop {
        display: none;
    }

    .cta {
        max-width: 320px;
        height: auto;
        text-align: center;
    }
}


.main-wrapper {
    min-height: 100vh; /* Acesta va umple întreaga înălțime a ecranului */
    display: flex;
    flex-direction: column;
    position: relative; /* Adăugăm poziționarea relativă pentru a poziționa corect imaginea */
}

/* Stiluri pentru conținutul principal */
#my_section {
    flex: 1; /* Acesta va face ca secțiunea să ocupe spațiul disponibil și să împingă footerul în partea de jos */
}

/* Stiluri pentru imagine */
.disney-text-image {
    position: absolute; /* Aducem imaginea în prim-plan și o poziționăm relativ la container */
    bottom: 10px; /* Ajustăm această valoare pentru a poziționa imaginea mai sus */
    right: 10px; /* Ajustăm această valoare pentru a poziționa imaginea mai la dreapta */
    z-index: 1; /* Dăm un z-index pentru a asigura că imaginea este în prim-plan */
}

/* Stiluri pentru footer */
.footer {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

footer a:hover {
    color: #fff;
}

@media (max-width: 670px) {
    .obrigado {
        font-size: 22px !important;
        line-height: 36px !important;
        text-align: center;
        padding: 20px;
    }
}
