@font-face {
    font-family: 'Heebo', sans-serif;
}

body {
    font-family: 'Heebo', sans-serif;
    background: #2E3192;
    color: #fff;
    direction: rtl;
    font-size: clamp(1rem, 0.0625rem + 1.25vw, 1.5625rem);
}


.wrapper {
    overflow: hidden;
}

.container-fluid {
    width: 1920px;
    max-width: 100%;
    padding-left: 10.417vw;
    padding-right: 10.417vw;
}


#accessibility-btn {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessibility-menu ul li:not(.contrast):hover {
    background: #2E3192;
    color: #fff;
}

.accessibility-menu ul li.contrast:hover {
    background: transparent;
}

.accessibility-menu ul li.contrast a:hover {
    color: #2E3192;
    background: transparent;
}

.logo {
    margin-top: 16px;
}

.logo img {
    width: clamp(7.625rem, -1.7292rem + 12.4827vw, 13.25rem);
}

h1,
.h1 {
    letter-spacing: -0.96px;
    font-weight: 900;
    font-size: clamp(2rem, -.9rem + 3.7vw, 4rem);
    line-height: 1;
    margin: 0;
}

.title-date {
    font-size: clamp(4.5rem, -1.9583rem + 8.6111vw, 8.375rem);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -2.28px;
    margin-bottom: 20px;
}

.text-big {
    margin-bottom: 12px;
    letter-spacing: -0.45px;
    font-size: clamp(1rem, -0.25rem + 1.65vw, 1.75rem);
}

.btn {
    text-align: center;
    font-weight: 700;
    border-radius: 100px;
    padding: 0 32px;
    font-size: 1.3em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(3.25rem, 2rem + 1.6667vw, 4rem);
    font-size: clamp(1.55rem, 0.2083rem + 1.3889vw, 1.875rem);
}

.btn-primary {
    color: #fff;
    background: #03bdf2;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
:not(.btn-check)+.btn:active {
    background: #fff;
    color: #03bdf2;
}

.welcome-img {
    width: 47.5vw;
    margin-right: 2.5vw;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
    object-position: center right;
}


.circle-btn {
    margin: 0 1.5vw;
    max-width: calc(50% - 3vw);
    width: clamp(11.25rem, 1.4583rem + 13.0556vw, 17.125rem);
    height: clamp(11.25rem, 1.4583rem + 13.0556vw, 17.125rem);
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    color: #2f3191;
    border: 3px solid #03bdf2;
    letter-spacing: -0.45px;
    font-weight: 700;
    font-size: clamp(1.5rem, 0.6667rem + 1.1111vw, 2rem);
    transition: .2s;
    position: relative;
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .32);
}

.circle-btn::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -65%);
    border-radius: 50%;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: cover;
    width: 56px;
    height: 56px;
}

.circle-btn span {
    color: #03bdf2;
    display: block;
    text-align: center;
    font-size: clamp(1.5rem, -0.1667rem + 2.2222vw, 2.5rem);
    font-weight: 900;
    line-height: 1.1;
}

.circle-btn:hover {
    color: #2f3191;
    transform: scale(.95);
}

.gallery {
    padding: 0 3.5vw;
    display: flex;
}

.gallery img {
    margin: 5px;
    width: auto;
    object-fit: cover;
    height: clamp(11.25rem, 3.9583rem + 9.7222vw, 15.625rem);
}

@media (max-width: 1600px) {
    .gallery img {
        height: clamp(11.25rem, 3.9583rem + 9.7222vw, 11.625rem);
    }
}



h2,
.h2 {
    font-size: clamp(3rem, 0.2917rem + 3.6111vw, 4.625rem);
    color: #7EC4CF;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -1.11px;
    font-weight: 700;
}

h3,
.h3 {
    font-weight: 700;
    margin: 0;
    font-size: clamp(1.75rem, 1.0208rem + 0.9722vw, 2.1875rem);
    letter-spacing: -0.53px;
}


.table {}

.table table {
    table-layout: fixed;
    background: transparent;
    border: none;
    color: #FFFFFF;
    background: transparent;
    border-collapse: separate;
    border-spacing: 0 25px;
}

.table>:not(caption)>*>* {
    border: none;
    color: #FFFFFF;
    background: transparent;
}

.table td {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table td:nth-child(1) {
    width: 220px;
    padding-left: 20px;
}

.table td:nth-child(2) {
    padding-right: 20px;
}

.table td h3,
.table td .h3 {
    position: relative;
    border-radius: 3px;
    height: 100%;
}

.table td h3:after,
.table td .h3:after {
    background: #7ec4cf;
    width: 3px;
    top: -10px;
    left: 0;
    bottom: -10px;
    position: absolute;
    content: '';
    border-radius: 4px;
}

.table td h3 span,
.table td .h3 span {
    font-size: .8em;
    display: block;
    font-weight: 400;
}


.footer {
    padding-top: 68px;
    padding-bottom: 124px;
    color: #2E3192;
    background: #00BDF2;
}

.footer-list {}

.footer-list ul {}

.footer-list li {
    font-weight: 700;
    list-style: square;
    margin-bottom: 7px;
}

.form {
    width: 448px;
    max-width: 100%;
}

.form h3,
.form .h3 {
    text-align: center;
}

.btn-secondary {
    color: #fff;
    background: #2E3192;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
:not(.btn-check)+.btn:active {
    background: #7ec4cf;
    color: #2E3192;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-select,
.form-control,
.form .btn {
    height: 44px;
}

.form-select,
.form-control {
    padding-right: 20px;
    font-size: .9em;
    color: #2E3192;
    border-radius: 100px;
}

.form-select {
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-image: url(../img/select.svg);
    background-size: 16px;
}

input::-webkit-input-placeholder {
    color: #2E3192;
}

input::-moz-placeholder {
    color: #2E3192;
}

input:-moz-placeholder {
    color: #2E3192;
}

input:-ms-input-placeholder {
    color: #2E3192;
}

textarea::-webkit-input-placeholder {
    color: #2E3192;
}

textarea::-moz-placeholder {
    color: #2E3192;
}

textarea :-moz-placeholder {
    color: #2E3192;
}

textarea:-ms-input-placeholder {
    color: #2E3192;
}



.footer-logo {
    position: absolute;
    left: 100%;
    top: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.footer-logo img {
    width: clamp(7.625rem, -1.7292rem + 12.4827vw, 13.25rem);
}

.footer .form {

    max-width: 80%;
    float: left;
}


@media (max-width: 1199px) {

    .welcome-img {
        position: absolute;
        top: 0;
        left: -10.417vw;
        width: 43vw;
        height: auto;
        min-height: initial;
    }

    .welcome-text {
        max-width: 42vw;
    }

    .gallery img {
        height: 150px;
    }

    .table td:nth-child(1) {
        width: 180px;
    }

    .footer {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .footer-logo {
        display: block;
        width: 120px;
        position: static;
        margin: 0 auto 30px auto;
        transform: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .footer-list,
    .footer .form {
        width: 448px;
        max-width: 100%;
        margin: 0 auto 44px auto;
        float: none;
    }

    .gallery {
        flex-wrap: wrap;
        justify-content: center !important;
        padding: 0 5vw;
    }

    .gallery-3 img {
        max-width: calc(33.3% - 20px);
    }

    .gallery-4 img {
        max-width: calc(50% - 20px);
    }


}

@media (max-width: 767px) {

    .welcome-img {
        width: 194px;
    }

    .logo img {
        width: 100px;
    }

    h1,
    .h1 {
        font-size: 28px;
    }

    .title-date {
        font-size: 64px;
    }

    .welcome-text {
        max-width: 100%;
    }

    .circle-btn {
        margin: 0 10px;
        max-width: calc(50% - 20px);
        width: 124px;
        height: 124px;
        font-size: 16px;
    }

    .circle-btn span {
        font-size: 20px;
    }

    .circle-btn:after {
        width: 28px;
        height: 28px;
    }

    .gallery img {
        height: 90px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    .table table {
        display: block !important;
    }

    .table table tbody {
        display: block !important;
    }

    .table table tr {
        display: block !important;
        margin-bottom: 20px;
        border-bottom: 2px solid #7EC4CF;
        padding-bottom: 15px;
    }

    .table table td {
        display: block !important;
        width: 100% !important;
        padding: 0;
        border: none;
    }

    .table td:nth-child(1) {
        border: none;
        padding: 0;
    }

    .table td:nth-child(2) {
        padding-right: 0;
        padding-top: 8px;
    }

    .table td h3:after,
    .table td .h3:after {
        display: none;
    }

    .footer {
        padding-top: 20px;
    }

    .footer-list li {
        margin-bottom: 1px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 70px;
    }

    .gallery img {
        margin: 3px;
    }

    .title-date {
        margin-bottom: 25px;
    }

    .item-img {
        width: 94vw !important;
        max-width: none;
        display: block;
        transform: translateX(7.5vw);
    }



}


.modal-dialog {
    max-width: 718px;
}

.modal-content {
    background: #00BDF2;
    padding: 68px 40px;
    border-radius: 38px;
}

.modal-content h3,
.modal-content .h3 {
    color: #2E3192;

}

.modal .form {
    margin: 0 auto;
}

.btn-close {
    border-radius: 100%;
    background: #fff url(../img/close.svg) no-repeat center;
    background-size: 24px;
    width: 48px;
    height: 48px;
    top: 0;
    right: 24px;
    transform: translateY(-50%);
    position: absolute;
    opacity: 1;
}

.btn-close:hover {
    opacity: 1;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .3);
    background-color: #7ec4cf;
}


@media (max-width: 1800px) {

    .modal-dialog {
        max-width: 518px;
    }

    .modal-content {
        padding: 40px 30px;
    }

    .btn-close {
        width: 32px;
        height: 32px;
        background-size: 20px;
    }
}

@media (max-width: 1199px) {
    .modal-content {

        border-radius: 24px;
    }

}

.form-check {
    padding-right: 35px;
    padding-top: 2px;
}

.form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: -25px;
}

.form-select,
.form-select option {
    direction: rtl;
    text-align: right;
}

.form-select option:nth-child(1) {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

input[type=tel],
input[type=email]{
    direction: rtl;
}

.form-feedback{
    display: none;
}

.form-feedback.show{
    display: block;
}