/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

/*
    10. Create a root stacking context
  */
#root,
#__next {
    isolation: isolate;
}

.section-1 {
    height: auto;
    background-image: url("/assets/bg_albastru.png");
    background-size: cover;
}
.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.logo {
    display: block;
    width: 200px;
}
.box {
    width: 50%;
    max-width: 550px;
}
.wrapper_section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.magia {
    width: 70%;
}
.experienta {
    width: 70%;
}
.inscrie {
    width: 30%;
    cursor: pointer;
}

.section_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_2.png");
    background-size: cover;
    padding: 50px 50px 50px 0px;
}

.img_section_2 {
    width: 40%;
}
.ticket {
    width: 50%;
}

.section_3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_albastru.png");
    background-size: cover;
    padding: 50px 0px 50px 50px;
}

.img_s3 {
    width: 40%;
}
.img_s33 {
    width: 50%;
}

.section_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_2.png");
    background-size: cover;
    padding: 50px 50px 50px 0px;
}

.img_s4 {
    width: 40%;
}
.img_s44 {
    width: 50%;
}

.section_5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_albastru.png");
    background-size: cover;
    padding: 50px 0px 50px 50px;
}

.img_s5 {
    width: 45%;
}
.img_s55 {
    width: 50%;
}

.section_6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_2.png");
    background-size: cover;
    padding: 50px 50px 50px 0px;
    flex-wrap: wrap;
    gap: 2rem;
}

.text_regulament a {
    font-size: 1rem;
    color:#FFF!important;
}
.text_footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    color: white;
    font-size: 8px;
    text-align: center;
}

@media (max-width: 1000px) {
    .wrapper_section {
        flex-direction: column;
    }

    .section_6 {
        padding: 20px 20px 20px 20px;
    }
    .section_2,
    .section_4,
    .section_6 {
        padding: 50px 0px 50px 0px;
    }
    .section_5,
    .section_3 {
        padding: 50px 0px 50px 0px;
    }
    .inscrie {
        margin-bottom: 50px;
    }
    .alege,
    .scaneaza,
    .traieste {
        width: 80%;
    }
    .img_s4 {
        width: 45%;
    }
    .section_7{
        flex-direction:column!important;
    }
    .section_7 .img_6{
        width: auto;
    }

    .section-even {
        flex-direction: column-reverse;
    }
    .section-odd {
        flex-direction: column;
    }

    .section-image {
        width: 100%;
        margin-top:20px;
    }

    .section-image._padding_right {
        padding-right:20%;
    }
    .section-image._padding_left {
        padding-left:20%;
    }
    .section-text {
        width:80%;
        max-width:500px;
    }
}

.section_7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_albastru.png");
    background-size: cover;
    padding: 50px 0px 50px 50px;
}

.img_6 {
    width: 40%;
}
.click_aici {
    width: 100%;
}
.text_regulament {
    width: 100%;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 100px;
}

.section_8 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-image: url("/assets/bg_2.png");
    background-size: cover;
    padding: 50px 20px 50px 20px;;
}

form {margin-bottom:20px;}

form .flatpickr {width:100%;}
.form-container {
    max-width: 700px;
    margin: 0 auto;
    /* padding: 20px; */
    border-radius: 8px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: center;
}

.form-column {
    flex: 1;
    padding: 0 15px;
    min-width: 300px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.required:after {
    content: "*";
    color: white;
}

.submit-btn {
    background-color: #0a229c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

.mb0 {margin:0;}

.submit-btn:hover {
    background-color: #357ae8;
}

.checkbox-container {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    margin-left: 10%;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
}

.checkbox-group label {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 10px;
}

.checkbox-group a {
    color: white;
    text-decoration: underline;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

label {
    color: white;
    font-family: sans-serif;
    font-size: 12px;
}
@media (max-width: 768px) {
    .form-column {
        flex: 100%;
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .text_regulament {
        margin-left: 0;
    }
    .section_7 {
        padding: 50px 0px 50px 0px;
    }
    .column {
        align-items: flex-start;
    }
    .click_aici {
        width: 100%;
    }
    /* .img_6 {
        width: 125%;
    } */
     .section-1 .box {
        width: 70%;
     }
     .section-1 .column {
        align-items: center;
     }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .alege,
    .scaneaza,
    .traieste {
        width: 30%;
    }
}

@media (min-width: 1024px) {
}

@media (min-width: 1300px) {
    .text_footer {
        font-size: 10px;
        font-weight: bold;
    }
    .text_regulament {
        font-size: 14px;
    }
}

@media (min-width: 1900px) {
    .logo {
        width: 250px;
    }
    .experienta {
        width: 100%;
    }
    .inscrie {
        width: 40%;
    }
    .section-1 {
        height: 70vh;
    }
    .magia {
        width: 100%;
    }
    .wrapper_section {
        justify-content: space-evenly;
    }
    .box {
        max-width: 650px;
    }
    label {
        font-size: 16px;
    }
    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        padding: 10px;
    }
    .checkbox-group label {
        font-size: 16px;
    }
    .text_footer {
        font-size: 14px;
        width: 100%;
    }
}
