:root {
    --bg-orange:#f78400;
    --text-lit :#c1c1c1;
    --bg-lights: #eee;
    --bg-footer: #e2e8f0;
    --text-b: #426ddd;
    --box-shadow: #f3f0f0;
}

.text-b { color: var(--text-b); }
.text-s { color: var(--text-lit); }

body {
    margin: 0;
    padding: 0;
    font-family: 'Almarai', sans-serif;
    font-family: 'Cairo', sans-serif;
}

/* main */

main {
    margin-top: 30px;
}

.info-car {
    width: 100%;
    background: #fff;
    box-shadow: 3px 3px 6px var(--box-shadow), -2px -2px 6px var(--box-shadow);
    border-radius: 10px;
}

.logo-img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    box-shadow: 3px 3px 4px var(--box-shadow), -2px -2px 4px var(--box-shadow);
}

.logo-img img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.favert:hover {
    background: var(--bg-orange);
    border-radius: 5px;
}

.images-car {
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.images-car .swiper-slide {
    height: 450px;
}

.images-car img{
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

.swiper-button-next {
    background: #0000005d;
    padding: 30px 20px 30px 20px;
    border-radius: 10px 0 0 10px;
    margin-right: -10px;
}

.swiper-button-prev {
    background: #0000005d;
    padding: 30px 20px 30px 20px;
    border-radius: 0 10px 10px 0;
    margin-left: -10px;
}


.descs-car {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 4px var(--box-shadow), -2px -2px 4px var(--box-shadow);
}

.d-flex-car {
    display: flex;
}

.desc-car-start {
    display: flex;
    justify-content: start;
}

.desc-car-end {
    display: flex;
    justify-content: end;
}

.descs-ul {
    list-style: none;
    width: 100%;
}

.descs-ul li {
    width: 330px;
    color: #10255f;
    border-bottom: 1px var(--box-shadow) solid;
    padding: 10px;
}

.descs-ul li:hover {
    background: var(--box-shadow);
}

.adv {
    width: 100%;
    height: 120px;
    background: #dddddd;
}

.categories {
    border-radius: 10px;
    box-shadow: 3px 3px 4px var(--box-shadow), -2px -2px 4px var(--box-shadow);
}

.categories-li {
    border-bottom: 1px var(--box-shadow) solid;
}

.categories-img img{
    width: 130px;
    height: 90px;
    border-radius: 8px;
}

.name-b { margin-top: 10px; }

.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;
}

.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;
}


.logo_car {
    position: absolute;
    top: 270px;
    right: 300px;
    z-index: 1000;
}

.logo_car img {
    -webkit-filter: grayscale(10%);
    filter: grayscale(1%);
}

.shera {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}

/* // main */

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .info-car { margin-bottom: 10px; }
    .info-car h5{ font-size: 14px; }
    .info-car p { font-size: 12px; }
    .d-flex-car { display: block; }
    .desc-car-start { display: block; }
    .desc-car-end { display: block; }

    .descs-ul li {
        width: 100%;
        color: #10255f;
        border-bottom: 1px var(--box-shadow) solid;
        padding: 2px;
        font-size: 12px;
    }

    .images-car {
        width: 100%;
        height: 350px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .images-car .swiper-slide {
        height: 350px;
    }

    .images-car img{
        height: 100%;
        border-radius: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .info-car { margin-top: 0px; }
    .d-flex-car { display: block; }
    .desc-car-start { display: block; }
    .desc-car-end { display: block; }

    .descs-ul li {
        width: 110%;
        color: #10255f;
        border-bottom: 1px var(--box-shadow) solid;
        padding: 7px;
        font-size: 14px;
    }

    .images-car {
        width: 100%;
        height: 250px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .images-car .swiper-slide {
        height: 250px;
    }

    .images-car img{
        height: 90%;
        border-radius: 10px;
        width: 100%;
    }

    .categories {
        font-size: 12px;
    }

    .categories img {
        width: 109px;
        height: 70px;
    }

    .name-b { margin-top: -5px; }

    .categories b {
        font-size: 14px;
    }

    .adv {
        width: 100%;
        height: 90px;
        background: #dddddd;
    }
    .navigation a,
        .navigation i {
            display: inline-flex;
            align-items: center; /* محاذاة العناصر بالتوسيط عموديًا */
            margin-right: 5px; /* تعديل المسافة بين العناصر */
            margin-left: 5px; /* تعديل المسافة بين العناصر */
        }
        .navigation i {
            transform: scaleX(-1);
            font-size: 0.8em;
            color: #6A7791;
            margin: 0 2px; /* تعديل المسافة بين السهم والنص */
        }
        .navigation :last-child {
            margin-right: 0 !important;
        }
}