:root {
    /* --secondary-color: #90F40C; */
    --secondary-color: #FFCE42;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Geologica", sans-serif;
    justify-items: center;
    min-height: 100vh;
}

.logo {
    height: 50px;
}

html, body {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    /* Better mobile support */
    margin: 0;
    padding: 0;
    background: url('../img/bg-desktop.png') no-repeat;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

/* .header #logo{
    height:50px;
} */
.header {
    display: flex;
    background-color: #1F1F40;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 75px;
}

.header a {
    margin: 20px 0px;
    display: flex;
}

.header h1 {
    margin-bottom: 6px;
}

.header p {
    margin-top: 0px;
}

#headerbtn {
    height: 45px;
    cursor: pointer;
}

.API-Area {
    width: 80%;
    display: grid;
    justify-items: center;
}

.wheel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .action {
        display: none;
    }
}

.contents-text {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;

    .jackpot {
        font-size: 32px;
        font-weight: 900;
        font-style: italic;
        color: white;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-shadow: 2px 2px #272727;
    }

    .yellow {
        color: var(--secondary-color);
    }
}

.main-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.main-contents h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    margin-bottom: 10px;
    font-style: italic;
    text-align: center;
    line-height: 55px;
    /* margin-bottom: 20px; */
    text-shadow:
        -2px -1px 0 #000,
        /* Top-left */
        0 -2px 0 #000,
        /* Top */
        2px -1px 0 #000,
        /* Top-right */
        -2px 0 0 #000,
        /* Left */
        2px 0 0 #000,
        /* Right */
        -2px 1px 0 #000,
        /* Bottom-left */
        0 2px 0 #000,
        /* Bottom */
        2px 1px 0 #000;
    /* Bottom-right */
    /* text-shadow: rgb(18 18 18) 2px 2px; */
}

.contents-jackpot {
    /* max-width: 375px; */
    width: 100%;
    display: flex;
    font-style: italic;
    flex-direction: column;

    .jackpot {
        font-size: 30px;
        font-weight: 700;
        color: white;
        margin-bottom: 10px;
        text-align: center;
        /* text-shadow: rgb(18 18 18) 2px 3px; */
        text-shadow:
            -2px -1px 0 #000,
            /* Top-left */
            0 -2px 0 #000,
            /* Top */
            2px -1px 0 #000,
            /* Top-right */
            -2px 0 0 #000,
            /* Left */
            2px 0 0 #000,
            /* Right */
            -2px 1px 0 #000,
            /* Bottom-left */
            0 2px 0 #000,
            /* Bottom */
            2px 1px 0 #000;

        /* Bottom-right */
        .prize {
            font-size: 55px;
            color: var(--secondary-color);
            font-weight: 800;
            text-transform: uppercase;
        }
    }

    .yellow {
        color: var(--secondary-color);
        font-size: 30px;
    }

    span {
        font-size: 42px;
        color: var(--secondary-color);
    }

    .you-got {
        font-size: 25px;
        margin-top: -10px;
        text-shadow:
            -2px -1px 0 #000,
            /* Top-left */
            0 -2px 0 #000,
            /* Top */
            2px -1px 0 #000,
            /* Top-right */
            -2px 0 0 #000,
            /* Left */
            2px 0 0 #000,
            /* Right */
            -2px 1px 0 #000,
            /* Bottom-left */
            0 2px 0 #000,
            /* Bottom */
            2px 1px 0 #000;
        /* Bottom-right */
        /* text-shadow: 2px 3px #272727; */
        color: white;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;

        .yellow {
            font-size: 25px;
            color: var(--secondary-color);
            font-weight: 700;
        }
    }

    .welcome {
        font-size: 50px;
        font-weight: 800;
        text-align: center;
        color: var(--secondary-color);
        margin-top: -15px;
        margin-bottom: 10px;
        text-shadow:
            -2px -1px 0 #000,
            /* Top-left */
            0 -2px 0 #000,
            /* Top */
            2px -1px 0 #000,
            /* Top-right */
            -2px 0 0 #000,
            /* Left */
            2px 0 0 #000,
            /* Right */
            -2px 1px 0 #000,
            /* Bottom-left */
            0 2px 0 #000,
            /* Bottom */
            2px 1px 0 #000;
        /* Bottom-right */
        /* text-shadow: 2px 3px #272727; */
    }
}

.content {
    flex: 1;
    display: flex;
    flex-grow: 1;
    /* flex-direction: column; */
    gap: 2rem;
    align-items: center;
    justify-content: center;
    /* padding-top: 20px;
    padding-bottom: 40px; */
    justify-content: center;

    /* background-color: #1e5683; */
    /* background-repeat: no-repeat; */
    .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
}

/* .content::before {
    content: "";
    position: absolute;
    inset: 0; 
    opacity: 0.85; 
    z-index: -1;
}
.content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
} */
#chili {
    position: absolute;
    z-index: -1;
    margin-top: 120px;
    margin-left: -30px;
}

.text-last {
    font-size: 19px;
    color: white;
    line-height: 25px;
    text-shadow: 2px 2px 4px #000000;
}

.text-number {
    font-size: 50px;
    line-height: 40px;
    text-shadow: 2px 2px 4px #000000;
    margin-top: -40px;
    margin-bottom: -12px;

    span {
        font-size: 25px;
        color: #FFE39A;
    }

    .txt-200 {
        font-size: 25px;
    }
}

.footer {
    display: flex;
    color: white;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
    /* background-color: #000000; */
    width: 100%;
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */

    .row-footer {
        display: flex;
        width: 95%;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        /* padding: 10px; */
        flex-direction: column;
        gap: 10px;
    }
    .age-18{
        width: 30px;
        height: 30px;
    }
    .footer-image {
        display: flex;
    }

    .logo1{
        width: 100%;
        height: 22px;
    }
    .logo2{
        width: 100%;
        height: 45px;
    }
    .logo3{
        width: 100%;
        height: 22px;
    }

    .footer-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;

        p {
            font-size: 9px;
            margin-top: 0px;
            margin-bottom: 5px;
            color: white;
        }
    }
     .footer-text2 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 9px;
        margin-top: 0px;
        text-transform: uppercase;
        margin-bottom: 5px;

        p {
            font-size: 9px;
            margin-top: 0px;
            margin-bottom: 5px;
            color: white;
        }
        img{
            width: 20px;
            height: 20px;
        }
    }
}

.footer-text {
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    margin-top: 10px;
}

.row-footer {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.row-girls {
    margin-left: -30px;
    display: flex;
    justify-content: center;
}

.row-effect {
    display: flex;
    justify-content: center;

    #effect1 {
        position: absolute;
        top: 50px;
        z-index: -1;
        width: 100%;
        max-width: 420px;
    }

    #effect2 {
        position: absolute;
        bottom: 0px;
        z-index: -1;
        width: 100%;
        max-width: 420px;
    }
}

.action {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
    height: 85px;
    animation: pulse 1s linear infinite;
    cursor: pointer;

    img {
        width: 100%;
        max-width: 200px;
        cursor: pointer;
        z-index: 1;
    }
}

.footer p {
    font-size: 12px;
    margin-bottom: 0;
}

#smart-text {
    margin-top: -20px;
    width: 100%;
    max-width: 400px;
}

#text-content {
    width: 100%;
    max-width: 300px;
}

#text-banner {
    width: 100%;
    margin-top: 10px;
    max-width: 350px;
}

#roulette {
    position: absolute;
    top: 30%;
    z-index: -1;
    width: 100%;
    max-width: 350px;
}

.content-text {
    width: 100%;
    max-width: 400px;

    p {
        font-size: 36px;
        text-transform: uppercase;
        color: white;
        text-shadow: 2px 2px 4px #000000;
        text-align: center;
        margin-top: 10px;
        font-weight: 900;
        margin-bottom: 10px;
    }
}

.content-subheadline {
    width: 100%;
    max-width: 550px;
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: "Geologica", sans-serif;
    margin-top: 10px;

    .first {
        color: white;
        text-shadow: 2px 2px 4px #000000;
        font-size: 40px;
        text-shadow: 2px 2px 4px #000000;
        color: white;
        font-weight: 900;
        font-style: italic;
    }

    .second {
        color: white;
        font-size: 30px;
        text-shadow: 2px 2px 4px #000000;
        /* padding-top: 5px; */
        font-weight: 900;
        font-style: italic;

        .yellow {
            color: #FFE39A;
            font-weight: 900;
        }
    }

    .yellow {
        color: #FFE39A;
    }

    .text-last {
        font-weight: 900;
        font-style: italic;
    }

    .text-number {
        line-height: 35px;
    }

    .text-number span {
        font-weight: 900;
        font-style: italic;
    }
}

.modal-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    z-index: 9;
    left: 0;
    top: 0;
    display: none;
}

.modal-container.active {
    display: flex;
}

/* .modal-container .modal-box {
    width: 320px;
    height: 250px;
    padding: 2rem;
    background: url('../img/winningbanner.png') no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
} */
.free-spin {
    font-size: 20px;
    color: var(--secondary-color) !important;
    margin-top: -10px !important;
}

.modal-container .modal-box {
    width: 320px;
    height: 300px;
    padding: 1.5rem;
    background: url('../img/winning-banner.png') no-repeat;
    /* background-color: #612528; */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    border: 2px solid #c69a6c;
    border-radius: 10px;
}

.modal-container .modal-box h2 {
    font-size: 35px;
    color: var(--secondary-color);
    margin: 0px !important;
    text-shadow: 2px 2px #151515;
}

.footer-text-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.modal-container .modal-box p {
    font-size: 30px;
    color: white;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px #151515;
}

#claimbtn {
    height: 80px;
    animation: pulse 1s linear infinite;
}

.modal-container .modal-box p span {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 900;
}

.text-congrats {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    margin-top: 10px;
}

.text-won {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    line-height: 25px;
}

.text-bonus {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    font-weight: 800;
}

.modal-container .modal-box .modal-btn {
    padding: 0.8rem 2rem;
    /* background-color: #4EA522; */
    background: url('../img/btn_reclamalo.png') no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 220px; */
    /* margin-top: 10px; */
    text-align: center;
    min-width: 170px;
    height: 70px;
    animation: pulse 1s linear infinite;
    /* font-size: 12px;
    text-transform: uppercase; */
    /* color: white; */
    /* font-weight: 700;
    text-decoration: none;
    border-radius: 15px; */
}

/* .modal-container .modal-box .modal-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #09ff8c54;
    background-color: white;
    border: 2px solid #1FAD66;
    color: #1FAD66;
} */

@media screen and (min-width: 768px) {
    .modal-container .modal-box {
        width: 350px;
        /* height: 350px; */
    }

    .modal-container .modal-box h2 {
        font-size: 40px;
        font-weight: 700;
        color: var(--secondary-color);
        margin: 0px !important;
    }

    .modal-container .modal-box p span {
        font-size: 47px;
        /* line-height:60px; */
    }

    .modal-container .modal-box .modal-btn {
        font-size: 25px;
    }
}

@media screen and (max-width: 680px) {
    .footer .container {
        gap: 1rem;
        justify-content: center;
    }

    .footer p {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .footer ul {
        /* flex-direction: column; */
        /* gap: 10px; */
    }
}

@media only screen and (max-width:500px) and (max-height:700px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .action {
        margin-top: 10px;
    }
}

@media only screen and (max-width:500px) {
    /* .footer {
        padding-top: 10px;
        padding-bottom: 10px;
    } */

    .header {
        height: 55px;
    }

    #smart-text {
        display: none;
    }

    #text-banner {
        width: 220px;
    }

}

/* Wheel and Related Elements */
.main-wheel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel {
    width: 500px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    flex: 0 0 auto;
}

/* 
.wheel::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../assets/images/arrow.webp) no-repeat;
    position: absolute;
    background-size: contain;
    top: 0;
    z-index: 3;
} */

.edge-wheel,
.hoop-wheel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.edge-wheel {
    z-index: 2;
    pointer-events: none;
    position: absolute;
}

.hoop-wheel {
    transform: rotate(0deg);
}

.edge-wheel img,
.hoop-wheel img {
    width: 100%;
    height: 100%;
}

.wheel-container {
    .cta-btn {
        padding: 1.5rem 4.7rem;
        /* background-color:#4EA522; */
        border-radius: 5px;
        /* border: 2px solid #4EA522; */
        background: url('../img/BTN_GIRAR.png') no-repeat;
        background-size: cover;
        /* font-size: 24px;
        text-transform: uppercase;
        color: white;
        font-weight: 600; */
        cursor: pointer;
        min-width: 250px;
        height: 80px;
        transition: all .3s;
        display: none;
        animation: pulse 1s linear infinite;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
    }
}

.cta-btn {
    background: url('../img/BTN_GIRAR.png') no-repeat;
    background-size: cover;
    padding: 1.5rem 4.7rem;
    border: none;
    min-width: 250px;
    height: 80px;
    /* background-color:#4EA522;
    border-radius: 20px;
    border: 2px solid #4EA522; */
    /* font-size: 25px;
    text-transform: uppercase;
    color: white;
    font-weight: 600; */
    cursor: pointer;
    animation: pulse 1s linear infinite;
    transition: all .3s;
}

/* .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px #2de96f54;
    border: 2px solid #4EA522;
    background-color:white;
    color: #4EA522;
} */
.button-wheel {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    background-image: url('../img/gold-btn.png');
    background-size: cover;
    background-position: center;
    /* font-family: "Geologica", sans-serif; */
    /* border: 2px solid white; */
    border: 1px solid #f8ce43;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    z-index: 3;
    animation: pulse 1s linear infinite;
}

/* .button-wheel{
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 50%;
    background-color: #4EA522;
    border: 3px solid white;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    z-index: 3;
    animation: pulse 1s linear infinite;
} */
@keyframes pulse {
    0%, to {
        transform: scale(1);
    }

    50% {
        transform: scale(.9);
    }
}

.button-wheel:hover {
    animation-play-state: paused;
}

@media only screen and (min-width:901px) and (max-width: 1200px) {
    .wheel {
        width: 450px;
        height: 450px;
    }

    .wheel {
        padding: 1rem;
    }

    .main-contents h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .contents-jackpot {
        & .jackpot {
            font-size: 22px !important;

            .yellow {
                font-size: 22px;
            }

            font-size:25px;

            .prize {
                font-size: 40px;
            }
        }

        .welcome {
            font-size: 35px;
        }
    }

    .contents-jackpot {
        .you-got {
            font-size: 22px;

            .yellow {
                font-size: 22px;
            }
        }
    }
}

@media only screen and (min-width:768px) and (max-width: 900px) {
    .wheel {
        width: 370px;
        height: 370px;
    }

    .wheel {
        padding: 1rem;
    }

    .main-contents h1 {
        font-size: 32px;
        line-height: 32px !important;
        margin-bottom: 10px;
    }

    .contents-jackpot {
        & .jackpot {
            .yellow {
                font-size: 22px;
            }

            font-size:22px;

            .prize {
                font-size: 37px;
            }
        }

        .welcome {
            margin-top: -8px;
            font-size: 25px;
        }
    }

    .contents-jackpot {
        .you-got {
            font-size: 20px;
        }
    }
}

@media only screen and (min-width:768px) and (max-width: 800px) {

    /* .modal-container .modal-box .modal-btn{
        margin-top:180px;
    } */
    .cta-btn {
        font-size: 20px;
    }

    .modal-container .modal-box {
        width: 400px;
    }

    .text-congrats {
        font-size: 30px;
        margin-top: 20px;
    }

    .text-won {
        font-size: 21px;
    }

    .text-bonus {
        font-size: 24px;
    }

    #claimbtn {
        height: 65px;
    }

    .action {
        height: 65px;
    }

    .main-contents h1 {
        line-height: 35px !important;
    }
}

@media only screen and (max-width:767px) {
    .welcome {
        font-size: 30px !important;
    }

    .row-footer {
        flex-direction: column !important;
    }

    .footer-text {
        margin-top: 0px !important;
    }

    /* .footer-img{
        margin-top:10px;
    } */
    .modal-container .modal-box p span {
        font-size: 40px;
    }

    .modal-container .modal-box {
        width: 400px;
    }

    .main-contents h1 {
        font-size: 35px;
        line-height: unset !important;
        margin-bottom: 0px;
    }

    .button-wheel {
        width: 90px;
        height: 90px;
        font-size: 20px;
    }

    .contents-jackpot {
        & .jackpot {
            .yellow {
                font-size: 22px;
            }

            font-size:22px;

            .prize {
                font-size: 35px;
            }
        }

        .you-got {
            .yellow {
                font-size: 20px;
            }
        }
    }

    .contents-jackpot {
        .you-got {
            font-size: 20px;
        }
    }

    .wheel-container {
        margin-top: -30px;
    }

    .text-content {
        .cta-btn {
            display: none;
        }
    }

    .wheel-container {
        .cta-btn {
            display: flex;
        }
    }

    .text-congrats {
        font-size: 30px;
        margin-top: 20px;
    }

    .action {
        height: 60px !important;
    }

    .text-won {
        font-size: 21px;
    }

    .text-bonus {
        font-size: 24px;
    }

    #logo {
        height: 35px;
    }

    .wheel::after {
        width: 30px;
        height: 30px;
    }

    .wheel {
        padding: 1.5rem;
    }

    .wheel {
        width: 380px;
        height: 380px;
    }

    .text-content {
        .action {
            display: none;
        }
    }

    /* html, body{
        background: url('../img/bg-mobile3.png');
        background-size: cover;
        background-position:center;
        background-repeat: no-repeat;
    }
    .content{
          flex-direction: column;
    } */
    html, body {
        background: url('../img/bg-mobile3.png') no-repeat;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 100vh;
        min-height: 100svh;
    }

    .content {
        flex: 1;
        /* min-height: calc(100vh - 130px); */
        /* Adjust based on your header/footer height */
        flex-direction: column;
    }

    /* .content::before {
        content: "";
        position: absolute;
        inset: 0; 
        background-image: url("../img/bg-mobile3.png");
        background-size: cover;      
        background-position:center;
        opacity: 1;
        z-index: -1;
    }
    .content::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5); 
        z-index: -1;
    } */
    .wheel-container {
        .action {
            display: flex;
        }
    }

    #text-banner {
        margin-bottom: -50px;
    }

    .modal-container .modal-box .modal-btn {
        font-size: 20px;
    }

    #claimbtn {
        height: 65px;
    }
}

@media only screen and (max-width: 500px) {
    .main-contents {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .wheel-container {
        .cta-btn {
            margin-top: 20px;
            border-radius: 20px;
            min-width: 200px;
            height: 60px;
        }
    }

    .contents-jackpot {
        .you-got {
            font-size: 17px;
            color: white;
            font-weight: 700;
            text-align: center;
            margin-bottom: 0px;
            margin-top: -5px;
        }

        .yellow {
            font-size: 17px !important;
        }

        .jackpot {
            font-size: 17px;
            line-height: 30px;
        }

        .prize {
            font-size: 29px !important;
            color: var(--secondary-color);
        }

        .welcome {
            font-size: 26px !important;
            font-weight: 800;
            margin-top: -10px;
            line-height: 20px !important;
        }
    }

    .main-contents h1 {
        font-size: 25px;
        margin-top: -15px;
        /* margin-bottom:5px; */
    }

    .contents-text p {
        margin-top: -10px;
    }

    .modal-container .modal-box h2 {
        font-size: 32px;
    }

    .modal-container .modal-box p {
        font-size: 24px;
    }

    .modal-container .modal-box p span {
        font-size: 37px;
    }

    .modal-container .modal-box {
        padding: 1rem;
        width: 300px;
        height: 250px;
    }

    .modal-container .modal-box .modal-btn {
        font-size: 14px;
    }

    .wheel {
        padding: 1.5rem;
    }

    .text-last {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: unset !important;
        margin-top: 10px;
    }

    .text-number {
        font-size: 40px;
    }

    .logo {
        height: 40px;
    }

    .content {
        padding-top: 20px;
    }

    .wheel {
        max-width: 300px;
        width: 100%;
        height: 300px;
    }

    .button-wheel {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }

    .text-number {
        span {
            font-size: 22px;
            color: #FFE39A;
        }

        .txt-200 {
            font-size: 22px !important;
        }
    }

    #smart-text {
        max-width: 300px;
        margin-left: -5px;
    }

    #text-banner {
        max-width: 250px;
        margin-top: -30px;
        margin-bottom: -40px;
    }

    #text-content {
        max-width: 100px;
    }

    .action {
        margin-top: 18px;
        height: 50px;
    }

    .content-text p {
        font-size: 27px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .content-text {
        max-width: 300px;
        margin-top: 5px;
    }

    .content-subheadline {
        margin-bottom: -10px;
        max-width: 420px;

        .first {
            font-size: 30px;
            color: white;
            font-weight: 900;
            font-style: italic;
        }

        .second {
            font-size: 21px;
        }

        .yellow {
            color: #FFE39A;
        }
    }

    #text-content {
        display: none;
    }

    .cta-btn {
        font-size: 20px !important;
        padding: 1rem 4rem !important;
    }
}

@media only screen and (max-width: 400px) {
    .contents-jackpot {
        .you-got {
            font-size: 15px;
            color: white;
            font-weight: 700;
            text-align: center;
            margin-top: -10px;
            margin-bottom: 0px;
        }

        .jackpot {
            font-size: 16px;
            line-height: 27px;
        }

        .yellow {
            font-size: 15px !important;
        }

        .prize {
            font-size: 26px !important;
            color: var(--secondary-color);
        }

        .welcome {
            font-size: 24px !important;
            font-weight: 800;
        }
    }

    .wheel {
        padding: 1.5rem;
    }

    .contents-text p {
        margin-top: -10px;
    }

    #text-content {
        display: none;
    }

    .cta-btn {
        font-size: 17px !important;
        padding: 0.9rem 4rem !important;
    }

    /* .content-subheadline {
        .second{
            padding-top:5px;
        }
    } */
    .text-last {
        font-size: 14px;
    }

    .text-number {
        font-size: 32px;
        line-height: 35px;

        span {
            font-size: 17px;
        }
    }

    .text-number {
        .txt-200 {
            font-size: 17px !important;
        }
    }

    .content-text {
        max-width: 250px;
        margin-top: 5px;
    }

    .content .text-content {
        margin-top: 0px !important;
    }

    .action {
        margin-top: 5px;
    }

    .content-text p {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .content-subheadline {
        margin-bottom: -18px;
        margin-top: 0px;
        max-width: 350px;

        .first {
            font-size: 22px;
        }

        .second {
            font-size: 18px;
        }
    }

    #text-banner {
        max-width: 200px;
        margin-top: -20px;
        margin-bottom: -30px;
    }

    .wheel {
        max-width: 280px;
        width: 100%;
        height: 280px;
    }

    .content {
        padding-bottom: 20px;
    }

    .main-contents h1 {
        font-size: 22px;
        margin-bottom: 5px;
        /* margin-top: 20px; */
    }
}

@media only screen and (min-width:376px) and (max-width: 500px) {
    .wheel {
        max-width: 330px !important;
        width: 100%;
        height: 330px !important;
    }
}

.body--modal-open {
    overflow: hidden;
}