@font-face {
    font-family: 'tajawal'; 
    src: url('../fonts/Tajawal/Tajawal-Regular.ttf') format('woff2'),
         url('../fonts/Tajawal/Tajawal-Medium.ttf') format('woff'); 
    font-weight: normal;
    font-style: normal;
}

body *{
    direction: rtl !important;
}
.hero-header .container .row, .owl-carousel *{
    direction: ltr !important;
}
h1, h2, h3, h4, h5, h6, p, a, span, div{
    font-family: 'tajawal', sans-serif !important;
    text-align: right !important;
}
.navbar-brand{
    margin: 30px;
}
.back-to-top{
    text-align: center !important;
}