@import url("/css/main.css");

#main {
    background-image: url("/images/bg_inscriere.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* .bg_inscriere_mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
} */

@media (min-width: 1000px) {
    .bg_inscriere_mobile {
        display: none;
    }
    .castigatorii_campaniei {
        width: 40%;
    }
}

.formular {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}

.info-bon {
    height: 40px;
    color: #FFF;
    font-size: 26px;
    position: absolute;
    right:0;
    top:-7px;
}
.position-relative {
    position: relative;
}
.field {
    margin-bottom: 15px;
}
.savureaza {
    margin: 0 auto;
}
.background_input input {
    width: 100%;
    border: none;
    border-bottom: 3px solid white;
    font-size: 14px;
    color: #333;
}

.background_input input::placeholder {
    color: #333;
}

label.custom-file-label.form_placeholder.form-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 3px solid white;
    font-size: 14px;
    font-family: var(--font-doi);
    color: #333;
    padding-top: 2px;
    padding-bottom: 4px;
    line-height: normal;

    background-color: transparent;
    cursor: pointer;
    margin: 0;
    outline: none;
}

@media (min-width: 1900px) {
    label.custom-file-label.form_placeholder.form-input {
        font-size: 18px;
    }
}

label.custom-file-label.form_placeholder.form-input.has-file {
    color: #333;
}

.file-input-hidden {
    display: none;
}

.submit-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}

.regulament-btn,
.btn-general {
    display: inline-block;
    background-color: #96262c;
    color: white;
    padding: 4px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 12px;
    height: 50px;
    line-height: 18px;
    border: 5px solid transparent;
    border-image-slice: 1;
}

.regulament-btn {
    width: 200px;
}

.checkbox-container {
    margin-top: 20px;
}

.checkbox-container label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px; /* Aceeași dimensiune pentru toate */
    height: 22px; /* Aceeași dimensiune pentru toate */
    border: 3.5px solid #96262c;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
    background-color: white;
    flex-shrink: 0; /* Previne micșorarea checkbox-ului */
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: #96262c;
}

.checkbox-container input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    color: white;
    font-size: 14px;
    left: 3px;
    top: 0px;
}

.obligatoriu {
    color: #004d26;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

.regulament__options {
    font-size: 12px;
}

.row {
    flex-direction: row;
}

.prize-1 {
    width: 200px;
}
.prize-2 {
    width: 350px;
}

form .double-column {
    display:flex;
    gap: 20px;
 }
 
.wrapp-inscriere {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:55vw;
}

.btn-general span {
    font-size: 2rem;
}

.regulament-btn {
    font-size: 1rem;
}

footer {
    color: black;
    text-align: center;
}

.text__footer {
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-family: var(--font-trei);
}

.container_footer {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a {
    font-family: var(--font-trei);
}

.disclaimer__text {
    font-family: var(--font-trei);
}

.regulament-1 {
    font-family: var(--font-doi);
}

.background_input input {
    font-family: var(--font-doi);
}

.regulament-btn {
    font-family: var(--font-doi);
}

.btn-general span {
    font-family: var(--font-doi);
}
.regulament-1 {
    color: white;
}
.footer-links li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    color: black;
}

.footer-links li::after {
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
}

#main {
    height: auto;
}

.disclaimer__text {
    padding: 0% 5% 0% 5%;
    color: wheat;
    text-align: center;
}
.field input {
    background: transparent;
    color: white;
}
label.custom-file-label.form_placeholder.form-input {
    color: white;
}
.background_input input::placeholder {
    color: white;
    opacity: 1;
}

@media (min-width: 600px) and (max-width: 800px) {
    .footer-links a {
        font-size: 12px;
    }

    .regulament-1,
    .checkbox-container label p {
        font-size: 12px;
    }

    .text__footer {
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    .row {
        display: flex;
        flex-direction: row;
    }
}

.customize-text {
    max-width: 500px;
}

.wrapper--formular_elements {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.customize-text {
    border: 6px solid #0e5742;
}

@media (max-width: 600px) {
    .formular {
        max-width: 350px;
    }

    .wrapp-inscriere {
        gap: 3rem;
    }
}

@media (max-width: 1000px) {
    .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .prize-1,
    .prize-2 {
        margin: 15px 0 15px 0;
    }
}

@media (min-width: 1000px) {
    .disclaimer__text {
        color: wheat;
    }

    .footer-links a {
        color: white;
    }
    .savureaza {
        width: 60%;
    }
    .text_acasa {
        width: 65%;
        position:relative;
        /* top:-60px; */
        left:150px;
    }
}

@media (min-width: 1200px) {
    footer {
        width: 100%;
        margin: 0 auto;
    }

    #main {
        height: auto;
    }

    /* #main {
    height: 100vh;
  } */

    .disclaimer__text {
        position: relative;
    }

    .footer-links a {
        color: white;
        font-size: 14px;
    }

    .footer-links li {
        color: white;
    }

    .instinctul {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .formular {
        margin: 0;
    }

    .row {
        width: 100%;
        justify-content: center;
    }

    .wrapper--formular_elements {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
    }

    .wrapp-inscriere {
        gap: 3rem;
        order: 0;
        /* margin-top: 125px; */
    }

    .formular {
        order: 1;
    }

    .customize-text p {
        font-size: 1.55rem;
    }

    .customize-text {
        max-width: 550px;
    }

    .field {
        margin-bottom: 10px;
    }

    .submit-part {
        margin-top: 10px;
        gap: 0px;
    }


}

@media (min-height: 700px) {
    #main {
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .prize-2 {
        width: 300px;
    }
    .text_acasa {
        margin-bottom: 25px;
    }
}

@media (min-width: 1300px) {
    .consuma_responsabil {
        bottom: 7%;
        left: 42%;
    }
    .nav-logo {
        gap: 3rem;
    }
    .wrapper--formular_elements {
        align-items: center;
    }
    .savureaza {
        width: 70%;
    }
}

@media (min-width: 1400px) {
    .wrapp-inscriere {
        margin-top: 100px;
    }
}

@media (min-width: 1400px) {
    footer {
        /* position: absolute; */
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }
    .navbar {
        padding: 1.5rem 1rem;
    }
    #main {
        height: 100vh;
    }
    .savureaza {
        width: 45%;
    }
}

@media (min-width: 1200px) and (max-height: 750px) {
   footer {
        position:initial!important;
    }

}

@media (min-width: 1500px) {
    .formular {
        max-width: 600px;
    }

    .text__footer {
        font-size: 16px;
    }
    .prize-1 {
        width: 250px;
    }
    .prize-2 {
        width: 350px;
    }
    .text_acasa {
        width: 80%;
        max-width:550px;
        margin: 0 auto;
    }
}
@media (min-width: 1900px) {
    .text__footer {
        font-size: 14px;
    }

    .customize-text p {
        font-size: 2rem;
    }

    .customize-text {
        max-width: 800px;
    }

    .formular {
        max-width: 800px;
    }

    .field {
        margin-bottom: 18px;
    }

    .field input p {
        font-size: 1.75rem;
    }

    .background_input input {
        font-size: 18px;
    }

    .checkbox-container p {
        font-size: 16px;
    }

    .regulament-btn {
        width: 300px;
        font-size: 2rem;
    }

    .regulament-btn,
    .btn-general {
        height: 70px;
        line-height: 30px;
    }

    .btn-general span {
        font-size: 3rem;
    }

    .instinctul {
        max-width: 500px;
    }
    .savureaza {
        width: 55%;
    }
    .prize-2 {
        width: 450px;
    }
    .wrapper--formular_elements {
        margin-top: 2%;
    }
    .text_acasa {
        width: 100%;
    }
}

/* NEWW */
