.single-banner {
    background: url("../../images/cashback-bg.webp") center/cover no-repeat;
}

.starburst {
    background: url("../../images/starburst.webp") center/cover no-repeat;
}

.olympus {
    background: url("../../images/Olympus.webp") center/cover no-repeat;
}

.aviator {
    background: url("../../images/AviatorGame.webp") center/cover no-repeat;
}

.plinko {
    background: url("../../images/Plinko_X.webp") center/cover no-repeat;
}

.book-of-dead {
    background: url("../../images/book-of-dead.webp") center/cover no-repeat;
}

.snoop-dog {
    background: url("../../images/cd7adaf7_bgaming_snoop-dogg-dollars_400x400.webp") center/cover no-repeat;
}

.main-banner-title {
    font-weight: 600;
    max-width: 500px;
}

.main-banner-title b {
    font-weight: 800;
}

.single-banner p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.welcome-terms ul {
    padding-left: 16px;
}

.welcome-terms ul, .welcome-terms li {
    color: #BEB9FF;
    list-style: initial;
}

/*.steps-info-block-kyc {*/
/*    max-width: 138px;*/
/*}*/

/*.steps-info-block-wallet {*/
/*    max-width: 195px;*/
/*}*/

/*.steps-info-block-chip {*/
/*    max-width: 204px;*/
/*}*/

/*.steps-info-block-vip {*/
/*    max-width: 214px;*/
/*}*/

.steps-info-block {
    max-width: 23%;
}

.popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: #00000094;
}

.popup-wrap-content {
    width: 480px;
    /* min-height: 684px; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    overflow: hidden;
    background: #1e1450;
}

.banner {
    width: 100%;
    height: 152px;
    background: url("../img/dasdas32423.png") center / cover no-repeat;
    padding: 40px 16px 0 24px;
    position: relative;
}

.banner-title {
    color: #FFDC41;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.banner-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#TRUE_SIGNUP_FRAME {
    min-height: 546px;
    border-radius: 24px;
}

.close-banner {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BEB9FF33;
    border-radius: 12px;
    cursor: pointer;
}

.close-banner img {
    width: 16px;
    height: 16px;
}

@media (max-width: 1000px) {
    .single-banner {
        background: url("../../images/cashback-bg-mob.webp") center/cover no-repeat;
        padding: 40px 10px;
    }
    
    .main-banner-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        max-width: 100%;
    }
    
    .main-banner-title b {
        font-size: 32px;
        font-weight: 800;
        line-height: 32px;
        text-align: center;
    }

    .banner-wrapper p {
        text-align: center;
        margin: 0 auto;
        max-width: 267px;
    }
    
    .main-banner-title br {
        display: none;
    }
    
    .steps-info {
        width: 281px;
    }
    
    .steps-info-block {
        max-width: 100% !important;
        margin-bottom : 24px !important;
    }
    
    .popup-wrap-content {
        width: calc(100% - 16px);
        height: auto;
    }
}