body.rtl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans Arabic', sans-serif;
}

body.rtl,
* {
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    ;
}










.hero-parallax {

    margin-right: 25%;
    margin-left: auto;


}



@media (max-width: 1500px) {
    .hero-parallax {
        width: 70%;
        margin-right: 15%;
        margin-left: auto;
        font-size: .9rem;
    }
}

@media (max-width: 1200px) {
    .hero-parallax {
        width: 80%;
        margin-right: 10%;
        margin-left: auto;
        font-size: .9rem;
    }
}

@media (max-width: 992px) {
    .hero-parallax {
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        font-size: .7rem;
    }
}

@media (max-width: 768px) {
    .hero-parallax {
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        font-size: .65rem;
    }
}








/* الدوائر */
.promo_banner::before {

    left: 0;
    right: auto;

}

/* دائرة تانية */
.promo_banner::after {

    left: 0;
    right: auto;

}




.btn-custom {
    border-radius: 50px;
    padding: 10px 25px;
    background: white;
    color: #ff7a18;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 2;
}

.btn-custom:hover {
    background: white;
    color: #ff7a18;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/*

#booksCarousel {
    direction: ltr;
}

#booksCarousel * {
    direction: ltr;
}*/








/* إصلاح حركة الكاروسيل في وضع RTL */
.carousel-item {
    margin-right: 0;
    float: right;
}

/*
.carousel-control-prev {
    right: -20px;
    left: auto;
}*/

.carousel-control-next {
    left: -20px !important;
    right: auto !important;
}