@charset "UTF-8";

/*
author : JTEK SOLUTIONS
©Copyright: April 2024
*/


@import "partials/root.css";
@import "partials/fonts.css";
@import "partials/typography.css";
@import "partials/colors.css";
@import "partials/buttons.css";
@import "partials/header.css";



*{
    margin: 0;
    padding: 0;
}

body{
    font-family: var(--ff-montserrat-regular);
    font-size: 1rem;
    color: var(--s-black-light);
}


.expediteurs-transporteurs {
    padding-top: 4rem;
    padding-bottom: 100px;
    position: relative;
    height: auto;

}



.services-expediteurs{
    list-style-image: url('../img/task_alt.webp');



}

/* .services-expediteurs li{

}    */
.underline {
    border-bottom: 3px solid black;
    border-radius: 50px;
    margin-left: 12px;
}

.right-truck-on-road {

    position: absolute;
    right: 0;
    top: 0;
}

.left-truck-on-road {
    position: absolute;
    left: -45px;
    bottom: -16px;
}


.video-player{
    overflow: hidden;
    border-radius: 2%;
}


.benefits{
    background-color: #FFF4ED;
    height: auto;
    position: relative;
}

.benefits .content{

    background-image: url('../img/OBJECTS.webp');
    background-size: cover;

}

#play-button{
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 100px;
    height: auto;
}

.image-object{
    position: absolute;
    object-fit: contain;
    width: 100%;
}

.testimonials{
    overflow: hidden;
    background: url("../img/testimonies.webp");
}

.testimonial-card{
   position: relative;
   /*
   min-width: 500px;
   */
   min-height: 380px;
   border: #FF6A00 1px solid;
   color: black;
   scale: 0.9;
}

.testimonial-card .decoration-line{
    position: absolute;
    left: 0;
    bottom: 20%;
    border-bottom: #FF6A00 1px solid;
    width: 14%;
}

.testimonial-decorative-section{
    height: 1px;
    width: 62%;
    margin-bottom: 18px;
}

.testimonial-decorative-line {
    height: 1px;
    width: 65%;
    border-bottom: #FF6A00 solid 1px;
}
.testimonial-text-content{
    width: 62%;
}


.testimonial-quote-image{
    position: absolute;

    width: 100%;
    top: 20px;
    left: -16px;
}

.testimonial-quote-image img{
    height: 75px;
    width: 75px;

}


.testimonial-name-section{
    position: relative;
    margin-top: 30px;
    width: 250px;
}




#topScrollButton {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 3%;
    z-index: 99;
    font-size: 1.5rem;
}



@media (max-width: 460px) {


    .testimonial-card {
        position: relative;
        width: 100%;
        height: auto;
        border: #FF6A00 1px solid;
        color: black;

    }

    .testimonial-text-content {
        width: 85%;
    }

    .testimonial-quote-image img {
        height: 50px;
        width: 50px;
    }

    .testimonial-name-section {
        position: relative;
        margin-top: 30px;
        width: 85%;
        margin-bottom: 20px;
    }

}



@media (max-width: 576px) {
    .video-player svg {
        width: 24px;
        height: 24px;
    }

    .video-player #play-button {
        z-index: 99;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 30px;
        height: auto;
    }

    .video-player img {
        width: 100%;
        height: auto;
    }

    .truc-image {
        width: 200px;
        height: auto;
    }

    .image-benefits {
        /*
        scale: 0.8;
        */
    }

}

@media (max-width: 992px) {
    .truc-image {
        width: 300px;
        height: auto;
    }

    .service-image {
        width: 40px;
        height: auto;
    }
}


.carousel-control-next,
.carousel-control-prev{
    background-color: #000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: auto;
}

.carousel-control-next{
    right: 0%;
}

.carousel-control-prev{
    left: 0%;
}

@media (max-width: 768px) {
    .customer-logos .col-md-2 {
        margin-right: 2rem;
        margin-left: auto;
    }

}

/*@media (max-width : 1024px) {
    .s-btn-primary{
        margin-left: 5%;
        max-width: 5px;
    }
}*/

.icon{
    background-color: var(--s-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

@media (min-width: 1024px) {
    .custom-btn {
        display: inline-block;
        width: 300px;
        height: 50px;
        margin-left: 90px;
    }

    .custom-btn .bi {
        margin-left: 0px;
    }
}

*{
    margin: 0;
    padding: 0;
}


.footer-wave-svg{
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer{
    background-color: #000;
    color: white;

}

.footer-wave-path{
    fill: #fffff2;
}

a{
    text-decoration: none;
}

ul{
    padding-left: 0;
}

.footer-widget ul li{
    list-style: none;
}

.footer-widget ul li a{
    color: #fff;
}

.footer-border {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
}



.social li a{
    display: inline-block;
    padding: 5px;
}

h6 a{
    color: white;
    text-decoration: none;
}

h6 a:hover{
    color: var(--s-primary);
}

@media only screen and (max-width: 425px) {
    .footer-logo img {
        width: 150px;
    }
}

/* blade 404 */


#notfound .notfound{
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound{
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
}

.notfound .notfound-404 {
    position: relative;
    height: 220px;
  }

.notfound .notfound-404 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    margin: 0px;
    text-transform: uppercase;
    color: var(--s-primary);
    font-size: 100px;
}

.notfound a{
    color: var(--s-primary);
    text-decoration: none;
}

.notfound a:hover{
    color: var(--s-green);
}

.contact-icone{
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: var(--s-primary);
    font-size: var(--fs-md);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 425px) {
    .trucks img {
        width: 350px;
    }
}



.list-style-none{
    list-style: none;
}

.s-img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.benefit-card{
    min-height: 232px;
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }


}


.values-img{
    transform: scale(.9);
}


.swiper-pagination-bullet-active{
    background: var(--bs-white) !important;
}


.swiper{
    height: 540px;
}

@media (min-width: 375px) {
    .swiper{
        height: 450px;
    }

}

@media (min-width: 768px) {
    .swiper{
        height: 500px;
    }
    #topScrollButton {
        bottom: 2%;
        right: 1%;

    }


}
@media (min-width: 992px) {
    .swiper{
        height: 455px;
    }

    .s-border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}
}
@media (min-width: 1200px) {
    .swiper{
        height: 380px;
    }
}

section {
    scroll-margin-top:3rem;
}


.nav-link.active{
    font-weight: 700;
    color: var(--s-primary) !important;
}
