:root {
    --bg-orange: #f78400;
    --text-lit :#c1c1c1;
    --bg-lights: #eee;
    --bg-footer: #e2e8f0;
    --text-b: #0d45dc;
    --box-shadow: #f3f0f0;
}
.h5-orange {
    color: var(--bg-orange);
}
.btn-orange { 
    background: var(--bg-orange);
    color: #fff;
    font-family: 'Almarai', sans-serif;
    font-family: 'Cairo', sans-serif;
}

.bg-footer {
    background: var(--bg-footer);
}

.te-light {
    color: var(--text-lit);
}

.bg-lights {
    background: var(--bg-lights);
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Almarai', sans-serif;
    font-family: 'Cairo', sans-serif;
}
h5 {
    font-family: 'Almarai', sans-serif;
    font-family: 'Cairo', sans-serif;   
}

.font {
    font-family: 'Almarai', sans-serif;
    font-family: 'Cairo', sans-serif;   
}

a:hover {
    color: var(--bg-orange);
}

/* main */


.slide-container-car {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
}

.slide-content{
    margin: 0 40px;
}

.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.card-wrapper .card {
    border-radius: 8px;
    background-color: #fff;
    width: 100px;
    height: 145px;
}

.card-image {
    position: relative;
    height: 90px;
    width: 90px;
    margin-bottom: -10px;
}

.card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.swiper-button-next:hover {
    color: var(--bg-orange);
}

.swiper-button-prev:hover {
    color: var(--bg-orange);
}

.slide-container-car {
    width: 100%;
    margin-top: 10px;
}


.angle-car {
    width: 120px;
    height: 35px;
    border-radius: 50px;
    background: #bce1fe;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.angle-car-left {
    background: #fff;
    padding: 0 0 0 8px;
    width: 25px;
    color: #426ddd;
    border-radius: 50px;
}

.angle-car-right {
    background: #fff;
    padding: 0 0 0 10px;
    width: 25px;
    color: #426ddd;
    border-radius: 50px;
}

.h1 {
    direction: rtl;
}


/* // main */


@media screen and (min-width: 600px) and (max-width: 1200px) {

}


@media screen and (max-width: 599px) {

    /* main */
    main { margin-top: 80px; }

    .adv {
        width: 100%;
        height: 90px;
        background: #dddddd;
    }

    .card {
        box-shadow: 0px 0px 0px #fff ;
    }

    .card-body h1 {
        font-size: 23px;
    }

    .card-body p {
        font-size: 16px;
    }
    
}