/* ****************************************************************************** Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
    scrollbar-width: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

.gl-ax-wp-logo {
    display: none !important;
}

/* ****************************************************************************** Reset done */

html.swal2-shown,
body.swal2-shown {
    div:where(.swal2-container) div:where(.swal2-popup) {
        width: 51.2rem;
        padding: 0 0 2rem;
        font-size: 1.6rem;
        @media (max-width: 1024px) {
            width: 355px;
            padding: 0 0 20px;
            font-size: 16px;
        }
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible !important;
}

.iti__selected-dial-code {
    font-size: 1.6rem;
    color: #000;

    @media (max-width: 1024px) {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    html.swal2-shown,
    body.swal2-shown {
        div:where(.swal2-container) div:where(.swal2-popup) {
            width: 355px;
            padding: 0 0 20px;
            font-size: 16px;
        }
    }
}

body,
html {
    font-size: 0.5208333333vw;
}

.iti__country-name,
.iti__dial-code {
    font-size: 14px;
}

.main {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.disclaimer {
    font-size: 2.4rem;
    font-weight: 300;
    margin-top: 5rem;
    text-align: center;
    color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 20px;
    padding: 0px 20px;
}

@media (max-width: 1024px) {
    .disclaimer {
       font-size: 14px;
    }
}


@media (max-width: 1024px) {
    .main {
        height: 100svh;
    }
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px 50px;
}

@media (max-width: 1024px) {
    .wrapper {
        padding: 0px 0px;
    }
}

.main__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .main__bg {
        display: none;
    }
}

.main__bg.mob {
    display: none;
}

@media (max-width: 1024px) {
    .main__bg.mob {
        display: block;
    }
}

.main__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
    .main__bg::after {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.4) 35%,
            rgba(0, 0, 0, 0.9) 90%
        );
    }
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.logo-new-1 {
    width: 250px;
    height: auto;
}

.logo-new-2 {
    width: 130px;
    height: auto;
}

.main-text__wrapper {
    color: #fff;
    text-align: center;
    font-style: normal;
    line-height: normal;
    width: 40vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .main-text__wrapper {
        width: 100vw;
    }
}

.title {
    font-family: Roboto;
    font-size: 5.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .title {
        font-size: 34px;
        margin-bottom: 20px;
        width: 100%;
        padding: 0 15px;
    }
}

.text {
    font-family: Raleway;
    font-size: 3.2rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.text-new {
    margin-bottom: 8.9rem;
    font-size: 2rem;
    line-height: 1.5;
    font-variant-numeric: lining-nums;
}
.text-new span {
    display: inline-block;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .text {
        font-size: 15px;
        margin-bottom: 17px;
    }
}

.home-page-left__br {
    padding: 1.2rem 5.9rem;
    position: relative;
    background-color: rgb(0, 0, 0);
    border-radius: 1rem;
    font-family: Roboto;
    font-size: 4rem;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .home-page-left__br {
        padding: 12px 46px;
        font-size: 24px;
        border-radius: 8px;
        margin-top: 15px;
    }
}

.home-page-left__br::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            padding-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 1rem;
    border: 2px solid transparent;
    background: -o-linear-gradient(
            315deg,
            rgba(255, 255, 255, 1) 0,
            rgba(255, 255, 255, 0) 100%
        )
        border-box;
    background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 1) 0,
            rgba(255, 255, 255, 0) 100%
        )
        border-box;

    background-size: 200% 100%;
    background-position: 0 100%;
    animation: shine 3s cubic-bezier(0.4, 0.4, 0.4, 1) infinite;
}

@media (max-width: 1024px) {
    .home-page-left__br::before {
        border-radius: 8px;
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.home-page-left__br p {
    position: relative;
    width: auto;
    line-height: 1.2;
    color: #fff;
}

.home-page-left__br p::after {
    display: none;
}

.popup {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.popup._active {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.popup__inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: clamp(3rem, 4vw, 6rem);
    width: fit-content;
    max-width: calc(100vw - 8rem);
    max-height: calc(100vh - 8rem);
    padding: 4rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.popup__bg {
    flex: 0 0 auto;
    align-self: stretch;
    width: min(99.4rem, calc(100vw - 8rem - min(62.6rem, 38vw) - clamp(3rem, 4vw, 6rem)));
    min-width: 0;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0;
}

.popup__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .popup__bg {
        display: none;
    }
}

.popup__bg-mob {
    display: none;
}

@media (max-width: 1024px) {
    .popup__bg-mob {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .popup__bg-mob::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 3;
    }

    .popup__bg-mob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.popup__wrapper {
    flex: 0 0 auto;
    width: min(62.6rem, 38vw);
    max-width: 62.6rem;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

@media (max-width: 1024px) {
    .popup__inner {
        flex-direction: column;
        justify-content: center;
        padding: 10rem 2rem 4rem;
        gap: 0;
    }

    .popup__wrapper {
        position: relative;
        z-index: 5;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
}

.popup__exit {
    position: absolute;
    top: 3rem;
    right: 5rem;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .popup__exit {
        top: 100px;
        right: 15px;
        width: 26px;
        height: 26px;
    }
}

.popup__exit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .popup__exit img {
        filter: invert(1);
    }
}

.popup__title {
    padding-top: 0;
    font-size: 3.8rem;
    font-family: "Roboto";
    font-weight: 500;
    width: 100%;
    max-width: 62.6rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.popup__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.popup__form-success {
    font-family: "Roboto";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 4rem 2rem 6rem;
}

.form__inputs-wrapper-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 5.5rem;
}

.form__input-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form__input {
    width: 100%;
    height: 6rem;
    background-color: #d9d9d9;
    border-radius: 1.5rem;
    border: 0px;
    padding: 1.6rem 3rem;
    font-size: 2.4rem;
    font-family: "Raleway";
    font-weight: 500;
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #000;
}

.custom-dropdown__value {
    flex: 1;
    min-width: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-dropdown__value.is-selected {
    color: #000;
}

.custom-dropdown__arrow {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    border-right: 2px solid rgba(0, 0, 0, 0.55);
    border-bottom: 2px solid rgba(0, 0, 0, 0.55);
    transform: rotate(45deg) translateY(-0.2rem);
    transition: transform 0.25s ease;
}

.custom-dropdown.is-open .custom-dropdown__arrow {
    transform: rotate(-135deg) translateY(0.2rem);
}

.custom-dropdown__menu {
    position: absolute;
    bottom: calc(100% + 0.8rem);
    left: 0;
    right: 0;
    z-index: 30;
    list-style: none;
    margin: 0;
    padding: 0.8rem;
    background: #fff;
    border-radius: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -0.8rem 3.2rem rgba(0, 0, 0, 0.14);
    max-height: 28rem;
    overflow-y: auto;
}

.custom-dropdown__menu li {
    margin: 0;
}

.custom-dropdown__option {
    width: 100%;
    display: block;
    border: none;
    border-radius: 0.8rem;
    background: transparent;
    padding: 1.4rem 1.6rem;
    font-family: "Raleway", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-dropdown__option:hover {
    background: #f3f3f3;
}

.custom-dropdown__option.is-selected {
    background: #000;
    color: #fff;
}

.custom-dropdown__option.is-selected:hover {
    background: #1a1a1a;
}

.date-picker {
    position: relative;
    width: 100%;
}

.date-picker__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: #000;
}

.date-picker__value {
    flex: 1;
    min-width: 0;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-picker__value.is-selected {
    color: #000;
}

.date-picker__icon {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    color: #000;
    opacity: 0.55;
}

.date-picker__dropdown {
    position: absolute;
    bottom: calc(100% + 0.8rem);
    top: auto;
    right: 0;
    left: auto;
    width: 26rem;
    z-index: 30;
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.2rem 1rem 1rem;
    box-shadow: 0 -0.8rem 2.4rem rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.date-picker__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
}

.date-picker__nav-button {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.6rem;
    background: #f3f3f3;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.date-picker__nav-button:hover:not(:disabled) {
    background: #e6e6e6;
}

.date-picker__nav-button:disabled {
    opacity: 0.3;
    cursor: default;
}

.date-picker__header {
    flex: 1;
    min-width: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-picker__weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.2rem;
    margin-bottom: 0.4rem;
}

.date-picker__weekday {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}

.date-picker__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.2rem;
}

.date-picker__day {
    width: 100%;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.6rem;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.15);
    cursor: default;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.date-picker__day--empty {
    pointer-events: none;
}

.date-picker__day.is-available {
    color: #000;
    cursor: pointer;
    pointer-events: auto;
}

.date-picker__day:disabled {
    pointer-events: none;
}

.date-picker__day.is-available:hover {
    background: #efefef;
}

.date-picker__day.is-available.is-selected {
    background: #000;
    color: #fff;
}

.date-picker__day.is-available.is-selected:hover {
    background: #1a1a1a;
}

@media (max-width: 1024px) {
    .form__input {
        background-color: #fff;
    }
}

.form__input-placeholder {
    font-size: 2.4rem;
    font-family: "Raleway";
    font-weight: 200;
    line-height: normal;
}

.form__dropdowns {
    width: 95%;
    max-height: 21.8rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.form__dropdown {
    width: 50rem;
    height: 21.8rem;
}

.dropdown-select {
    width: 100%;
    height: 6rem;
    background-color: #d9d9d9;
    border-radius: 1.5rem;
    border: 0px;
    padding: 1.6rem 3rem;
    font-size: 2.4rem;
    font-family: "Raleway";
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 3rem center;
    background-size: 2.5rem;
    color: #000;
    cursor: pointer;
}

.dropdown-select:invalid {
    color: rgba(0, 0, 0, 0.45);
}

@media (max-width: 1024px) {
    .dropdown-select {
        background-color: #fff;
    }
}

.form__btn {
    min-width: 21.8rem;
    height: 7.6rem;
    padding: 0 4.5rem;
    background: #000;
    border-radius: 1rem;
    margin: 0 auto;
}

.form__btn-text {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 4rem;
    line-height: normal;
    text-align: center;
    color: #fff;
}

.form__input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.form__dropdown-title.form__input-placeholder.mob {
    display: block;
}

.popup .home-page-left__br {
    max-width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .iti__country-name {
        font-size: 12px !important;
    }

    .iti__dial-code {
        font-size: 12px !important;
    }

    .popup__wrapper {
        max-width: 90%;
        padding-top: 0;
    }

    .popup__title {
        font-size: 24px;
        width: 100%;
        max-width: max-content;
        color: #fff;
    }

    .form__dropdown-title.form__input-placeholder.mob {
        display: block;
        color: #fff;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .form__input-wrap {
        max-width: 100%;
    }

    .form__input-placeholder {
        display: none;
    }

    .form__inputs-wrapper {
        height: max-content;
        flex-direction: column;
    }

    .form__inputs-wrapper-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form__input-wrapper-right {
        align-items: center;
    }

    .form__input {
        height: 32px;
        border-radius: 15px;
        font-size: 14px;
        padding-left: 20px;
    }

    .date-picker__dropdown {
        width: 240px;
        padding: 10px 8px 8px;
        border-radius: 12px;
    }

    .date-picker__nav-button {
        width: 24px;
        height: 24px;
        font-size: 16px;
        border-radius: 6px;
    }

    .date-picker__header {
        font-size: 11px;
    }

    .date-picker__weekday {
        font-size: 9px;
    }

    .date-picker__day {
        height: 28px;
        font-size: 11px;
        border-radius: 6px;
    }

    .date-picker__icon {
        width: 16px;
        height: 16px;
    }

    .date-picker__value {
        font-size: 14px;
    }

    .form__input::placeholder {
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.7);
        line-height: 0;
    }

    .form__dropdowns {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        max-height: none;
    }

    .form__inputs-wrapper {
        margin-bottom: 0;
    }

    .form__inputs-wrapper-left .form__input-wrap:nth-child(1) {
        margin-bottom: 8px;
    }

    .form__input-wrapper-right .form__input-wrap:nth-child(1) {
        margin-bottom: 8px;
    }

    .form__input-wrap {
        margin-bottom: 8px;
    }

    .form__dropdown-title.form__input-placeholder {
        display: block;
        font-size: 16px;
        color: #000;
        margin-top: 20px;
    }

    .form__dropdown {
        width: 100%;
        height: max-content;
    }

    .custom-dropdown__menu {
        padding: 6px;
        border-radius: 12px;
        max-height: 220px;
    }

    .custom-dropdown__option {
        padding: 10px 14px;
        font-size: 14px;
        border-radius: 8px;
    }

    .custom-dropdown__arrow {
        width: 8px;
        height: 8px;
    }

    .dropdown-select {
        border-radius: 15px;
        height: 32px;
        font-size: 14px;
        color: rgba(0, 0, 0, 1);
        padding: 8px 36px 8px 20px;
        background-position: right 16px center;
        background-size: 16px;
    }

    .dropdown-select:invalid {
        color: rgba(0, 0, 0, 0.45);
    }

    .popup .home-page-left__br {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .form__btn {
        width: 152px;
        height: 53px;
    }

    .popup__form {
        height: fit-content;
    }

    .popup .home-page-left__br {
        position: relative;
    }

    .form__dropdowns {
        margin-bottom: 50px;
    }
}

.country-select {
    width: 17.6rem;
    padding: 1.6rem 1rem;
    background-position: right 10px center;
}

.form__input-phone-wrap {
    display: flex;
    width: 100%;
    max-width: 50rem;
}

.form__input-phone-wrap .form__input-wrap {
    width: fit-content;
    flex-basis: 70%;
}
.form__input-phone-wrap .form__input-wrap:first-child {
    margin-right: 1rem;
    flex-basis: 30%;
}

.logo {
    padding-bottom: 6rem;
    width: 55%;
}

@media (max-width: 1024px) {
    .form__input-phone-wrap {
        width: 100%;
        max-width: 100%;
        height: 80px;
        display: flex;
        flex-direction: column;
    }

    .form__input-phone-wrap .form__input-wrap {
        width: 100%;
    }

    .country-select {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .new-font {
        font-size: 17px;
        padding: 0 15px;
    }
    .form__inputs-wrapper-left {
        padding-bottom: 50px;
    }
    .popup__title {
        margin-bottom: 40px;
    }

    .logo {
        width: 220px;
        margin-bottom: auto;
        padding-top: 48px;
    }
    .text-new {
        font-size: 14px;
    }
}
