@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: 'Hafs';
  src: url('/public/fonts/HAFS.woff'); 
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #092A1A, #082416);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  /*font-family: "Poppins", serif;*/
  font-family: "Almarai", serif;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

:root {
  --primary-color: #C59507;
  --secondary-color: #092A1A;
  --secondary-color-two: #082416 ;
  --third-color: #666666;
  --fourth-color: #F7C325;
  --fifth-color: #838587;
  --sixth-color: #999999;
  --light-color: #F2F2F2;
  --light-color-two:#E6E6E6;
  --dark-color: #0A0A0A;
  --dark-color-two: #1D1F22;
  --background-color: #05150D;
  --border-light-color: #CCCCCC;
  --bg-card-color:#EAFAF2;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-third {
  color: var(--third-color) !important;
}

.text-fourth {
  color: var(--fourth-color) !important;
}

.text-fifth {
  color: var(--fifth-color) !important;
}

.text-sixth {
  color: var(--sixth-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

.text-dark-two {
  color: var(--dark-color-two) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-secondary-two {
  background-color: var(--secondary-color-two) !important;
}

.bg-third {
  background-color: var(--third-color) !important;
}

.bg-fourth {
  background-color: var(--fourth-color) !important;
}

.bg-fifth {
  background-color: var(--fifth-color) !important;
}

.bg-sixth {
  background-color: var(--sixth-color) !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-light-two {
  background-color: var(--light-color-two) !important;
}

.bg-card {
  background-color: var(--bg-card-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.bg-background {
  background-color: var(--background-color) !important;
}

.border-fifth {
  border: 1px solid var(--fifth-color) !important;
}

.border-primary {
  border: 1px solid var(--primary-color) !important;
}

.border-light-two {
  border: 1px solid var(--border-light-color) !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.text-Neutral-700 {
  color: #333333 !important;
}

ol {
  list-style-type: lower-alpha;
}

.btn-primary {
  color: white !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: 0.5s linear !important;
}
.btn-primary:hover {
  color: var(--primary-color) !important;
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
}

.btn-primary-two {
  color: white !important;
  background-color: var(--fourth-color) !important;
  border-color: var(--fourth-color) !important;
  transition: 0.5s linear !important;
}
.btn-primary-two:hover {
  color: var(--fourth-color) !important;
  background-color: transparent !important;
  border-color: var(--fourth-color) !important;
}

.btn-secondary {
  color: white !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  transition: 0.5s linear !important;
}
.btn-secondary:hover {
  color: var(--secondary-color) !important;
  background-color: transparent !important;
  border-color: var(--secondary-color) !important;
}

.btn-white {
  color: #1E1E1E !important;
  background-color: white !important;
  border-color: white !important;
  transition: 0.5s linear !important;
}
.btn-white:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

.btn-outline-white {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid white !important;
  transition: 0.5s linear !important;
}
.btn-outline-white:hover {
  color: var(--secondary-color) !important;
  background-color: white !important;
  border-color: white !important;
}

.btn-white {
  color: #1E1E1E !important;
  background-color: white !important;
  border-color: white !important;
  transition: 0.5s linear !important;
}
.btn-white:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #CCCCCC !important;
  color: black !important;
}

.btn-gray-transparent {
  background-color: rgba(255, 255, 255, 0.4509803922);
  border: 1px solid rgba(255, 255, 255, 0.4509803922) !important;
  color: white !important;
}

input:focus {
  border: 1px solid var(--secondary-color) !important;
  box-shadow: none !important;
  color: var(--secondary-color) !important;
}

::placeholder {
  font-size: 13px !important;
  color: #999999 !important;
}

textarea:focus {
  border: 1px solid var(--secondary-color) !important;
  box-shadow: none !important;
  color: var(--secondary-color) !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
  direction: ltr !important;
}

textarea {
  resize: none !important;
}

.iti {
  width: -webkit-fill-available !important;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4.89334 8.14173C5.19713 8.44552 5.59856 8.60031 5.99977 8.60031C6.40097 8.60031 6.8024 8.44552 7.10619 8.14173L10.3662 4.88173C10.5893 4.65863 10.5893 4.292 10.3662 4.06889C10.1431 3.84579 9.77645 3.84579 9.55334 4.06889L6.29334 7.32889C6.13145 7.49079 5.86808 7.49079 5.70619 7.32889L2.44619 4.06889C2.22308 3.84579 1.85645 3.84579 1.63334 4.06889C1.41024 4.292 1.41024 4.65863 1.63334 4.88173L4.89334 8.14173Z" fill="%231A1A1A" stroke="%231A1A1A" stroke-width="0.4"/></svg>') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: none !important;
  margin-bottom: 1px;
}

.hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .centerd {
  position: absolute;
} */

.LanguageMenu {
  text-align: left;
}

.LanguageMenu span {
  color: white !important;
  font-size: 16px;
  margin-right: 10px;
}

.LanguageMenu svg {
  display: inline-block !important;
  vertical-align: middle;
  direction: ltr;
}

body.arabicVersion {
  font-family: "Almarai", serif;
}

body.arabicVersion .verse{
  font-family: 'Hafs' !important;
}

.fs-ar {
  font-family: "Almarai", sans-serif;
}

body.arabicVersion .fs-ar {
  font-family: "Montserrat", sans-serif;
}

body.arabicVersion .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.arabicVersion .LanguageMenu {
  text-align: right;
  color: white;
}

body.arabicVersion .LanguageMenu span {
  color: white !important;
  font-size: 16px;
  margin-left: 10px;
}

body.arabicVersion .LanguageMenu svg {
  margin-right: 0;
  margin-left: 10px;
}

body.arabicVersion .arrow-ar {
  transform: scaleX(-1) !important;
}

body.arabicVersion .rotate-img {
  transform: scaleX(-1) !important;
}

.nav-hover-link::after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: white !important;
  transition: 0.5s;
  margin: auto;
  display: block;
}
.nav-hover-link:hover::after {
  width: 100%;
  color: black;
}

.navbar-nav .nav-link.active {
  color: #FDD017 !important;
  font-weight: 600 !important;
}

.bg-gray {
  background-color: #EEF0F6 !important;
}

.bg-input {
  background-color: #F2F2F2 !important;
}

.border-gray {
  border-color: #333333 !important;
}

.link-hover {
  transition: 0.4s all !important;
}

.link-hover:hover {
  transform: translateX(-5px) !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: var(--primary-color) !important;
  transform: translateY(-5px);
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #222943;
  color: #FFF;
  border-radius: 50px;
  font-size: 20px !important;
  line-height: 0px !important;
  display: none;
  z-index: 2;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}
.back-to-top:hover {
  background-color: var(--primary-color);
  color: #FFF;
}
body.arabicVersion .back-to-top {
  left: 10px;
  right: auto;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  background-color: var(--primary-color);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  right: 10px;
}
.whats-app:hover {
  background-color: var(--secondary-color);
  color: #FFF;
}
body.arabicVersion .whats-app {
  left: 10px;
  right: auto;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--fourth-color);
  color: black;
  border: 1px solid var(--fourth-color) !important;
  font-weight: 700;
}

.nav-pills .nav-link {
  color: #999999;
}

.accordion-button {
  background: var(--light-color-two);
  box-shadow: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  color: #1E1E1E !important;
  text-align: start;
  display: flex;
  align-items: flex-start;
}

.accordion-button:not(.collapsed) {
  border-radius: 10px !important;
  box-shadow: none !important;
}

.accordion-item {
  border-radius: 10px !important;
  background: var(--light-color-two);
  color: #333333 !important;
}

.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3E%3Crect%20width='32'%20height='32'%20rx='16'%20fill='%23999999'/%3E%3Cpath%20d='M10%2014L15.2929%2019.2929C15.6262%2019.6262%2015.7929%2019.7929%2016%2019.7929C16.2071%2019.7929%2016.3738%2019.6262%2016.7071%2019.2929L22%2014'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3E%3Crect%20width='32'%20height='32'%20rx='16'%20fill='%23999999'/%3E%3Cpath%20d='M10%2018L15.2929%2012.7071C15.6262%2012.3738%2015.7929%2012.2071%2016%2012.2071C16.2071%2012.2071%2016.3738%2012.3738%2016.7071%2012.7071L22%2018'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  transform: rotate(0deg) !important;
}

.accordion-button::after {
  margin-left: auto;
}
body.arabicVersion .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}

.hover-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 375px) and (max-width: 991px) {
  .offcanvas-body .text-white {
    color: var(--secondary-color) !important;
  }
  .offcanvas-body .btn-outline-white {
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
  }
  .offcanvas-body .btn-outline-white:hover {
    color: var(--secondary-color) !important;
  }
  .offcanvas-body .text-secondary {
    color: white !important;
  }
}
@media (min-width: 1100px) {
  .container-card-vectors {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.btn-custom {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .card-not-hover:hover {
    transform: translateY(0px);
    box-shadow: none !important;
  }
  .position-resp {
    position: static !important;
  }
  .position-resp .para-responsive {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .position-resp .heading-responsive {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .position-resp .text-black-responsive {
    color: #1E1E1E !important;
  }
  .text-resp {
    font-size: 10px !important;
  }
  .h6-resp {
    font-size: 12px !important;
    white-space: nowrap;
    font-weight: 500;
  }
  .h1-resp {
    font-size: 20px !important;
  }
}
.custom-border {
  position: relative;
  display: inline-block;
}

.custom-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  transform: translateX(-50%);
  width: 50px !important;
  height: 1px;
  background-color: #FDD017;
}

.image-container-hover img {
  transition: transform 0.3s ease;
}

.image-container-hover img:hover {
  transform: scale(1.1);
}

.fs-4-sm {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-resp .fs-4-sm {
    font-size: 1rem;
  }
  .text-resp p {
    font-size: 12px;
  }
  .para-responsive {
    font-size: 10px !important;
  }
  .heading-responsive {
    font-size: 12px !important;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .header-responsive h1 {
    font-size: 13px !important;
  }
  .header-responsive h5 {
    font-size: 12px !important;
  }
  .header-responsive .btn-resp {
    font-size: 13px !important;
  }
  .header-responsive-services h3 {
    font-size: 13px !important;
  }
  .header-responsive-services p {
    font-size: 12px !important;
  }
  .header-responsive-services .btn-resp {
    font-size: 10px !important;
  }
  .header-responsive-services svg {
    width: 22px !important;
    height: 22px !important;
  }

  .header-fs-sm svg {
    width: 16px;
    height: 16px;
  }
  .offcanvas .navbar-nav a {
    color: black !important;
  }
}



.ratio-hover {
  position: relative;
}

.ratio-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.ratio-hover:hover::after {
  opacity: 1;
}

.animated-svg {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.flower-bg {
  background-image: url("../images/flower.svg");
  background-repeat: no-repeat;
  background-position: left 0px top 50px;
  background-size: contain;
  background-size: 200px auto;
}

.image-container img {
  transition: all 0.8s ease;
}

.image-container img:hover {
  transform: scale(1.04);
}

.loader-bg {
  position: fixed;
  overflow: hidden;
  z-index: 1111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  position: relative;
  width: 33px;
  height: 33px;
  perspective: 67px;
}

.loader div {
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  position: absolute;
  left: 50%;
  transform-origin: left;
  animation: loader 2s infinite;
}

.loader div:nth-child(1) {
  animation-delay: 0.15s;
}

.loader div:nth-child(2) {
  animation-delay: 0.3s;
}

.loader div:nth-child(3) {
  animation-delay: 0.45s;
}

.loader div:nth-child(4) {
  animation-delay: 0.6s;
}

.loader div:nth-child(5) {
  animation-delay: 0.75s;
}

@keyframes loader {
  0% {
    transform: rotateY(0deg);
  }
  50%, 80% {
    transform: rotateY(-180deg);
  }
  90%, 100% {
    opacity: 0;
    transform: rotateY(-180deg);
  }
}
.svg-animate {
  animation: pulse 1s infinite !important;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
.img-background {
  position: relative;
  display: inline-block;
}

.img-background-levels {
  position: relative;
  display: inline-block;
}

.img-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/Group.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.img-background-levels::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url("../images/background.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: start;
  z-index: -1;
}

.bg-levels {
  position: relative;
}

.bg-levels::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}

.dropdown-toggle::after {
  width: 30px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.icon-container-muted {
  border: 1px solid #B3B3B3;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.icon-container:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.icon-container:hover svg path {
  stroke: #ffffff;
}

.audio-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: var(--bg-card-color);
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease;
  z-index: 1000;
}

.audio-bar.active {
  bottom: 0;
}

.audio-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

audio {
  max-width: 500px;
}

.close-bar {
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.play-btn {
  width: 55px;
  height: 45px;
  border-radius: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 52%);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid black;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.position-relative:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.blurred-background {
  background-color: var(--background-color);
  filter: blur(12px) !important;
}

.card-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.card-image {
  transition: all 0.8s ease;
}

.card-container:hover .card-image {
  transform: scale(1.06);
}

.img-levels {
  height: 130px !important;
}

.arabicVersion .flower-dir {
  transform: scaleX(-1) !important;
}
.arabicVersion .flower-bg {
  background-image: url("../images/flower-ar.svg");
  background-repeat: no-repeat;
  background-position: right 0px top 50px;
  background-size: contain;
  background-size: 200px auto;
}
.arabicVersion .card-vectors {
  position: relative;
}
.arabicVersion .card-vectors::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: url("../images/Vector-top.svg") no-repeat center center;
  background-size: contain;
  top: -125px;
  right: -125px;
  transform: scaleX(-1);
}
.arabicVersion .card-vectors::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: -1;
  background: url("../images/Vector-bottom.svg") no-repeat center center;
  background-size: contain;
  bottom: -125px;
  right: -125px;
  transform: scaleX(-1);
}
.arabicVersion .animated-svg {
  transform: scaleX(-1);
  animation: bounce-flip 2s infinite;
}
@keyframes bounce-flip {
  0% {
    transform: scaleX(-1) translateY(0);
  }
  50% {
    transform: scaleX(-1) translateY(-10px);
  }
  100% {
    transform: scaleX(-1) translateY(0);
  }
}
@media  (max-width: 500px) {

  footer a{
    font-size: 14px;
  }
  .hero-bg {
    height:500px;

  }
  .hero-bg h1{
font-size: 24px;
  }
  .hero-bg h5{
    font-size: 18px;
      }

}

@media  (max-width: 414px) {
  .hero-bg h1{
font-size: 20px;
  }
  .hero-bg h5{
    font-size: 16px;
      }
    }

@media (min-width: 450px) and (max-width: 500px) {

  .hero-bg {
    height: 550px;

  }

  .header-fs-sm span {
    font-size: 14px !important;
  }



}
@media (min-width: 375px) and (max-width: 450px) {

  .header-fs-sm span {
    font-size: 12px !important;
  }



}
@media (min-width: 300px) and (max-width: 375px) {

  .header-fs-sm span {
    font-size: 9px !important;
  }
  .LanguageMenu svg {
    margin-left: 0px !important;
}
}
.arabicVersion .offcanvas-end {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
.arabicVersion .offcanvas-start {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
.img-dir {
    transform: scaleX(-1);
}

body.arabicVersion .img-dir {
    transform: scaleX(1);
}
.navbar-nav.me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

body.arabicVersion .navbar-nav.me-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
    
}

@font-face {
    font-family: 'Mushaf';
    src: url('/public/fonts/Othmani.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    
}








