/* banner css */

.banner-wrapper {
    padding: 100px 0;
    height: 90vh;
    display: flex;
    align-items: end;
    position: relative;
    padding-bottom: 0;
}

.banner-title h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.banner-title h1 span {
    display: block;
    font-weight: 700;
}

.banner-btn-box {
    margin-top: 40px;
}

.banner-btn-box a {
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 16px;
    background: rgb(46 49 145);
    color: #fff;
    border: 1px solid rgb(46 49 145);
    transition: 0.6s;
}

.banner-btn-box a:hover {
    background: transparent;
    color: rgb(33, 77, 182);
}

.banner-image-box {
    position: absolute;
    right: -30%;
    bottom: -5%;
}

.banner-image-box img {
    width: 60%;
    display: block;
    margin: auto;

}

.details-title h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    color: rgb(15, 23, 42);
    font-weight: 600;
}

.details-title p {
    margin-bottom: 15px;
}

.about-details-content {
    padding-left: 0 !important;
}

/* .about-img::before {
    content: "";
    background-color: #e2e8f0;
    position: absolute;
    left: 46%;
    right: 0;
    width: 60px;
    height: 100%;
    top: 0;
    bottom: 0;
} */

.about-img-box {
    position: relative;
}

.about-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.about-details-box {
    max-width: 80%;
}

.about-details-main {
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.card-icon h4 {
    font-size: 120px;
    line-height: 150px;
    color: rgb(15, 23, 42);
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon span {
    font-size: 65px;
    line-height: 75px;
    color: rgb(15, 23, 42);
}

.serva-content-box {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card-title-box p {
    text-align: center;
    color: #171616;
    font-weight: 400;
}

/*  */


/* .our-drivers-box:after {
    content: "";
    border: 1px #171616;
    width: 60%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 30%;
    border-color: #171616;
    border-style: dashed;
} */

.our-deriver-img {
    text-align: end;
}

.our-deriver-img img {
    width: 44%;
}

/* .our-drivers-box {
    position: relative;
} */

.our-drivers-title {
    position: relative;
    max-width: 30%;
}

/* 
.our-drivers-wrapper {
    padding: 60px 0;
} */

.our-drivers-slider {
    padding-top: 40px;
}

.our-drivers-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.our-drivers-left img {
    width: 100%;
}


.testimonials-wrapper {
    padding: 95px 0;
    background: #bbd1c9;
}

.testimonials-title span {
    display: block;
}


.slider-card-box {
    background: linear-gradient(#18181b, #55575c);
    padding: 40px 30px;
    border-radius: 20px;
}

.slider-text-box h4 {
    font-size: 24px;
    line-height: 34px;
    color: #FFF;
    margin-bottom: 10px;
}

.slider-text-box p {
    color: #FFF;
    margin-bottom: 10px;

    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;

}

.slider-info-img img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}

.slider-info-box h5 {
    font-size: 18px;
    color: var(--common-color);
}

.slider-info-box span {
    color: var(--common-color);
    font-size: 14px;
}

.slider-card-title {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.testimonials-view-btn a {
    color: var(--background_main_color);
    font-size: 20px;
    font-weight: 600;
}

.testimonials-title-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    position: relative;
}

.testimonials-title-main:before {
    content: "";
    background-color: var(--background_main_color);
    border: 1px solid var(--background_main_color);
    width: 60%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 45%;
}

.slider-bg {
    background: linear-gradient(#55575c, #18181b);
}

.testimonials-slider .owl-nav {
    position: absolute;
    top: 44%;
    left: -20%;
}

.our-drivers-wrapper .owl-nav {
    display: block;
    position: absolute;
    top: -30%;
    right: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.our-drivers-wrapper .owl-nav button span {
    background: rgb(46 49 145);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
    border-radius: 19%;
    border: 1px solid rgb(46 49 145);
    transition: 0.6s;
}

.our-drivers-wrapper .owl-nav button span:hover {
    background: transparent;
    color: rgb(46 49 145);
}

.our-drivers-main {
    display: flex;
    align-items: end;
}


.car-drivers-wrapper {
    padding: 60px 0;
}

.car-drivers-title {
    text-align: center;
}

.discover-car-text h4 {
    font-size: 22px;
    color: #171616;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.discover-car-img:hover img {
    transform: scale(1.1);
}

.discover-car-img img {
    width: 250px !important;
    height: 220px;
    object-fit: contain;
    transition: 0.6s;
    margin: auto;
}

.car-drivers-slider {
    padding-top: 60px;
}

.car-drivers-wrapper .owl-dots {
    text-align: center;
    padding-top: 60px;
}

.car-drivers-wrapper .owl-dots button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #18181b;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.car-drivers-wrapper .owl-dots button.active {
    opacity: 1;
}







#stripes {
    position: absolute;
    opacity: 1.5;
    top: 60%;
    /* width: 12vw; */
    min-width: 60vw;
    height: 5%;
    background: repeating-linear-gradient(to right, #1a1a1e, #1b1b1e 10vw, transparent 8vw, transparent 15vw);
}




#road {
    opacity: .1.9;
    min-height: 100px;
    transform-origin: center top;
    transform: rotateX(45deg) translate(-42vw);
    animation: stripemove 1.2s linear infinite;
    width: 100%;
}


/* @keyframes stripemove {
    to {
        transform: rotateX(45deg) translate(0vw);
    }
} */






.our-drivers-wrapper .load {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

.our-drivers-wrapper .dot {
    width: 250px;
    height: 80px;
    position: absolute;
    right: 0;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    object-fit: contain;
}



.our-drivers-wrapper {
    position: relative;
}






@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}


@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}






@media (max-width: 1655px) {
    .banner-image-box img {
        width: 50%;
    }

    .banner-image-box {
        right: -44%;
        bottom: -5%;
    }

    .card-icon h4 {
        font-size: 80px;
        line-height: 120px;
        color: rgb(15, 23, 42);
    }
}

@media (max-width: 1199px) {
    .banner-title h1 {
        font-size: 52px;
    }

    .card-icon h4 {
        font-size: 60px;
        line-height: 80px;
    }

    .about-details-main {
        padding-left: 20px;
    }

    #stripes {
        top: 0;
    }

    .banner-image-box {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner-image-box img {
        width: 80%;
    }
    .banner-wrapper {
        height: 100vh;
    }
}

@media (max-width: 991px) {
    .about-details-main {
        padding-top: 20px;
        padding-left: 15px;
    }

    .details-title h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .card-icon h4 {
        font-size: 70px;
        line-height: 80px;
    }

    .about-details-box {
        max-width: 100%;
    }

    .discover-car-img img {
        width: 100% !important;
        height: 100px;
    }

    .our-drivers-wrapper .owl-nav {
        bottom: -20%;
        align-items: center;
        gap: 20px;
        justify-content: center;
        right: 0;
        top: unset;
        left: 0;
    }

    .our-drivers-main {
        justify-content: center;
    }



    .banner-wrapper {
        padding: 140px 0;
        height: 600px;
        align-items: baseline;
    }
    .banner-image-box {
        top: unset;
        left: unset;
        transform:unset;
        right: -0%;
        bottom: 0%;
    }

    .banner-image-box img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .banner-title h1 {
        font-size: 46px;
        margin-bottom: 10px;
    }

    .our-drivers-box {
        flex-direction: column-reverse;
    }

    #stripes {
        min-width: 100vw;
    }

    .our-drivers-title {
        max-width: 100%;
    }

    .our-drivers-left img {
        width: 90%;
        display: block;
        margin: auto;
    }

    .our-drivers-wrapper .dot {
        width: 200px !important;
        top: -32px !important;
    }

    #stripes {
        top: 60%;
    }

    .about-details-content {
        padding-left: 15px !important;
    }

    .about-main-content .row {
        flex-direction: column-reverse;
    }
}


@media (max-width: 767px) {
    .banner-wrapper {
        padding: 140px 0;
        height: 550px;
        align-items: baseline;
    }


    .banner-title h1 {
        font-size: 46px;
        margin-bottom: 10px;
    }

    .card-icon span {
        font-size: 43px;
        line-height: 63px;
        color: rgb(15, 23, 42);
    }

    .card-icon h4 {
        font-size: 60px;
        line-height: 70px;
    }

    .about-img img {
        height: 420px;
    }

    .slider-text-box h4 {
        font-size: 20px;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 100px;
    }

    .slider-text-box p {
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 100px;
    }

}

@media (max-width: 575px) {
    .banner-wrapper {
        padding: 110px 0;
        height: 500px;
        align-items: baseline;
        padding-bottom: 0;
    }

    .about-img::before {
        width: 24px;
    }

    .banner-title h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }



}

@media (max-width: 480px) {
    .serva-content-box {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
    }

    .about-img img {
        height: 350px;
    }
}