body {
  direction: rtl;
  font-family: "Almarai", sans-serif !important;
}

input {
  direction: rtl !important;
}


/* Start Dropmenu Small Screen */
@media (max-width: 991px) {

  .navbar .navbar-nav .nav-link::before,
  .navbar .menu-down::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 12px;
    right: unset;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
  }
}

/* Start Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: unset;
  left: 0;
  transform: translateX(-100%);
}

.side-menu.show {
  transform: translateX(0%);
}

.side-menu .close-side-menu {
  right: unset;
  left: 5%;
}

/* End Side Menu */

/* Start tag Coming soon */
.our-games .tag-1 {
  width: fit-content;
  border-left: 2px solid rgba(255, 255, 255, 0.75);
  border-right: unset;
}

@keyframes typewriter {
  0% {
    width: 0;
  }

  75% {
    width: 100px;
  }

  100% {
    width: 100px;
  }
}

/* End tag Coming soon */

/* Start Must Hide */
.must-hide h1 span #fillText {
  left: unset;
  right: 0;
  border-right: unset;
  border-left: 2px solid var(--red-color);
}

.must-hide .background-img {
  transform: rotateY(180deg);
}

/* Start Tag */
.must-hide .tag {
  padding: 0 23px 0 4px;
  margin: 0 0px 10px 10px;
}

.must-hide .tag::before {
  right: 10px;
  left: unset;
}

.must-hide .tag::after {
  left: -13px;
  right: unset;
  border-right: 13px solid var(--red-color);
  border-left: unset;
}

/* End Tag */

/* Start Whatsapp Link */
.waves::before {
  right: unset !important;
  left: 2px !important;
}

.initial-message .close {
  right: unset !important;
  left: 0px !important;
}

/* End Whatsapp Link */