@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

html,
body {
  direction: rtl !important;
  text-align: right !important;
  font-family: "Cairo", sans-serif;
}

.xray img:not(.no-shadow) {
  box-shadow: 50px -50px 0 0 #0534CA;
}

.xray img:not(.no-shadow):hover {
  box-shadow: 80px -80px 0 0 #0534CA;
}

.xray.reverse img:not(.no-shadow) {
  box-shadow: -50px -50px 0 0 #0534CA;
}

.xray.reverse img:not(.no-shadow):hover {
  box-shadow: -80px -80px 0 0 #0534CA;
}

ul.dropdown-menu {
  text-align: right !important;
}

.training-plan .accordion-button::after {
  left: inherit;
  right: 12px;
}

.text-start {
  text-align: right !important;
}

.swiper-button-next,
.swiper-button-prev {
  transform: scale(-1);
}

.banner svg {
  margin-left: inherit;
  margin-right: 100px;
  margin-top: -50px;
}