

@media screen and (max-width: 1440px) {
    .banner_bg {
        height: 90vh;
    }
    .custom_container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1366px) {
    .banner_lft_box h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 46px;
        color: #090909;
    }
    .about_content p {
        font-size: 16px;
        line-height: 20px;
    }
    .section_spacing {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1024px) {
    .banner_bg {
        height: 60vh;
    }
    .banner_rgt_box img {
        width: 100%;
    }
    /* .banner_rgt_box img {
        width: 100%;
    } */
}



@media (min-width: 768px) and (max-width: 830px) {
    .banner_bg {
        height: 60vh;
    }
    .section_spacing {
        padding: 50px 0;
    }
    /* .banner_rgt_box img {
        width: 100;
    } */
}

@media screen and (max-width: 450px) {
    .banner_bg {
        height: 100vh;
    }
    .banner_lft_box h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner_lft_box{
        margin-bottom: 40px;
    }
    .f_20 {
        font-size: 18px;
    }
    .main_heading h2 {
        font-family: 'Clash Display';
        font-weight: 600;
        font-size: 32px;
        color: #090909;
        text-align: center;
        position: relative;
        margin-bottom: 50px;
    }
    .about_img {
        width: 80% !important;
    }

    .platform_card .nav-tabs .nav-link {
        height: 48px;
        background: #ffffff;
        border: 1px solid #D2983D;
        border-radius: 12px;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #D2983D;
        padding: 0px 20px;
        text-transform: uppercase;
        min-width: 150px;
    }

    .download_card {
        padding: 40px 0px;
        background: #FAF6EC;
    }
    
    footer .nav-link {
        font-size: 12px;
        padding: 0px 2px !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: white;
        margin-top: 10px;
    }
    .banner_rgt_box img {
        width: 100%;
    }

}

@media screen and (max-width: 375px) {
    .download_btn, .download_btn:hover, .download_btn:focus, .download_btn:active {
        padding: 4px 6px;
        width: 165px;
        transform: scale(0.9);
    }
    .download_btns .btn, .download_btns .btn:hover {
        font-size: 18px;
        padding: 10px 10px;
    }
    .banner_bg {
        height: 120vh;
    }
    .about_content h4 {
        font-size: 24px;
        line-height: normal;
    }
    .platform_card .nav-tabs .nav-link {
        padding: 0px 10px;
        min-width: 140px;
    }
    footer .nav-link {
        font-size: 12px;
        padding: 0 !important;
    }

    .section_spacing {
        padding: 40px 0;
    }
    .main_heading h2 {
        font-size: 26px;
    }

    p{font-size: 14px;}
    .navbar-brand img {
        width: 120px;
    }
    .f_20 {
        font-size: 16px;
    }
    .custom_collapse .accordion-button {
        font-size: 16px;}

    .footer_logo {
        width: 120px;
    }

    .banner_rgt_box img {
        width: 90%;
    }
    .text-sm-center{
        text-align: center !important;
    }
    .about_img {
        width: 70% !important;
        margin-bottom: 10px;
    }
    .about_content h4 {
        font-size: 22px;
        line-height: normal;
    }
    .about_content p {
        font-size: 14px;
        line-height: 20px;
    }
    .theme_btn {
        padding: 10px 18px;
        height: 46px;
        font-size: 16px;
    }
}

