body, body *:not(i):not([class*="fa-"]):not([class*="fab"]):not([class*="fas"]):not([class*="far"]):not([class*="mdi-"]):not([class*="icon-"]):not(svg):not(path) {
  font-family: 'Tajawal', 'Noto Sans Arabic', sans-serif !important;
  letter-spacing: normal !important;
}
.header-area .main-menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 14px 8px;
}
.showcase-nav-btns{
        display: flex;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 1399px) {
    .approach-area-about-page .approach-box .title img {
        width: 100px;
        transform: rotate(180deg);
    }
}
.works-wrapper-1 .work-box .title{
        padding-right: 16px;
            font-size: 20px;
    font-weight: 400;
}
.works-wrapper-1 .work-box .meta{
        margin-right: 12px;
}
.art-related-swiper .swiper-wrapper {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
}