@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Audiowide;
    src: url('/assets/fonts/Audiowide/Audiowide-Regular.ttf');
}

@font-face {
    font-family: Poppins;
    src: url('/assets/fonts/Poppins/Poppins-Regular.ttf');
}

body {
    margin: 0;
    padding: 0;
    background-size: 100%;
    font-family: Poppins, sans-serif;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: #000;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.promotional_page_bg::-webkit-scrollbar {
    width: 1;
}

.promotional_page_bg {
    position: relative;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    height: 100dvh;
    width: 100%;
    overflow-x: hidden;
}

.promotional_page_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/bg_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    opacity: 0.7;
    z-index: 1;
}

.promotional_page_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/abstract_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    z-index: 1;
}

.abs_icon3 {
    width: 110px;
    height: auto;
    right: -11%;
    top: 100px;
    position: absolute;
}

.abs_icon4 {
    width: 100px;
    height: auto;
    position: absolute;
    top: -110px;
    transform: unset;
    right: 0;
    left: 0px;
    margin: auto;
}

.logo {
    position: absolute;
    top: 4%;
    left: 4%;
    z-index: 6;
    width: 130px;
}

.model_abs_women {
    position: absolute;
    height: 100%;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 70%;
    max-width: 1000px;
    right: 0;
}

.women_img {
    position: absolute;
    bottom: 0;
    z-index: 4;
    height: 90vh;
    width: auto;
    left: -25px;
}

img.abs_icon1 {
    position: absolute;
    width: 302px;
    height: auto;
    left: -109px;
    bottom: 60px;
    z-index: 4;
}

img.abs_icon2 {
    position: absolute;
    width: 130px;
    height: auto;
    right: 8%;
    bottom: -18%;
    z-index: 4;
}

.abs_icon {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/black_green_3d_card_left.svg), url(/assets/images/green_chip_casino_bottom.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 350px auto, 120px auto;
    background-position: 9% 65%, 70% 100%;
    z-index: 3;
}

.promotional_page {
    position: relative;
    z-index: 3;
    width: 70%;
    max-width: 1060px;
    min-width: 600px;
    height: 520px;
    top: 50%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateY(-50%);
}

.bg {
    width: 100%;
    height: 100%;
    background-color: #000000e6;
    fill: rgba(0, 0, 0, 0.90);
    stroke-width: 1px;
    stroke: #000;
    box-shadow: 4px 4px 10px rgba(127, 248, 0, 0.60), -4px -4px 22px rgba(127, 248, 0, 0.60);
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    border-radius: 30px;
    transform: perspective(1200px) rotateY(-20deg);
    z-index: 3;
}

.progress_bar_container {
    display: flex;
    width: 100%;
    height: 8px;
    padding-right: 0px;
    align-items: center;
    flex-shrink: 0;
    z-index: 4;
    border-radius: 4px;
    background: #212020;
}

#progress-bar {
    width: 0;
    height: 8px;
    border-radius: 4px;
    background: var(--Primary, #7CF700);
    z-index: 4;
    transition: width 0.8s;
}

.data {
    flex-direction: column;
    gap: 30px;
    display: none;
}

.data.active {
    display: flex;
}

.signup_container {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    width: 70%;
    max-width: 1000px;
    align-items: center;
    min-width: 600px;
    bottom: 0;
    margin: auto;
    display: flex;
    left: 0;
    right: 0;
}

.signup_form {
    display: flex;
    width: 55%;
    gap: 30px;
    position: absolute;
    top: 50%;
    margin: auto;
    right: 0;
    margin: auto;
    transform: translate(0%, -50%);
    flex-direction: column;
    background-color: #00000000;
    z-index: 4;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h4 {
    margin: 5px;
    padding: 0;
}


.signup_bottom_decoration {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 25px;
}
span.eclipse_gradient {
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #7FF800 0%, rgba(127, 248, 0, 0.00) 100%);
    filter: blur(3px);
    height: 15px;
    width: 175px;
}

hr.mid_line {
    position: absolute;
    border: none;
    width: 100%;
    height: 1px;
    color: #fff;
    background-color: #7ff80000;
    background: linear-gradient(90deg, rgba(127, 248, 0, 0.08) 2.22%, #7FF800 52.64%, rgba(127, 248, 0, 0.00) 102.54%);
}

.signup_form h4 {
    color: var(--White, #FFF);
    font-family: Audiowide;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.input_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.input_box .label_title {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

.input_box input {
    display: flex;
    padding: 18px 48px 18px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: #2C2C2C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn_group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.btn {
    border: none;
    outline: none;
    display: flex;
    padding: 14px 30px;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: normal;
    border-radius: 10px;
}

.btn_group .btn_green {
    color: #000;
    background-color: #7CF700;
    height: 60px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}

.btn_group .btn_black {
    color: #fff;
    height: 50px;
    background-color: #00000000;
    margin: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}

.coin_mob {
    display: none;
}

.submit {
    width: 100%;
}

.btn_group a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

#toggleIcon i {
    font-size: 16px;
    color: #7cf700a6;
}

.data .pass,
.input_box input {
    width: 100%;
    position: relative;
}

span i {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.data .input_box {
    gap: 10px;
}

.data .input_box.password {
    gap: 30px;
}

.data .input_box.password .pass_top {
    gap: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

img.mob.abs_icon3,
img.mob.abs_icon1 {
    display: none;
}

/* loading... animate*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    padding: 15.5px 20px;
}

.lds-ellipsis div {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media only screen and (min-width: 1200px) {
    .signup_form {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .data .input_box.password {
        gap: 25px;
    }

    .promotional_page_bg::after {
        background-size: 100% auto, 120px auto, 120px auto;
    }

    .logo {
        top: 40px;
        left: 45px;
        width: 110px;
        height: auto;
    }

    img.abs_icon1 {
        width: 220px;
        left: -80px;
        bottom: 30px;
    }

    img.abs_icon2 {
        width: 100px;
    }

    .model_abs_women {
        width: 90%;
    }

    .women_img {
        height: 82vh;
        left: 20%;
        transform: translateX(-30%);
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        -o-transform: translateX(-30%);
    }

    .abs_icon4 {
        width: 80px;
        top: -90px;
    }

    .promotional_page {
        margin: auto 60px auto auto;
        height: 450px;
        transform: translate(-4%, -50%);
        width: 75%;
    }

    .signup_form {
        width: 100%;
        max-width: 55%;
    }

    .signup_form h4 {
        font-size: 35px;
    }

    .data {
        gap: 25px;
    }

    .input_box input {
        padding: 16px 45px 16px 16px;
    }

    .input_box .label_title {
        font-size: 16px;
    }

    /* .btn {
        font-size: 20px;
    } */

    .btn_group .btn_green {
        font-size: 20px;
        height: 50px;
    }

    .btn_group .btn_black {
        font-size: 18px;
        height: 40px;
    }

    .btn_group {
        gap: 5px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        margin: 0;
        padding: 0;
        background: url(/assets/images/bg_mob.png) no-repeat;
        background-size: cover;
        font-family: Arial, sans-serif;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        background-color: #0000;
        background-position: bottom;
        background-size: 100% 100%;
    }

    .promotional_page_bg {
        background-color: unset;
    }

    .promotional_page_bg::before,
    .promotional_page_bg::after {
        content: unset;
        background-color: unset;
    }

    .signup_container {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }

    img.abs_icon1,
    img.abs_icon2 {
        display: none;
    }

    img.mob.abs_icon1 {
        display: block;
        width: 337px;
        position: absolute;
        top: 105px;
        left: -95px;
        right: 0;
        margin: 0 auto;
        z-index: 3;
    }

    img.abs_icon3 {
        display: none;
    }

    img.mob.abs_icon3 {
        display: block;
        width: 90px;
        height: auto;
        left: 65%;
        top: 30px;
        position: absolute;
        z-index: 3;
        transform: translateX(45%);
    }

    .abs_icon4 {
        width: 100px;
        height: auto;
        position: absolute;
        top: -30px;
        transform: unset;
        left: 10%;
        z-index: 3;
        margin: unset;
    }

    .signup_container {
        align-items: unset;
    }

    .signup_form {
        margin: 0;
        top: 405px;
        transform: unset;
    }
    .signup_bottom_decoration{
        width: 170px;
    }
    span.eclipse_gradient{
        width: 130px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
    .bg {
        height: 100%;
        border-radius: unset;
        width: 850px;
        max-width: 850px;
        min-width: 300px;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: #000000;
    }

    .logo {
        top: 16px;
        left: 24px;
        width: 100px;
        height: auto;
    }

    .model_abs {
        display: flex;
        justify-content: center;
    }

    .promotional_page {
        width: 100%;
        justify-content: center;
        z-index: 4;
        top: 370px;
        height: 410px;
        min-width: 280px;
        transform: unset;
    }

    .women_img {
        top: 45px;
        position: absolute;
        height: auto;
        width: 264px;
        transform: translateX(-50%);
        left: 50%;
        z-index: 3;
    }

    .signup_form h4 {
        font-size: 24px;
        font-weight: 400;
    }

    .signup_form form {
        width: 100%;
    }


    .data.active,
    .data.active,
    .signup_form {
        gap: 20px;
        width: 100%;
        right: 0px;
    }

    .signup_form {
        padding: 0 5%;
    }

    .progress_bar_container {
        display: flex;
        width: 80%;
        margin: 0 auto;
        height: 8px;
        padding-right: 0px;
        align-items: center;
        flex-shrink: 0;
        z-index: 4;
        border-radius: 4px;
        background: #212020;
    }

    .btn_group {
        width: 100%;
    }
    .lds-ellipsis {
        padding: 13.5px 20px;
    }
    .lds-ellipsis div{
        width: 12px;
        height: 12px;
    }

    .input_box input {
        padding: 14px 50px 14px 12px;
        height: auto;
    }

    .btn {
        height: auto;
        padding: 12px 30px;
        gap: 10px;
    }

    .btn_group .btn_green{
        font-size: 18px;
        height: 50px;
    }

    .btn_group .btn_black{
        font-size: 16px;
        height: 40px;
    }

    .input_box .label_title {
        font-size: 14px;
    }

    .data .input_box.password {
        gap: 20px;
    }

    .promotional_page_bg::after {
        background-repeat: no-repeat, no-repeat, hidden;
        background-size: 100% auto, 70px auto, 0;
        background-position: left bottom, 90% 40px, 0;
        z-index: 1;
    }


    .btn_group {
        gap: 5px;
    }
}
@media only screen and (width: 375px) and (max-height: 555px) {
    .signup_form {
        top: 275px !important;
    }
    .promotional_page {
        top: 265px !important;
    }
    .women_img {
        top: 45px !important;
        width: 170px !important;
    }
    img.mob.abs_icon1{
        top: 90px !important;
    }
}
@media only screen and (max-width: 419px) {

    .abs_icon4,
    img.mob.abs_icon3 {
        width: 20vw;
    }

    body {
        background-color: #000;
    }

    .bg {
        height: 100%;
        border-radius: unset;
        width: 850px;
        max-width: 850px;
        min-width: 300px;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: #000000;
    }

    .logo {
        top: 16px;
        left: 24px;
        width: 70px;
        height: auto;
    }

    img.mob.abs_icon1 {
        width: 77%;
        position: absolute;
        top: 120px;
        left: -80px;
    }

    .model_abs {
        display: flex;
        justify-content: center;
    }

    .promotional_page {
        width: 100%;
        justify-content: center;
        z-index: 4;
        top: 315px;
        height: 310px;
        min-width: 280px;
        transform: unset;
    }

    .model_abs_women {
        min-width: 280px;
    }

    .women_img {
        top: 45px;
        position: absolute;
        height: auto;
        width: 210px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    .signup_form h4 {
        font-size: 20px;
        font-weight: 400;
    }

    .signup_form form {
        width: 100%;
    }

    span.eclipse_gradient{
        height: 11px;
        width: 100px;
    }
    .signup_bottom_decoration{
        width: 130px;
        height: 20px;
    }

    .line {
        width: 100%;
        height: 0.5px;
        background-color: #7ff80078;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0px;
    }

    .data.active,
    .signup_form {
        gap: 16px;
        width: 100%;
        /* position: relative; */
        right: 0px;
    }

    .signup_form {
        margin: 0;
        top: 335px;
        transform: unset;
    }

    .signup_form {
        padding: 0 5%;
    }

    .progress_bar_container {
        display: flex;
        width: 60%;
        margin: 0 auto;
        height: 6px;
        padding-right: 0px;
        align-items: center;
        flex-shrink: 0;
        z-index: 4;
        border-radius: 4px;
        background: #212020;
    }

    #progress-bar {
        height: 6px;
    }

    .data .input_box.password {
        gap: 16px;
    }

    .input_box input {
        font-size: 14px;
    }

    .btn_group {
        width: 100%;
    }

    .input_box input {
        padding: 12px 48px 12px 14px;
        height: auto;
    }

    .btn {
        height: auto;
        padding: 10px 30px;
        gap: 7px;
    }

    .btn_group .btn_green{
        font-size: 15px;
        height: 40px;
    }

    .btn_group .btn_black{
        font-size: 13px;
        height: 30px;
    }

    .lds-ellipsis {
        padding: 10.5px 20px;
    }
    .lds-ellipsis div{
        width: 11px;
        height: 11px;
    }

    .btn_group {
        gap: 5px;
    }

    .input_box .label_title {
        font-size: 12px;
    }

    .promotional_page_bg::after {
        background-repeat: no-repeat, no-repeat, hidden;
        background-size: 100% auto, 70px auto, 0;
        background-position: left bottom, 90% 40px, 0;
        z-index: 1;
    }

    .coin_mob {
        display: block;
        top: -40px;
        position: absolute;
        left: 40px;
        width: 80px;
    }


    img.abs_icon2 {
        width: 80px;
        bottom: 16%;
    }
}



@media only screen and (min-width: 1021px) and (max-width: 2800px) {
    img.abs_icon1 {
        width: 420px;
        left: -145px !important;
        z-index: 4;
        bottom: 30px;
    }
    .women_img{
        left: -45px;
    }
}

@media only screen and (min-width: 1021px) and (max-width: 1520px) {
    img.abs_icon1 {
        width: 420px;
        left: -145px !important;
        z-index: 4;
        bottom: 30px;
    }
    .women_img{
        left: -45px;
    }
}
@media only screen and (min-width: 810px) and (max-width: 1020px) {
    img.abs_icon1 {
        width: 330px;
        left: -130px;
        bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 809px){
    img.abs_icon1 {
        width: 340px;
        left: -90px;
        bottom: -10px;
    }
}
/* iPad Air */
@media only screen and (width: 820px) and (max-height: 1180px) {
    .play_more_txt, .right_text_sec{
        gap: 15px !important;
    }
    img.abs_icon1 {
        width: 330px;
        left: -45px;
        bottom: -115px;
    }

    .promotional_page {
        transform: translate(-3%, -50%);
        width: 85%;
    }

    .women_img {
        height: 75%;
        left: 15%;
    }

    .signup_form {
        transform: translate(5%, -50%);
    }

}

@media (min-height: 1060px) and (max-height: 1080px) {
    .women_img {
        height: 79%;
        left: 13%;
    }

    /* .promotional_page {
        transform: translate(-6%, -50%);
        width: 85%;
    } */

    img.abs_icon1 {
        width: 310px;
        left: -29px;
        bottom: -100px;
    }

}

@media (height: 1366px) {
    .women_img {
        height: 76%;
        left: -130px;
    }

    img.abs_icon1 {
        left: -139px;
        bottom: -80px;
    }
}

@media (min-width: 768px) and (height: 909px) {
    .women_img {
        height: 76%;
        left: 120px;
    }

    img.abs_icon1 {
        left: -69px;
        bottom: -30px;
    }
}

@media (width: 768px) and (height: 1024px) {
    .women_img {
        height: 80%;
        left: 14%;
    }

    img.abs_icon1 {
        width: 310px;
        left: -90px;
        bottom: -60px !important;
    }

    .promotional_page {
        transform: translate(-3%, -50%)
    }
}
/* NEST HUB */
@media (width: 1024px) and (height: 600px) {
    .promotional_page{
        height: 400px;
    }
    .abs_icon4{
        width: 75px;
        top: -80px;
    }
    .signup_form{
        width: 60%;
        transform: translate(-4%, -50%);
    }
    .signup_form h4, .data{
        gap: 24px;
    }
    .signup_form h4{
        font-size: 34px;
    }
    img.abs_icon2{
        width: 100px;
        bottom: -23%;
    }
}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1280px) {}

@media only screen and (min-width: 1920px) {}

@media only screen and (orientation: landscape) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {}

@media print {}