html {
    direction: rtl;
}

* {
    font-family: "Noto Naskh Arabic", serif;
}

.title-font {
    font-family: "Droid Arabic Kufi", sans-serif;
}

button,
.btn,
.nav-link,
.dropdown-item {
    font-family: "Droid Arabic Kufi", sans-serif;
}

/* General Classes  */
.rotate-in-ar {
    transform: rotate(180deg);
}

.rotatey-in-ar {
    transform: rotatey(180deg);
}

.header {
    &::before {
        transform: rotatey(180deg);
    }

    .header-top {
        right: auto !important;
        left: 0px;

        .item {
            .icon {
                &.social {
                    margin-bottom: -8px;
                }
            }
        }
    }

    .header-actions-mobile {
        .lang-mobile {
            margin-inline-start: 48px;

            .lang-box {
                gap: 4px;

                .text {
                    margin-bottom: -6px;
                }
            }
        }
    }

    .home-page {
        .team-section {
            .team-card {
                .text {
                    font-size: 22px;
                }
            }
        }
    }
}