@media screen and (min-width: 991px) {
  .image-gallery
    .image-gallery-second-half
    > .row
    .image-gallery-second-half-a
    > .row
    .col-lg-6:nth-child(2) {
    height: 580px;
  }
}
.partners-container .slick-slider .img-fit-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.partners-container .slick-slider .img-fit-contain.img-padding img {
  padding: 20px;
}
/* =========================================================================================== */
/* =========================================================================================== */

/* Hide tefan lawl option from header */
header
  .ms-header__container
  > .ms-nav
  > .ms-nav__list
  > .ms-nav__list__item:nth-last-child(4) {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  header
    .ms-header__container
    > .ms-nav
    > .ms-nav__list
    > .ms-nav__list__item:nth-last-child(4) {
    display: none !important;
  }
}

/* ================== */

.sponsors-sub-heading h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
}

.sponsors-container .slick-track {
  max-height: 250px;
  overflow: hidden;
}

.ms-content-reduce-width .ms-content-block__image {
  padding: 30px;
}

.no-wrap > .row {
  flex-wrap: nowrap !important;
}
.partner-center > .row {
  justify-content: center;
}
.two-column.sponsors-container {
  max-width: 85%;
  margin: 0 auto;
}
.two-column.sponsors-container > .row .col-12:nth-child(2) {
  max-width: 100%;
}
.two-column.sponsors-container > .row .col-12:nth-child(2) .content-block {
  margin-left: 0;
}

/* ===============Remove Draws of HH Nahyan Racing Festival Section======================= */

.join-us-row .join-us-container {
  display: none;
}
.join-us-row .heritage-container {
  padding: 6% 9% 12%;
}

.join-us-row .heritage-container p {
  padding-inline-end: 20%;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .join-us-row .heritage-container .ms-content-block__image {
    width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .join-us-row .heritage-container {
    padding: 12% 9% 12%;
    height: auto;
  }
  .join-us-row .heritage-container p {
    padding-inline-end: 0;
  }
}
/* ========================================================================================= */
/* Festivals List Arabic Page CDP */
.arabic
  .product-list-page__festivals__festivals-list
  .festival-activities-item
  .msc-product
  h2 {
  text-align: right;
}

.arabic
  .product-list-page__festivals__festivals-list
  .festival-activities-item
  p {
  text-align: right;
}
/* Twitter / X color */
.social_links_container .twitter {
  background: black;
}

/* Reverse gallery videos row */
.video-gallery-div {
  flex-direction: row-reverse;
}
/* Hide heading and description of homepage popup when empty */
.homepage_popup .modal-body p:empty,
.homepage_popup .modal-body h2:empty {
  display: none !important;
}
/* No ticket available */
.no-ticket h1 {
  margin: 150px auto;
  display: flex;
  justify-content: center;
}
/* Al wathba date image position at the top */
.product-list-page__festivals__events-and-shows
  .festival-activities-item__img
  img {
  object-position: top;
}
/* Festivals List image position bottom */
.product-list-page__festivals__festivals-list
  .festival-activities-item__img
  img {
  object-position: bottom;
}





/* LAYALI AL WATHBA / ALWATHBA */
/* to keep only first concert with book now in first line remaining in next line */
/* @media screen and (min-width: 567px) {
  .product-list-page__festivals__layali-alwathba
    .festival-activities-item:first-child {
    margin: 0 20%;
  }
} */
/* Hide dates for the concerts*/
.product-list-page__festivals__layali-alwathba
  .festival-activities-item
  .festival-activities-item__date {
  display: none;
}
/* name in the middle for the concerts */
.product-list-page__festivals__layali-alwathba
  .festival-activities-item
  .msc-product
  .msc-product__title {
  text-align: center;
}
/* Hide concert description for the concerts */
.product-list-page__festivals__layali-alwathba
  .festival-activities-item
  .msc-product__desc {
  display: none;
}
