@font-face {
    font-family: 'noor-bold';
    src: url("/arabic_fonts/ArbFONTS-AGCBold.ttf");
  }

@font-face {
    font-family: 'noor-regular';
    src: url("/arabic_fonts/ArbFONTS-AGCRegular.ttf");
  }

@font-face {
    font-family: 'dubai-light';
    src: url("/arabic_fonts/Dubai-Light.otf");
  }
@font-face {
    font-family: 'dubai-bold';
    src: url("/arabic_fonts/Dubai-Bold.otf");
  }

.noor-bold-fonts{
    font-family: 'noor-bold' !important;
}
.noor-regular-fonts{
    font-family: 'noor-regular' !important;
}
.dubai-light-fonts{
    font-family: 'dubai-light' !important;
}
.dubai-bold-fonts{
    font-family: 'dubai-bold' !important;
}

body, p, span, pre, a, li, ul, ol, nav, button, div{
    font-family: 'dubai-light' !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'noor-bold' !important;
}

/* .revers-background-rtl{
    transform: scale(-1, 1);
}

.slider .carousel-caption {
    position: absolute;
    top: 30% !important;
    text-align-last: right !important;
} */

/* .carousel-caption {
    transform: scale(-1,1) !important;
  }

  .slider .carousel-indicators {
    bottom: 35%;
    right: -11rem !important;
} */
