@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

body {

  line-height: 28px !important;
  font-size: 19px !important;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans Arabic", sans-serif!important;
  text-align: end;
}
.banner-font {
  font-family: "Noto Sans Arabic", sans-serif;
}
.text-start{
  text-align: end !important;
}
.theme-font {
  font-family: "Noto Sans Arabic", sans-serif;
}
.text-bold {
  font-weight: bold;
}
.main-head {
  font-size: 72px;
}
h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3 {
  font-size: 24px !important;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 600;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}
.banner-heading {
  font-size: 4.5rem;
}
.headingCaption {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.inner-heading {
  font-size: 54px
}
/* Overlay */
.overlay { 
  justify-content: end!important;
}

/* Text content inside overlay */
.overlay-content {
  text-align: end!important;

}
@media screen and (max-width: 991px) {
  #spotlight{
    background-color: #304a32;

  }
  .banner-heading {
    font-size: 2.5rem;
  }

  .main-head {
    font-size: 72px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 20px !important;
    font-weight: bold;
  }

  h4 {
    font-size: 24px;
  }

  .section-block {
    padding: 60px 0;
  }

  .section-block-top-0 {
    padding-top: 0px;
  }

  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {

  .section-block {
    padding: 30px 0;
  }

  .section-block-top-0 {
    padding-top: 0px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    font-size: 30px;
    padding: 2px 14px 10px 16px !important
  }

  #menuToggle {
    right: 11px;
  }

  .dropdown,
  .dropend,
  .dropstart,
  .dropup {
    right: -8px;
  }

  .btn {
    border: 1px solid transparent;
    padding: .055rem .55rem 0.15rem;
    font-size: 12px !important;
    border-radius: 50px !important;
  }
 
}