* {
    font-family: "Rajdhani", sans-serif;
    scroll-behavior: smooth !important;
}

#chatra {
    bottom: 3em !important;
}

.swal-footer {
    text-align: center!important;
}

.call-us-btn {
    position: fixed;
    right: 1em;
    top: 35%;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #c60303;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: .2em .5em .2em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    z-index: 1000;
    transform-origin: right center;
    transition: right 0.3s ease;
}

.call-us-btn:hover {
    right: 1.1em;
    background-color: #a50202;
    color: #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}



.faq {
    background-color: rgba(249, 127, 50, 0.4);
    background-blend-mode: overlay;
}

.hp-section-row.about::before {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
    background-color: #e23e45;
    border: 1px solid #e23e45;
}

.inventory-contained-grid-wrap, #car-details, #about-wrap, #terms, #policy, #contact-wrap {
    background: rgb(249, 127, 50);
    background: radial-gradient(circle, rgba(249, 127, 50, 1) 0%, rgba(0, 0, 0, 0.9345939059217437) 100%);
}

.navigation-bar .vanguard-container .navigation-link-bar .dropdown.current {
    margin-right: 25% !important;
}

.vanguard-wrap.lead-quick-specs .quick-specs .vehicle-price-wrapper {
    border: unset;
}

.vanguard-wrap.lead-quick-specs .more-details a.red-link {
    color: #ce1f26;
}

.swiper {
    height: unset !important;
    overflow-y: visible !important;
}

.swiper-footer {
    padding-top: 2em;
}

.reviews .vehicle-wrapper {
    width: 35%;
    height: 32%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.grid_wrap.desktop {
    width: 80%;
    z-index: 1;
}

.desktop .vehicle-highlight {
    height: 60px;
}

.desktop .inventory-grid-item {
    min-width: 300px;
}

.desktop .vehicle-wrapper {
    display: none;
    width: 100%;
}

.reviews .vehicle-wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.reviews .vehicle-thumb-featured {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    min-height: 195px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
}

.hp-section-row.news {
    background-image: url("../images/static/main-notification-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    padding: unset!important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-blend-mode: overlay;
}

.hp-section-row.news .col-r {
    margin: auto;
    width: 70%;
}

@media (min-width: 992px) {
    .slider {
        display: none !important;
    }

    .desktop .vehicle-wrapper {
        display: block;
    }

    #contact-page .vanguard-page-wrap .vanguard-container {
        max-width: 1600px !important;
    }

    #contact-page .vanguard-container.page-with-contact .left-col {
        width: 55%;
    }

    #contact-page .vanguard-container.page-with-contact .right-col {
        width: 45%;
    }
}

/** {*/
/*    font-family: Areal;*/
/*}*/

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1.8;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.preloader {
    animation: pulse 2s ease-in-out infinite;
}

#preloader {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(0 0 0 / 97%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
}

.figure {
    position: relative;
    color: #fff;
    text-align: center;
    animation: 5s linear infinite rotate;
}

.figure > img {
    width: 200px;
}

.sold-sign {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #cb244b;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    z-index: 10;
}

@media (max-width: 460px) {
    .figure > img {
        width: 180px;
    }
}

.buttons-group {
    position: relative;
}

.thanks-message {
    position: absolute;
    bottom: -46px;
    width: 208px;
    left: 2px;
}

.pivont-point {
    position: absolute;
    color: #363636;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.pivont-point.center {
    top: 50%;
    left: 50%;
}


.watch-video-container {
    position: relative;
}

.faqWrapper {
    min-width: 1400px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
}

@media (max-width: 1424px) {
    .faqWrapper {
        min-width: 800px;
    }
}

@media (max-width: 992px) {
    .reviews .vehicle-wrapper:hover {
        transform: unset!important;
        box-shadow: unset!important;
    }
    .reviews .vehicle-wrapper {
        width: 100%;
    }

    .reviews .vehicle-highlight {
        height: 70px;
    }

    #carDesc {
        text-align: left!important;
    }
}

@media (max-width: 800px) {
    .faqWrapper {
        display: none;
    }

    .call-us-btn {
        display: none;
    }
}

.slider {
    position: relative;
    z-index: 2;
}

.swiper {
    width: 1438px;
    height: 342px;
}

.sw-row {
    background: #fff;
    display: flex;
    gap: 44px;
    justify-content: space-between;
    align-items: center;
    padding: 65px 40px 34px;
}

.sw-img > img {
    width: 210px;
    height: 210px;
}

.sw-content-text {
    color: #000;
    font-family: Rajdhani;
    font-size: 31px;
    font-weight: 500;
}

.sw-content-sign {
    color: #000;
    font-family: Rajdhani;
    font-size: 25px;
    font-weight: 700;
}

.sw-content {
    position: relative;
}

.sw-content::before,
.sw-content::after {
    content: "";
    background: url('../images/static/testimonial_bg.png') no-repeat;
    background-size: 47px 35px;
    position: absolute;
    width: 47px;
    height: 35px;
}

.sw-content::before {
    top: -50px;
    left: -10px;
}

.sw-content::after {
    bottom: -25px;
    right: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    display: flex;
    width: initial;
    bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: 0.9;
}

.swiper-button-prev-arr > img,
.swiper-button-next-arr > img {
    width: 65px;
}

.swiper-pagination-bullet-active {
    background-color: #FB991C;
}

.faq {
    background-image: url('../images/static/faq-bg-block.jpg');
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider {
    padding-bottom: 30px;
}

.faq-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 36px;
    margin-bottom: 25px;
}

.faq-header-title {
    font-family: Rajdhani;
    font-size: 99px;
    font-weight: 700;
}

.faq-header-subTitle {
    font-family: Rajdhani;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding: 0 10px;
}

.accordion {
    width: 100%;
    max-width: 1438px;
    margin: auto;
    margin-bottom: 297px;
}

.accordion-title {
    background: white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.accordion-title h2 {
    margin: 0;
    color: #000;
    font-family: Rajdhani;
    font-size: 35px;
    font-weight: 700;
}

.accordion-content {
    background: white;
    color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 10px;
    margin: 3px 0;
}

.accordion-content p {
    color: #000;
    font-family: Rajdhani;
    font-size: 31px;
    font-weight: 400;
    padding: 17px 57px;
}

.arrow {
    width: 15px;
}

.rotate {
    transform: rotate(180deg);
}

@media (max-width: 1460px) {
    .accordion {
        width: 800px;
        margin-bottom: 140px;
    }

    .accordion-title h2 {
        font-size: 17px;
    }

    .accordion-content p {
        font-size: 17px;
        padding: 15px 25px;
        font-weight: 500;
    }
}

@media (max-width: 814px) {
    .accordion {
        width: 400px;
        margin-bottom: 50px;
    }

    .arrow {
        width: 15px;
    }

    .sign-up-btn {
        margin-top: unset !important;
    }
}

@media (max-width: 414px) {
    .accordion {
        width: 300px;
        margin-bottom: 50px;
    }

}

@media (max-width: 486px) {
    .faq-header-title {
        font-size: 44px;
    }

    .faq-header-subTitle {
        font-size: 25px;
    }
}

@media (max-width: 1494px) {
    .swiper {
        width: 1290px;
    }

    .hp-section-row.news {
        background-position-x: -20em;
    }
}

@media (max-width: 1263px) {
    .navigation-bar .vanguard-container .navigation-link-bar .dropdown.current {
        margin-right: 16% !important;
    }

    .navigation-bar .vanguard-container .vanguard-nav-logo {
        right: 5% !important;
    }
}

@media (max-width: 1128px) {

    .navigation-bar .vanguard-container .navigation-link-bar .dropdown.current {
        margin-right: 11% !important;
    }
}

@media (max-width: 1019px) {

    .navigation-bar .vanguard-container .navigation-link-bar .dropdown.current {
        margin-right: 8% !important;
    }
}

@media (max-width: 1358px) {
    .swiper {
        width: 960px;
    }

    .sw-content-text {
        font-size: 21px;
    }

    .sw-content::after {
        bottom: 7%;
    }
}

@media (max-width: 992px) {
    .hp-section-row.news {
        background-position-x: -60em;
    }

    .faq {
        background-attachment: scroll !important;
    }

    #thumbs {
        margin-top: 9em;
        margin-bottom: -7em;
    }

    .col-l-header {
        padding: 60px 10px 0 10px;
    }

    .shadow-title {
        font-size: 45px;
    }

    .shadow-subtitle {
        font-size: 27px;
    }

    .swiper {
        width: 340px;
        height: 510px;
    }

    .sw-row {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 38px 29px;
        gap: 6px;
    }

    .sw-content::before,
    .sw-content::after {
        background-size: 37px 22px;
        width: 37px;
        height: 22px;
    }

    .sw-content::before {
        top: -20px;
        left: -6px;
    }

    .swiper-button-prev-arr,
    .swiper-button-next-arr {
        display: none;
    }

    .swiper-footer {
        align-items: center;
        justify-content: center;
    }

    .sw-img > img {
        width: 150px;
        height: 150px;
    }

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

    .sw-content-sign {
        font-size: 24px;
        margin-top: 8px;
    }


    .swiper-footer {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    .swiper {
        width: 300px;
        height: 445px;
    }
}

@media (max-width: 501px) {
    .footer-title, .footer-icon-tel {
        max-width: 175px !important;
        width: 175px !important;
        margin: auto;
        text-align: center;
        border-color: #fd0000;
    }

    .footer-icon-tel {
        border: unset;
    }

    .footer-item {
        text-align: center;
    }

    .footer-row-top {
        margin-left: 0 !important;
    }
}

.text-box {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px 20px;
}

a {
    font-size: 20px;
    color: #fb5502;
}

ul li {
    font-size: 20px;
    font-weight: 500;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    margin: auto;
    margin-top: 15% !important;
    text-align: center;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin button {
    margin-top: 1em;
}