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

a {
    text-decoration: none ;
}

.cursor-pointer {
    cursor: pointer;
}

.focus-none:focus {
    outline: none;
    box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

.text-justify {
    text-align: justify;
}

.bg-base {
    background-color: #405FF1;
}

.bg-card {
    background-color: #343434;
}

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

.text-base {
    color: #4b4bf5;
}

.bg-1616 {
    background-color: #161616;
}

.bg-1e1e {
    background: #1E1E1E;
}

.text-gray {
    color: #828486;
}

.bg-light-gray {
    background-color: #353535;
}

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

.bg-deep-blue {
    background-color: #2414a2;
}

.w-95 {
    width: 95% !important;
}

.w-140 {
    width: 140px;
}

.w-150 {
    width: 150px;
}

.w-180 {
    width: 180px;
}

.w-26 {
    width: 26px;
}

.w-52 {
    width: 52px;
}

.w-35 {
    width: 35px;
}

.h-26 {
    height: 26px;
}

.h-52 {
    height: 52px;
}

.h-35 {
    height: 35px;
}

.pt-40{
    padding-top: 40px;
}

.max-w-80 {
    max-width: 80%;
}

.br-5 {
    border: 1px solid #c1c0c0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.text-orange {
    color: #E56A10;
}

.br-1 {
    border: 1px solid #4b4bf5;
}

.bg-50 {
    border-radius: 50px;
}

.btn:hover {
    background-color:  #4b4bf5;
}

.nav-btn-hover {
    transition: 0.2s all;
}

.nav-btn-hover:hover {
    background-color: #4b4bf5;
    border: 1px solid #4b4bf5 !important;
}

/* navbar start */

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

.main-nav::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #a5a3dd;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.selected-nav,
.main-nav:focus,
.main-nav:hover {
    color: #a5a3dd !important;
}

.selected-nav::before {
    content: '';
    color: #a5a3dd !important;
    width: 100%;
    height: 3px;
    background: #a5a3dd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.selected-mobile-nav,
.mobile-nav:hover {
    color: #a5a3dd !important;
}

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

/* navbar end */

/* hero start */

.hero-section {
    background-image: url("../images/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 600px;
}

#hero-video {
    width: 100%;
    max-height: max-content;
}

.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;
}

/* hero end */

/* slider start */

.owl-carousel .owl-nav button.owl-prev {
    color: white;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -100%);
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next {
    color: white;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -100%);
    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 {
    background-color: transparent;
}

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

.before-dot {
    position: relative;
}

.before-dot::before {
    content: " ";
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 1px;
    width: 2px;
    height: 2px;
    background-color: white;
}

/* slider end */

/* Car brand-name start */

.bg-motor {
    background-image: url("../images/search.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 476px;
}

.bg-finance {
    background-image: url("../images/finance.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.bg-bmw {
    background-image: url("../images/about-us.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

/* Car brand-name end */

.btn-text-14 {
    font-size: 14px;
}

.bottom-34 {
    bottom: 34%;
}

.bottom-40 {
    bottom: 40%;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-500 {
    max-width: 500px;
}

.rounded-tr-5 {
    border-top-right-radius: 0;
}

.rounded-bl-5 {
    border-bottom-left-radius: 5px;
}

.rounded-br-5 {
    border-bottom-right-radius: 5px;
}

.px-50 {
    padding-right: 0;
    padding-left: 0;
}

.br-bl-lg-5 {
    border-bottom-left-radius: 0;
}

.br-br-lg-5 {
    border-bottom-right-radius: 0;
}

.logo-img {
    max-height: 100px;
}

.p-lr-4{
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.-mx-4{
    margin-left: -4px !important;
    margin-right: -4px !important;
}

.-mt-6 {
    margin-top: -6px;
}

/* nav bar start */

@media (max-width: 991px) {
    .main-nav::after {
        display: none;
    }

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

/* nav bar end */

@media (min-width: 375px) {
    .bottom-34 {
        bottom: 40%;
    }

    .-mt-6 {
        margin-top: -8px;
    }
}

@media (min-width: 576px) {
    .bottom-34 {
        bottom: 24%;
    }
}

@media (min-width: 768px) {
    .bottom-34 {
        bottom: 19%;
    }

    .px-50 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .p-lr-4{
        padding-left: inherit !important;
        padding-right: inherit !important;
    }

    .-mx-4{
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .-mt-6 {
        margin-top: -6px;
    }

}

@media (min-width: 992px) {
    .bottom-34 {
        bottom: 40%;
    }

    .max-w-200 {
        max-width: 350px;
    }

    .rounded-bl-5 {
        border-bottom-left-radius: 0;
    }

    .rounded-br-5 {
        border-bottom-right-radius: 0;
    }

    .rounded-tr-5 {
        border-top-right-radius: 5px;
    }

    .br-bl-lg-5 {
        border-bottom-left-radius: 5px;
    }

    .br-br-lg-5 {
        border-bottom-right-radius: 5px;
    }

    .logo-img {
        max-height: 100px;
    }

    .btn-text-14 {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .bottom-40{
        bottom: 36%;
    }

    .bottom-34 {
        bottom: 32%;
    }

    .btn-text-14 {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .bottom-40 {
        bottom: 32%;
    }

    .bottom-34 {
        bottom: 25%;
    }
}

.fixed-size {
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
}

#map {
    width: 100%;
    height: 100vh;
    max-height: 470px;
}
@media (max-width: 1199px) {
    #map {
        max-height: 440px;
    }
}
@media (max-width: 991px) {
    #map {
        max-height: 424px;
    }
}

.br-60 {
    border-radius: 60px;
}


.recent-vehicles-bg-default{
    background: #191919;
}
.recent-vehicles .card-title {
    font-size: 26px;
    margin-bottom: 0;
}
.recent-vehicles .price  {
    font-size: 37px;
}
.recent-vehicles .card .price {
    bottom: inherit;
}
.recent-vehicles .card .price > div {
    margin-right: 30px;
}
.recent-vehicles .card .price h5 {
    background-color: inherit;
}
.recent-vehicles h4 {
    font-size: 54px;
    line-height: 81px;
}
.recent-vehicles .card-body {
    padding: 25px 35px 25px 35px;
}
@media (max-width: 992px) {
    .recent-vehicles h4 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media (max-width: 987px) {
    .bg-motor, .bg-bmw, .bg-finance {
        height: 240px;
    }
}


.featured-stock h4 {
    font-size: 54px;
    line-height: 81px;
}
.featured-stock .card-title {
    font-size: 29px;
    line-height: 39px;
}
.featured-stock .owl-carousel .owl-stage {
    display: flex;
}
.featured-stock .owl-carousel .card {
    height: 100%
}
.featured-stock .card .price {
    bottom: inherit;
}
.featured-stock .card .price > div {
    margin-right: 30px;
}
.featured-stock .card img,
.recent-vehicles .card img {
    height: 300px;
}
.featured-stock .info {
     font-size: 24px;
    line-height: 37px;
    color: #CECECE;
}
@media (max-width: 992px) {
    .featured-stock .card-title {
        font-size: 19px;
        line-height: 29px;
    }

    .featured-stock h4 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media (max-width: 450px) {
    .featured-stock .card img,
    .recent-vehicles .card img {
        height: 250px;
    }
}


.social-networks {
    gap: 15px;
}

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

.social-icon a i {
    font-size: 18px;
}
.reviews .comment {
    font-size: 15px;
    line-height: 23px;
}
.reviews .time {
    font-size: 17px;
    line-height: 22px;
}
@media (max-width: 750px) {
    .reviews .comment {
        font-size: 11px;
        line-height: 17px;
    }
    .reviews .time {
        font-size: 13px;
        line-height: 16px;
    }
}

.about-us h3 {
    font-size: 60px;
    line-height: 60px;
}
.about-us p {
    font-size: 20px;
    line-height: 30px;
    max-width: 760px;
}
@media (max-width: 991px) {
    .about-us h3 {
        font-size: 45px;
        line-height: 45px;
    }
    .about-us p {
        font-size: 15px;
        line-height: 22px;
    }

    .about-us > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#mobile-filter .container {
    width: 90%;
}

.contact-form .bottom {
    z-index: 20;
}
.contact-form h5 {
    font-size: 38px;
    line-height: 45px;
}
.contact-form .phone {
    background: #1A56DB;
}
@media (max-width: 767px) {
    .contact-form h5 {
        font-size: 27px;
        line-height: 33px;
    }
}

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

.banner-social {
    width: 40px;
    height: 40px;
    background: inherit;
    border-radius: 50%;
    border: 1px solid #5872F2;
}
.banner-section .list-unstyled {
    margin-right: 10px;
}
.banner-section .tagline {
    font-size: 60px;
    line-height: 75px;
}
@media (max-width: 600px) {
    .banner-section .banner {
        height: 330px !important;
    }
    .banner-section .tagline {
        font-size: 45px;
        line-height: 56px;
    }
}

.stock-filter #filter-form > div > div:nth-child(1) > span > span.selection > span,
.stock-filter #filter-form > div span.selection > span{
    border-radius: 9px;
    background: #F9FAFB;
    border: 1px solid #D1D5DB;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6B7280;
    font-size: 16px;
    font-weight: normal !important;
    font-family: "Inter", sans-serif;
}
.top-65{
    top: 65%;
}
.image-section-overly{
    position: relative;
}

.image-section-overly::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    opacity: 20%;
}

.recent-vehicles-subtitle{
    color: #CECECE;
    font-size: 24px;
    line-height: 37px;
}

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

#night-search .stock-filter #filter-form > div > div:nth-child(1) > span > span.selection > span, .stock-filter #filter-form > div span.selection > span {
    background: #F9FAFB !important;
}
