body {
  direction: rtl;
  font-family: "Tajawal", sans-serif;
}
.ltr {
  direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Tajawal", sans-serif;
}
.scrolling-content span {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    flex-direction: row-reverse;
    line-height: 1.2;
}
.scrolling-content span img {
    margin-left: 10px;
}
.menu-item-title h3{
    margin-right: 5px;
}
.footer-social-links h3{
    text-align: right;
}
.newsletter-btn{
  transform: rotate(180deg);
}
.footer-newsletter-form .form-group .form-control{
margin-left: 15px;
}
.page-header-box ol li.breadcrumb-item {
    display: flex;
    flex-direction: row;
}

.header-slide-search {
  left: 0 !important;
  right: -300px;
}
.footer-newsletter-form .footer-contact-item .footer-contact-item-header {
    direction: ltr;
}
.menu-item-body {
    padding-right: 10px;
}
@media (max-width: 514px) {
  .our-menu-tab-nav ul.nav-tabs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap; 
  }

  .our-menu-tab-nav ul.nav-tabs .nav-item {
    width: auto;
  }

  .our-menu-tab-nav ul.nav-tabs .nav-link {
    width: auto; 
    padding: 8px 14px; 
    text-align: center;
    white-space: nowrap; 
  }
}
.contact-info-content {
    padding-right: 10px;
}
@media (max-width:994px){
  .footer-links h3{
    text-align: right;
  }
}

.page-video-gallery {
  padding: 100px 0 70px;
}

.video-gallery-image {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}

.video-gallery-image a {
  position: relative;
  display: block;
  cursor: none;
}

.video-gallery-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  border-radius: 30px;
  opacity: 0%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
  opacity: 50%;
  visibility: visible;
  transform: scale(1);
}

.video-gallery-image a::after {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 20px;
  background: var(--accent-color);
  color: var(--white-color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.video-gallery-image:hover a::after {
  opacity: 1;
  visibility: visible;
}

.video-gallery-image img {
  width: 100%;
  aspect-ratio: 1 / 0.829;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width:993px){
  p.wow.fadeInUp.more {
    text-align: right;
}
p.wow.fadeInUp{
  text-align: right;
}
}
@media (max-width:994px){
  p.wow.fadeInUp.paragraph{
     text-align: right;
  }
}
@media only screen and (max-width: 991px) {
    .main-footer {
        padding: 10px 0 0;
    }
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]

 {
    direction: rtl;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control{
  direction: rtl;
}
.form-group.col-md-12 {
    direction: rtl;
}
.form-group.col-md-6.mb-4 {
    direction: rtl;
}