:root {
  --section-container: 8.5%;
  @media screen and (max-width: 767px) {
    --section-container: 20px;
  }
}

@font-face {
  font-family: "Nexa Heavy";
  src: url("../fonts/Nexa-Heavy.woff2") format("woff2"),
    url("../fonts/Nexa-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Regular";
  src: url("../fonts/Nexa-Regular.woff2") format("woff2"),
    url("../fonts/Nexa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

body.new-homepage {
  background-color: #f5f5ef;
  background-image: url("../img/pattern-1.svg");
  background-repeat: repeat;
  background-position: left top;
  background-size: 1902px 903px;
  overflow-x: hidden;
}

.new-banner {
  width: 100%;
  height: 100dvh;
  position: relative;
  @media screen and (max-width: 767px) {
    height: 60dvh;
    min-height: 420px;
  }
}

.new-banner-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: url(#bottom-cut-mask);
  @media screen and (max-width: 767px) {
    clip-path: none;
  }
  &::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.55) 0%,
      rgba(0, 0, 0, 0.35) 28%,
      rgba(0, 0, 0, 0.22) 100%
    );
    z-index: 1;
    @media screen and (max-width: 767px) {
      background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.68) 12%,
        rgba(0, 0, 0, 0.32) 32%,
        rgba(0, 0, 0, 0.28) 48%,
        rgba(0, 0, 0, 0.55) 100%
      );
    }
  }
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.section-description {
  color: var(--grey, #55575a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  max-width: 250px;
  @media screen and (max-width: 1600px) {
    font-size: 14px;
  }
  @media screen and (max-width: 1200px) {
    max-width: 100%;
  }
}

.theaters-buildings-section {
  /* Figma: theater tabs bottom (y=1561) → "02" (y=1623) = 62px.
     Section number sits at top:-78px, so pad the section to keep that visual gap. */
  padding-bottom: 122px;
  overflow: visible;
  @media screen and (max-width: 2200px) {
    padding-top: 40px;
  }
  @media screen and (max-width: 1200px) {
    padding-bottom: 24px;
    .section-line img {
      transform: none;
    }
  }
  @media screen and (max-width: 992px) {
    padding-bottom: 0px;
  }
  .section-container,
  .section-timeline,
  .section-line {
    overflow: visible;
  }
  /* Figma: red tip sits ~26px below "02" top. Scale the SVG downward
     without collapsing the tabs→02 spacing. */
  .section-line img {
    transform: scaleY(1.125);
    transform-origin: top center;
  }
}

.sports-building-section {
  /* Figma: sports cards bottom (y=2080) → "03" (y=2201) = 121px. */
  padding-bottom: 102px;
  overflow: visible;
  @media screen and (max-width: 1200px) {
    padding-bottom: 24px;
    .section-line img {
      transform: none;
    }
  }
  @media screen and (max-width: 992px) {
    padding-bottom: 0;
  }
  .section-container,
  .section-timeline,
  .section-line {
    overflow: visible;
  }
  /* Figma: red tip sits ~38px below "03" top. */
  .section-line img {
    transform: scaleY(1.137);
    transform-origin: top center;
  }
}

/* Decorative timeline / banner SVGs are drawn for LTR; mirror them in Arabic. */
html[lang="ar"] body.new-homepage .new-banner-line img,
html[lang="ar"] body.new-homepage .section-line img {
  transform: scaleX(-1);
}
html[lang="ar"] body.new-homepage .theaters-buildings-section .section-line img {
  transform: scaleX(-1) scaleY(1.125);
  transform-origin: top center;
}
html[lang="ar"] body.new-homepage .sports-building-section .section-line img {
  transform: scaleX(-1) scaleY(1.137);
  transform-origin: top center;
}
@media screen and (max-width: 1200px) {
  html[lang="ar"] body.new-homepage .theaters-buildings-section .section-line img,
  html[lang="ar"] body.new-homepage .sports-building-section .section-line img {
    transform: scaleX(-1);
  }
}

/* Arabic: use site Arabic typeface instead of Nexa on new-homepage text. */
html[lang="ar"] body.new-homepage .new-banner-heading,
html[lang="ar"] body.new-homepage .new-banner-description,
html[lang="ar"] body.new-homepage .new-banner-description p,
html[lang="ar"] body.new-homepage .section-heading,
html[lang="ar"] body.new-homepage .section-heading p,
html[lang="ar"] body.new-homepage .section-number,
html[lang="ar"] body.new-homepage .building-card .card-title {
  font-family: "GE Dinar One", sans-serif;
}

.sports-building-section,
.theaters-buildings-section,
.outdoor-facilities-section {
  @media screen and (max-width: 767px) {
    padding-bottom: 40px;
    padding-top: 24px;
  }
}

/* Figma: 80px gap between outdoor section bottom and footer */
.outdoor-facilities-section {
  padding-bottom: 80px;
  @media screen and (max-width: 1200px) {
    padding-bottom: 48px;
  }
  @media screen and (max-width: 767px) {
    padding-bottom: 40px;
  }
}

body.new-homepage .footer-main {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Small desktop / laptop (1366, 1440, etc.): tighten menu + footer type */
@media screen and (max-width: 1600px) {
  body.new-homepage .navbar-top .navbar-expand-lg .navbar-collapse .navbar-nav {
    gap: 36px;
  }
  body.new-homepage .navbar-top .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    font-size: 15px;
  }
  body.new-homepage .navbar-top .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link.talk-link {
    font-size: 14px;
    height: 42px;
    width: 110px;
  }
  body.new-homepage .lang-option {
    font-size: 13px;
  }

  body.new-homepage .footer-main h3 {
    font-size: 26px;
  }
  body.new-homepage .footer-main p {
    font-size: 15px;
    line-height: 1.6;
    padding: 12px 0 32px;
  }
  body.new-homepage .footer-main .footer-list ul li h2 {
    font-size: 13px;
    padding-bottom: 18px;
  }
  body.new-homepage .footer-main .footer-list ul li a {
    font-size: 14px;
    line-height: 32px;
  }
  body.new-homepage .footer-main .footer-list .main-logo ul li .copy-right {
    font-size: 15px;
  }
  body.new-homepage .footer-main .footer-bottom span {
    font-size: 14px;
  }
}

.theaters-buildings-section,
.sports-building-section,
.new-banner-content,
.outdoor-facilities-section {
  padding-inline: var(--section-container);
}

.section-container {
  position: relative;
  display: flex;
  gap: 30px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
}

.section-content {
  min-width: 0;
  flex-grow: 1;
}

.section-timeline {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  @media screen and (max-width: 767px) {
    height: auto;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    overflow: visible;
  }
}

.new-banner-line {
  position: absolute;
  bottom: 0;
  inset-inline-start: var(--section-container);
  @media screen and (max-width: 2200px) {
      bottom: -40px
  }
  @media screen and (max-width: 767px) {
      display: none;
  }
}

.new-banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 1;
  padding-block: 120px;
  @media screen and (max-width: 767px) {
    justify-content: flex-end;
    gap: 10px;
    padding-block: 64px 52px;
  }
}

.btn.cyan-btn {
  border-radius: 12px;
  background: var(--cyan, #1e988a);
  display: flex;
  padding: 16px 24px;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  width: fit-content;
  border: 1px solid #1e988a;
  transition: all 0.3s ease-in-out;
  &:hover {
    background-color: #fff;
    color: #1e988a;
  }
  @media screen and (max-width: 1600px) {
    padding: 14px 20px;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    padding: 12px 18px;
    font-size: 14px;
    border-radius: 10px;
  }
}

.new-banner-welcome {
  color: #1e988a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  @media screen and (max-width: 1600px) {
    font-size: 17px;
  }
  @media screen and (max-width: 1200px) {
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
  }
}

.new-banner-heading {
  color: #fff;
  font-family: "Nexa Heavy", Nexa, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  @media screen and (max-width: 1600px) {
    font-size: 42px;
  }
  @media screen and (max-width: 1200px) {
    font-size: 36px;
  }
  @media screen and (max-width: 767px) {
    font-size: 30px;
    line-height: 1.12;
    max-width: 11ch;
    text-wrap: balance;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  }
}

.new-banner-description {
  color: #fff;
  font-family: "Nexa Regular", Nexa, sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 28.9px;
  max-width: 460px;
  margin: 0;
  @media screen and (max-width: 1600px) {
    font-size: 15px;
    line-height: 1.65;
  }
  @media screen and (max-width: 1200px) {
    font-size: 15px;
    line-height: 1.7;
  }
  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 1.55;
    max-width: 32ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  }
}

.scroll-down-btn {
  position: absolute;
  bottom: 30px;
  inset-inline-start: calc(50% - 30px);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 10px;
  animation: bounce 2s infinite;
  @media screen and (max-width: 767px) {
    bottom: 10px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    padding: 4px;
    opacity: 0.7;
    img {
      width: 18px;
      opacity: 1;
    }
  }
}

.theaters-buildings-slide,
.sports-building-container,
.outdoor-facilities-container {
  .left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 460px;
    @media screen and (max-width: 1200px) {
      max-width: 100%;
      gap: 16px;
    }
  }
  .right-side {
    min-width: 0;
  }
}

.theaters-buildings-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  @media screen and (max-width: 1200px) {
    gap: 16px;
    flex-direction: column;
  }
}

.section-heading {
  color: var(--black, #000);
  font-family: "Nexa Heavy", Nexa, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  @media screen and (max-width: 1600px) {
    font-size: 32px;
  }
  @media screen and (max-width: 1200px) {
    font-size: 28px;
  }
  p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
  }
}

.theaters-buildings-image {
  width: 100%;
  max-width: 795px;
  aspect-ratio: 795 / 460;
  position: relative;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    clip-path: url(#custom-shape-mask);
    overflow: hidden;
  }
}

.plan-visit-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid rgba(245, 245, 239, 0.5);
  backdrop-filter: blur(4px);
  color: #f5f5ef;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  @media screen and (max-width: 1600px) {
    font-size: 13px;
    padding: 12px 18px;
  }
  @media screen and (max-width: 1200px) {
    padding: 8px 10px;
  }
  &:hover {
    background-color: #1e988a;
    border-color: #1e988a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 152, 138, 0.4);
  }

  &.plan-visit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(30, 152, 138, 0.3);
  }
}

.nav-link {
  .bold {
    display: none;
  }
  &.active {
    .label {
      color: #fff !important;
      opacity: 1 !important;
      border-bottom: none;
    }
  }
}

#navbar_top:not(.fixed-top) .nav-link.active .label {
  border-bottom: 1px solid #1e988a;
}

#navbar_top.fixed-top .nav-link.active {
  text-decoration: none !important;
}
#navbar_top.fixed-top .nav-link.active .label {
  border-bottom: none !important;
  text-decoration: none !important;
}

.nav-link:hover {
  .label {
    opacity: 1;
  }
  .bold {
    display: none;
  }
}

.container.home-container {
  padding-left: var(--section-container);
  padding-right: var(--section-container);
}

.theaters-buildings-slider-pagination {
  display: flex;
  gap: 8px;
  width: 795px;
  justify-content: center;
  margin-inline-start: auto;
  margin-top: 24px;
  @media screen and (max-width: 1200px) {
    margin-top: 16px;
    width: 100%;
    margin-inline: auto;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: rgba(85, 87, 90, 0.5);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .swiper-pagination-bullet-active {
    width: 55px;
    background: #1e988a;
  }
}

.theaters-buildings-slider-container {
  overflow-x: hidden;
  width: 100%;
}

.theaters-thumbs-slider {
  --thumbs-space: 24px;
  @media screen and (min-width: 768px) {
    --thumbs-space: 80px;
  }
  @media screen and (min-width: 1201px) {
    --thumbs-space: 136px;
  }
  @media screen and (min-width: 1400px) {
    --thumbs-space: 272px;
  }
  /* Mobile: stack thumbs so clicking a tab never translates the strip left */
  @media screen and (max-width: 767px) {
    overflow: visible;
    height: auto;
  }
  @media screen and (max-width: 767px) {
    .theaters-thumbs-slide {
      width: 100% !important;
      margin: 0 !important;
      padding-inline-start: 12px;
    }
    .theaters-thumbs-slide:not(:last-child)::before {
      display: none;
    }
    .theaters-thumbs-slide.swiper-slide-thumb-active::after {
      content: "";
      position: absolute;
      inset-inline-start: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 32px;
      border-radius: 2px;
      background: #1e988a;
    }
    .theaters-thumbs-slide.swiper-slide-thumb-active .theaters-thumbs-image {
      transform: scale(1.05);
    }
  }
}

.theaters-thumbs-slide {
  display: flex;
  align-items: center;
  gap: 17px;
  width: auto;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  padding-inline-end: 0;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  &:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 54px;
    background: rgba(77, 77, 79, 0.2);
    /* Center the divider in the Figma gap between tabs */
    inset-inline-end: calc(var(--thumbs-space) / -2);
  }
  .theaters-thumbs-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    @media screen and (max-width: 1200px) {
      width: 40px;
      height: 40px;
    }
    img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      transition: filter 0.35s ease, opacity 0.35s ease;
      opacity: 0.75;
      filter: grayscale(0.15);
    }
  }
  .theaters-thumbs-heading {
    color: #55575a;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease, transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
      font-weight 0.3s ease;
    @media screen and (max-width: 1600px) {
      font-size: 20px;
    }
    @media screen and (max-width: 1200px) {
      font-size: 18px;
    }
    &::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px;
      height: 2px;
      border-radius: 2px;
      background: #1e988a;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    }
  }
  &:hover:not(.swiper-slide-thumb-active) {
    .theaters-thumbs-image {
      transform: scale(1.04) translateY(-2px);
      img {
        opacity: 0.95;
        filter: grayscale(0);
      }
    }
    .theaters-thumbs-heading {
      color: #1a8578;
      transform: translateX(4px);
    }
  }
  &.swiper-slide-thumb-active {
    .theaters-thumbs-image {
      transform: scale(1.1) translateY(-6px);
      img {
        opacity: 1;
        filter: grayscale(0) drop-shadow(0 8px 16px rgba(30, 152, 138, 0.35));
      }
    }
    .theaters-thumbs-heading {
      color: #1e988a;
      font-weight: 700;
      transform: translateX(4px);
      &::after {
        transform: scaleX(1);
      }
    }
  }
}

html[lang="ar"] .theaters-thumbs-slide {
  .theaters-thumbs-heading::after {
    transform-origin: right center;
  }
  &:hover:not(.swiper-slide-thumb-active),
  &.swiper-slide-thumb-active {
    .theaters-thumbs-heading {
      transform: translateX(-4px);
    }
  }
}

.theaters-thumbs-slider .swiper-wrapper {
  margin-top: 48px;
  @media screen and (max-width: 1200px) {
    margin-top: 24px;
  }
  @media screen and (max-width: 767px) {
    transform: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    height: auto !important;
    margin-top: 20px;
  }
}

.section-number {
  color: #d23138;
  font-family: "Nexa Heavy", Nexa, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  position: absolute;
  inset-inline-start: 62px;
  top: -78px;
  @media screen and (max-width: 1600px) {
    font-size: 48px;
  }
  @media screen and (max-width: 1200px) {
    font-size: 36px;
  }
  @media screen and (max-width: 767px) {
    position: static;
    inset-inline-start: auto;
    top: auto;
    font-size: 28px;
    line-height: 1;
    text-align: start;
    width: auto;
    margin-bottom: 0;
  }
}

.sports-building-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  @media screen and (max-width: 1200px) {
    align-items: stretch;
    flex-direction: column;
  }
}

.building-cards {
  height: 473px;
  @media screen and (max-width: 1200px) {
    height: 350px;
  }
}

.building-card {
  width: 159px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all 0.2s;
  .card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    &::before {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(6, 31, 28, 0.8) 100%
      );
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .card-content {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    @media screen and (max-width: 1200px) {
      padding: 8px;
    }
  }
  .card-title {
    transition: transform 0.4s ease;
    font-family: Nexa;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    @media screen and (max-width: 1600px) {
      font-size: 16px;
    }
    @media screen and (max-width: 1200px) {
      font-size: 15px;
    }
  }
  .card-desc {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    color: #fff;
    @media screen and (max-width: 1600px) {
      font-size: 14px;
    }
    @media screen and (max-width: 1200px) {
      font-size: 14px;
    }
  }
  .card-desc-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease;
  }
  .desc-inner {
    overflow: hidden;
  }
  &:hover {
    .card-img {
      transform: scale(1.04);
    }
    .card-desc-wrapper {
      grid-template-rows: 1fr;
    }
  }
}

.outdoor-facilities-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  @media screen and (max-width: 1200px) {
    flex-direction: column;
  }
}

.outdoor-map {
  max-width: 1059px;
  width: 100%;
  .outdoor-map-trigger {
    display: block;
    width: 100%;
    cursor: zoom-in;
    border-radius: 42px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    @media screen and (max-width: 767px) {
      border-radius: 20px;
    }
    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    }
    &:focus-visible {
      outline: 2px solid #1e988a;
      outline-offset: 3px;
    }
  }
  img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1059 / 397;
    object-fit: contain;
    border-radius: 42px;
    display: block;
    @media screen and (max-width: 767px) {
      border-radius: 20px;
    }
  }
}

.outdoor-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2vw;
  margin-top: 48px;
  @media screen and (max-width: 1400px) {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

.outdoor-card {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  @media screen and (max-width: 1200px) {
    gap: 10px;
  }
  @media screen and (min-width: 1401px) {
    &:not(:nth-child(4n)){
        padding-inline-end: 2vw;
    }
    &:not(:nth-child(4n))::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 54px;
      background: rgba(77, 77, 79, 0.2);
      inset-inline-end: 0;
    }
  }
  @media screen and (max-width: 1400px) {
    padding-inline-end: 2vw;
    &:not(:nth-child(2n))::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 2px;
      height: 54px;
      background: rgba(77, 77, 79, 0.2);
      inset-inline-end: 0;
    }
  }
  @media screen and (max-width: 1200px) {
    &::before {
        display: none !important;
  }
  }

  .card-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    @media screen and (max-width: 1200px) {
      width: 40px;
      height: 40px;
    }
    img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
  }
  .card-heading {
    color: #55575a;
    font-size: 24px;
    font-weight: 400;
    @media screen and (max-width: 1600px) {
      font-size: 20px;
    }
    @media screen and (max-width: 1200px) {
      font-size: 18px;
    }
  }
}

.section-icon {
  width: 119px;
  height: 119px;
  border: 3px solid #ffffff;
  background-color: #f4f2ed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  @media screen and (max-width: 767px) {
    width: 48px;
    height: 48px;
    border-width: 2px;
    padding: 4px;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}

.theaters-buildings-slide,
.sports-building-container,
.outdoor-facilities-container {
  align-items: stretch;
  .left-side {
    padding-top: 34px;
    @media screen and (max-width: 1200px) {
      padding-top: 0px;
    }
  }
}

.main-banner:after {
    background: #00000099;
}

.about-cinema-container{

}

.section-line {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  min-height: 80px;
  overflow: visible;
}
.section-line img {
  width: 119px;
  max-width: 119px;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 767px) {
  .section-line {
    display: none;
  }
}
.section-heading .cyan-divider,
.section-heading .cyan-dividew {
  width: 68px;
  height: 3px;
  background-color: #1e988a;
  margin-top: 12px;
}
.new-banner-content .cyan-divider {
  width: 68px;
  height: 3px;
  background-color: #1e988a;
  margin: 0;
}
.theaters-buildings-slider {
  overflow: hidden;
}
.theaters-buildings-slider .swiper-slide {
  height: auto;
}
/* Smooth crossfade + content motion for theaters carousel */
.theaters-buildings-slider.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.theaters-buildings-slider .left-side {
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.theaters-buildings-slider .theaters-buildings-image {
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
}
.theaters-buildings-slider .swiper-slide:not(.swiper-slide-active) .left-side {
  opacity: 0;
  transform: translateY(18px);
}
.theaters-buildings-slider .swiper-slide-active .left-side {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}
.theaters-buildings-slider
  .swiper-slide:not(.swiper-slide-active)
  .theaters-buildings-image {
  opacity: 0;
  transform: scale(1.03);
}
.theaters-buildings-slider .swiper-slide-active .theaters-buildings-image {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.05s;
}
@media (prefers-reduced-motion: reduce) {
  .theaters-buildings-slider.swiper-container-fade .swiper-slide,
  .theaters-buildings-slider .left-side,
  .theaters-buildings-slider .theaters-buildings-image {
    transition: none;
  }
  .theaters-buildings-slider .swiper-slide:not(.swiper-slide-active) .left-side,
  .theaters-buildings-slider
    .swiper-slide:not(.swiper-slide-active)
    .theaters-buildings-image {
    transform: none;
  }
}
.building-card .card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.building-card .card-icon img {
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
}
.outdoor-card,
.theaters-thumbs-slide {
  text-decoration: none;
  color: inherit;
}
.card-desc p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.new-banner-description p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
}

html[lang="ar"] body.new-homepage .theaters-buildings-image img {
  transform: scaleX(-1);
}

body.new-homepage .lang-list > li:has(.btn-search-modal),
body.new-homepage .lang-list > li:has(.lang-switcher),
body.new-homepage .mobile-lang-footer {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body.new-homepage .navbar-top {
    top: 8px;
  }
  body.new-homepage .navbar-top .container.home-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  body.new-homepage .navbar-top .logo-content {
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  body.new-homepage .navbar-top .navbar-expand-lg {
    height: auto;
    min-height: 56px;
  }
  body.new-homepage .navbar-top .navbar-brand {
    display: flex;
    align-items: center;
  }
  body.new-homepage .navbar-top .navbar-brand img {
    height: 60px;
    width: auto;
    max-width: 196px;
    object-fit: contain;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.65))
      drop-shadow(0 4px 14px rgba(0, 0, 0, 0.55));
  }
  body.new-homepage #navbar_top.fixed-top .navbar-brand img {
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
  }
  body.new-homepage .hambergur {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  }
  body.new-homepage .hambergur:hover,
  body.new-homepage .hambergur:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
  }
  body.new-homepage .hambergur:active {
    transform: scale(0.96);
  }
  body.new-homepage .hambergur span {
    display: block !important;
    width: 18px;
    height: 1.5px;
    margin-bottom: 0 !important;
    border-radius: 999px;
    background-color: #fff !important;
    transition: width 0.25s ease;
  }
  body.new-homepage .hambergur span:nth-child(2) {
    width: 12px;
  }
  body.new-homepage .hambergur:hover span:nth-child(2) {
    width: 18px;
  }
  body.new-homepage #navbar_top.fixed-top .hambergur {
    background: rgba(0, 0, 0, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
  }
  body.new-homepage .new-banner-content .cyan-divider {
    width: 48px;
    height: 2px;
    margin-top: 0;
  }
}
