/* frontend form css */

/* #font
================================================== */
@font-face {
    font-family: gilroy-bold;
    src: url("/font/Gilroy-Bold.ttf");
}

@font-face {
    font-family: gilroy-semibold;
    src: url("/font/Gilroy-SemiBold.ttf");
}

@font-face {
    font-family: gilroy-medium;
    src: url("/font/Gilroy-Medium.ttf");
}

.back-screen {
    background: url("/site/back.png") no-repeat;
    height: 1366px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    background-position: top center;
    background-size: cover;
    position: relative;
    font-family: gilroy-medium;
    overflow: hidden;
    padding: 0 70px;
}

.back-screen.home {
    padding: 0;
}

.title-txt {
    padding: 60px 0 30px;
}

.title-txt h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-family: gilroy-bold;
}

.back-screen .logo {
    padding: 0px 0 50px;
}

.back-screen .lan-tab {
    padding-bottom: 150px;
}

.back-screen .lan-tab .tab {
    background-color: #fff;
    border-radius: 100px;
    font-size: 32px;
    color: #000;
    text-align: center;
    font-family: gilroy-bold;
    padding: 30px 30px 30px;
    max-width: 250px;
    width: 100%;
    margin: 0 10px;
}

.back-screen .lan-tab .tab.active {
    background-color: #000;
}

.back-screen .lan-tab .tab.active a {
    color: #fff;
}

.back-screen .lan-tab .tab a {
    color: #000;
}

.back-screen .txt-slider {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    transform: scale(1.1) rotate(-9deg);
}

.back-screen .txt-slider .text-animation {
    padding: 45px 0 40px;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.back-screen .txt-slider .text-animation p {
    font-size: 48px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    padding: 0 30px;
}

.back-screen .txt-slider .text-animation p span {
    color: #fa6601;
}

.back-screen h1 {
    font-size: 60px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding-bottom: 100px;
}

.back-screen .btn-mode {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.back-screen .cartoon-img {
    padding-bottom: 188px;
    z-index: 99;
    position: relative;
    margin-top: -110px;
}

.back-screen .sub-btn {
    z-index: 999;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to right, #5c117e, #3b0653);
    font-size: 42px;
    font-family: gilroy-bold;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    background-position: top center;
    background-size: cover;
    width: 100%;
    max-width: 540px;
    left: 50%;
    margin-left: -270px;
    border-radius: 100px;
    margin-bottom: 80px;
}

.back-screen .back {
    background-color: #fff;
    border-radius: 48px;
    height: 1057px;
    padding: 50px 70px;
}

.text-heading h4 {
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    color: #28232b;
    line-height: 1.5;
}

.text-heading p {
    font-size: 32px;
    font-family: gilroy-medium;
    color: #28232b;
    line-height: 1.4;
    max-width: 650px;
    margin: 0 auto;
}

.back-screen input {
    max-width: 650px;
    width: 100%;
    padding: 40px 50px 40px 50px;
    margin: 0 auto 40px;
    font-size: 40px;
    font-family: gilroy-semibold;
    color: #000 !important;
    border: 2px solid #d2c8d7;
    border-radius: 100px;
    display: block;
    background-color: #fff;
}

.back-screen input .disabled,
:disabled {
    background-color: #e9e5e5 !important;
}

.back-screen input:focus {
    outline: none;
}

.back-screen .otp-input input:focus {
    border: 1px solid #1baa64;
}

.back-screen .back-arrow {
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 70px;
}

.back-screen .back-cancel {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 70px;
}

.back-screen .otp-input {
    max-width: 950px;
    margin: 0 auto;
}

.back-screen .otp-input input {
    max-width: 540px;
    width: 100%;
    color: #000 !important;
    margin-bottom: 30px;
    text-align: center;
    margin: 20px !important;
}

.back-screen .resend-btn {
    font-size: 32px !important;
    color: #5c117e !important;
    font-family: gilroy-bold;
    text-decoration: underline !important;
    display: block;
    text-align: center;
}

.title-txt h6 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    padding: 50px 0 70px;
}

.back-screen .register input {
    margin: 5px auto 5px;
}

.back-screen .register .add-name {
    position: relative;
    max-width: 950px;
    width: 100%;
}

.back-screen .repeater {
    position: relative;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.back-screen .register button.add-btn {
    /*position: absolute;*/
    top: 45px;
    right: 70px;
    border: none;
    border-radius: 16px;
    background-color: #fff;
}


.back-screen .register .add-btn {
    position: relative;
}

.back-screen .register {
    height: 925px;
    overflow-x: auto;
}

.back-screen .register button.close-btn {
    position: absolute;
    top: 55px;
    right: 70px;
    border: none;
    background-color: #fff;
    border-radius: 16px;
}

.back-screen button {
    border: none;
}

.success-back {
    background-color: #fff;
    height: 800px;
    border-radius: 45px;
    margin-top: -450px;
    z-index: 999;
    position: relative;
    padding: 0 70px;
}

.success-back p {
    font-size: 44px;
    color: #28232a;
    font-family: gilroy-medium;
    text-align: center;
    line-height: 1.3;
}

.success-back p bold {
    font-family: gilroy-bold;
}

.back .point ul {
    list-style: disc;
}

.back-screen .btn-accept {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-bottom: 80px;
    margin-left: -290px;
}

.back-screen .accept-btn {
    z-index: 999;
    background-image: linear-gradient(to right, #5c117e, #3b0653);
    font-size: 42px;
    font-family: gilroy-bold;
    color: #fff;
    text-align: center;
    padding: 39px 0;
    margin-right: 20px;
    background-position: top center;
    background-size: cover;
    width: 100%;
    max-width: 440px;
    border-radius: 100px;
}

.back .point {
    padding-bottom: 200px;
}

.back .point ul li {
    font-size: 28px;
    line-height: 1.4;
    color: #28232a;
    font-family: gilroy-medium;
    margin-bottom: 5px;
}

.form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.form-check input {
    height: 44px;
    width: 44px;
    margin: 0;
}

.form-check label {
    font-size: 28px;
    color: #5c117e;
    padding-left: 25px;
}

.red-input {
    accent-color: #5c117e;
    height: 44px;
    width: 44px;
    outline: 2px solid #5c117e;
    outline-offset: -1px;
}

.back-screen .accept-btn .disabled,
:disabled {
    background-image: linear-gradient(to right, #e9e5e5, #e9e5e5) !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .back-screen {
        height: auto;
    }

    .back-screen .logo {
        padding: 130px 0 60px;
    }
    .back-screen input {
        padding: 20px;
    }
    .back-screen .otp-input {
        margin-bottom: 10px !important;
    }
    .back .point {
        padding-bottom: 25px;
    }
    .back .point ul li {
        font-size: 22px;
    }
    .back-screen .register button.add-btn {
        top: 26px;
        right: 28px;
    }
    .back-screen .register button.close-btn {
        top: 34px;
        right: 33px;
    }
    .form-check label {
        font-size: 24px;
        line-height: 29px;
    }
    .back-screen .btn-accept {
        margin-bottom: 30px;
    }
    .success-back p {
        font-size: 30px;
    }
    .back-screen .sub-btn {
        margin-bottom: 50px;
    }
}

.text-red-500 {
    font-size: 25px;
    color: red;
    font-weight: 500;
    padding-left: 110px;
}

.error-message {
    font-size: 25px;
    color: red;
    font-weight: 500;
    padding-left: 110px;
    margin-bottom: 20px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-family: gilroy-bold;
    color: #000 !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-family: gilroy-medium;
    font-size: 1.425em !important;
    letter-spacing: 2px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0 !important;
    border-radius: 0.25em !important;
    background: initial !important;
    background-color: #5c117e !important;
    color: #fff !important;
    font-size: 1em !important;
    padding: 15px 40px !important;
    border-radius: 34px !important;
    font-family: gilroy-bold;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 28em !important;
    padding: 2.25em 0 2.25em !important;
    border-radius: 24px !important;
}

div:where(.swal2-icon) {
    margin: 0.6em auto 0.6em !important;
}

.fl-main-container .fl-container.fl-flasher.fl-success .fl-title {
    font-family: gilroy-bold !important;
    letter-spacing: 2px;
}

.fl-main-container .fl-container.fl-flasher .fl-message {
    font-family: gilroy-medium !important;
    letter-spacing: 2px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    font-family: gilroy-bold !important;
    border-radius: 24px !important;
    padding: 15px 40px !important;
}

@media (max-width: 768px) {
    .back-screen .logo img {
        height: 150px;
    }
    .back-screen .cartoon-img img {
        height: 310px;
    }
    .back-screen .cartoon-img {
        padding-bottom: 0px;
        margin-top: -30px;
    }
    .back-screen {
        padding: 0 5px;
        height: auto;
    }
    .back-screen .back-arrow {
        top: 12px;
        left: 15px;
    }
    .back-screen .back-arrow img {
        height: 42px;
    }
    .back-screen .back {
        height: auto;
        padding: 30px 35px;
        margin-bottom: 40px;
    }
    .otp-img-dummy {
        height: 300px;
    }
    .text-heading h4 {
        font-size: 48px;
    }
    .back-screen .sub-btn {
        position: unset;
        position: relative;
        left: auto;
        margin-left: 0;
        padding: 20px 0;
        font-size: 28px;
    }
    .back-screen .otp-input input {
        margin-bottom: 30px;
        margin: 8px !important;
    }
    .back-screen input {
        padding: 15px 10px 15px 10px;
        margin: 0 auto 40px;
        font-size: 24px;
    }
    .back .point ul li {
        font-size: 16px;
        line-height: 1.4;
        color: #28232a;
        font-family: gilroy-medium;
        margin-bottom: 5px;
    }
    .form-check label {
        font-size: 14px;
        padding-left: 15px;
        line-height: 22px;
    }
    .back .point {
        padding-bottom: 40px;
    }
    .back-screen .btn-accept {
        max-width: 877px;
        width: 100%;
        left: auto;
        bottom: 0px;
        margin-bottom: 80px;
        margin-left: auto;
        text-align: center;
        position: relative;
    }
    .back-screen .accept-btn {
        font-size: 42px;
        padding: 14px 0;
        margin-right: 10px;
        max-width: 190px;
    }
    .home-img {
        height: 72px;
    }
    .back-screen .back-cancel {
        top: 10px;
        right: 15px;
    }
    .back-screen .back-cancel img {
        height: 40px;
    }
    .back-screen .register button.add-btn {
        top: 19px;
        right: 16px;
    }
    .back-screen .register button.add-btn img {
        height: 22px;
    }
    .back-screen .register button.close-btn {
        top: 20px;
        right: 16px;
    }
    .back-screen .register button.close-btn img {
        height: 20px;
    }
    .back-screen .register {
        height: auto;
        overflow: unset;
    }
    .sucess-img {
        height: 360px;
    }
    .success-gif {
        height: 250px;
    }
    .success-back {
        height: auto;
        margin-top: -221px;
        padding: 40px 40px;
    }
    .success-back p {
        font-size: 22px;
        line-height: 1.3;
    }
}
