* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}

.w-65 {
    width: 65%;
}
.w-85{
    width: 85%;
}
.w-80{
    width: 80%;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}

.p-6 {
    padding: 5rem !important;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

.font-rubik {
    font-family: "Rubik", sans-serif;
}

.bg-default {
    background: #1A56DB;
}

.text-blue {
    color: #1E429F;
}

.text-title {
    color: #1D232B;
}
.text-default {
    color: #171C30;
}
.title-bg-color{
    background: #1D232B;
}
.text-hover-color {
    color: #4462F1;
}

.bg-secondary-color {
    background: #ED2528;
}

.text-secondary-color {
    color: #6F6F6F;
}
.text-primary-color {
    color: #6F7583;
}

.bg-orange {
    background: #EE2528;
}

.text-orange {
    color: #E56A10;
}

.bg-gray {
    background: #F9FAFB;
}

.bottom-25 {
    bottom: 25% !important;
}

.btn-hover {
    background: transparent;
    border: 1px solid #405FF1;
}

.btn-color, .bg-blue {
    background: #405FF1;
}

.btn-hover:hover {
    background: #405FF1;
    border: 1px solid #405FF1;
    color: #ffffff !important;
}

.bg-hover:hover {
    background: #405FF1;
    border: 1px solid #405FF1;
}

.main-nav {
    color: #0E1625;
    position: relative;
}

.fixed-size {
    width: 213px;
    height: 138px;
    object-fit: cover;
}

.main-nav::after {
    content: '';
    width: 100%;
    background: #5872F2;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}


.selected-nav::before {
    content: '';
    color: #5872F2 !important;
    width: 100%;
    background: #5872F2;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.main-nav:hover::after {
    display: block;
}

.selected-mobile-nav,
.mobile-nav:hover {
    color: #5872F2;
}


/* hero start */

.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 8;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-social {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #5872F2;
}

.banner-form-bg-color{
    background: #F9FAFB;
}
.banner-form-text-color{
    color: #808690;
}
.banner-section h4 {
    font-size:56px ;
}
/* hero end */

.icon-circle {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #ffffff;
    text-align: center;
}

.custom-toggle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #405FF1;
}

.footer-social {
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #405FF1;
}

.input-bg {
    background: #374151;
    color: #c4c0c0;
}

.input-border {
    border: 1px solid rgb(98, 105, 119);
}

.input-border::placeholder {
    color: #c4c0c0;
    opacity: 1; /* Firefox */
}

.input-border::-ms-input-placeholder { /* Edge 12 -18 */
    color: #c4c0c0;
}
.owl-card-item{
    border: 1px solid #CBD4FF;
}
.card-item {
    border: 1px solid #E9E9E9;
    z-index: 999;
}


.owl-carousel .owl-nav button.owl-prev {
    color: #3B81F7;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #3B81F7;
    position: absolute;
    top: 55%;
    left: -4%;
    z-index: 1;

}

.owl-carousel .owl-nav button.owl-next {
    color: #3B81F7;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #3B81F7;
    position: absolute;
    top: 55%;
    right: -4%;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    top: -10px;
    left: 30%;
    font-size: 25px;
    transform: translate(10%, 0%);
}

.owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: -10px;
    left: 30%;
    font-size: 25px;
    transform: translate(10%, 0%);
}

.owl-carousel .owl-nav button.owl-next:hover {
    color: #ED2528;
    background-color: transparent;
}


.owl-carousel .owl-nav button.owl-prev:hover {
    color: #ED2528;
    background-color: transparent;
}

.logo-image{
    height: 100px;
}

.height-45{
    height: 45px;
    max-height: 45px;
}
.height-35{
    height: 35px;
    max-height: 35px;
}
.bg-blue-light{
    background: #E8F2FF;
}

footer{
    border-top:1px solid #D1D5DB ;
}
.footer-border-start{
    border-left:1px solid #D1D5DB ;
}
.footer-logo-center{
    text-align: center !important;
}

.vehicle-img{
    width: 40%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.review-card{
    background: #F9FAFB;
}
.logo-img {
    max-height: 100px;
}

@media (max-width: 991px) {
    .w-full{
        width: 100% !important;
    }
    .w-95{
        width: 95% !important;
    }
    .text-56{
        font-size: 56px !important;
    }
    .vehicle-img{
        width: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
    .text-xs-center{
        text-align: center !important;
    }
    .logo-image{
        height: 100px;
    }
    .p-25{
        padding-left: 25px !important;
    }

    .btn-hover {
        background: transparent;
        border: 1px solid #ffffff;
    }

    .btn-hover:hover {
        background: #8195F5;
        border: 1px solid #8195F5;
    }

    .main-nav::after {
        display: none;
    }

    .main-nav:hover::after {
        display: none;
    }
    .rounded-null{
        border-radius: 0 !important;
    }
    .rounded-b{
        border-radius:0 0 10px 10px !important;
    }
    .footer-border-start{
        border-left: none !important;
    }
    .footer-logo-left{
        text-align: left !important;
    }
    .logo-img {
        max-height: 100px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .w-100{
        width: 100% !important;
    }

}

@media (max-width: 575px) {
    .height-45{
        height: auto !important;
        max-height: 100px !important;
    }
}

#map {
    width: 100%;
}
@media (max-width: 991px) {
    #map {
        width: 100%;
        height: 500px;
    }
}

#section-video {
    max-height: 100vh;
}

@media (max-width: 767px) {
    .hero-section{
        max-height: 180px;
        padding: 0 !important;
        height: 100%;
    }
    #section-video {
        max-height: 200px;
    }
}

@media (max-width: 768px) and (max-width: 1024px) {
    .hero-section{
        max-height: 440px;
        padding: 0 !important;
        height: 100%;
    }
     #section-video {
        max-height: 430px;
    }
}

.stock-filter  {
    .button-container {
        text-align: center;
    }
}



.recent-vehicles h2 {
    font-size: 54px;
    line-height: 81px;
}
.recent-vehicles .card {
    max-height: 300px !important;
}
.recent-vehicles .card img {
    aspect-ratio: 4/3;
    height: 100%;
    object-fit: cover;
}
.recent-vehicles .card .card-title {
    font-size: 26px;
    margin-bottom: 0;
}
.recent-vehicles .card .text-secondary {
    font-size: 20px;
    font-weight: 500;
}
.recent-vehicles .card .price  {
    font-size: 30px;
}
.recent-vehicles .dot {
    margin: 0 5px;
}
.recent-vehicles button {
    border-radius: 40px;
}
@media only screen and (max-width: 767px) {
    .recent-vehicles .card {
        max-height: 2000px !important;
    }
    .recent-vehicles .card img {
        aspect-ratio: 4/3;
    }

    .recent-vehicles .card-body .top {
        margin-bottom: 40px;
    }

    .recent-vehicles .card .price,
    .recent-vehicles .card .card-title{
        text-align: center;
    }
    .recent-vehicles .card .text-secondary {
        justify-content: center;
    }
}
@media only screen and (max-width: 992px) {
    .recent-vehicles h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

.featured-stock .card-title {
    font-size: 29px;
    line-height: 39px;
}
.featured-stock .card img {
    height: 333px;
}
.featured-stock .owl-carousel .owl-stage {
    display: flex;
}
.featured-stock .owl-carousel .card {
    height: 100%
}
.featured-stock h4 {
    font-size: 54px;
    line-height: 81px;
}
.featured-stock p {
    font-size: 24px;
    line-height: 37px;
    color: #727272;
}

.image-section-overly{
    position: relative;
}

.image-section-overly::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0);
    opacity: 20%;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 992px) {
    .featured-stock .card-title {
        font-size: 19px;
        line-height: 29px;
    }

    .featured-stock h4 {
        font-size: 40px;
        line-height: 60px;
    }
}

.social-networks {
    gap: 15px;
}

.social-icon a {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.social-icon a i {
    font-size: 18px;
}
@media only screen and (max-width: 540px) {
    .featured-stock .card img {
        height: 250px;
    }
}


.contact-form h5{
    font-size: 38px;
    line-height: 45px;
}
@media (max-width: 575px) {
    .contact-form h5{
        font-size: 27px;
        line-height: 33px;
    }
}

.about-us h2 {
    font-size: 60px;
    line-height: 60px;
}
.about-us .left, .about-us .right {
    padding: 64px;
}
.about-us p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.header-buttons a:first-child {
    background-color: inherit !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}


.banner-section .banner {
    height: 915px;
}
@media (max-width: 600px) {
    .banner-section h4 {
        font-size: 45px !important;
        line-height: 58px;
    }
}
@media (max-width: 991px) {
    .banner-section .banner {
        height: 700px;
    }
}
@media (max-width: 600px) {
    .banner-section .banner {
        height: 330px;
    }
}



.stock-filter #filter-form > div > div:nth-child(1) > span > span.selection > span,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: inherit;
    border: 1px solid #bdbdbd;
    color: #6B7280 !important;
    border-radius: 10px;
}
#filter-form input::placeholder,
input.select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-search__field {
    color: #6B7280 !important;
}
.select2-container--default .select2-results>.select2-results__options {
    color: #6B7280;
}

.slider .content {
    z-index: 9;
}

#midway .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background: #F9FAFB !important;
}
