/* Mobile */
@media (max-width: 480px) {
    .tb-desktop-news {
        display: none;
    }

    .box-feat {

        margin-top: 50px;
    }

    .BshowBrand2 {
        display: none;
    }

    .sub_shw_vin {
        display: block;
        width: 100%;
    }

    /* CSS styles for mobile devices */
    .box-banner {
        display: none;
    }

    .bg-dark {
        background: var(--black) !important;
    }

    .register-modal {
        background: black;
        color: var(--white);
        backdrop-filter: blur(7px);
    }

    .login-modal {
        background: var(--black);
        color: var(--white);
        backdrop-filter: blur(7px);
    }

   .p-search-vin .head-search {


        background-size: cover;

    }

    .navbar-collapse {
        background: var(--black);

    }

    .navbar-brand {
        font-size: 35px;
        font-family: system-ui;
        padding-left: 21px;

        
    }
    .nav-sub-menu{
        padding:10px;
    }
}