@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Noto+Sans+Hebrew:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b,
strong {
  font-family: "Open Sans", serif;
}

.RamdanModal p {
  font-size: 18px;
}

.he-text {
  font-family: "Open Sans", serif !important;
}
.he-text h1,
.he-text h2,
.he-text h3,
.he-text h4,
.he-text h5,
.he-text h6,
.he-text p,
.he-text a,
.he-text b,
.he-text strong {
  font-family: "Open Sans", serif;
}

.ar-text {
  font-family: "Fustat", serif !important;
}
.ar-text h1,
.ar-text h2,
.ar-text h3,
.ar-text h4,
.ar-text h5,
.ar-text h6,
.ar-text p,
.ar-text a,
.ar-text b,
.ar-text strong {
  font-family: "Fustat", serif;
}

.en-text {
  font-family: "Lato", serif !important;
}
.en-text h1,
.en-text h2,
.en-text h3,
.en-text h4,
.en-text h5,
.en-text h6,
.en-text p,
.en-text a,
.en-text b,
.en-text strong {
  font-family: "Lato", serif;
}

.testimonial-slider {
  direction: ltr;
}
.testimonial-slider .testimonial {
  direction: rtl;
}

.barnd-slider {
  direction: ltr;
}

.navbar-brand img {
  width: 140px;
}

@media (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    left: 0;
    top: -25px;
    display: block;
    float: left;
  }
  .navbar-brand img {
    width: 100px;
  }
  .slideInDown .navbar-brand {
    position: relative;
    top: 0;
  }
  .slideInDown .navbar-brand img {
    width: 60px;
  }
}/*# sourceMappingURL=style.css.map */