
@media (max-width: 768px) {
    .top_nav .tgl{
        display: block;
    }

    .nav_links{
        width: 100%;
        height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 80px;
        background-color: var(--white);
        display: block;
        transition: 0.3s ease-in-out;
    }

    .nav_links_tg{
        height: 80px;
    }

    .nav_links a{
        width: auto;
        height: auto;
        color: black;
        display: block;
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .nav_links a:hover{
        border-radius: unset;
        background-color: unset;
    }

    .quick_intro .int_txt_hld{
        width: 100%;
    }

    .quick_intro .int_txt{
        width: 100%;
    }

    .quick_intro .int_txt h1{
        font-size: 25px;
        margin-bottom: 20px;
    }

    .quick_intro .int_img{
        display: none;
    }

    .sec-2{
        width: 90%;
        display: block;
    }

    .sec-2 .inn_sec-1{
        width: 100%;
    }

    .sec-2 .inn_sec-2{
        width: 100%;
    }

    .sec-2 .inn_sec-1 .earn_money h1{
        font-size: 1.2em;
        font-weight: 500;
    }

    .sec-2 .inn_sec-1 .nd_knw h1{
        font-size: 1.3em;
        font-weight: 500;
    }

    .inn_sec-2 .hw-1 h1{
        font-size: 1.5em;
        font-weight: 500;
    }

    .sec-2 .reg h1{
        font-size: 1.5em;
        font-weight: 500;
    }

    .sec-3{
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .sec-3 h1{
        text-align: center;
        font-size: 1.4em;
        margin-bottom: 40px;
    }

    footer{
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }


    footer .footer_nav{
        margin-bottom: 10px;
        gap: 5px;
    }

    footer .footer_nav a{
        font-size: 12px;
        padding: 2px;
        flex-shrink: 1;
        white-space: nowrap;

    }


}
