body {
  overflow-x: hidden;
  direction: rtl;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots,
.owl-carousel .owl-item {
  direction: rtl;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.list-unstyled {
  padding-right: 0;
}

.project-one .text-end {
  text-align: left !important;
}

@media (max-width: 767px) {
  .project-one .text-end {
    text-align: right !important;
  }
}
@media (max-width: 768px) {
    .main-slider__one-item__content {
        padding: 20px; /* Adjust padding for mobile */
        text-align: center; /* Center text on mobile */
    }

    h3 {
        font-size: 30px; /* Adjust font size for mobile */
    }

    p {
        font-size: 18px; /* Adjust paragraph font size for mobile */
    }
}