@media (max-width:1400px) {

    .hero-container .right img {
        width: 106%;
        margin-left: -6%;

    }

    .hero-container .left {
        padding-top: 50px;
    }

    .stats-container {
        padding: 30px;
        bottom: 0;
    }
}


@media (max-width:976px) {
    .hero-container .inner-hero {
        flex-direction: column;
        padding: 0;
    }

    .stats-container {
        display: none;
    }

    .play-now {
        display: none;
    }

    .hero-container header nav {
        position: fixed;
        align-items: center;
        background: #fff;
        width: 300px;
        height: 100vh;
        top: 0;
        left: -100%;
        z-index: 99;
        overflow: auto;
        transition: left 0.3s ease;

        padding: 40px 0;
    }

    #menu-checkbox:checked~.hero-container header nav {
        left: 0;
    }


    /* .play-now {
            display: flex;
            position: fixed;
    z-index: 99;
    bottom: 70px;
    left: 10%;
        } */

    .hero-container header ul a {
        color: var(--black);
        font-weight: 700;
        font-size: 20px;
    }

    .hero-container header ul {
        flex-direction: column;
        width: 100%;
        gap: 60px;
    }


    .hero-container h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .hero-container p {
        font-size: 18px;
    }

    .hero-container .left {
        max-width: 308px;
    }

    .hero-container .left a {
        margin: 0;
        border-radius: 10px;
        padding: 11px 32px;
        font-size: 16px;
    }

    .hero-container .right img {
        width: 100%;
        margin: 0;
        margin-top: 12px;
    }

    .hero-container p {
        margin: 15px 0 30px;
    }

    .hero-container header a img {
        width: 140px;
    }

    .hero-container header {
        padding: 13px 16px;
    }

    .menu-toggle {
        display: inline-block;
    }
}

@media (max-width: 600px) {

    :root {
        font-size: 8px;
    }

    h2 {
        font-size: 2.4rem;
    }

    .card {
        padding: 16px;
    }

    .rules-section {
        padding: 40px 15px;
    }

    .rules-grid,
    .testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 20px;
    }

    .testimonial-card {
        padding: 20px 15px;
        min-height: max-content;
    }

    .card p {
        font-size: 1.8rem;
        line-height: normal;
    }

    .faq-container {
        padding: 0;
    }

    .inner-faq-container {
        background-color: #E3F2FD;
    }


    footer {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-top ul {
        flex-direction: column;
        gap: 15px;
    }

    .footer-bottom {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .card h3 {
        font-size: 2.4rem;
        line-height: 26px;
    }

    .rule h3 {
        font-size: 2.8rem;
    }

    .hero-container header nav {
        width: 200px;
    }

    .tab {
        padding: 10px;
        font-size: 16px;
    }

    .earning-history-content h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .earning-history-content p,
    .earning-history-content ul li,
    .earning-history-content ol li {
        font-size: 14px;
        margin-bottom: 14px;
        line-height: 24px;
    }
}

@media (max-width:320px) {
    .hero-container .left {
        max-width: 100%;
    }

    .hero-container h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .hero-container header nav {
        width: 240px;
    }

}