@import "root.css";
@import "./header-hertz.css";
@import "./footer-hertz.css";
@import "./filtre-hertz.css";

.swiper-wrapper{
    z-index: auto !important;
}


.section-explore .swiper-slide {
    height: auto;
    display: flex;
}


.section-explore .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section-explore .btn-card {
    margin-top: auto;
}

.teams-pagination  {
    flex-direction: column;
    direction: rtl;
    display: flex;
    position: absolute;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    right: 25px;
    left: auto !important;
    z-index: 1;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 8px;
    background: var(--color-gray);
    border-radius: 2px;
    opacity: 1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    margin: 2px !important;
}

.banner  .swiper-pagination-bullet.swiper-pagination-bullet-active, .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-site-1);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.5);
    width: 40px;

}

/* section page nos vehicule  */
.nav-pills  button.nav-link{
  background-color: #F7F8F9;
  color: var(--color-site-3);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}


.nav-pills  button.nav-link.active, .nav-pills  button.nav-link:focus, .nav-pills button.nav-link.active:hover, .nav-pills  button.nav-link:hover {
    background-color: var(--color-site-1);
    color: var(--color-site-3);
    border: none !important;

}

.nav-pills  button.nav-link::before, .nav-pills  button.nav-link.active:hover::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--color-site-1);
}

/*loding*/

.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 15px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

.handle-preloader .loader-section {
    background-color: var(--color-white);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: var(--color-white);
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid var(--color-white);
    border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciÄ†ÂƒÄ€Â³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-site-3);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}

.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    z-index: 10;
    background-color: var(--color-site-1);
    text-align: center;
    padding: 10px;
    transition: all .3s ease-in-out;
    color: var(--color-site-3);
}



.car-card-title{
    font-size: 20px;
    color: var(--color-site-3);
    font-weight: 700;
    text-transform: capitalize;
}

.tabs-vehicule .car-card-info{
    font-size: 16px;
    color: var(--color-site-3);
    font-weight: 500;
    line-height: 30px;
}
.tabs-vehicule .car-card-title-info{
    font-size: 18px;
    color: var(--color-site-3);
    font-weight: 700;
}




.list-vehicule .choices  .choices__inner{
    padding: 10px 0 0 25px !important;
    height: 52px !important;
}