.single-banner {
    background: url("../../images/casino-bonus-bg.webp") center/cover no-repeat;
    padding-top: 68px;
}

.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;
}

.banner-wrapper {
    text-align: center;
}

.main-banner-title {
    margin: 4px auto;
    font-weight: 500;
}

.main-banner-title .yellow {
     font-weight: 700;
}

.main-banner-btn {
    margin: 0 auto;
}

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

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

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

.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;
    margin-top: -12px;
}

.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/mob-casino-bonus-bg.webp") center/cover no-repeat;
    }
    
    .popup-wrap-content {
        width: calc(100% - 16px);
        height: auto;
    }
    
    .banner-title {
        font-size: 18px;
    }
}