@font-face {
    font-family: "BangoPro";
    src: url("/fonts/BangoPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: "BangoPro", sans-serif;
}

h6 {
    font-family: "elza", sans-serif;
    font-size: 16px;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-image: url('/images/general/bgk.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #274597;
}

.main-bts {
    background-image: url('/images/general/bts_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #55C2E3;
}

.desktop-section {
    padding-top: 100px;
}

.desktop-section2 {
    padding-top: 120px;
}

.share-button {
    display: inline-block;
    padding: 10px 20px;
    color: #274597;
    text-decoration: none;
    border: 2px solid #274597;
    border-radius: 30px;
    background-color: transparent;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 767px) {
    .desktop-section {
        padding-top: 0px;
    }

    .desktop-section2 {
        padding-top: 0px;
    }
}

.yellow-color {
    color: #FDCF00;
}

.light-blue-bg {
    background-color: #55C2E3;
}

.error-color {
    color: #FDCF00;
}

.send-button {
    width: 300px;
    height: 50px;
    cursor: pointer;
    border-radius: 100px;
    color: #274597;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

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


.yellow-button {
    width: 300px;
    height: 50px;
    cursor: pointer;
    border-radius: 100px;
    color: #274597;
    background-color: #FDCF00;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.yellow-button:hover {
    color: #fff;
    background-color: #274597;
}

.pills-container {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.mood-container {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.pill {
    padding: 10px 20px;
    background-color: #fff;
    color: #274597;
    border-radius: 100px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "elza", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    min-width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pill.used {
    opacity: 0.5;
    pointer-events: none;
}

.taken-message {
    color: red;
    font-weight: bold;
    display: none;
}

.blue_bg_logo {
    background-color: #274597;
}

/*Rounded input*/
.rounded-input {
    border-radius: 100px;
    border: none;
    background-color: #526AAC;
    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;
}

/* Stiluri pentru imagine */
.disney-text-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

/* 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;
    }
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
}

.tag-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 30px;
    background-color: transparent;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.tag-button:hover {
    background-color: white;
    color: black;
}

.tag-button {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.tag-button-container {
    display: flex;
    justify-content: space-between;
}

