/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav__data .nav__toggle {
        display: block;
    }

    header.myheader {
        background-color: #CD0103;
    }

    div.nav__menu {
        position: absolute;
        padding-top: 13px;
        top: 0rem;
        left: 0;
        width: 85%;
        height: 80vh;
        background-color: #CD0103;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
    }

    .nav__menu ul.menu-list {
        display: block;
    }

    .nav__menu ul.menu-list li.menu-link {
        padding: 13px 0px;
    }

    .nav__menu ul.menu-list li.menu-link a {
        color: #fff;
        font-size: 17px;
    }

    .nav__menu ul.menu-list li.menu-link>ul.sunmenu {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        box-shadow: none;
        background-color: #CD0103;
        display: none;
        border-radius: 8px;
        border: 1px solid #fff;
    }

    .nav__menu ul.menu-list li.menu-link>ul>li>a {
        color: #fff;
        padding: 8px 20px;
    }

    .h1sixclub h1::before,
    .h1sixclub h1::after {
        content: "";
        position: absolute;
        top: 0%;
        width: 0px;
        height: 0px;
        background: #fed385;
    }

    .log-reg-down {
        display: block !important;

    }

    .log-reg-down a {
        margin: 19px 0px !important;
    }

    .feature-image img {
        max-width: 100% !important;

    }

    .feature-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }

    .btns-head {
        display: block;
    }

    .footer-section ul {
        display: block;
    }

    ol,
    ul {
        padding-left: 0px;
    }

    .feature-images img {
        border-radius: 12px;
        width: 100%;
    }


    .lotter92club .btn {
        gap: 12px;
        width: 100px;
        font-size: 14px;
        padding: 9px 15px;
    }

    section .btn {
        width: 226px !important;
        font-size: 11px;
        padding: 8px 4px;
        gap: 2px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.2rem;

    }

    h3 {
        font-size: 1.1rem;

    }

    .images img {
        max-width: 100%;
    }

    .styled-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 8px;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 10px;
        font-size: 15px;
    }

    .styled-table thead {
        background-color: #c80000;
        /* slightly darker red for better contrast */
    }
}

@media screen and (max-width: 900px) {
    .info-box {
        flex: 1 1 45%;
    }
}

@media screen and (max-width: 600px) {
    .box-container {
        flex-direction: column;
    }

    .info-box {
        flex: 1 1 100%;
    }
}