* {
  /* direction: rtl !important; */
  font-family: "Almarai", sans-serif;
  font-family: "Cairo", sans-serif;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-family: "Tajawal", sans-serif;
}

.text-end {
  text-align: end !important;
}

.text-start {
  text-align: start;
}

.lang-button-parent {
  position: absolute;
  top: 10px;
  right: 200px;
  z-index: 9999;
}

.phone-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}

.products-list-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.products-list {
  list-style: none;
  background-color: #eee;
  padding: 12px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.products-list.active {
  background-color: #03a9f4;
  color: #fff;
}

.itemBox {
  transition: visibility 0s, opacity 0.5s linear;
}

.products-parent {
  justify-content: center;
  transition: visibility 0s, opacity 0.5s linear;
}

.products-parent .itemBox.hide {
  display: none;
  transition: visibility 0s, opacity 2s linear;
}



@media (max-width: 768px) {

  .parent-first-image {
    flex-direction: column;
  }

  .img-parent {
    margin: 30px 0 !important;
  }
}

#carouselExampleIndicators {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: transparent;
  border: none;
  z-index: 1;
}

.carousel-item img {
  height: 100vh;
}

.parent-first-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
.carousel-indicators{
z-index: 10;
}