@import url("../font/neoSansArabicMedium/NeoSansArabicMedium.css");
@import url("../font/neoSansArabicRegular/NeoSansArabicRegular.css");
:root {
  --primary-color: #093596;
  --secondary-color: #051b4b;
  --dark-text: #000;
  --light-text: #818181;
  --white-color: #fff;
  --secondary-blue-02: #d9f1f4;
  --backgrounds: #f7f7f7;
  --secondary-blue-01: #c6e9e9;
  --bottom-color: #d1d1d1;
  --bs-success: #5bbc6f;
  --bs-success-rgb: 91, 188, 111;
}

.btn-danger {
  --bs-btn-bg: #e12655;
  --bs-btn-border-color: #e12655;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url("../img/logo.png") center center no-repeat rgb(45, 35, 87);
  opacity: 1;
  background-size: 100%;
  -webkit-animation: fontbulger 2s infinite;
  animation: fontbulger 2s infinite;
}

@-webkit-keyframes fontbulger {
  0% {
    background-size: 20%;
  }
  40% {
    background-size: 25%;
  }
  100% {
    background-size: 20%;
  }
}
@keyframes fontbulger {
  0% {
    background-size: 20%;
  }
  40% {
    background-size: 25%;
  }
  100% {
    background-size: 20%;
  }
}
body {
  font-family: "NeoSansArabicRegular";
  direction: rtl;
}

a {
  text-decoration: none;
}

.fontFamilyMedium {
  font-family: "NeoSansArabicMedium";
}

.bg-none {
  background: none !important;
}

.mb-300 {
  margin-bottom: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.fs-20 {
  font-size: 20px;
}

.fs-12 {
  font-size: 12px;
}

@media (max-width: 575px) {
  .mb-sm-40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

select {
  outline: none;
  color: #fff;
}

#eventsTime option {
  color: black;
}

header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
header .logo {
  width: 120px;
}
@media (max-width: 575px) {
  header .logo {
    width: 80px;
  }
}
header .left-menu {
  display: flex;
  gap: 30px;
  justify-content: end;
  align-items: center;
  font-size: 20px;
}
header .left-menu .menu-list {
  height: 30px;
  cursor: pointer;
}
header .left-menu .menu-list img {
  height: 100%;
  margin-top: -4px;
}
@media (max-width: 575px) {
  header .left-menu .menu-list img {
    height: 80%;
  }
}

.top-slider {
  position: relative;
  background-color: #2e2358;
}
.top-slider::after {
  content: "";
  background-image: url(../img/menu-icon-2.svg);
  background-position-x: -120px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  right: auto;
  bottom: -70px;
  top: auto;
  width: 500px;
  height: 500px;
  z-index: 2;
}
.top-slider.no-img-over::after {
  display: none;
}
.top-slider .top-slider-list .owl-carousel {
  z-index: auto;
}
.top-slider .top-slider-list .owl-carousel .top-slider-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .top-slider .top-slider-list .owl-carousel .top-slider-item {
    width: 100%;
    height: 100vh;
  }
}
.top-slider .top-slider-list .owl-carousel .top-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-slider
  .top-slider-list
  .owl-carousel
  .top-slider-item
  .top-slider-item-content {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
}
.top-slider
  .top-slider-list
  .owl-carousel
  .top-slider-item
  .top-slider-item-content
  h1 {
  line-height: 1.5;
  font-size: 40px;
  text-decoration: none;
}
.top-slider .top-slider-list .owl-carousel .top-slider-item::after {
  content: "";
  background: rgb(46, 36, 90);
  background: linear-gradient(
    180deg,
    rgba(46, 36, 90, 0) 0%,
    rgba(45, 35, 88, 0) 60%,
    rgba(45, 35, 87, 0.8) 90%,
    rgb(45, 35, 87) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.top-slider .top-slider-list .owl-carousel .top-slider-item.no-gradient::after {
  display: none;
}
.top-slider .top-slider-list .owl-carousel .owl-dots {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  z-index: 5;
}
.top-slider .top-slider-list .owl-carousel .owl-dots button span {
  width: 150px;
  background-color: transparent;
  border: 1px solid #fff;
}
.top-slider .top-slider-list .owl-carousel .owl-dots button.active span {
  background-color: #fff;
}
.top-slider .top-slider-list .coverVideo {
  position: relative;
}
.top-slider .top-slider-list .coverVideo:after {
  content: "";
  background: rgb(46, 36, 90);
  background: linear-gradient(
    180deg,
    rgba(46, 36, 90, 0) 0%,
    rgba(45, 35, 88, 0) 60%,
    rgba(45, 35, 87, 0.6) 90%,
    rgba(45, 35, 87, 0.9) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.top-slider .social-media {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 575px) {
  .top-slider .social-media {
    position: relative;
    margin-top: 50px;
    padding-bottom: 0 !important;
  }
}
.top-slider .social-media .social-media-title {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .top-slider .social-media .social-media-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .top-slider .social-media .download-application img {
    width: 130px;
  }
}
.top-slider .social-media .social-media-icon {
  display: flex;
  gap: 25px;
}
.top-slider .social-media .social-media-icon img {
  height: 20px;
}
.top-slider .social-media .event-dat {
  width: max-content;
}
.top-slider .social-media.social-media-no-slide {
  position: unset;
  margin-top: 150px;
}
@media (max-width: 575px) {
  .top-slider .social-media.social-media-no-slide {
    margin-top: 100px;
  }
}

.social-media .social-media-title {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .social-media .social-media-title {
    font-size: 18px;
  }
}
.social-media .social-media-icon {
  display: flex;
  gap: 25px;
}
.social-media .social-media-icon img {
  height: 20px;
}
.social-media .event-dat {
  width: max-content;
}

.page-content {
  background: rgb(45, 35, 87);
  background: linear-gradient(180deg, rgb(45, 35, 87) 0%, rgb(9, 7, 18) 100%);
  overflow: hidden;
}
.page-content .page-content-bg {
  background-image: url(../img/bg-2.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 110%;
}
.page-content .footer-bg-style {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
}

.activities-section {
  position: relative;
  padding-top: 100px;
  z-index: 1;
}
@media (max-width: 575px) {
  .activities-section {
    padding-top: 80px;
  }
}
.activities-section .activities-section-bg1 {
  position: absolute;
  height: 550px;
  top: 198px;
  right: -550px;
  animation: pulse 60s infinite;
}
@keyframes pulse {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(365deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.activities-section .activities-section-title {
  z-index: 1;
  border-radius: 0 40px 0 40px;
}
.activities-section
  .activities-section-title.activities-section-title-newstyle {
  border-radius: 40px;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .activities-section
    .activities-section-title.activities-section-title-newstyle {
    margin-bottom: 0px;
  }
}
.activities-section
  .activities-section-title.activities-section-title-newstyle
  .events-filter
  input,
.activities-section
  .activities-section-title.activities-section-title-newstyle
  .events-filter
  select {
  border-radius: 20px;
  border: 2px solid;
  background-color: transparent !important;
}
.activities-section
  .activities-section-title.activities-section-title-newstyle
  .events-filter
  #eventsFilterSearch {
  border-color: #8d8894;
}
.activities-section
  .activities-section-title.activities-section-title-newstyle
  .events-filter
  #eventsFilterSeason {
  border-color: #098ae2;
}
.activities-section
  .activities-section-title.activities-section-title-newstyle
  .events-filter
  #eventsFilterRegion {
  border-color: #ff9f2c;
}
.activities-section
  .activities-section-title.activities-section-title-newstyle
  .events-filter
  #eventsFilterInterests {
  border-color: #5db6b4;
}
.activities-section .events-filter input,
.activities-section .events-filter select {
  height: 50px;
  border: 0;
  border-radius: 0px 20px 0px 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.activities-section .events-filter #eventsFilterSearch {
  background-color: #8d8894;
  background-image: url("../img/icon12.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px;
  color: white;
}
.activities-section .events-filter #eventsFilterSearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.activities-section .events-filter #eventsFilterSearch:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.activities-section .events-filter #eventsFilterSearch::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.activities-section .events-filter #eventsFilterRegion {
  background-color: #ff9f2c;
  color: white;
}
.activities-section .events-filter #eventsFilterInterests {
  background-color: #5db6b4;
  color: white;
}
.activities-section .events-filter #eventsFilterSeason {
  background-color: #098ae2;
  color: white;
}
.activities-section .section-search-filter {
  gap: 20px;
}
.activities-section .section-search-filter .section-search input {
  background-color: #1e173e;
  border-radius: 50px;
  border: 0;
  font-size: 18px;
  padding: 5px 50px 5px 5px;
  width: 200px;
  outline: none;
  color: #fff;
}
.activities-section .section-search-filter .section-search img {
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.activities-section
  .activities-list.events-page-activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.activities-section
  .activities-list.events-page-activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data {
  background-color: var(--white-color);
  color: var(--dark-text);
  overflow: hidden;
  border-radius: 20px;
  height: auto;
  margin-top: 0;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-img {
  background-position: center center;
  background-size: cover;
  height: 320px;
  border-radius: 20px;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-info {
  padding: 20px;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-info
  h2 {
  font-family: "NeoSansArabicMedium";
  font-size: 24px;
  overflow: hidden;
  line-height: 2;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-info
  p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 16px;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-date
  img {
  width: 24px !important;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-time
  img {
  width: 24px !important;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-read-moar {
  background-color: #2fb9b5;
  padding: 15px 0;
  height: 100%;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-read-moar
  a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "NeoSansArabicMedium";
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-book-now {
  background-color: #e12655;
  padding: 15px 0;
  height: 100%;
}
.activities-section
  .activities-list.events-page-activities-list
  #allActivities
  .activities-list-item.activities-list-item-data
  .activities-book-now
  a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "NeoSansArabicMedium";
}
.activities-section .activities-list .current-activities .owl-stage-outer {
  z-index: 2;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item {
  margin: 0;
  padding-bottom: 10px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data {
  background-color: var(--white-color);
  color: var(--dark-text);
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.5;
  height: auto;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-img {
  background-position: center center;
  background-size: cover;
  height: 320px;
  border-radius: 20px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .priceFromToNone {
  background-color: #e12655;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info {
  padding: 20px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  h2 {
  font-family: "NeoSansArabicMedium";
  font-size: 24px;
  overflow: hidden;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 16px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-date
  img {
  width: 24px !important;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-time
  img {
  width: 24px !important;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-read-moar {
  background-color: #2fb9b5;
  padding: 15px 0;
  height: 100%;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-read-moar
  a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "NeoSansArabicMedium";
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-book-now {
  background-color: #e12655;
  padding: 15px 0;
  height: 100%;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-book-now
  a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "NeoSansArabicMedium";
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item {
  height: 700px;
  margin-top: 0px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item.activities-list-item-data {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item.activities-list-item-data
  .activities-img {
  height: 420px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.activities-section .activities-list .current-activities .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: max-content;
  z-index: 1;
}
.activities-section .activities-list .current-activities .owl-nav button {
  bottom: 0;
}
.activities-section
  .activities-list
  .current-activities
  .owl-nav
  button.owl-prev {
  right: -100px;
  position: absolute;
}
.activities-section
  .activities-list
  .current-activities
  .owl-nav
  button.owl-next {
  left: -100px;
  position: absolute;
}
.activities-section .activities-list .current-activities .owl-nav button:hover {
  background-color: transparent;
  opacity: 0.5;
}
.activities-section .activities-list .current-activities .owl-dots {
  margin-top: 70px;
}
.activities-section .activities-list .current-activities .owl-dots button span {
  margin: 0 15px;
  background: transparent;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
}
.activities-section
  .activities-list
  .current-activities
  .owl-dots
  button.active
  span,
.activities-section
  .activities-list
  .current-activities
  .owl-dots
  button:hover
  span {
  background-color: #fff;
}
.activities-section
  .activities-list
  .current-activities#currentSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .current-activities#currentSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item::after {
  content: "";
  position: absolute;
  background: white;
  opacity: 0.3;
  width: 100%;
  height: 200px;
  right: 0;
  top: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .current-activities#currentSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item:hover::after {
  top: 100%;
}
.activities-section
  .activities-list
  .current-activities#partnersSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  height: 400px;
}
.activities-section
  .activities-list
  .current-activities#partnersSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item {
  height: 500px;
}
.activities-section
  .activities-list
  .current-activities#currentPartners
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .current-activities#currentPartners
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item::after {
  content: "";
  position: absolute;
  background: white;
  opacity: 0.3;
  width: 100%;
  height: 200px;
  right: 0;
  top: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .current-activities#currentPartners
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item:hover::after {
  top: 100%;
}
.activities-section .activities-list .partners-seasons .owl-stage-outer {
  z-index: 2;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item {
  margin: 0;
  padding-bottom: 10px;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data {
  background-color: var(--white-color);
  color: var(--dark-text);
  overflow: hidden;
  border-radius: 20px;
  opacity: 0.5;
  height: auto;
  margin-top: 0;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-img {
  background-position: center center;
  background-size: cover;
  height: 320px;
  border-radius: 20px;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info {
  padding: 20px;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  h2 {
  font-family: "NeoSansArabicMedium";
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 16px;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-date
  img {
  width: 24px !important;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-time
  img {
  width: 24px !important;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-read-moar {
  background-color: #2fb9b5;
  padding: 15px 0;
  height: 100%;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-read-moar
  a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "NeoSansArabicMedium";
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-book-now {
  background-color: #e12655;
  padding: 15px 0;
  height: 100%;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item.activities-list-item-data
  .activities-book-now
  a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "NeoSansArabicMedium";
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item {
  height: 700px;
  margin-top: 0px;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item.activities-list-item-data {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activities-section
  .activities-list
  .current-activities
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item.activities-list-item-data
  .activities-img {
  height: 420px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.activities-section .activities-list .partners-seasons .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: max-content;
  z-index: 1;
}
.activities-section .activities-list .partners-seasons .owl-nav button {
  bottom: 0;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-nav
  button.owl-prev {
  right: -100px;
  position: absolute;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-nav
  button.owl-next {
  left: -100px;
  position: absolute;
}
.activities-section .activities-list .partners-seasons .owl-nav button:hover {
  background-color: transparent;
  opacity: 0.5;
}
.activities-section .activities-list .partners-seasons .owl-dots {
  margin-top: 70px;
}
@media (max-width: 575px) {
  .activities-section .activities-list .partners-seasons .owl-dots {
    margin-top: 35px;
  }
}
.activities-section .activities-list .partners-seasons .owl-dots button span {
  margin: 0 15px;
  background: transparent;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
}
.activities-section
  .activities-list
  .partners-seasons
  .owl-dots
  button.active
  span,
.activities-section
  .activities-list
  .partners-seasons
  .owl-dots
  button:hover
  span {
  background-color: #fff;
}
.activities-section
  .activities-list
  .partners-seasons#currentSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .partners-seasons#currentSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item::after {
  content: "";
  position: absolute;
  background: white;
  opacity: 0.3;
  width: 100%;
  height: 200px;
  right: 0;
  top: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .partners-seasons#currentSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item:hover::after {
  top: 100%;
}
.activities-section
  .activities-list
  .partners-seasons#partnersSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  height: 400px;
}
@media (max-width: 575px) {
  .activities-section
    .activities-list
    .partners-seasons#partnersSeasons
    .owl-stage-outer
    .owl-stage
    .owl-item
    .activities-list-item {
    height: 250px;
    margin-top: 0;
  }
}
.activities-section
  .activities-list
  .partners-seasons#partnersSeasons
  .owl-stage-outer
  .owl-stage
  .owl-item.active.center
  .activities-list-item {
  height: 500px;
}
.activities-section
  .activities-list
  .partners-seasons#currentPartners
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .partners-seasons#currentPartners
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item::after {
  content: "";
  position: absolute;
  background: white;
  opacity: 0.3;
  width: 100%;
  height: 200px;
  right: 0;
  top: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.activities-section
  .activities-list
  .partners-seasons#currentPartners
  .owl-stage-outer
  .owl-stage
  .owl-item
  .activities-list-item:hover::after {
  top: 100%;
}

.regions-section {
  padding-top: 150px;
}
.regions-section svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.regions-section svg #abha:hover,
.regions-section svg #abha.active {
  cursor: pointer;
}
.regions-section svg #abha:hover path#Path_1182,
.regions-section svg #abha.active path#Path_1182 {
  fill: red;
}
.regions-section svg #dammam:hover,
.regions-section svg #dammam.active {
  cursor: pointer;
}
.regions-section svg #dammam:hover path#Path_1180,
.regions-section svg #dammam.active path#Path_1180 {
  fill: red;
}
.regions-section svg #najran:hover,
.regions-section svg #najran.active {
  cursor: pointer;
}
.regions-section svg #najran:hover path#Path_1197,
.regions-section svg #najran.active path#Path_1197 {
  fill: red;
}
.regions-section svg #riyadh:hover,
.regions-section svg #riyadh.active {
  cursor: pointer;
}
.regions-section svg #riyadh:hover path#Path_1329,
.regions-section svg #riyadh.active path#Path_1329 {
  fill: red;
}
.regions-section svg #qassim:hover,
.regions-section svg #qassim.active {
  cursor: pointer;
}
.regions-section svg #qassim:hover path#Path_1319,
.regions-section svg #qassim.active path#Path_1319 {
  fill: red;
}
.regions-section svg #hail:hover,
.regions-section svg #hail.active {
  cursor: pointer;
}
.regions-section svg #hail:hover path#Path_1311,
.regions-section svg #hail.active path#Path_1311 {
  fill: red;
}
.regions-section svg #al_baha:hover,
.regions-section svg #al_baha.active {
  cursor: pointer;
}
.regions-section svg #al_baha:hover path#Path_1301,
.regions-section svg #al_baha.active path#Path_1301 {
  fill: red;
}
.regions-section svg #jeddah:hover,
.regions-section svg #jeddah.active {
  cursor: pointer;
}
.regions-section svg #jeddah:hover path#Path_1244,
.regions-section svg #jeddah.active path#Path_1244 {
  fill: red;
}
.regions-section svg #medina:hover,
.regions-section svg #medina.active {
  cursor: pointer;
}
.regions-section svg #medina:hover path#Path_1252,
.regions-section svg #medina.active path#Path_1252 {
  fill: red;
}
.regions-section svg #tabuk:hover,
.regions-section svg #tabuk.active {
  cursor: pointer;
}
.regions-section svg #tabuk:hover path#Path_1264,
.regions-section svg #tabuk.active path#Path_1264 {
  fill: red;
}
.regions-section svg #al_jawf:hover,
.regions-section svg #al_jawf.active {
  cursor: pointer;
}
.regions-section svg #al_jawf:hover path#Path_1274,
.regions-section svg #al_jawf.active path#Path_1274 {
  fill: red;
}
.regions-section svg #arar:hover,
.regions-section svg #arar.active {
  cursor: pointer;
}
.regions-section svg #arar:hover path#Path_1283,
.regions-section svg #arar.active path#Path_1283 {
  fill: red;
}
.regions-section svg #asir:hover,
.regions-section svg #asir.active {
  cursor: pointer;
}
.regions-section svg #asir:hover path#Path_1291,
.regions-section svg #asir.active path#Path_1291 {
  fill: red;
}

footer {
  padding: 350px 0 120px;
  position: relative;
  z-index: 1;
  margin-top: 400px;
}
@media (max-width: 991px) {
  footer {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  footer {
    padding-top: 100px;
  }
}
footer button {
  background-color: #de2a57;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 50px;
  font-family: "NeoSansArabicMedium";
  padding: 10px 30px;
  font-size: 24px;
}
footer button img {
  margin-left: 10px;
}
footer .tel-number a {
  font-size: 26px;
}
footer .tel-number a:hover {
  color: #de2a57 !important;
}
footer .footer-social-media {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
}
footer .footer-social-media img {
  height: 30px;
}
footer.border-footer {
  position: relative;
  padding-top: 0;
  margin-top: 150px;
}
footer.border-footer::after {
  content: "";
  height: 1px;
  width: 35%;
  position: absolute;
  left: 0;
  top: 15%;
  background: #fff;
}
footer.border-footer::before {
  content: "";
  height: 1px;
  width: 35%;
  position: absolute;
  right: 0;
  top: 15%;
  background: #fff;
}

.stop-scrolling {
  overflow-y: hidden;
}

.main-menu {
  background: rgb(46, 36, 90);
  background: linear-gradient(
    180deg,
    rgba(46, 36, 90, 0.9) 0%,
    rgb(9, 7, 18) 100%
  );
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  line-height: 3;
  font-family: "NeoSansArabicMedium";
  display: flex;
}
.main-menu ul li a {
  text-decoration: none;
  font-size: 28px;
  color: #fff;
}
.main-menu ul li a:hover {
  color: #e12a58;
}
.main-menu .close-menu {
  position: absolute;
  left: 80px;
  top: 75px;
  cursor: pointer;
}

.events-page {
  background: var(--primary-color);
  background: linear-gradient(
    180deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
}

.activities-section .img-style {
  position: absolute;
}
.activities-section .img-style.img-style-2 {
  top: 35%;
  left: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .activities-section .img-style.img-style-2 {
    display: none;
  }
}
.activities-section .img-style.img-style-1 {
  top: 70%;
  right: 0;
  height: 300px;
}
@media (max-width: 575px) {
  .activities-section .img-style.img-style-1 {
    display: none;
  }
}
.activities-section .section-search-filter .section-search input {
  background-color: #06276f;
}
.activities-section::after {
  display: none;
}

.photo-gallery .gallery-img {
  background-position: center center;
  background-size: cover;
  height: 400px;
  border-radius: 30px;
}

.events-details-cover {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width: 575px) {
  .events-details-cover {
    height: auto;
  }
}
.events-details-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.events-details-cover::before {
  content: "";
  background: rgb(7, 44, 126);
  background: linear-gradient(
    180deg,
    rgba(7, 44, 126, 0) 0%,
    rgba(7, 44, 126, 0) 50%,
    #1a0635 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .events-details-cover::before {
    background: linear-gradient(
      180deg,
      rgba(7, 44, 126, 0) 0%,
      rgba(7, 44, 126, 0) 50%,
      #1a0635 100%
    );
  }
}

img.star-icon-1 {
  position: fixed;
  z-index: 1;
  right: 60%;
  width: 100px;
  top: 50%;
}
@media (max-width: 991px) {
  img.star-icon-1 {
    width: 80px;
  }
}
img.star-icon-2 {
  position: fixed;
  z-index: 1;
  right: 50%;
  width: 80px;
  top: 30%;
}
@media (max-width: 991px) {
  img.star-icon-2 {
    width: 60px;
  }
}

#imgInp {
  width: 100%;
  height: 100px;
  background: #f1f1f1;
  opacity: 0;
  cursor: pointer;
}

.imgInpBox {
  font-size: 22px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 28px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 3px dashed #999;
}

.imgInpBox:hover {
  color: green;
  border-color: green;
  cursor: pointer;
}

[type="email"],
[type="number"],
[type="tel"],
[type="url"],
[type="date"] {
  direction: rtl;
}

.modal .modal-content {
  border: 0;
  background: rgb(45, 35, 87);
  /* background: linear-gradient(180deg, rgb(45, 35, 87) 0%, rgb(9, 7, 18) 100%); */
  padding: 40px;
  border-radius: 30px;
}
.modal .modal-content .modal-body select,
.modal .modal-content .modal-body input {
  border-color: #fff;
  background-color: #f1f1f1;
  height: 50px;
  border-radius: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
}
.modal .modal-content .modal-body textarea {
  border-color: #fff;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 18px;
}
.modal .modal-content .modal-body button {
  font-size: 20px;
}

.activities-list-item {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  border-radius: 50px;
}
.activities-list-item.activities-list-item-data {
  background-color: var(--white-color);
  color: var(--dark-text);
  overflow: hidden;
  border-radius: 10px;
  height: auto;
  margin-top: 0;
}
.activities-list-item.activities-list-item-data .activities-img {
  background-position: center center;
  background-size: cover;
  height: 150px;
  border-radius: 10px;
}
.activities-list-item.activities-list-item-data .activities-info {
  padding: 10px;
}
.activities-list-item.activities-list-item-data .activities-info h2 {
  font-family: "NeoSansArabicMedium";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.activities-list-item.activities-list-item-data .activities-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 12px;
}
.activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-date
  img {
  width: 15px !important;
}
.activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-date
  span {
  font-size: 12px;
}
.activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-time
  img {
  width: 15px !important;
}
.activities-list-item.activities-list-item-data
  .activities-info
  .activities-info-time
  span {
  font-size: 12px;
}
.activities-list-item.activities-list-item-data .activities-read-moar {
  background-color: #2fb9b5;
  padding: 15px 0;
  height: 100%;
}
.activities-list-item.activities-list-item-data .activities-read-moar a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 12px;
  font-family: "NeoSansArabicMedium";
}
.activities-list-item.activities-list-item-data .activities-book-now {
  background-color: #e12655;
  padding: 5px 0;
  height: 100%;
}
.activities-list-item.activities-list-item-data .activities-book-now a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 12px;
  font-family: "NeoSansArabicMedium";
}

.seasons-skeleton {
  width: 100%;
  height: 600px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  background-color: #41385f;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  background-size: 100px 100%;
  background-repeat: no-repeat;
  background-position: left -100px top 0;
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
}
.seasons-skeleton.seasons-skeleton-center {
  height: 700px;
}

.activities-skeleton {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background-color: #342a5d;
  overflow: hidden;
}
.activities-skeleton.activities-skeleton-center {
  height: 700px;
}
.activities-skeleton.activities-skeleton-center .activities-img-skeleton {
  height: 410px;
}
.activities-skeleton .activities-img-skeleton {
  width: 100%;
  height: 310px;
  border-radius: 20px;
}
.activities-skeleton .activities-title-skeleton {
  border-radius: 5px;
  width: 80%;
  height: 30px;
  margin-top: 25px;
  margin-right: 20px;
}
.activities-skeleton .activities-data-skeleton {
  border-radius: 5px;
  height: 15px;
  margin-right: 20px;
  margin-top: 20px;
  width: 40%;
}
.activities-skeleton .activities-time-skeleton {
  border-radius: 5px;
  height: 15px;
  margin-right: 20px;
  margin-top: 20px;
  width: 40%;
}
.activities-skeleton .activities-des-skeleton {
  border-radius: 5px;
  width: 90%;
  height: 60px;
  margin: 20px auto;
}
.activities-skeleton .activities-btn-skeleton {
  border-radius: 20px;
  width: 100%;
  height: 100px;
}
.activities-skeleton .activities-img-skeleton,
.activities-skeleton .activities-title-skeleton,
.activities-skeleton .activities-data-skeleton,
.activities-skeleton .activities-time-skeleton,
.activities-skeleton .activities-des-skeleton,
.activities-skeleton .activities-btn-skeleton {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  background-size: 100px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
}

.slider-skeleton {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
  background-color: #342a5d;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  background-size: 100px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
}
@media (max-width: 575px) {
  .slider-skeleton {
    height: 100vh;
  }
}
.slider-skeleton .slider-title-skeleton {
  width: 230px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 314px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  background-size: 100px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
}
.slider-skeleton .slider-subtitle-skeleton {
  width: 300px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 250px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  background-size: 100px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
}
.slider-skeleton .slider-dots-skeleton {
  width: 45%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  display: flex;
  gap: 20px;
}
.slider-skeleton .slider-dots-skeleton .slider-dots-item-skeleton {
  height: 12px;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  background-size: 100px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
}

.card {
  display: flex;
  flex-direction: column;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  overflow: hidden;
}
.card .card-img {
  padding-bottom: 85.34%;
  position: relative;
}
.card .card-body {
  padding: 1.5rem;
}
.card .card-body .card-title {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 700;
}
.card .card-body .card-title.skeleton {
  min-height: 28px;
  border-radius: 4px;
}
.card .card-body .card-intro {
  margin-top: 0.75rem;
  line-height: 1.5;
}
.card .card-body .card-intro.skeleton {
  min-height: 72px;
  border-radius: 4px;
}

.left-site-menu {
  background-color: rgba(40, 36, 68, 0.5);
  width: max-content;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 9999;
  padding: 40px 10px;
  border-radius: 30px 0 0 30px;
  display: flex;
  gap: 20px;
  margin-right: -345px;
  transition: ease-in-out all 0.5s;
  backdrop-filter: blur(10.5px);
}
@media (max-width: 575px) {
  .left-site-menu {
    margin-right: -300px;
    height: 90vh;
  }
}
.left-site-menu .menu-list img.open-menu {
  cursor: pointer;
  transform: scale(1);
  transition: ease-in-out all 0.3s;
  width: 35px;
}
.left-site-menu .menu-list img.open-menu:hover {
  transform: scale(0.8);
}
@media (max-width: 575px) {
  .left-site-menu .menu-list img.open-menu {
    width: 25px;
  }
}
.left-site-menu .menu-list img.close-menu {
  height: 40px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: ease-in-out all 0.5s;
}
.left-site-menu .menu-list img.close-menu:hover {
  transform: rotate(-360deg);
}
@media (max-width: 575px) {
  .left-site-menu .menu-list img.close-menu {
    height: 25px;
  }
}
.left-site-menu .left-site-body .body-item-search {
  margin-bottom: 60px;
}
.left-site-menu .left-site-body .body-item-search .search-input {
  position: relative;
  width: max-content;
}
.left-site-menu .left-site-body .body-item-search .search-input img {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 55%;
  margin: auto;
}
.left-site-menu .left-site-body .body-item-search .search-input input {
  border: 0;
  border-radius: 50px;
  padding: 5px 50px 5px 20px;
  font-size: 18px;
  outline: none;
}
.left-site-menu .left-site-body .body-item-list {
  margin-bottom: 60px;
}
.left-site-menu .left-site-body .body-item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-site-menu .left-site-body .body-item-list ul li {
  padding-right: 30px;
  border-right: 3px solid transparent;
  transition: ease-in-out all 0.5s;
}
.left-site-menu .left-site-body .body-item-list ul li:not(:last-child) {
  margin-bottom: 26px;
}
.left-site-menu .left-site-body .body-item-list ul li a {
  color: #fff;
  font-size: 26px;
}
.left-site-menu .left-site-body .body-item-list ul li.active,
.left-site-menu .left-site-body .body-item-list ul li:hover {
  border-right: 3px solid #fff;
}
.left-site-menu .left-site-body .body-item-app {
  text-align: center;
}
.left-site-menu .left-site-body .body-item-app h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.left-site-menu .left-site-body .body-item-app a img {
  width: 150px;
  margin: 0 5px;
}
@media (max-width: 575px) {
  .left-site-menu .left-site-body .body-item-app a img {
    width: 120px;
  }
}
.left-site-menu.active {
  margin-right: 0px;
  padding: 40px 20px;
  background-color: rgba(40, 36, 68, 0.8);
}

.go-top {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  width: 80px;
  opacity: 0;
  transition: ease-in-out all 0.5s;
  cursor: pointer;
}
.go-top.active {
  opacity: 1;
}
.go-top:hover {
  animation: goTop infinite 1s;
}
@media (max-width: 575px) {
  .go-top {
    width: 50px;
    left: 15px;
    bottom: 15px;
  }
}

@-webkit-keyframes goTop {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes shine {
  to {
    background-position: right -100px top 0;
  }
}
@keyframes shine {
  to {
    background-position: right -100px top 0;
  }
}
#eventsTime p {
  margin: 0;
}

#bookNow {
  border-color: #e12655;
  background-color: #e12655;
}
#bookNow:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 38, 85, 0.3137254902);
}

[lang="en"] .activities-section-filter-title h3:after {
  right: auto;
  left: 0;
}

.activities-section-filter-title h3 {
  font-size: 24px;
  position: relative;
  padding-inline-start: 36px;
}
.activities-section-filter-title h3:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #ff9f2c;
  border-radius: 100%;
  right: 0;
  top: 2px;
  bottom: 0;
}
.activities-section-filter-title button {
  font-size: 20px;
  text-decoration: none;
  color: white;
}

.media-gallery-item {
  width: 100%;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  cursor: zoom-in;
  transform: translateY(0px);
  transition: all 0.1s ease-in-out;
}
.media-gallery-item:hover {
  transform: translateY(-10px);
}
.media-gallery-item:hover h2 {
  height: 160px;
}
.media-gallery-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  z-index: 0;
  background-color: #251e47;
}
.media-gallery-item span {
  position: absolute;
  background: #de2a57;
  border-radius: 27px;
  padding: 8px 15px;
  font-size: 12px;
  left: 15px;
  top: 15px;
}
.media-gallery-item h2 {
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: linear-gradient(0deg, #000000 8.45%, rgba(39, 33, 75, 0) 115.25%);
  border-radius: 0px 0px 20px 20px;
  height: 147px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.go-to-gallery-page {
  background: #ff9f2c;
  border-radius: 100px;
  padding: 8px 34px;
  font-size: 18px;
  color: #fff;
  display: block;
  width: max-content;
  margin: 0 auto;
  margin-top: 44px;
}

.media-news-item {
  background-color: white;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-news-item .news-item-img {
  padding: 4px;
}
.media-news-item .news-item-img > div {
  width: 100%;
  height: 222px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px 18px 0px 0px;
}
.media-news-item .news-item-info {
  padding: 14px;
}
.media-news-item .news-item-info h2 {
  font-size: 18px;
  color: #31225d;
  margin-bottom: 10px;
}
.media-news-item .news-item-info .info-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.media-news-item .news-item-info .info-date span {
  font-size: 12px;
  color: #31225d;
}
.media-news-item .news-item-info p {
  font-size: 12px;
  color: #31225d;
  margin-bottom: 10px;
}
.media-news-item a {
  display: block;
  background: #2fb9b5;
  border-radius: 0px 0px 20px 20px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.media-news-item a:hover {
  background-color: #de2a57;
}

.media-news-details {
  background-color: white;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-news-details .news-item-img > img {
  width: 100%;
  height: auto;
  border-radius: 18px 18px 0px 0px;
}
.media-news-details .news-item-info {
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .media-news-details .news-item-info {
    padding: 10px;
  }
}
.media-news-details .news-item-info h2 {
  font-size: 24px;
  color: #31225d;
  margin-bottom: 10px;
}
.media-news-details .news-item-info .info-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 37px;
}
.media-news-details .news-item-info .info-date span {
  font-size: 14px;
  color: #31225d;
}
.media-news-details .news-item-info .description-data {
  font-size: 15px;
  color: #31225d;
  margin-bottom: 10px;
  font-family: "NeoSansArabicMedium";
}
.media-news-details a {
  display: block;
  background: #2fb9b5;
  border-radius: 0px 0px 20px 20px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.media-news-details a:hover {
  background-color: #fc4335;
}

.filter-activities-section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .filter-activities-section {
    margin-bottom: 40px;
  }
}
.filter-activities-section .filter-list-date {
  display: flex;
  gap: 14px;
}
.filter-activities-section .filter-list-date .list-date-item {
  min-width: 110px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 11px 28px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.filter-activities-section .filter-list-date .list-date-item .item-day-title {
  font-size: 20px;
  margin-bottom: 4px;
}
.filter-activities-section .filter-list-date .list-date-item .item-day-number {
  font-size: 24px;
  font-family: NeoSansArabicMedium;
}
.filter-activities-section .filter-list-date .list-date-item .item-day-month {
  font-size: 20px;
  margin-top: -5px;
}
.filter-activities-section .filter-list-date .list-date-item.active,
.filter-activities-section .filter-list-date .list-date-item:hover {
  background: #e12655;
  border: 1px solid #e12655;
}
@media (max-width: 991px) {
  .filter-activities-section .filter-list-date {
    justify-content: space-around;
  }
  .filter-activities-section .filter-list-date .list-date-item {
    min-width: 100px;
  }
  .filter-activities-section .filter-list-date .list-date-item .item-day-title {
    font-size: 16px;
  }
  .filter-activities-section
    .filter-list-date
    .list-date-item
    .item-day-number {
    font-size: 20px;
  }
  .filter-activities-section .filter-list-date .list-date-item .item-day-month {
    font-size: 16px;
  }
}
.filter-activities-section .filter-form .filter-form-input {
  position: relative;
}
.filter-activities-section .filter-form .filter-form-input input {
  border: 0;
  height: 43px;
  border-radius: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
}
.filter-activities-section .filter-form .filter-form-input img {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 16px;
  background-color: transparent;
  height: auto;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-radius: 10px 10px 0 0;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffffff;
  line-height: 2.5;
  padding-right: 16px;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  margin-inline-end: 14px;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
.filter-activities-section
  .filter-form
  .filter-form-select
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border-radius: 50px;
  padding: 4px 16px;
}

.select2-dropdown {
  border: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hide-filter-in-mobile {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
}
#seasonList img {
  background: #211842;
  width: 332px;
  height: 450px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#seasonList img:hover {
  transform: scale(0.96);
}
@media (max-width: 1199px) {
  #seasonList img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #seasonList img {
    width: 90%;
    margin: 0 auto;
    height: 350px;
  }
}

#sln .sln-item {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 11px 28px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  min-height: 80px;
  height: 100%;
}
#sln .sln-item.active,
#sln .sln-item:hover {
  background: #e12655;
  border: 1px solid #e12655;
}
@media (max-width: 767px) {
  #sln .sln-item {
    font-size: 14px;
    min-height: auto;
    padding: 8px 10px;
  }
}

/* li > a[href*="diriyahSeason.html?interests=&seasons=47&zones=&date=&search="] {
  display: none;
}
*/

.link_cursor
{
    cursor: pointer;
}
/*# sourceMappingURL=style.rtl.css.map */
