:root {
    --bz-green: #03e2c7
}

body {
    background-color: #9E52E7;
}

a,
.btn-link {
    color: #18e3c7;
    text-decoration: none;
    font-weight: 600;
}

a:hover,
.btn-link:hover {
    color: #18e3c7;
    text-decoration: underline;
}

h3 {
    font-weight: 600;
}

strong {
    font-weight: 700;
}

.fw-semibold {
    font-weight: 600;
}

.text-light {
    color: white;
}

.modal-content {
    border-radius: 30px;
}

.bg-green {
    background-color: var(--bz-green);
}

.text-secondary {
    color: #8b8b8b;
}

#top-banner {
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
}

#page {
    background-color: #f5f5f5;
    display: block;
}

.card {
    border: none;
    border-radius: 30px;
}

.card-purple {
    background-color: #9800cc11;
    color: #9800cc;
}

.card-blue,
.alert-blue {
    background-color: #2699fa11;
    color: #2699fa;
}

.card-yellow {
    background-color: #F7C16822;
    color: #FEBB26;
}

.alert {
    border: none;
    border-radius: 30px;
}

.btn {
    border: none;
    border-radius: 20px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-green {
    background: var(--bz-green);
    color: white;
}

.btn-green:hover {
    background: var(--bz-green);
    color: var(--bs-light);
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.imaged-content .row {
    min-height: 300px;
}

.imaged-content p {
    color: #8b8b8b;
}

#illus-5000 {
    background-image: url("../img/index/illus-5000.png");
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

#illus-solitaire {
    background-image: url("../img/index/illus-solitaire.png");
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: auto 125%;
}

@media (max-width: 575px) {
    #illus-solitaire .fs-5 {
        font-size: 16px !important;
    }
}

#illus-grid {
    background-image: url("../img/index/illus-grid.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
}

@media (max-width: 575px) {
    .imaged-content {
        font-size: 12px;
    }

    #illus-5000 {
        background-position: 125% center;
    }

    #illus-grid {
        background-position: 100% center;
    }
}

@media (max-width: 767px) {
    .imaged-content .row {
        min-height: 200px;
    }

    #illus-solitaire {
        background-position: -200% 25%;
    }
}

@media (max-width: 991px) {
    #illus-solitaire {
        background-position: -125px 25%;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

#card-money {
    background-image: url("../img/index/illus-money.png");
    background-position: 100% 25%;
    background-repeat: no-repeat;
    background-size: 75%;
    line-height: 1.2em;
    height: 100%;
}

#card-insta {
    background-image: url("../img/index/bg-insta.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.2em;
    height: 100%;
}

#card-invite {
    background-image: url("../img/index/bg-invite.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 20%;
    line-height: 1.3em;
}

.reward-icon {
    height: 50px;
}

@media (max-width: 576px) {
    .reward-icon {
        height: auto;
        width: 100%;
    }
}

.banner-unlimited {
    position: absolute;
    top: -3px;
    left: -3px;
    height: 100px;
    width: auto;
}

@media (max-width: 576px) {
    .banner-unlimited {
        height: 75px;
    }
}

@media (min-width: 768px) {
    .banner-unlimited {
        height: 150px;
    }
}

.card-illus-top {
    height: 100%;
}

.card-illus-top .illus {
    height: 60px;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    white-space: nowrap;
}

.card-illus-top .illus img {
    height: 100%;
    width: auto;
}

.game-miniature .btn {
    height: auto;
    white-space: nowrap;
    max-width: 100%;
}

.game-miniature .btn:focus {
    outline: none;
}

.game-miniature img {
    width: 75%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .game-miniature img {
        width: 100%;
    }

    .game-miniature span {
        font-size: 0.9em;
    }
}

.modal-content {
    border: none;
}

@media (max-width: 575px) {
    .modal-game .modal-dialog {
        max-width: 70vw;
    }
}

.modal-game .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

#modal-game-img {
    width: 100%;
    height: auto;
}

#seo p,
#seo li {
    font-weight: 400;
    color: var(--bs-secondary);
}

#seo p strong {
    color: var(--bs-dark);
}

.cartoon-text p {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-shadow: -1px 0 #000, 0 -1px #000, 1px 0 #000, 0 4px #000;
}

.cartoon-text p.info {
    font-size: 1.5em;
}
