@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap');

@font-face {
    font-family: 'Choplin';
    src: url('/static/Fonts/Choplin/Rene Bieder - Choplin SemiBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 742px;
    margin: 0px auto;
    width: 70%;
}

.form__header {
    border-radius: 0px 0px 112px 112px;
    background: linear-gradient(180deg, #EE59AE 0%, #63CCD1 100%);
    box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
    height: 344px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.partners {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 60px 0px;
}

.partner_resp1 {
    position: relative;
}

.partner_resp1::after {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 1px;
    height: 100%;
    background-color: #47B9C3;
}

.partner {
    width: 80%;
}

.partner img {
    width: 100%;
    object-fit: contain;
}

.form__header__icons img {
    width: 190.646px;
    height: 190.646px;
    flex-shrink: 0;
}

.form__header__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19.274px;
}

.form__header__txt h2 {
    font-family: Choplin;
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.68px;
}

.form__header__txt p {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.78px;
}

.form__container__txt h2 {
    color: var(--black-main, #192335);
    text-align: center;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 1.08px;
    margin: 40px;
}

.form__container__txt span {
    color: var(--second-second, #47B9C3);
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 1.08px;
}

#and {
    color: var(--main-main, #EE59AE);
}

.form__card {
    margin-top: 40px;
    border: 2px solid #EE59AE;
    border-radius: 12px;
    padding: 20px;
}

.form__card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.form__btn {
    display: flex;
    justify-content: left;
    align-items: center;
}

#submitForm {
    display: flex;
    width: 180px;
    height: 60px;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--second-second, #47B9C3);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.6px;
    border: none;
    margin: 40px 0px;
    cursor: pointer;
}

#submitForm:hover {
    opacity: 0.9;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(61, 61, 61, 1);
}


textarea {
    width: 100%;
    height: 260px;
    resize: none;
    padding: 15px;
    border: 2px solid #EE59AE;
    border-radius: 12px;
}

span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(132, 132, 132, 1);
}

small {
    color: red;
}

.sweetalert-button {
    background: linear-gradient(82.4deg, #0E9594 -0.31%, #63B22F 155.18%) !important;
    color: white !important;
}


.radio-label-color {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0em !important;
    color: rgba(133, 132, 132, 1) !important;
    gap: 10px !important;
    margin-top: 10px;
}

.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section label {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0em !important;
    color: rgba(133, 132, 132, 1) !important;
    gap: 10px !important;
    margin-top: 10px;
}

.section .radio-label-color {
    display: inline-block !important;
    margin-right: 35px;
}

.section .radio-label-color input[type="radio"] {
    margin-right: 10px;
}


input[type="text"],
input[type="email"],
input[type="date"] {
    width: 80%;
    border: none;
    border-bottom: 2px solid rgba(218, 217, 217, 1);
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


.form__border {
    border: 2px solid #EE59AE;
    border-radius: 12px;
    padding: 15px;
}

#latest__txt,
.checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(61, 61, 61, 1);
}

.checkbox {
    margin-top: 30px;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
}



/* Responsive */
@media (max-width: 991px) {
    .form__header__icons img {
        width: 80px;
    }

    .form__header {
        display: flex;
        height: 262px;
        padding: 86px 65.781px 86px 65px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 0px 0px 112px 112px;
        background: linear-gradient(180deg, #EE59AE 0%, #63CCD1 100%);
        box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
    }

    .form__header__txt h2 {
        color: #FFF;
        text-align: center;
        font-family: Choplin;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0.72px;
    }

    .form__header__txt p {
        color: #FFF;
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: 0.36px;
    }

    .form-group label {
        display: block;
    }

    .radio-inline {
        display: inline-block;
        margin-right: 10px;
    }

    .radio-label-color {
        display: block;
        margin-bottom: 5px;
    }

    textarea {
        width: 100%;
    }

    #id_trainings_choices_other {
        display: none;
    }

    [type="radio"]:checked+#id_trainings_choices_other {
        display: block;
    }

}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    .form__header__txt {
        gap: 9px;
    }

    .form__container__txt h2,
    .form__container__txt h2 span {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        /* 30px */
        letter-spacing: 0.72px;
    }

    .form__card p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

    .form__btn button {
        width: 100%;
    }

    .form-group label,
    .radio-label-color label,
    .form__btn button {
        font-size: 14px !important;
    }

    .checkbox label {
        font-size: 13px !important;
        display: flex;
        align-items: center;
    }

    #submitForm {
        display: inline-flex;
        padding: 15px 20px;
        font-size: 16px;
        letter-spacing: 0.48px;
    }

    .section {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .section div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section .radio-inline {
        display: flex !important;
        align-items: center !important;
        margin-bottom: 5px;
        font-size: 11px !important;
    }

    .section .radio-inline label {
        display: inline-flex !important;
        align-items: center !important;

    }

    .section .radio-label-color {
        margin-right: 10px;
    }

    .section .radio-inline input[type="radio"] {
        margin-right: 0px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

    .partners {
        grid-template-columns: repeat(3, 1fr);
        width: 88%;
        margin: 30px auto;
        padding: 40px 0;
        gap: 35px;
    }

    .partner {
        width: 100%;
    }
}