* {
    margin: 0;
    padding: 0px;
}

.container {
    /* max-width: 1042px; */
    max-width: calc(1042px + var(--bs-gutter-x, 1.5rem));
}

body,
html {
    overflow-x: hidden;
}

body {
    background-color: #a5ffff;
    color: #FFFFFF;
    font-family: 'Cerebri Sans';
    font-weight: 400;
}

p {
    color: #FFFFFF;
    font-family: 'Cerebri Sans';
    font-size: 18px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Baloo';
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: 'Cerebri Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

a {
    text-decoration: unset;
    color: #000;
}

.topbar {
    background: #0E2763;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    background: #0E2763;
}

.topbar h3 {
    font-family: Baloo;
    font-size: 30px;
    font-weight: 400;
    line-height: 39.27px;
    text-align: center;
    margin: 0;
}

.btn-pur {
    background: #EDA3FF;
    border: 8px solid #AB1E9F;
    color: #AB1E9F;
    font-family: Baloo;
    font-size: 30px;
    font-weight: 400;
    line-height: 25.18px;
    padding: 30px 50px;
    border-radius: 80px;
    display: block;
    max-width: 350px;
    margin: auto;
    text-align: center;
}

.btn-pur:hover {
    color: #AB1E9F;
}

.back-btn-soon {

    z-index: 999;

    position: relative;
}

header {
    position: absolute;
    width: 100%;
    margin-top: 30px;
    z-index: 6;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

header ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000;
}

header ul li a:hover {
    color: #000;
}

.store-wrap {
    gap: 20px;
    justify-content: end;
    align-items: center;
}

.banner {
    background-image: url(images/banner-sec-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 125px;
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
    z-index: 5;
}

.banner .container {
    position: relative;
    z-index: 9;
}

.banner.comming-banner {
    background-image: url(images/comming-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 210px;
    padding-top: 159px;
    /* height: 100vh; */
}


.fcloud-1 {
    position: absolute;
    width: auto;
    top: -150px;
    right: -70px;
}

.fcloud-2 {
    position: absolute;
    width: auto;
    top: -30px;
    left: -84px;
}

.banner.comming-banner .fcloud-2 {
    top: -150px;
}

.cloud-1 {
    position: absolute;
    width: auto;
    top: -160px;
    left: -400px;
    animation: moveClouds-1 30s linear infinite;
}

/* .cloud-2 {
    top: -160px;
    left: -715px;
    animation: moveClouds-2 30s linear infinite;
} */

@keyframes moveClouds-1 {
    0% {
        left: -400px;
    }

    100% {
        left: 100%;
    }
}

/* @keyframes moveClouds-2 {
    0% {
        left: calc(-715px - 1440px); 
    }
    100% {
        left: 100%;
    }
} */

.bann-top {
    padding-bottom: 201px;
}

.bann-top img {
    width: 730px;
    max-width: inherit;
    margin-bottom: 50px;
}

.bann-top h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 65.45px;
    color: #0E2763;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.bann-top p {
    line-height: 28px;
    max-width: 589px;
    color: #081F54;
    display: table;
    margin: 0 auto;
}

.bann-bottom .left-chunk,
.bann-bottom .right-chunk {
    position: absolute;
    animation: book-anim 4s cubic-bezier(0.5, 0.04, 0.2, 1) infinite;

}

.bann-bottom .left-chunk {
    left: -148px;
    bottom: -50px;
    z-index: 3;
}

.bann-bottom .right-chunk {
    right: -65px;
    bottom: -174px;
    z-index: 3;
    animation-duration: 6s;

}

.bann-bottom .image-wrap {
    display: inline-block;
}

.bann-bottom {
    margin-bottom: 131px;
}

.work-outer {
    position: relative;
}

.work-outer::before {
    content: '';
    position: absolute;
    background: rgb(164, 189, 51);
    background: linear-gradient(180deg, rgba(164, 189, 51, 1) 0%, rgba(134, 135, 83, 1) 31%, rgba(78, 72, 72, 1) 72%, rgba(37, 25, 73, 1) 100%);
    height: 100%;
    z-index: 0;
    top: 0;
    width: calc(100% + var(--bs-gutter-x, 3rem));
    left: calc(0px - var(--bs-gutter-x, 1.5rem));

}

.work-outer .title-wrap {
    margin-bottom: 0px;
}

.work-outer .title-wrap h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 65.45px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.work-outer {
    padding-top: 148px;
    padding-bottom: 45px;
}

.work-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.work-wrap .work-inner:nth-child(1) {
    grid-column: 2/6;
    grid-row: 1/2;
    position: relative;
    bottom: -36px;
    left: 4px;
}

.work-wrap .work-inner:nth-child(2) {
    grid-column: 1/5;
    grid-row: 3/4;
    top: -10px;
}

.work-wrap .work-inner:nth-child(3) {
    grid-column: 6/10;
    grid-row: 2/3;
    margin-bottom: 140px;
    left: 13px;
}

.work-wrap .work-inner:nth-child(4) {
    grid-column: 9/13;
    grid-row: 3/4;
    top: -20px;
    left: -10px;
}

.work-chunk-3 {
    top: 148px;
    left: -77px;
}

.work-chunk-4 {
    top: calc(50% - 87px);
    left: calc(50% - 191px);
}

.work-chunk-5 {
    top: calc(50% - 132px);
    right: 30px;
}

.work-chunk-6 {
    top: calc(50% + 92px);
    left: -77px;
}

.work-chunk-7 {
    top: calc(50% + 113px);
    left: calc(50% + 83px);
}

.work-chunk-8 {
    top: calc(50% + 183px);
    right: -156px;
}

.work-inner:nth-child(1) .content {
    margin-bottom: 15px;
}

.work-inner:nth-child(1) .img {
    margin-bottom: 0;
}

.work-inner:nth-child(3) .content {
    margin-bottom: 15px;
}

.work-inner {
    position: relative;
    z-index: 1;
    margin: 0 0px;
    max-width: 485px;
}

.work-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

.work-inner h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 18px;
}

.work-inner img {
    width: auto;
    margin-bottom: 26px;
}

.item-1 {
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - 13px)) translateY(-100%);
    z-index: 0;
}

.item-2 {
    bottom: 0;
    left: 25%;
    transform: translateX(calc(-50% - 39px)) translateY(100%);
    z-index: 1;
}

.item-3 {
    bottom: 0;
    left: 75%;
    transform: translateX(calc(-50% + 56px)) translateY(100%);
    z-index: 1;
}

.work-chunk-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-chunk-1 {
    top: -153px;
    left: -126px;
    z-index: 1;
}

.work-chunk-2 {
    top: 32px;
    right: 145px;
}

.blur-chunk {
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: calc(100% + var(--bs-gutter-x, 3rem));
    left: calc(0px - var(--bs-gutter-x, 1.5rem));
    display: none;
}

.blur-1 {
    position: absolute;
    height: 116px;
    background-color: #9EB831;
    /* background-color: red; */
    filter: blur(30px);
    width: calc(100% + var(--bs-gutter-x, 3rem));
    left: calc(0px - var(--bs-gutter-x, 1.5rem));
    top: 0;
    transform: translateY(-50%);
}

.blur-2 {
    position: absolute;
    background-color: #63A221;
    /* background-color: red; */
    filter: blur(50px);
    width: 389px;
    height: 262px;
    right: calc(-153px - var(--bs-gutter-x, 1.5rem));
    top: 0;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
}

.blur-3 {
    position: absolute;
    background-color: #63A221;
    /* background-color: red; */
    filter: blur(50px);
    width: 389px;
    height: 262px;
    left: calc(-184px - var(--bs-gutter-x, 1.5rem));
    top: 0;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
}

.about-sec {
    background-color: #251949;
    padding-top: 160px;
    margin-top: -1px;

}

.about-sec .title-wrap {
    margin-bottom: 94px;
    position: relative;
    z-index: 3;
}

.about-sec .title-wrap h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 65.45px;
    margin-bottom: 30px;
}

.about-sec .title-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    /* text-align: justify;
    text-transform: capitalize; */
}

.content-2 {
    padding-right: 18px;
}


.slider-wrap {
    position: relative;
    z-index: 3;
}

.game-inner img {
    width: auto;
    max-width: 100%;
}

.book-right,
.owl-right,
.play-wrap {
    position: absolute;
    z-index: 5;
}

.book-right {
    right: -72px;
    top: -99px;
    animation: book-anim 4s cubic-bezier(0.5, 0.04, 0.2, 1) infinite;
}


@keyframes book-anim {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.owl-right {
    right: -111px;
    bottom: -148px;
    animation: owl-rotate 4s ease-in-out infinite;
}


@keyframes owl-rotate {

    0%,
    100% {
        transform: rotate(0deg);

    }

    40% {
        transform: rotate(-30deg);
    }

    75% {
        transform: rotate(30deg);
    }

    95% {
        transform: rotate(0deg);
    }
}


.play-wrap {
    left: 89px;
    bottom: -24px;
    display: flex;
    gap: 18px;
    animation: play-anim 4s cubic-bezier(0.5, 0.04, 0.2, 1) infinite;
}

.play-wrap:hover {
    animation-play-state: paused;
}


@keyframes play-anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.about-chunks {
    position: absolute;
}

.left-build {
    left: -31px;
    left: 0;
    top: 55px;
    z-index: 0;
}

.right-build {
    right: -104px;
    right: 0px;
    top: 55px;
    z-index: 0;
}

.feather {
    z-index: 1;
    width: auto;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: yellow;
    opacity: 0.5;
}

.feather-2 {
    z-index: 1;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: red; */
    opacity: 0.6;
    width: auto;
    animation: feather-blur 10s ease-in-out infinite;
}


@keyframes feather-blur {

    0%,
    100% {
        filter: blur(50px) grayscale(1);

    }

    25%,
    50% {
        filter: blur(0px) grayscale(0);
    }

    75% {
        filter: blur(50px) grayscale(1);
    }
}


.stars {
    z-index: 2;
    width: auto;
    max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: twinkle-stars 3s ease-in-out infinite;
}


@keyframes twinkle-stars {

    0%,
    100% {
        opacity: 1;
    }

    25%,
    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

.left-blend,
.right-blend,
.center-blend {
    position: absolute;
    width: 345px;
    height: 225px;
    background-color: #251949;
    filter: blur(50px);
    left: -66px;
    bottom: -155px;
    z-index: 3;
}

.center-blend {
    left: 0;
    width: calc(100% + 100vh);
}

.right-blend {
    width: 400px;
    height: 235px;
    left: auto;
    right: -161px;
    bottom: -165px;
}

.faq {
    background-color: #251949;
    padding-top: 209px;
    padding-bottom: 60px;
    margin-top: -27px;
}

/* .faq-inner {
    padding-bottom: 115px;
} */

.faq-inner>h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
}

.faq-inner .accordion-item {
    background: unset;
    border: unset;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    padding: 40px 0px;
    counter-increment: section;
}

.faq-inner .accordion-item:first-child {
    padding-top: 0;
}

.faq-inner .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.faq-inner .accordion-button {
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 39.27px;
    padding: 0;
    padding-left: 37px;
}

.faq-inner .accordion-body {
    font-size: 18px;
    padding: 0;
    margin-top: 15px;
    text-transform: capitalize;
    word-spacing: 4px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('images/minus.svg');
    background-position: center;
}

.accordion-button::after {
    background-image: url('images/plus.svg');
    margin-right: 10px;
}

.contact-form select:focus,
.contact-form select:focus-visible,
.contact-form select:-internal-autofill-selected,
.contact-form input:-internal-autofill-selected,
.contact-form textarea:-internal-autofill-selected,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form input:focus,
.contact-form textarea:focus {
    outline: 5px solid #6CC804;
    background-color: #333873 !important;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 48px;
    padding: 10px;
    border-radius: 5px;
    background-color: #333873;
    border: unset;
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form input,
.contact-form input::placeholder,
.contact-form textarea,
.contact-form select,
.contact-form textarea::placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #C0E6F2;
}

.contact-form input[type=submit],
.contact-form .submit-btn,
a.pay-btn {
    width: 175px;
    height: 51px;
    padding: 5px 24px 5px 24px;
    border-radius: 100px;
    border: 5px solid #6CC804;
    background-color: #98F430;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #4F9006;
    margin-bottom: 0;
}

footer .store-wrap {
    justify-content: start;
    margin-top: 30px;
}

.foot-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot-inner ul.social-icon li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.foot-inner ul li {
    margin-bottom: 25px;
}

.foot-inner ul li:last-child {
    margin-bottom: 0;
}

.foot-inner ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.foot-inner .foot-title {
    margin-bottom: 20px;
}

.foot-inner .foot-title h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 32.73px;

}

.comming {
    background-color: #251949;
    padding-top: 100px;
    padding-bottom: 100px;
}

.comming .container {
    position: relative;
    z-index: 9;
}

.comming .content-wrap h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 27px;
}

.comming .content-wrap p {
    text-transform: capitalize;
    line-height: 28px;
}

/* .main-footer {
    background: rgb(15,178,199);
    background: linear-gradient(0deg, rgba(15,178,199,1) 0%, rgba(33,128,166,1) 53%, rgba(9,67,115,0.85) 100%);
} */

.comming .image-wrap img {
    transform: translateX(-20px) translateY(34px);
    animation: book-anim 4s cubic-bezier(0.5, 0.04, 0.2, 1) infinite;
}

footer {
    overflow: hidden;
    margin-top: -21px;
}

.foot-stars,
.foot-dgrad,
.foot-feather,
.foot-linearbg,
.foot-bg {
    position: absolute;
}

.foot-feather {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    bottom: 0;
    animation: feather-blur 10s ease-in-out infinite;
}

.foot-linearbg {
    background: rgb(33, 128, 166);
    background: linear-gradient(0deg, rgba(33, 128, 166, 1) 0%, rgba(9, 67, 115, 0.85) 53%, rgba(37, 25, 73, 0) 100%);
    z-index: 2;
    height: 100%;
    width: 100%;
}

.foot-bg {
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}

.foot-dgrad {
    background-color: #251949;
    height: 229px;
    width: 150vw;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 2;
    filter: blur(50px);
}

/* .foot-dgrad::after{
    content: '';
    position: absolute;
    height: 5%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #251949;
    filter: blur(0px);
    z-index: 1;
} */


.foot-stars {
    z-index: 5;
    top: 0;
    animation: twinkle-stars 3s ease-in-out infinite;
}

.main-footer .container {
    position: relative;
    z-index: 3;
}

.main-footer .footer-wrap {
    padding-top: 82px;
    padding-bottom: 59px;
}

.copyright {
    padding-top: 50px;
    padding-bottom: 29px;
    border-top: 1px solid #F0F0F0;
}

.copyright .copy-inner p {
    margin-bottom: 0;
    line-height: 1;
}

.faq .container {
    position: relative;
    z-index: 3;
}

.elipse,
.rect {
    position: absolute;
    z-index: 2;
}

.rect-2 {
    top: 0;
    left: 0;
}

.rect-1 {
    right: 0;
    bottom: -100px;
}

.elipse-1 {
    transform: rotate(-13.52deg);
    left: -131px;
    top: 218px;
    animation: elipse-2-rotate 10s linear infinite;
}

.elipse-2 {
    z-index: 3;
    top: calc(50% - 68px);
    top: 1100px;
    right: -60px;
    transform: rotate(11deg);
    animation: elipse-2-rotate 10s linear infinite;
}


@keyframes elipse-2-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.elipse-3 {
    top: 114px;
    z-index: 3;
    left: 83px;
}

.elipse-4 {
    top: 609px;
    z-index: 3;
    left: 26px;
}

.elipse-3 {
    top: 280px;
    left: 10px;
    animation: revolve-3 5s linear infinite;
}

.elipse-4 {
    top: 280px;
    left: 10px;
    animation: revolve-4 7s linear infinite;
}

@keyframes revolve-3 {
    0% {
        transform: rotate(0deg) translateX(200px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(200px) rotate(-360deg);
    }
}

@keyframes revolve-4 {
    0% {
        transform: rotate(0deg) translateX(300px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(300px) rotate(-360deg);
    }
}


.faq-inner .accordion-button::before {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: -4px;
    content: "0" counter(section);
}

.faq-inner .accordion-button.double-digit::before {
    content: counter(section);
}

.contact-inner h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 29px;
}

.sec-col .image-wrap img {
    transform: translateX(44px);
    animation: book-anim 6s cubic-bezier(0.5, 0.04, 0.2, 1) infinite;
    margin-right: 50px;
}

.menu-list {
    display: table;
    margin: 0 auto;
}

.main-footer .container {
    position: relative;
    z-index: 9;
}

.social-list {
    margin-left: 32px;
}

.contact-list {
    margin-left: 17px;
}

.comming-banner .left-chunk,
.comming-banner .right-chunk {
    position: absolute;
    bottom: 0;
}

.comming-banner .left-chunk img,
.comming-banner .right-chunk img {
    width: auto;
    max-width: 100%;
}

.comming-banner .left-chunk {
    left: 195px;
    bottom: 95px;
}

.comming-banner .right-chunk {
    right: 236px;
    bottom: 121px;
}

.comming-banner .bann-top p {
    max-width: 600px;
}

.comming-banner .bann-top h1 {
    font-size: 80px;
    margin-bottom: 25px;
}

.comming-banner .bann-top img {
    max-width: 100%;
    margin-bottom: 38px;
}


.faq-item h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
}

.faq-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.faq-item {
    padding-left: 85px;
    margin-bottom: 40px;
    position: relative;
    min-height: 150px;
}

.faq-item::before,
.faq-item::after {
    content: '';
    background-image: url('images/work/faq-item.png');
    position: absolute;
    width: 59px;
    height: 59px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.faq-item::after {
    background-image: url('images/work/faq-line.png');
    top: 76px;
    height: 94px;
    width: 3px;
    left: 28px;
}

.faq-item:last-child::after,
.sec-col .faq-item:nth-of-type(3)::after {
    display: none;
}

.opacity-0 {
    opacity: 0;
}

.mob-img {
    display: none;
}

.desk-img {
    display: block;
}


.btn-auth {
    background: #89e521;
    border: 4px solid #3d7102;
    color: #3d7102;
    font-family: Baloo;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 20px;
    border-radius: 80px;
    display: block;
    max-width: 350px;
    text-align: center;
}

.btn-signup {
    background-color: #ffc800;
    border-color: #c6600b;
    color: #c6600b;
}

.btn-purple {
    background-color: #EDA3FF;
    border-color: #AB1E9F;
    color: #AB1E9F;
}

.btn-auth:hover {
    color: #3d7102;
}

.btn-signup:hover {
    color: #c6600b;
}

.btn-purple:hover {
    color: #AB1E9F;
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-form input[type=submit]:disabled {
    background-color: grey;
    color: #fff;
    border-color: #444444;
}


.contact-form select:disabled,
.contact-form input:disabled,
.contact-form textarea:disabled {
    background-color: #444444;
}


.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 1.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1.5em 0 0;
    }
}

.pass-wrap {
    position: relative;
}

.eye img {
    width: 100% !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.eye {
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: 999;
}

div#contact_form_message p,
div#modal_form_message p {
    color: #fff;
}

div#contact_form_message p.error,
div#modal_form_message p.error {
    color: red;
}

.signup-wrap .rect-1 {
    top: 400px;
}

.signup-wrap .elipse-2 {
    top: 861px;
}

a.pay-btn {
    display: block;
    height: auto;
    padding: 12px 15px;
    background-color: #ffc800;
    border-color: #c6600b;
    color: #c6600b;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
    border-radius: 25px;
    overflow: hidden;
    border: unset !important;
    background-color: #251949;
    padding: 20px 10px 10px;
}

.modal-header .btn-close {
    background-color: #fff;
}

.modal-content>img {
    max-width: 310px;
    margin: 0 auto;
}

div#modal-form-message:not(:empty) {
    padding: 7px;
    border: 5px solid #6CC804;
    margin-top: 20px;
    border-radius: 15px;
}

div#modal_form_message {
    text-align: center;
}

div#modal_form_message p {
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .modal-content>img {
        max-width: 310px;
        margin: 0 auto;
    }

    .modal-dialog {
        max-width: 1055px;
    }
}

.st-body .btn-auth {
    padding: 12px 20px;
    width: 260px;
}

.st-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.mobile-side-bar-sec{
background-color: #251949;
}

.mobile-side-bar-sec .logo-wrap img{
    min-width: 100%;
    max-width: 100%;
}
.menu-close button {
    background-color: #fff;
    opacity: 100;
    display: flex;
    justify-content: end;
    margin-top: 30px !important;
}

.mobile-side-bar nav ul li a {
   min-width: 150px;
}

.mobile-side-bar nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0;
    padding-top: 30px;
}

.mobile-side-bar-sec hr {
    color: #fff;
    opacity: 100%;
}
.mobile-side-bar-sec .offcanvas-header {
    padding: 0;
}

.mobile-side-bar-sec {
    padding: 25px;
}
.contact-wrap .iti {
    width: 100%;
}
.iti__country-name {
    color: #000 !important;
}

.contact-form .contact-input{
    margin-bottom: 20px;
}

.contact-form .contact-input input,
.contact-form .contact-input textarea,
.contact-form .contact-input select{
    margin: 0;
}

.contact-form .error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    text-align: start;
}

.requirements span.invalid {
    display: block;
}
