:root {
    --bs-body-font-family: "Roboto", sans-serif;


}

body {
    overflow-x: hidden;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    justify-content: s;
}

@media(min-width:1000px) {
    .car-hed {
        animation: car 1.7s infinite;
    }

    @keyframes car {

        100%,
        0% {
            translate: -25px -10px;
        }

        50% {
            translate: 25px 10px;
        }
    }
}

.mont-font {
    font-family: "Montserrat", sans-serif;
}

.numbers-bluck {
    background-image: url(../img/caver\ cars.jpg);
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
}

.nav-link.active {
    color: #0D6EFD;
    border-bottom: 3px solid #0D6EFD;
}

.nav-link {
    color: #3f4040;
}




.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    font-size: 18px;
    background: #444;
    padding: 38px;
    position: relative;
    height: 500px;
}

.tex-info {
    position: absolute;
    bottom: 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    margin-top: 50px;
}

.swiper-pagination {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.cont {
    position: relative;
    height: 535px;
    margin: 30px 0;
}

.wevs {
    position: relative;
    transition: .5s;
}

.wevs:hover {
    scale: 1.05;
}

.wevs .ims {
    background-image: url(../img/1752596559955.png);
    background-size: 300% 70%;
    background-repeat: repeat-x;
    height: 72px;
    position: absolute;
    top: 240px;
    left: 0;
    width: 100%;
    animation: waves 20s linear infinite;
    overflow: hidden;

}

@keyframes waves {

    100%,
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -1000% 0;
    }
}

.slide1 {
    background-image: linear-gradient(to top, #000000 22%, #ffffff00 50%), url(../img/mer1.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide2 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/oudi.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide3 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/bmw11.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide4 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/oudi22.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide5 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/bmw3.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide6 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/bmw4.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide7 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/bmw5.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide8 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/oudi33.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.slide9 {
    background-image: linear-gradient(to top, #000000 20%, #ffffff00 50%), url(../img/oudi44.jpeg);
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply; */
}

.icons:hover {
    color: #0D6EFD;
    cursor: pointer;
}