@media(min-width:1700px) {
    .login-content {
        max-width: 1140px;
    }

    .login-content h1 {
        font-size: 43px;
    }

    .login-rightside {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-container {
        max-width: 1280%;
    }
}

@media(max-width:1280px) {}

@media(max-width:1050px) {
    .login-content {
        width: 100%;
    }

    .login-rightside {
        padding: 30px 40px 30px 24px;
    }

    .card-text {
        height: 200px;
    }

    .card-text p {
        font-size: 20px;
    }

    .banner-content h1 {
        font-size: 42px;
    }

    .banner-content p {
        font-size: 22px;
        max-width: 800px;
    }

    .banner-wrapper {
        height: calc(100vh - 206px);
    }

    .brand-banner-wrapper {
        height: calc(100vh - 538px);
    }

    .custom-container {
        max-width: 900px;
    }

    .brand-banner-content h1 {
        font-family: 'Uxum';
        font-size: 36px;
        max-width: 348px;
    }

    .brand-banner-content h5 {
        font-size: 32px;
    }
}

@media(max-width:900px) {}

@media(max-width:767px) {

    .login-rightside,
    .login-leftside {
        width: 100%;
    }

    .login-wrapper {
        overflow-y: auto;
    }

    .login-content {
        padding: 30px 30px;
    }

    .login-rightside {
        height: calc(100vh - 19.5px);
        padding: 0;
    }

    .login-content h1 {
        font-size: 24px;
    }

    .login-content p {
        font-size: 16px;
    }

    .login-rightside-content {
        padding: 30px 30px;
        overflow-x: hidden;
    }

    /* Header Responsive */
    .main-header .row {
        row-gap: 15px;
    }

    .main-header .col {
        flex: 0 0 100%;
        order: 3;
    }

    .main-header .col-auto:first-child {
        order: 1;
    }

    .main-header .col-auto:last-child {
        order: 2;
        margin-left: auto;
    }

    .header-search-wrapper {
        margin: 0;
    }

    .action-btn {
        width: 30px;
        height: 30px;
        flex: 0 0 auto;
    }

    .comman-btn.dropdown-toggle {
        height: 40px;
        font-size: 12px;
        min-width: auto;
        padding: 10px 10px;
    }

    /* Banner Responsive */
    .banner {
        height: auto;
        min-height: 500px;
        padding-bottom: 30px;
        border-radius: 15px;
    }

    .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px;
    }

    .banner-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 60px 20px 30px;
        margin: 0 auto;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .filter-bar-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
    }

    .banner-wrapper {
        height: calc(100vh - 260px);
    }

    .filter-bar {
        padding: 20px;
        background: rgba(28, 52, 64, 0.95);
    }

    .card-text {
        height: 174px;
    }

    .comman-heading h2 {
        font-size: 36px;
    }

    .comman-heading p {
        font-size: 14px;
    }

    .brand-banner-wrapper {
        height: calc(100vh - 538px);
    }

    .brand-banner-wrapper {
        height: calc(100vh - 658px);
    }

    .custom-container {
        max-width: 100%;
    }

    .brand-banner-content h1 {
        font-family: 'Uxum';
        font-size: 26px;
        max-width: 348px;
        line-height: 100%;
        margin-bottom: 5px;
        max-width: 50%;
    }

    .brand-banner-content h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    /* Footer Responsive */
    .footer {
        padding: 40px 0 20px;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .footer-bottom {
        padding-top: 20px;
        margin-top: 30px !important;
    }

    .payment-icons {
        justify-content: center;
    }

    /* Category Page Responsive */
    .filter-sidebar {
        margin-bottom: 30px;
    }

    .category-title {
        font-size: 28px;
    }

    .category-pills {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        justify-content: flex-start !important;
        flex-wrap: nowrap;
    }

    .category-pill {
        white-space: nowrap;
    }

    .car-img-wrapper {
        height: 180px;
    }
}

@media(max-width:500px) {}