 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 203px;
}

.u-section-1 .u-image-1 {
  height: 203px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-text-1 {
  font-size: 1.25rem;
  font-family: Lobster, display;
  margin: -74px auto 50px;
}

@media (max-width: 1399px) {
   .u-section-1 {
    min-height: 215px;
  }

  .u-section-1 .u-image-1 {
    height: 214px;
    margin-top: 1px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
    width: auto;
    margin-top: -107px;
  }
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 224px;
  }

  .u-section-1 .u-image-1 {
    height: 223px;
  }

  .u-section-1 .u-text-1 {
    margin-top: -88px;
    margin-bottom: 31px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 174px;
  }

  .u-section-1 .u-image-1 {
    height: 173px;
  }

  .u-section-1 .u-text-1 {
    margin-top: -84px;
    margin-bottom: 27px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 161px;
  }

  .u-section-1 .u-image-1 {
    height: 160px;
  }

  .u-section-1 .u-text-1 {
    margin-top: -67px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 119px;
  }

  .u-section-1 .u-image-1 {
    height: 117px;
  }

  .u-section-1 .u-text-1 {
    margin-top: -66px;
    margin-bottom: 9px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-custom-html-1 {
  margin-bottom: 60px;
}body {
    direction: rtl;
    text-align: right;
}
/* فئة مخصصة لأي نص يحتوي على إنجليزي وأرقام */
.mixed-text {
    unicode-bidi: isolate;
}
/* إجبار النصوص الإنجليزية على البقاء من اليسار لليمين حتى داخل البيئة العربية */
.movie-original-title {
    direction: ltr;
    text-align: left; /* أو right إذا كنت تريدها في اليمين ولكن بحروف مضبوطة */
    unicode-bidi: isolate;
}