:root {
    --base: 0.6rem;
}

/* Header */

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
}

/* Homepage */
.parallax-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 120px 0 60px;
}

.cars1 .item .img img {
    height: 324px;
}

.cars1 .owl-carousel .owl-item img {
    height: 450px;
}
.cars1 .item .img img,
.cars1 .owl-carousel .owl-item img {
    object-fit: cover;
}

.form1 .col4 {
    float: left;
    width: 33.3333333333%;
}

.clients .clients-logo {
    text-align: center;
}

.clients .clients-logo img {
    height: 40px;
    max-width: 100px;
    object-fit: contain;
}

footer .wa-logo {
    width: 60px;
}

.cars4 .car-list .item figure img {
    max-height: 212px;
    object-fit: cover;
}

/* Select2 */
.selection,
.select2-container--default .select2-selection--single {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.video .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



footer .whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

footer .whatsapp svg {
    width: 50px;
}

footer .whatsapp svg:hover path {
    transition: all 0.3s ease-in-out;
}

footer .whatsapp svg:hover path {
    fill: #fff;
}

:has(.progress-wrap.active-progress) footer .whatsapp {
    bottom: 100px;
}

.vehicle-details h2 {
    color: #fff;
    font-size: 15px;
}

.item .img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.cars1 .item .img {
    height: 324px;
}

.item .img .img-cover,
.item .img .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease-in-out;
}

.item .img .img-cover::before,
.item .img .img-hover::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.item .img .img-cover {
    opacity: 1;
}

.item .img .img-hover {
    opacity: 0;
}
.item:hover .img-hover {
    opacity: 1;
}

.characteristics ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.vehicle-details .gallery-items .single-item a {
    width: 100%;
}

.vehicle-details .gallery-box .gallery-img > img {
    height: 437px;
    object-fit: cover;
}

.scroll-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 100px;
}

.scroll-animation .chevron {
    position: absolute;
    width: calc(var(--base) * 3.5);
    height: calc(var(--base) * 0.8);
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
}

.scroll-animation .chevron:first-child {
    animation: move-chevron 3s ease-out 1s infinite;
}

.scroll-animation .chevron:nth-child(2) {
    animation: move-chevron 3s ease-out 2s infinite;
}

.scroll-animation .chevron:before,
.scroll-animation .chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}

.scroll-animation .chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.scroll-animation .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(calc(var(--base) * 3.8));
    }
    66.6% {
        opacity: 1;
        transform: translateY(calc(var(--base) * 5.2));
    }
    100% {
        opacity: 0;
        transform: translateY(calc(var(--base) * 8)) scale(0.5);
    }
}
.footer-contact-link-content .small {
    font-size: 10px;
}

.select2-results__option {
    color: #fff;
}

.lets-talk::before {
    background: #000;
    opacity: 0.5;
}

.plus-sign {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px !important;
    height: auto !important;
    border-radius: 0 0 10px 0;
}

.cars4 .img {
    height: 211px;
}

.cars4 .img img {
    object-fit: cover;
}

.cars4 .car-list .item .content .cont .features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.item .price {
    font-size: 15px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
}

.vehicle-title {
    position: absolute;
    bottom: 50px;
    padding: 0;
    z-index: 1;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translateX(-50%);
    padding-right: 12px;
    padding-left: 12px;
}

.vehicle-title h1 {
    color: #fff;
    font-size: 25px !important;
    margin: 0;
    padding: 35px 0 25px;
    line-height: 1.4em !important;
    width: 100%;
    text-align: center;
}

.select2-container--open .select2-dropdown--below {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,1);
}

.modal-content {
    background-color: var(--color-secondary);
}

.grecaptcha-badge {
    display: none;
}

.video-fullscreen-video iframe {
    transform: scale(3);
}

.owl-carousel.owl-drag .owl-item {
    overflow: hidden;
}

.swal2-popup {
    border-radius: 0;
    background-color: #222;
    color: #fff;
}

.swal2-title {
    color: #fff;
}

.swal2-html-container {
    color: #ccc;
}

.swal2-styled.swal2-confirm {
    border-radius: 0;
    background-color: #fff;
    color: #222;
    padding: 14px 42px;
}

@media (max-width: 767.98px) {
    .form1.brdr {
        padding: 10px;
    }

    .select2-results__option {
        padding: 10px 0;
        font-size: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 15px 0px;
        font-size: 10px;
        line-height: 2rem;
    }

    .select1_inner::after {
        right: 10px;
    }
    .slider-fade .item {
        height: 75vh;
    }
}

@media (min-width: 768px) {
    .video-fullscreen-video iframe {
        transform: scale(1.15);
    }

    .form1 .col4 {
        float: left;
        width: 28.3333333333%;
    }

    .cars1-carousel .item .img {
        height: 450px;
    }

    .characteristics ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .vehicle-details h2 {
        font-size: 20px;
    }

    .vehicle-details .vehicle-title {
        position: relative;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        text-align: center;
        width: fit-content;
        margin-top: -167.5px;
        margin-bottom: 60px;
        z-index: 9;
        padding: 35px 30px 25px 0;
    }

    .vehicle-details .vehicle-title h1 {
        color: #fff;
        font-size: 32px;
        margin: 0;
        padding: 35px 0 25px;
        max-width: 450px;
        text-align: left;
    }

    .vehicle-title h1 {
        text-align: left;
        max-width: 450px;
    }


    .vehicle-title {
        bottom: 0;
    }
}