* {
    letter-spacing: 0;
}


html,
body {
    direction: rtl;
    font-family: "Tajawal", sans-serif;
}

#footer button i,
.swiper-button-next-upcoming,
.swiper-button-prev-upcoming {
    transform: rotate(180deg)
}

.swiper-slide-active .tesimonial-item img {
    transform: translate(-70px, 0px) scale(1);
}

.footer-logo {
    justify-content: start;
}

.bi-arrow-right {
    transform: scale(-1);
}

.list-inline a::before,
a.nav-link::before {
    transform-origin: left bottom;
}

.list-inline a:hover::before,
a.nav-link:hover::before,
a.nav-link.active::before {
    transform-origin: right bottom;
}
.section .cta img {
    transform: translate(-3px, -3px);
}