@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Noto+Sans+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  direction: rtl;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  /* font-family: "Noto Sans Arabic", sans-serif; */
  letter-spacing: 0px;
}
.about .aboutP,
.table table th {
  letter-spacing: 0;
}
.sociallinks {
  direction: ltr;
}
.promotion .bullets li:not(:last-child) {
  margin-right: 0px;
  margin-left: 5px;
}
header .contact a:not(:last-child) {
  direction: ltr;
}
.book h2::before {
  left: 0;
  right: -55px;
}
header .contact a:not(:last-child) {
  border-right: unset;
  padding-right: unset;
  padding-left: 10px;
  border-left: 1px solid var(--third-color);
}
.locations .loaction:hover a img {
  width: 24px;
  animation: left-arrow 0.5s linear infinite;
}
@keyframes left-arrow {
  to {
    transform: translateX(-10px);
  }
}
.headSpecial {
  left: 0;
  right: -20px;
}
@media (max-width: 767px) {
  .headSpecial {
    margin-left: 55px;
  }
}
.about .aboutP {
  text-align: center;
}
