body {
  direction: rtl;
  text-align: right;
}

.banner::after {
  transform: scale(-1, 1);
}


.banner-content button {
  margin-left: auto;
}

@media screen and (max-width: 500px) {
  .banner-content h1 {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    margin-top: 10px;
  }
}

.pricing_flex {
  flex-direction: row;
}

.pricing-palden .pricing-price {
  direction: ltr;
}

.pricing-feature-list {
  direction: rtl;
  text-align: right;
}

@media (min-width: 992px) {

  .technical .form,
  .technical .form-content {
    width: 50%;
  }

  .technical form {
    border-radius: 20px 0 0 20px;
  }

  .technical .form-content {
    border-radius: 0 20px 20px 0;
  }
}


.left-footer ul li a .fa-chevron-right {
  transform: rotateY(180deg);
  margin-left: 5px;
}

.contact-info .contact-social {
  flex-direction: row-reverse;
}

.left-footer ul li a svg {
  margin-right: 0px;
  margin-left: 5px;
}

.left-footer ul:not(.footer-social) li a:hover {
  transform: translateX(-10px);
}

.half_login .login_image {
  border-radius: 20px 0 0 20px;
}