html {
  direction: rtl;
}

.background-header .main-nav .nav li {
  height: auto;
}
.background-header {
  height: 80px !important;
}
.header-area .main-nav .nav li a {
  font-weight: 400;
}
.search-input {
  margin: auto;
  margin-right: 0;
  flex-grow: 1;
}

.search-input a {
  color: #1b4332;
}

.search-input button {
  background-color: #d8f3dc;
  border-radius: 20px;
  border: 0;
  width: 100px;
  padding: 5px;
  font-size: 14px;
  color: #1b4332;
  font-weight: 400;
}
.itemHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.categoryText {
  font-size: 24px;
  color: #799f4a !important;
  margin-bottom: 20px;
  font-weight: 600;
}
.main-banner .item h2 {
  margin-bottom: 20px;
  font-size: 58px;
}
.main-banner .item p:last-of-type {
  font-size: 16px;
  width: 50%;
}

.firstButton a {
  background-color: #d8f3dc !important;
  color: #1b4332 !important;
  height: auto !important;
  padding: 20px 40px !important;
  line-height: 0 !important;
}

.secondButton a {
  border: 1px solid #d8f3dc;
  background-color: transparent !important;
  color: #d8f3dc !important;
  height: auto !important;
  padding: 20px 40px !important;
  line-height: 0 !important;
}
.services .service-item h4 {
  font-weight: 700 !important;
  text-align: center;
  color: #1b4332;
  font-size: 24px;
}
.services .service-item p {
  text-align: center;
  font-weight: 500;
  color: #666666;
}
.service-item .main-button {
  text-align: center;
}
.service-item .main-button a {
  text-align: center;
  background-color: #1b4332;
  color: #d8f3dc;
  padding: 0 30px;
}
.section-heading h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1b4332;
  text-align: right;
}

.section-heading h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #333333;
  text-align: right;
}
.section-heading p {
  font-weight: 500;
  color: #666666;
  text-align: right;
}
.section-heading .main-button {
  text-align: right;
}

.section-heading .main-button a {
  color: #d8f3dc;
  background-color: #1b4332;
  padding: 0 30px;
}
.accordion-button p {
  flex: 1;
  text-align: right;
  margin-right: 15px;
}
.menuSection h6,
.menuSection h2 {
  text-align: center;
}

.menuSection h6 {
  text-align: center;
  color: #799f4a;
}

.menuSection h2 {
  text-align: center;
  color: #333333;
  font-weight: 600;
}

ul.event_filter li a.is_active {
  font-weight: 600 !important;
  color: #1b4332;
}

ul.event_filter li a:not(.is_active) {
  font-weight: 600 !important;
  color: #799f4a;
}
.fun-facts {
  padding: 60px 0px;
}
.fun-facts p {
  margin-top: 0;
}
.counterDiv .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.testimonials {
  padding: 40px 0;
}

.testimonials .item {
  padding: 40px;
}
.testimonials .item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.testimonials .item span {
  display: inline-block;
  margin-top: 0px;
  font-size: 14px;
  color: #ffffff6e;
  font-style: italic;
}
.plansSection h6,
.plansSection h2 {
  text-align: center;
}
.events .item ul li h4 {
  font-size: 26px;
  font-weight: 700;
  color: #1b4332;
}
.events .item ul li span.category {
  margin-bottom: 00px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
}
.whatsappIcon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: white;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.whatsappIcon a {
  color: #24be20;
  font-size: 36px;
}
.icon {
  color: #d8f3dc;
  font-size: 50px;
}
.contact-us .contact-us-content {
  padding: 40px;
}
.orange-button {
  display: block;
  margin: auto;
}
.caloryContent {
  position: relative;
}
.caloryNumber {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #1b4332;
  color: #d8f3dc;
  border-radius: 20px 0 20px 0;
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  font-weight: 600;
  padding: 5px;
}

.caloryNumber span:last-of-type {
  font-size: 10px;
  margin-top: -5px;
  font-weight: 400;
}
.categoryTag {
  background: white;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 20px;
  color: #1b4332;
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-us-content {
  text-align: center;
  color: white;
}

.contact-us-content img {
  width: 200px;
  margin: auto;
  margin-bottom: 20px;
  display: block;
  border-radius: 20px;
}

.contact-us-content h4,
.contact-us-content p {
  color: white;
}

.contact-us-content h4 {
  margin-bottom: 20px;
}

.contact-us-content span {
  font-weight: bold;
  font-size: 14px;
  color: #ffffffa9;
}

.contact-us-content p {
  font-size: 16px;
}

.mt-10 {
  margin-top: 10px;
}
.socialMedia {
  text-align: center;
  margin-top: 30px;
}

.socialMedia h5 {
  text-align: center;
}

.socialMedia .contactDetails {
  margin-top: 15px !important;
}

.socialMedia .contactDetails p {
  text-align: center;
  margin: -5px;
  font-size: 18px;
}

.socialLinks {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.socialLinks div {
  color: #d8f3dc;
  background-color: #1b4332;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
}

.socialLinks a {
  color: #d8f3dc;
}

.orgnizationName {
  margin-bottom: 10px;
  font-weight: 500;
}
.slogen {
  max-width: 400px !important;
  color: #d8f3dca4 !important;
  font-weight: 200;
  margin-top: 15px;
  font-size: 20px !important;
  text-align: center;
  font-style: italic;
  white-space: nowrap;
}
.subsNow {
  display: none !important;
}

.events .item .image img {
  max-width: 100% !important;
  left: 20px !important;
  top: -37px !important;
  margin: auto !important;
  display: block !important;
}

.image-slider-container .image-slider-heading .swiper-pagination {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
}

.image-slider-container
  .image-slider-heading
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #e4e4e4;
  opacity: 100%;
  width: 15px;
  height: 10px;
  border-radius: 100px;
  transition: 0.5s;
  margin: 0px 3px;
}

.image-slider-container
  .image-slider-heading
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--theme);
  width: 30px;
}

.image-slider-container .swiper {
  position: relative;
}

.image-slider-container .swiper .swiper-slide {
  width: 250px;
  height: auto;
}

.image-slider-container .swiper .swiper-slide .slide-con {
  overflow: hidden;
  height: 200px;
  margin: 0px 0px;
  position: relative;
  border-radius: 10px;
}
.swiper-wrapper {
  gap: 15px;
}
.image-slider-container .swiper .swiper-slide .slide-con .slide-details {
  padding: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  display: none;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-info {
  text-align: left;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-info
  h2 {
  font-size: 15px;
  padding: 5px 0px 5px 0px;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-info
  span {
  font-size: 13px;
  margin-right: 0px;
  color: #727272;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  a {
  text-decoration: none;
  color: white;
  padding: 5px 5px;
  font-size: 13px;
  margin: 0px 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: white;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  a
  svg {
  font-size: 15px;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  a:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  .imdb-rate {
  width: 100%;
  font-size: 10px;
  color: #ecc900;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  .imdb-rate:hover {
  background-color: #ecc900;
  color: black;
  border: 0;
}
.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  .like:hover {
  color: white;
  background-color: #ff2a00;
  border: 0;
}

.image-slider-container
  .swiper
  .swiper-slide
  .slide-con
  .slide-details
  .movie-btns
  .show-movie:hover {
  color: white;
  background-color: #2a4aff;
  border: 0;
}

.lineText {
  background-color: #d8f3dc;
  color: #1b4332;
  position: relative;
  width: 200px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0 0 10px 10px;
}

.image-slider-container .swiper .swiper-slide .slide-con:hover .slide-details {
  display: flex;
}

.image-slider-container .swiper .swiper-slide .slide-con:hover div.movie-info {
  animation: 30s 1 m;
}

@keyframes m {
  from {
    transform: translateY(-85px);
  }
  1% {
    transform: translateY(60px);
  }
  1.5% {
    transform: translateY(0px);
  }
  2% {
    transform: translateY(20px);
  }
  2.5% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}

.image-slider-container .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .header-area {
    margin-top: 0 !important;
  }
  .header-area .main-nav .logo {
    width: 150px;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .subsNow {
    position: relative !important;
    display: block !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 10px !important;
    margin-top: 30px !important;
    line-height: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .events .item .image img {
    max-width: 80% !important;
  }
}

@media (max-width: 992px) {
  .search-input {
    display: none;
  }

  .owl-item {
    margin-top: 50px;
  }

  .main-banner .item p:last-of-type {
    width: 100%;
  }

  .services .service-item .icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    background-color: #1b4332;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: -75px;
    transform: translateX(50%);
  }
  .services .service-item .main-content {
    border-radius: 25px;
    padding: 40px 20px 25px 20px;
    background-color: #d8f3dc;
    margin-bottom: 20px;
    margin-right: 0px;
    transition: all 0.4s;
  }
  .about-us {
    margin-top: 0px !important;
    text-align: center;
  }
  .about-us h6,
  .about-us h2,
  .about-us p {
    text-align: center;
  }
  .accordion {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .about-us div div {
    flex-direction: column-reverse;
  }

  .fun-facts::before {
    width: 100%;
  }
  .testimonials {
    position: relative;
    padding: 40px 0px 0px 0px;
    margin-top: 50px;
  }
  .testimonials div div {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    text-align: center;
  }
  .testimonials h6,
  .testimonials h2,
  .testimonials p {
    text-align: center;
  }

  .contact-us {
    margin-top: 0;
    margin-bottom: 100px;
    position: relative;
    padding: 30px 0px;
  }
  .contact-us h6,
  .contact-us h2,
  .contact-us p {
    text-align: center;
  }
  .owl-carousel .owl-stage-outer {
    margin-bottom: 0 !important;
  }
  .owl-item {
    margin-bottom: 0 !important;
  }
  .owl-stage {
    margin-bottom: 0 !important;
  }
  .socialMedia {
    margin-bottom: 30px;
  }
}
