/* Responsive Section Styles Import */
@import url(../../sections/special-offers/-responsive-inc--special-offers-style.css);
@import url(../../sections/left-image-right-text/-responsive-inc--left-image-right-text-style.css);
@import url(../../sections/vehicles-grid/-responsive-inc--vehicles-grid-style.css);

/* * ALLOWED WIDTHS = <min:>[0px, 576px, 768px, 992px, 1200px, 1400px] * */

/* >= 1400px */

@media (min-width: 1400px) {
    .hero-section-car-overlay {
        background-size: 116.75% 142%;
    }
    .hero-section-swiper .swiper-image-container img {
        object-position: bottom;
        scale: 0.875;
    }
    .hero-section .swiper-pagination {
        bottom: 35%;
    }
}

/* >= 576px */

@media (min-width: 576px) {
    /*- Hero Section -*/
    /*- Hero Section Form -*/
    /* .location-fields-container .input-group:nth-child(1) .form-select,
    .datetime-fields-container .input-group:nth-child(1) .form-select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    } */
    /* .location-fields-container .input-group:nth-child(1) .form-select,
    .datetime-fields-container .input-group:nth-child(2) .input-group-text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    } */
    /* Hero Section Form */
    /* Hero Section */
}

/*** Additional ***/

/* >= 1600px */

@media (min-width: 1600px) {
    .hero-section-swiper .swiper-image-container img {
        margin-top: 4.5%;
    }
    .hero-section .swiper-pagination {
        bottom: 40%;
    }
}
