@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --theme-color: #0A2357;
    --theme-text-color: #1A3760;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


html {
    font-size: 100%;
    scroll-behavior: auto !important;
}

body {
    background-attachment: fixed;
    background-color: #ffffff;
    color: #5F6973;
    /* font-family: 'Inter', sans-serif !important; */
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    transition: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


ul {
    list-style: none;
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
    margin-bottom: 0px !important;
}

.fz-14 {
    font-size: 14px;
}

.section-title {
    font-size: 34px;
    line-height: 44px;
    color: var(--theme-text-color);
    font-weight: 600;
}

.div {
    height: 80vh;
    background: rgba(102, 51, 153, 0.226);
}

.row {
    margin: initial !important;
    padding: initial !important;
}

p {
    overflow-wrap: anywhere !important;
    color: var(--theme-text-color);
}

.text-muted {
    color: #5F6973 !important;
}


/* breadcrumb */
.inner-page-breadcrumb {
    padding: 50px 0;
}

.breadcrumb-title {
    color: var(--theme-text-color);
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
}

.breadcrumb-title-list .subtitle {
    color: #5F6973;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
}

.breadcrumb-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
}

.breadcrumb-item a {
    color: var(--theme-text-color) !important;
}


/* car slider  */

.car-slider .slider-item {
    height: 640px;
    width: 100% !important;
    position: relative;
    z-index: 1 !important;
}

.car-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;

    position: absolute;
    width: 100%;
    top: 50%;
}

.car-slider .owl-prev,
.car-slider .owl-next {
    background: #fafafa2a !important;
    padding: 10px !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid #fff !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10vmax;
}

.owl-prev i::before,
.owl-next i::before {
    font-size: 20px;
    font-weight: 600 !important;
}


/* .filter  */

.car-search {
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
    background: var(--theme-color);

}

.car-search-content {
    position: relative;
    z-index: 1;
}

.car-search h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.car-search p {
    color: #f8f9fa;
    margin-bottom: 30px;
}


.select-boxes select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right 0.75rem center; */
    background-size: 16px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    font-size: 13px;
    color: #5F6973;
    cursor: pointer;
}

.select-boxes select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-search {
    width: 75%;
    height: 50px;
    padding: 14px;
    background-color: #ffc107;
    border: none;
    color: var(--theme-text-color);
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    transition: all 0.3s ease;
}

.btn-search:hover {
    background-color: #f7cf5aee !important
}

.btn-search i {
    margin-right: 5px;
    font-size: 16px;
}

.btn-search i::before {
    font-weight: 600 !important;
}


/********* feature-listing  ***********/

.feature-listing-filter-btns {
    background-color: #EEF2F6;
    border-radius: 60px;
    border-bottom: none;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 5px;
    max-width: 384px;
    padding-inline: 5px;
    width: 100%;
    border-radius: 10vmax !important;
}

.feature-listing-filter-btns button {
    border: none;
    font-size: 13px;
    font-style: normal;
    color: var(--theme-text-color);
    font-weight: 600;
    height: 35px;
    line-height: 16px;
    letter-spacing: 0em;
    margin: 5px 7px;
    padding: 7px 27px;
    text-transform: capitalize;
    border-radius: 10vmax !important;
    text-align: left;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.filter-btn-active {
    background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}

.feature-listing-filter-btns button:hover {
    background: #fff;
}

.car-list-row {
    margin-top: 40px !important;
}

.car-list-row>* {
    margin-top: initial !important;
}

.feature-listing-card {
    background-color: #fff;
    border: 1px solid #EAEAEA !important;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.card-body {
    padding-bottom: 0px !important;
}

.card-img-wrapper {
    height: 50%;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.card-img-wrapper img {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    aspect-ratio: 14/9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card-img-wrapper img:hover {
    transform: scale(1.1);
}

.car-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px !important;
}

.car-model-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}

.feature-listing-card:hover .car-model-name {
    color: #0d6efd;
}

.review-and-rating {
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

.review-and-rating .text-muted {
    font-size: 13px;
}


.review-and-rating .star {
    font-size: 12px;
}

.review-and-rating .star i {
    color: #F5C34B;
}

.car-details {
    margin-top: 20px;
    margin-bottom: 10px;
}

.car-details .text-muted {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;

    display: flex;
    gap: 8px;
    align-items: center;
}

.more-listing {
    color: #1A3760;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    position: relative;
}

.show-all-car-icon {
    margin-left: 20px;
    background-color: #F5C34B;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    text-align: center;
    width: 35px;
    transition: all 0.5s;
}

.show-all-car-icon:hover {
    background: var(--theme-color);
    color: #fff;
}

.show-all-car-icon i::before {
    font-size: 19px !important;
    font-weight: 600 !important;

    vertical-align: -.300em;
}

.compare-button {
    background-color: #EB6245;
    border-radius: 10vmax;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.03em;
    padding: 6px 13px;
    transition: all 0.3s ease;
    position: absolute;
    top: -14%;
    left: 20px;
    border: none;
    outline: none;
    text-transform: uppercase;
}


.card.feature-listing-card:hover .compare-button {
    top: 8%;
}

/* why-choose-us-section  */

.why-choose-us-section {
    padding-bottom: 30px;
}

.main-title {
    margin-block: 50px;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
}

.why_chose_us {
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    .why_chose_us {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .why_chose_us {
        flex-direction: column;
    }

    .why_chose_us .details {
        width: 55%;
    }
}

.why_chose_us img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}


.bg-shape {
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
    text-align: center;
    width: 90px;

    display: flex;
    justify-content: center;
    align-items: flex-end;

    margin-bottom: 20px;
    padding-top: 15px;
    transition: all 0.3s;
}

.bg-shape:hover {
    transform: rotate(25deg);
}


.bg-shape-red {
    background-image: url(../img/egg-shape1.svg);
    background-position: center;
}

.bg-shape-blue {
    background-image: url(../img/egg-shape2.svg);
    background-position: center;
}

.bg-shape-green {
    background-image: url(../img/egg-shape3.svg);
    background-position: center;
}

.why-choose-title {
    color: var(--theme-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
}

.why_chose_us .details {
    width: 55%;
}

.why_chose_us .details p {
    color: #5F6973;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 0;
}


.popular-listing-section {
    padding-block: 100px;
    background-attachment: scroll;
    background-image: url(../img/pattern.webp);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.popular-car-listing-slider .slider-item {
    margin-inline: 8px
}


.popular-car-listing-slider .owl-nav.disabled {
    display: flex !important;
    width: 100%;

}



.popular-car-listing-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 40%;

}

.popular-car-listing-slider .owl-prev,
.popular-car-listing-slider .owl-next {
    background: #fafafa52 !important;
    padding: 10px !important;
    color: rgb(255, 255, 255) !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10vmax;
}

.popular-car-listing-slider .owl-prev {
    margin-left: -70px;
}

.popular-car-listing-slider .owl-next {
    margin-right: -70px;
}


.popular-car-listing-slider .owl-prev i::before,
.popular-car-listing-slider .owl-next i::before {
    font-size: 30px;
    font-weight: 600 !important;
}


/* condown effect  */

.timer-section {
    padding-block: 60px;
}

.stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

.stat-number {
    color: #1A3760;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.timer-title {
    color: #5F6973;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
}

/* map  */

.map-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-info {
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 60px;
    position: relative;

}

.contact-title {
    font-size: 16px;
    color: var(--theme-text-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li,
address p {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(26, 55, 96, 0.7);
}



@media (max-width: 1550px) {
    .btn-search {
        width: 100%;
    }
}



@media (max-width: 991px) {
    .car-slider .slider-item {
        height: 400px;
    }

    .owl-nav {
        display: none;
    }

    .why_chose_us .details {
        width: 80%;
    }

}

@media (max-width: 820px) {
    .popular-car-listing-slider .owl-nav {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .car-search {
        padding: 40px 0;
    }

    .car-search .col-md-2 {
        margin-bottom: 15px;
    }

    .car-slider .owl-nav {
        display: none;
    }

    .breadcrumb-title {
        font-size: 28px;
        line-height: 36px;
    }

    .inner-page-breadcrumb {
        padding: 35px 0 0 0;
    }
}