
body {
    /* font-family: 'Noto Kufi Arabic', serif; */
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 20px;
    direction: rtl; /* Right to Left for Arabic */
}
h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
p {
    font-size: 1.2em;
    line-height: 1.6;
}
.ltr-popover, input[type='email'], input[name='phone'] {
  direction: ltr !important;
}

.img-fit {
  width: 100% !important;
  height: 100% !important;
  max-height: 500px !important;
  /* object-fit: cover; */
}

.zoom img {
  transition: transform .2s;
  /* Animation */
  width: 100%;
  max-width: 120%;
  height: 100%;


}

.zoom img:hover {
  transform: scale(0.75);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.hero .carousel-item img {
  width: 100% !important;
  min-height: 75vh;
  max-height: 75vh !important;
  object-fit: cover;
  /* filter: opacity(15%); */

}

.hero-caption {
  inset: 0 !important;
  width: 100% !important;
  height: 100%;
  padding-inline: 10%;
  /* background-color: color-mix(in srgb, var(--bs-light), transparent 20%); */

}

.hero-caption * {
  position: relative;
  top: 40%;
  transform: translateY(-50%);

}

/* .hero-caption h1 {
  font-size: 5rem;
}

.hero-caption p {
  font-size: 3rem;
} */



.nav_menu a,
.nav_menu a:focus {
  color: var(--bs-primary);
}

.nav_menu a i,
.nav_menu a:focus i {
  color: var(--bs-primary);

}

.nav_menu li:hover>a,
.nav_menu .active,
.nav_menu .active:focus {
  color: var(--bs-secondary);
}

.nav_menu a:hover i {
  color: var(--bs-secondary);

}
