body {
    font-family: 'Noto Kufi Arabic', sans-serif;
}
* {
font-family: 'Noto Kufi Arabic', sans-serif;
}

.swiperdesk {
    width: 100%;
    height: 100vh; /* ملئ الشاشة بالكامل */
}

.swiperdesk .swiper-wrapper {
    display: flex;
}

.swiperdesk .swiper-slide {
    width: 100% !important; /* عرض صورة واحدة فقط */
    height: 100%;
    background-size: cover;
    background-position: center;
}

.swiperdesk .swiper-button-next,
.swiperdesk .swiper-button-prev {
    color: white; /* تغيير لون الأزرار */
}

.swiperdesk .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
