/* Responsive Classes Home Page */

/* ## Media Query */
@media (min-width: 1800px) and (max-width: 2000px) {
}

@media (min-width: 1281px) and (max-width: 1380px) {
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px

*/
@media (min-width: 1199px) and (max-width: 1280px) {
}

@media (min-width: 1025px) and (max-width: 1199px) {
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media only screen and (max-width: 1200px) {
    .hero-text {
        font-size: 48px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 84px;
    }

    .red-banner {
        display: none;
    }

    /* About Section */
    .about {
        height: 500px;
    }

    .nav-pills {
        gap: 10px !important;
    }
}

@media (max-width: 920px) {
    .hero-text {
        font-size: 38px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 72px;
    }

    .trust-us {
        border-radius: 0;
    }

    .major-partner {
        border-radius: 0;
    }
    /* detail Page */
    .vehicle-info {
        padding: 25px;
    }
    .text {
        width: auto !important;
    }
    .nav-pills {
        gap: 10px;
    }

    /* Footer */
    .footer-logo {
        width: 200px;
    }
}

@media (max-width: 767px) {
    /* Search Bar */
    .input-group {
        position: relative;
        z-index: 1;
    }

    .search_bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: -20px;
    }

    .search_bar form {
        width: auto;
    }

    .hero-text {
        font-size: 36px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 64px;
    }

    .trust-us {
        border-radius: 0;
    }

    /* About Page */
    .paragraph {
        font-size: 20px;
    }

    /* About Section */
    .about {
        height: 450px;
    }

    .heading {
        font-size: 105px !important;
        letter-spacing: 15px;
    }

    .aaa-heading {
        font-size: 64px !important;
        margin-top: -40px;
    }

    /* detail Page */
    .vehicle-info {
        padding: 25px;
    }
    .text {
        width: auto !important;
    }
    .nav-pills {
        gap: 10px;
    }
    .vehicle-info {
        padding: 25px !important;
    }

    /* Footer */
    .footer-logo {
        width: 200px;
    }
}

/* 
##Device = Smart Phones (Portrait and Landscape)
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (max-width: 767px) {
    table {
        font-size: 12px;
    }
    .auction-name h5 {
        font-size: 12px;
    }
    .navbar-collapse {
        background-color: var(--light-background);
        padding: 20px;
    }

    .nav-item:active {
        color: var(--primary);
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
        background-color: var(--light-background);
    }

    .btn-style {
        font-size: 12px;
    }

    .hero-text {
        font-size: 30px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 54px;
    }

    .plain-text-bold {
        font-size: 44px;
    }

    .stylish-text {
        font-size: 48px;
    }

    .plain-text {
        font-size: 20px;
    }

    .biding-text {
        font-size: 16px;
    }

    .about-biding {
        margin-right: 0px !important;
    }

    .about-auction {
        margin-left: 0px !important;
    }

    .trust-us {
        border-radius: 0;
    }

    /* Footer */
    .footer-logo {
        width: 200px;
    }

    .location img {
        width: 100px;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .links {
        text-align: center;
    }

    .location img {
        margin-top: 0;
    }

    .after-footer {
        font-size: 10px;
    }

    /* About Page */
    .paragraph {
        font-size: 20px;
    }

    /* Connection */
    .social-connection {
        width: 100px;
    }
    .input-label {
        width: 100% !important;
    }

    .input-label-phone {
        width: 70% !important;
    }

    /* detail Page */
    .vehicle-info {
        padding: 25px;
    }
    .text {
        width: auto !important;
    }
    .nav-pills {
        gap: 10px !important;
    }
    .vehicle-info {
        padding: 25px !important;
    }

    /* pro-bidding */
    #carouselExampleFade .carousel-inner .carousel-item img {
        height: 400px !important;
    }

    /* find vehicles */
    .filter-section {
        flex-direction: column-reverse;
    }

    .filter-list.active {
        flex-direction: column-reverse;
    }

    #clear {
        margin: 0 !important;
    }

    .filter-list li {
        width: 100%;
        margin-bottom: 7px;
    }

    /* Home */
    .search_bar form {
        width: 70% !important;
    }

    /* Register */
    .suggested-names {
        flex-wrap: wrap;
    }

    /* auction-listing */
    .card-img-top {
        width: 350px !important;
    }

    /* bidding-detail */
    .sh {
        height: auto !important;
    }

    .mt-1-sm-only {
        margin-top: 10px;
    }
    
    .detail-section {
        flex-basis: 50% !important;
        flex-grow: 50 !important;
        padding: 0 !important;
    }

    /* Home page */
    .container,
    .container-fluid {
        padding: 0px !important;
    }

    .small-text {
        font-size: 12px;
    }

    .glass {
        width: 100%;
    }

    .carousel-item img {
        object-fit: contain;
    }

    /* Listing pages */
    .side-filter {
        display: none;
    }

    .main-listing {
        width: 100% !important;
    }

    .offcanvas {
        width: 70%;
    }

    .offcanvas.offcanvas-start {
        z-index: 10000 !important;
    }
}

@media (min-width: 481px) and (max-width: 580px) and (orientation: landscape) {
    .btn-style {
        font-size: 12px;
    }

    .hero-text {
        font-size: 20px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 46px;
    }

    .scroll_down img {
        width: 35px;
    }

    .about-biding {
        margin-right: 0px;
    }

    .about-auction {
        margin-left: 0px;
    }

    .news-text {
        padding: 0;
    }

    /* About Page */
    .paragraph {
        font-size: 18px;
    }
    .heading {
        font-size: 72px !important;
        letter-spacing: 15px;
    }

    .aaa-heading {
        font-size: 54px !important;
        margin-top: -40px;
    }

    /* Auction Page */
    #table-auction,
    #sales-cars {
        justify-content: center;
    }

    /* bidding-detail */
    .sh {
        height: auto;
    }
}

@media (min-width: 481px) and (max-width: 580px) {
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
}

@media (min-width: 320px) and (max-width: 480px) {
    .logo {
        width: 200px;
    }

    .aa-logo {
        width: 50px;
    }

    .btn-style, .clearFilter {
        font-size: 12px;
    }

    .btn-style a {
        color: var(--text-white) !important;
    }

    .carousel-caption {
        margin-top: -50px;
    }

    .hero-text {
        font-size: 18px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 40px;
    }

    .scroll_down img {
        width: 35px;
    }

    .plain-text-bold {
        font-size: 32px;
    }

    .stylish-text {
        font-size: 36px;
    }

    .plain-text {
        font-size: 18px;
    }

    .biding-text {
        font-size: 12px;
    }

    .about-biding {
        margin-right: 0px;
    }

    .about-auction {
        margin-left: 0px;
    }

    .heading-bg {
        font-size: 14px;
    }

    .news-text {
        padding: 0;
    }

    /* About Page */
    .paragraph {
        font-size: 16px;
    }
    .heading {
        font-size: 72px !important;
        letter-spacing: 15px;
    }

    .aaa-heading {
        font-size: 54px !important;
        margin-top: -40px;
    }

    /* Auction Page */
    #table-auction,
    #sales-cars {
        justify-content: center;
    }

    /* Home cards */
    .card {
        width: 350px !important;
        height: 420px !important;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 100px;
    }

    .aa-logo {
        width: 30px;
    }

    .btn-style {
        font-size: 12px;
    }

    .carousel-caption {
        margin-top: -30px;
    }

    .hero-text {
        font-size: 15px;
        line-height: 10px;
    }

    .hero-stylish-text {
        font-size: 30px;
    }

    .scroll_down img {
        width: 25px;
    }

    .plain-text-bold {
        font-size: 28px;
    }

    .stylish-text {
        font-size: 30px;
    }

    .plain-text {
        font-size: 16px;
    }

    .biding-text {
        font-size: 11px;
    }

    .about-biding {
        margin-right: 0px;
    }

    .about-auction {
        margin-left: 0px;
    }

    .heading-bg {
        font-size: 12px;
    }

    .news-text {
        padding: 0;
    }

    /* About Page */
    .paragraph {
        font-size: 12px;
    }

    .about {
        height: 300px;
    }

    .heading {
        font-size: 48px !important;
        letter-spacing: 15px;
    }

    .aaa-heading {
        font-size: 34px !important;
        margin-top: -20px;
    }

    /* Auction Page */
    #table-auction,
    #sales-cars {
        justify-content: center;
    }

    /* bidding-detail */
    .sh {
        height: auto;
    }
}
