@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tahoma&display=swap');
@font-face { font-family: 'BMWMotorradW05-Regular'; src: url('./fonts/MyFont.woff2') format('woff2'); }
.font-12{font-size: 12px !important;}
.font-13{font-size: 13px !important;}
.font-14{font-size: 14px !important;}
.font-15{font-size: 15px !important;}
.text-uppercase{text-transform: uppercase !important;}
.max-w-800{ max-width: 800px !important;}
.max-w-900{ max-width: 900px !important;}
.max-w-1000{ max-width: 1000px !important;}
.page-wrapper{
    padding-top: 104px;
    padding-bottom: 100px
}
.loader-wrapper .car-loader img{
    max-width: 70px;
    max-height: 70px;
    filter: brightness(1.2) hue-rotate(265deg);
}
.car-top-header{
    background-color: rgba(var(--black-color), 1);
}
.car2-home-section .home-content label{
    font-size: calc(36px + 36 * (100vw - 320px) / 1600);
    line-height: 110%;
    font-weight: 700;
    pointer-events: none;
  cursor: not-allowed;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.car2-home-section .home-content p{
    width: 90%;
    max-width: 700px;
}
.car2-home-section .home-content label,
.car2-home-section .home-content h1{
    font-family: 'BMWMotorradW05-Regular','Tahoma', 'Noto Sans', cursive;
    font-weight: 700;
}
.car2-home-section .car-home-img{
    overflow: hidden;
    max-width: 750px;
}
.car2-home-section .car-home-img img{
    transform: translate(50px, 0);
    animation: fadeInRight 3s;
}
@keyframes fadeInRight {
    from {opacity: 0; transform: translate(120px, -20px) scale(0.9);}
    to {opacity: 1; transform: translate(50px, 0) scale(1);}
}
body.home .car-top-header,
body.custom .car-top-header,
.custom-bg-layout{
    background-image: url('../images/noise-bg-header.png') !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
header.car-top-header{
    min-height: 105px;
}
header.car-top-header .car2-header{
    padding: 0;
}
header .left-side-header .header-logo{
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
}
header .left-side-header .header-logo img{
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(1.1);
    max-width: unset;
    max-height: unset;
    height: calc(75px + 55 * (100vw - 320px) / 1600);
    width: calc(85px + 55 * (100vw - 320px) / 1600);
    margin-top: 10px;
}
body.home header .left-side-header .header-logo img{
    top: 0px;
    left: calc(0px + 20 * (100vw - 320px) / 1600);
    height: calc(90px + 80 * (100vw - 320px) / 1600);
    width: calc(110px + 80 * (100vw - 320px) / 1600);
}
.sidebar-nav li .menu-item{
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 8px;
}
.sidebar-nav .menu-items .dropdown-menus .link-list li{
    width: 100%;
}
.sidebar-nav .dropdown-megamenu, .menu-right{
    width: unset !important;
    min-width: 230px !important;
}
header.car-top-header .menu-items .dropdown-menus ul li a{
    width: 100%;
}
@media(max-width: 480px){
    .page-wrapper{
        padding-top: 70px;
    }
    header.car-top-header{
        min-height: 70px;
    }
}

/* Contact Button */
.contact-section .contact-box{
    background: rgba(var(--light-bg-color), 1);
    border: 1px solid rgba(var(--title-color), 0.1);
    border-radius: 15px;
    height: 100%;
}
.contact-section .contact-box .contact-icon{
    background: rgba(var(--theme-color), 0.8);
}
.contact-section .contact-box .contact-icon .iconsax svg [fill]{ fill: #222; }
.contact-section .contact-box .contact-icon .iconsax svg [stroke]{ stroke: #222; }
.form-box .login-form .btn-solid{
    color: #222;
}

/* Our Services */
.car2-featured-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}
.car2-featured-image img{
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.car2-featured-box .car2-featured-content{
    transition: all 0.4s ease;
    border-bottom: 4px solid transparent;
}
.car2-featured-box:hover .car2-featured-content,
.car2-featured-box:active .car2-featured-content{
    border-color: rgba(var(--theme-color), 1);
}
.car2-featured-box .car2-featured-content .price-flex{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(var(--border-color), 1);
}
.car2-featured-box .car2-featured-content .price-flex .btn-pills{
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: auto;
}
.car2-featured-box .car2-featured-content p{
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.car2-featured-box .car2-featured-content .tag-list li{
    transition: all 0.4s ease;
}
.car2-featured-box .car2-featured-content .tag-list li:hover,
.car2-featured-box .car2-featured-content .tag-list li:active{
    background: rgba(var(--theme-color), 1);
    color: var(--bs-body-color);
}
.car-product-section .featured-box .featured-content-icon{
    position: absolute;
    right: 0;
    bottom: 10px;
    display: flex;
    padding: 0 10px;
    gap: 10px;
}
.car-product-section .featured-box .featured-content-icon a{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    overflow: hidden;
}
.car-product-section .featured-box .featured-content-icon a:hover,
.car-product-section .featured-box .featured-content-icon a:active{
    filter: brightness(1.2);
    border-color: rgba(var(--theme-color), 1);
}
.car-product-section .featured-box .featured-content-icon a img{
    width: 100%;
    height: 100%;
}
.car-product-section .featured-box .featured-content h4{
    color: rgba(var(--title-color), 1);
    font-size: calc(15px + 6 * (100vw - 320px) / 1600);
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.car-product-section .featured-box .featured-content p{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 120%;
    white-space: unset;
}
.car-product-section .featured-box .featured-content > p{
    font-weight: 400;
    font-size: 14px;
    /* white-space: pre-line; */
    min-height: 58.80px;
    line-height: 140%;
    color: #222;
}
.car-shop-section .featured-box{
    height: 100%;
    --featured-height: 320px;
}
.featured-box .featured-content{
    height: calc(100% - var(--featured-height));
    border-top: 1px solid rgba(var(--border-color), 0.5);
    display: grid;
}
.featured-box .featured-price{
    margin-top: auto;
}

/* Catelog */
.car-breadcrumbs-section{
    background: rgba(var(--black-color), 1);
}
.car-breadcrumbs-section::after{
    content: unset;
}
.car-breadcrumbs-section h2{
    padding-top: 8px;
    margin-bottom: 5px;
}

.car2-home-section.absolute{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0;
    background: unset;
    z-index: -1;
}
.car2-home-section.absolute .quote .marquee li h2{
    font-size: calc(60px + 75 * (100vw - 320px) / 1600);
}
/* .filter-sidebar .accordion.car-accordion > .accordion-item:hover,
.filter-sidebar .accordion.car-accordion > .accordion-item:active{
    max-height: calc(100vh - 30px);
    overflow: auto;
} */
/* .filter-sidebar .accordion.car-accordion > .accordion-item{
    max-height: calc(100vh - 30px);
    overflow: auto;
} */
.filter-sidebar .accordion.car-accordion > .accordion-item::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
@media(min-width: 1199px){
    .filter-sidebar .accordion.car-accordion > .accordion-item{
        border: 1px solid rgba(var(--title-color), 0.1);
    }
}
.filter-sidebar .property-sidebar .accordion .accordion-item .accordion-header{
    font-size: calc(16px + 1 * (100vw - 320px) / 1600);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}


/* Step */
.car-product-section {
    padding-bottom: 120px;
}
.car2-step-section .step-box span{
    font-size: calc(40px + 30 * (100vw - 320px) / 1600);
}
.car2-step-section .step-box p{
    font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.car2-cover,
.car2-cover img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/* others */
.car2-about .about-content .about-list li .about-icon:hover img,
.car2-about .about-content .about-list li .about-icon:active img,
.car2-service-section .service-content .service-list li .service-icon:hover img,
.car2-service-section .service-content .service-list li .service-icon:active img{
    transition: all 0.4s ease;
    filter: invert(1);
}
.car2-blog-section .blog-list li .blog-content .blog-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.car2-blog-section .blog-list li .blog-content p{
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.car2-featured-section .title-style-5 p,
.car2-blog-section .title-style-5 p{
    color: rgba(var(--text-color), 1);
}
.car-shop-section .car-list-header .btn-solid{
    background: var(--bs-black);
}

/* catelog2 */
.featured-wrapper .load-more-list{
    position: relative;
}
.featured-wrapper .load-more-list .col-grid-box{
    display: block;
}
.featured-wrapper .load-more-list .featured-box{
    position: relative;
    animation: fadeInZoom 0.7s;
}
.featured-wrapper .load-more-list .featured-box:before{
    content: '';
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: url(../images/icon/race.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    transition: all 0.3s ease;
    filter: brightness(1.2) hue-rotate(265deg);
    border-radius: 15px;
    z-index: 1;
}
.featured-wrapper .load-more-list.load .featured-box:before{
    display: block;
    animation: fadeIn 1s;
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeInZoom {
    from {opacity: 0; transform: translateY(20px) scale(0.96);}
    to {opacity: 1; transform: translateY(0px) scale(1);}
}
.car-product-section .featured-box .featured-main-img .featured-img img{
    width: 100%;
    max-height: var(--featured-height);
    height: var(--featured-height);
    object-fit: contain;
}
.car-shop-section .car-list-header {
    margin-bottom: 20px;
}
.sidebar-choose-button .btn-pills{
    width: 100%;
    background: rgba(var(--title-color), 1);
    padding: 5px 15px;
    text-align: center;
    font-size: 17px;
}
.sidebar-choose-button .btn-pills:hover,
.sidebar-choose-button .btn-pills:active{
    background: transparent;
    border-color: rgba(var(--title-color), 1);
    color: rgba(var(--title-color), 1);
}
/* Filter List */
.car-accordion .accordion-item .accordion-body .label-flex{
    justify-content: start;
    width: 100% !important;
    padding-right: 5px;
    gap: 10px;
}
.car-accordion .accordion-item .accordion-body .accordion .accordion-body .model-list li{
    padding: 2px 0;
}
.car-accordion .accordion-item .accordion-body .label-flex span:nth-child(2){
    margin-right: auto;
}
.car-accordion .accordion-item .accordion-body input[type=radio],
.car-accordion .accordion-item .accordion-body input[type=checkbox]{
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.car-accordion .accordion-item .accordion-body input[type=radio]:checked{
    border-color: rgba(var(--content-color), 1);
}
.car-accordion .accordion-item .accordion-body input[type=radio]:checked::before,
.car-accordion .accordion-item .accordion-body input[type=checkbox]:checked{
    background: rgba(var(--content-color), 1);
}
.car-accordion .main-choose-item .accordion .accordion-item .accordion-collapse{
    padding-left: 10px;
}
.car-accordion .accordion-item .accordion-body .choose-item{
    position: relative;
}
.car-accordion .accordion-item .accordion-body .choose-item .accordion-button{
    position: absolute;
    right: -15px;
}
.car-accordion .accordion-item .accordion-body span.empty{
    min-width: 20px;
}
.car-accordion .accordion-item .accordion-body .accordion .accordion-body .model-list{
    margin-bottom: 15px;
}
.car-accordion .accordion-item .accordion-body .inner-title{
    padding-top: 3px;
    color: rgba(var(--content-color), 0.7);
}


.car2-home-section,
.car2-featured-section,
.car2-blog-section{
    background: rgba(var(--black-color), 1) !important;
}
.car2-footer{
    background: rgba(var(--black-color), 0.97);
}
.car2-footer .copyright-box{
    background: rgba(var(--content-color), 0.25);
}

.services-bg-shader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(var(--black-color), 0.2) 0%, rgba(var(--black-color), 0.6) 100%);
}
.services-bg-shader:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient(to right, #000 50%, #000b 75%, #0000);
}
.services-bg-shader:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(to left, #000a 30%, #0000);
}
.services-top-banner{
    position: relative;
}
.services-top-banner .main-top-image{
    position: relative;
    min-height: 300px;
    background-size: 80% !important;
    background-position: right center !important;
    background-color: #000 !important;
}
.services-top-center{
    position: absolute;
    bottom: 50%;
    left: 0;
    padding-top: 30px;
    width: 100%;
    transform: translate(0, 32%);
    margin: 0;
    z-index: 1;
}
.services-top-info{
    width: 100%;
    max-width: 900px;
}
.services-top-center label{
    color: rgba(var(--theme-color), 1);
    font-weight: 500;
    margin-bottom: 10px;
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
}
.services-top-center h1{
    color: rgba(var(--text-color), 1);
    font-weight: 600;
    padding: calc(5px + 5 * (100vw - 320px) / 1600);
    padding-left: 25px;
    margin-bottom: calc(15px + 35 * (100vw - 320px) / 1600);
    border-left: 3px solid rgba(var(--theme-color), 1);
    text-transform: uppercase;
}
.services-top-center h2{
    color: rgba(var(--text-color), 1);
    font-weight: 600;
}
.services-top-center p{
    color: rgba(var(--text-color), 1);
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    line-height: 140%;
}
@media(max-width: 991px){
    .services-top-banner .main-top-image{
        min-height: 360px;
    }
}
@media(max-width: 860px){
    .services-top-center label{
        display: none;
    }
    .services-top-banner .main-top-image{
        background-position: center !important;
        min-height: 420px;
    }
}
.services-content .car2-about .car2-cover{
    padding-right: calc(0px + 70 * (100vw - 320px) / 1600);
}
.services-group{
    margin-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
.services-group h2{
    margin-bottom: 10px;
}
.services-group blockquote{
    border-left: 5px solid rgba(var(--theme-color), 1);
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 15px;
}
.services-group p{
    white-space: pre-line;
    color: rgba(var(--content-color), 1);
}
@media (max-width: 991px) {
    .services-top-banner .main-top-image{
        background-size: 90% !important;
    }
}
@media (max-width: 767px) {
    .services-top-banner .main-top-image{
        background-size: 100% !important;
    }
}
@media (max-width: 575px) {
    .services-top-banner .main-top-image{
        background-size: cover !important;
    }
}
.car2-testimonial-section .testimonial-box .profile-flex .profile-name > img{
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
}
.car2-testimonial-section .testimonial-box p{
    display: -webkit-box;
  -webkit-line-clamp: 3;       /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 75.8px;
}
.blog-grid-section.blog-list-section .blog-grid-box .blog-img{
    display: grid;
    width: 100%;
    max-height: 175px;
    max-width: 300px;
}
.blog-grid-section .blog-grid-box .blog-img a img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-grid-section .blog-content-sec .blog-detail-flex .blog-detail .blog-info:first-child{
    min-height: 100px;
    margin-bottom: 20px;
}
.blog-grid-section .blog-content-sec .banner-img{
    display: flex;
    justify-content: center;
}
.blog-grid-section .blog-content-sec .banner-img img{
    max-height: 900px;
}
.car-breadcrumbs-section .breadcrumbs-list{
    flex-wrap: wrap;
}

.dark-job-footer .open-footer-content .footer-title::before,
.dark-job-footer .footer-title::before{
    content: unset !important;
}
@media(max-width: 575px){
    .dark-job-footer .row{
        padding: 0 10px;
    }
    .dark-job-footer .row > div{
        padding-left: 0;
        padding-right: 0;
    }
}
.home-flex-workshop{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    column-gap: calc(20px + 20 * (100vw - 320px) / 1600);
    max-height: 100px;
    row-gap: 15px;
}
.home-flex-workshop a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--text-color), 1);
    background: linear-gradient(180deg, #05e008 90%, #02b305);
    box-shadow: 0 0 2px #05e90860;
    text-shadow: 0 0 4px #01250150;
    border-radius: 16px;
    min-height: 50px;
    padding: 0 calc(30px + 10 * (100vw - 320px) / 1600);
    letter-spacing: -0.2px;
    font-size: calc(16px + 1 * (100vw - 320px) / 1600);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    transition: all 0.4s ease;
    gap: 5px;
}
.home-flex-workshop a i{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 2px;
}
.home-flex-workshop a:hover,
.home-flex-workshop a:active{
    filter: brightness(1.05);
    box-shadow: 0 0 6px #05e909b0;
}

.car2-testimonial-section .arrow-style-2{
    position: relative;
}
.car2-testimonial-section .arrow-style-2 .swiper-button-next{
    right: -30px;
    border: 1px solid rgba(var(--title-color), 0.1);
}
.car2-testimonial-section .arrow-style-2 .swiper-button-prev{
    left: -30px;
    border: 1px solid rgba(var(--title-color), 0.1);
}
.footer-whatsapp{
    position: fixed;
    right: calc(10px + 40 * (100vw - 320px) / 1600);
    bottom: calc(30px + 30 * (100vw - 320px) / 1600);
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 1;
}
.footer-whatsapp a{
    width: calc(75px + 15 * (100vw - 320px) / 1600);
    height: calc(75px + 15 * (100vw - 320px) / 1600);
    transition: all 0.5s ease;
}
.footer-whatsapp a:hover,
.footer-whatsapp a:active{
    filter: brightness(1.1);
}
.footer-whatsapp a img{
    width: 100%;
    height: 100%;
}
.footer-whatsapp.active{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}