@font-face {
  font-family: "saud-hajj";
  src: url("/Style%20Library/DGA/NationalDay/public/fonts/saud-hajj.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@property --nd96-bg-from {
  syntax: "<color>";
  inherits: true;
  initial-value: #01572b;
}
@property --nd96-bg-to {
  syntax: "<color>";
  inherits: true;
  initial-value: #5aba1c;
}
.nd96-hero {
  --nd96-bg-from: #01572b;
  --nd96-bg-to: #5aba1c;
  --nd96-bg-angle: 90deg;
  --nd96-accent: #ebffe6;
  align-items: center;
  background-color: var(--nd96-bg-to);
  background-image: linear-gradient(var(--nd96-bg-angle), var(--nd96-bg-from), var(--nd96-bg-to));
  display: flex;
  justify-content: flex-start;
  min-height: 491px;
  overflow: hidden;
  position: relative;
  transition: --nd96-bg-from 0.6s cubic-bezier(0.4, 0, 0.2, 1), --nd96-bg-to 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  direction: rtl;
}
@media (min-width: 992px) {
  .nd96-hero {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
    box-sizing: border-box;
  }
  .nd96-hero > .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.nd96-hero:dir(rtl), .nd96-hero[dir=rtl] {
  --nd96-bg-angle: 270deg;
}
.nd96-hero::before {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/slider-pattern.svg");
  background-repeat: repeat;
  content: "";
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.nd96-hero--heritage {
  --nd96-bg-from: #01572b;
  --nd96-bg-to: #5aba1c;
  --nd96-accent: #ebffe6;
}
.nd96-hero--courage {
  --nd96-bg-from: #1b2613;
  --nd96-bg-to: #607c4f;
  --nd96-accent: #c9e0bb;
}
.nd96-hero--ambition {
  --nd96-bg-from: #340117;
  --nd96-bg-to: #971a4d;
  --nd96-accent: #ff85c7;
}
.nd96-hero--generosity {
  --nd96-bg-from: #312d6e;
  --nd96-bg-to: #6565e0;
  --nd96-accent: #ded8f7;
}
.nd96-hero--kindness {
  --nd96-bg-from: #011d3a;
  --nd96-bg-to: #0050af;
  --nd96-accent: #07b9ff;
}
.nd96-hero--vision {
  --nd96-bg-from: #211501;
  --nd96-bg-to: #7c5d21;
  --nd96-accent: #d8b67a;
}
.nd96-hero > .container {
  padding-block: 40px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.nd96-hero__content {
  color: #fff;
  max-width: 640px;
  pointer-events: auto;
  text-align: right;
}
.nd96-hero__lockup {
  background: url("/Style%20Library/DGA/NationalDay/public/images/national-day/logo-nd.svg") no-repeat right center/contain;
  height: 80px;
  margin-bottom: 32px;
  width: 175px;
}
.nd96-hero__title {
  color: #fff;
  font-family: "saud-hajj", "IBM Plex Sans Arabic", sans-serif;
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 24px;
  min-height: 1.1em;
  text-align: right;
  white-space: nowrap;
}
.nd96-hero__title-typed {
  color: var(--nd96-accent);
  transition: color 0.4s ease;
}
.nd96-hero__caret {
  animation: nd96-caret 0.9s step-end infinite;
  background-color: currentColor;
  display: inline-block;
  height: 0.72em;
  margin-right: 4px;
  vertical-align: middle;
  width: 3px;
}
.nd96-hero__body {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 32px;
  opacity: 0;
  text-align: right;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nd96-hero__body.is-in {
  opacity: 1;
  transform: none;
}
@media (min-width: 992px) {
  .nd96-hero__body {
    min-height: 96px;
  }
}
.nd96-hero__body--stacked {
  display: none;
}
.nd96-hero__controls {
  align-items: center;
  display: flex;
  gap: 24px;
}
.nd96-hero__arrow {
  align-items: center;
  background-color: #1b8354;
  border: 0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  padding: 0;
  transition: 0.4s;
  width: 48px;
}
.nd96-hero__arrow svg {
  height: 20px;
  width: 20px;
}
.nd96-hero__arrow:hover, .nd96-hero__arrow:focus-visible {
  background-color: #166a45;
  outline: none;
}
.nd96-hero__arrow--prev svg {
  transform: none;
}
.nd96-hero__arrow--next svg {
  transform: scaleX(-1);
}
.nd96-hero__bullets {
  align-items: center;
  display: flex;
  gap: 8px;
}
.nd96-hero__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  padding: 0;
  transition: 0.3s;
  width: 12px;
}
.nd96-hero__bullet.is-active {
  background-color: #fff;
  transform: scale(1.1);
}
.nd96-hero__deck {
  height: 491px;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 720px;
  z-index: 1;
}
.nd96-hero__slide {
  background-color: transparent;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0;
  cursor: pointer;
  height: 100%;
  left: auto;
  right: var(--nd96-x, 0);
  padding: 0;
  position: absolute;
  top: 0;
  transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1), left 0.6s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 45.8px;
  z-index: 2;
}
.nd96-hero__slide.is-active {
  background-position: 50% center;
  cursor: default;
  width: 491px;
  z-index: 3;
}
.nd96-hero__slide.is-leaving {
  z-index: 1;
}
.nd96-hero__slide--heritage {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/hero-heritage.png");
}
.nd96-hero__slide--courage {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/hero-courage.png");
}
.nd96-hero__slide--ambition {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/hero-ambition.png");
}
.nd96-hero__slide--generosity {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/hero-generosity.png");
}
.nd96-hero__slide--kindness {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/hero-kindness.png");
}
.nd96-hero__slide--vision {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/hero-vision.png");
}

@media (max-width: 1310px) {
  .nd96-hero {
    align-items: center;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    min-height: 0;
    padding: 40px 24px;
    text-align: center;
    --nd96-bg-angle: 180deg !important;
  }
  .nd96-hero > .container, .nd96-hero__content {
    display: contents;
  }
  .nd96-hero__lockup {
    margin-bottom: 0;
    order: 1;
    background-position: center center;
  }
  .nd96-hero__deck {
    aspect-ratio: 430/324;
    height: auto;
    max-width: 651px;
    order: 2;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    width: calc(100% + 48px);
  }
  .nd96-hero__slide {
    background-position: 50%;
    background-size: contain;
    height: 73.7%;
    left: auto;
    right: calc(22.23% + var(--nd96-rel, 0) * 69.17%);
    opacity: 0;
    top: 13.15%;
    transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s cubic-bezier(0.4, 0, 0.2, 1), left 0.6s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 55.54%;
  }
  .nd96-hero__slide.is-near {
    opacity: 1;
  }
  .nd96-hero__slide.is-active {
    height: 100%;
    left: auto;
    right: 12.33%;
    top: 0;
    width: 75.35%;
  }
  .nd96-hero__title {
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 0;
    min-height: 1em;
    order: 3;
    text-align: center;
    white-space: normal;
  }
  .nd96-hero__body {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    order: 4;
    text-align: center;
  }
  .nd96-hero__body--wide {
    display: none;
  }
  .nd96-hero__body--stacked {
    display: block;
  }
  .nd96-hero__controls {
    order: 5;
  }
  .nd96-hero__controls .nd96-hero__arrow {
    display: none;
  }
}
@media (max-width: 1310px) and (min-width: 768px) {
  .nd96-hero__deck {
    aspect-ratio: auto;
    height: 491px;
    max-width: 900px;
  }
  .nd96-hero__slide {
    height: 361.8px;
    left: auto;
    right: calc(50% - 180.9px + var(--nd96-rel, 0) * 450.65px);
    top: 64.6px;
    width: 361.8px;
  }
  .nd96-hero__slide.is-active {
    height: 491px;
    left: auto;
    right: calc(50% - 245.5px);
    top: 0;
    width: 491px;
  }
}
@keyframes nd96-caret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nd96-hero,
  .nd96-hero__slide {
    transition: none !important;
  }
  .nd96-hero__caret {
    animation: none !important;
  }
  .nd96-hero__body {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.bg-patterns-n96,
.snd-pattern-14,
.snd-pattern-17,
.snd-pattern-18,
section:has(.dga-eservices-swiper),
section:has(a[href*=e-services]),
section.colored-section.gray:first-of-type,
section[aria-labelledby=ads-section-title],
section:has(#ads-section-title),
section[aria-labelledby=future-section-title],
section:has(#future-section-title) {
  position: relative;
  padding-bottom: 5.25rem !important;
}
@media (max-width: 767.98px) {
  .bg-patterns-n96,
  .snd-pattern-14,
  .snd-pattern-17,
  .snd-pattern-18,
  section:has(.dga-eservices-swiper),
  section:has(a[href*=e-services]),
  section.colored-section.gray:first-of-type,
  section[aria-labelledby=ads-section-title],
  section:has(#ads-section-title),
  section[aria-labelledby=future-section-title],
  section:has(#future-section-title) {
    padding-bottom: 4.25rem !important;
  }
}
.bg-patterns-n96::after,
.snd-pattern-14::after,
.snd-pattern-17::after,
.snd-pattern-18::after,
section:has(.dga-eservices-swiper)::after,
section:has(a[href*=e-services])::after,
section.colored-section.gray:first-of-type::after,
section[aria-labelledby=ads-section-title]::after,
section:has(#ads-section-title)::after,
section[aria-labelledby=future-section-title]::after,
section:has(#future-section-title)::after {
  background-size: auto 28px;
  background-repeat: repeat-x;
  background-position: center bottom;
  bottom: 0;
  content: "";
  height: 28px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.bg-patterns-n96.top-n96,
.snd-pattern-14.top-n96,
.snd-pattern-17.top-n96,
.snd-pattern-18.top-n96,
section:has(.dga-eservices-swiper).top-n96,
section:has(a[href*=e-services]).top-n96,
section.colored-section.gray:first-of-type.top-n96,
section[aria-labelledby=ads-section-title].top-n96,
section:has(#ads-section-title).top-n96,
section[aria-labelledby=future-section-title].top-n96,
section:has(#future-section-title).top-n96 {
  padding-top: 5.25rem !important;
  padding-bottom: unset !important;
}
.bg-patterns-n96.top-n96::after,
.snd-pattern-14.top-n96::after,
.snd-pattern-17.top-n96::after,
.snd-pattern-18.top-n96::after,
section:has(.dga-eservices-swiper).top-n96::after,
section:has(a[href*=e-services]).top-n96::after,
section.colored-section.gray:first-of-type.top-n96::after,
section[aria-labelledby=ads-section-title].top-n96::after,
section:has(#ads-section-title).top-n96::after,
section[aria-labelledby=future-section-title].top-n96::after,
section:has(#future-section-title).top-n96::after {
  bottom: unset;
  top: 0;
  background-position: center top;
}

.snd-pattern-17::after,
section:has(.dga-eservices-swiper)::after,
section:has(a[href*=e-services])::after,
section.colored-section.gray:first-of-type::after {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/pattern-17.svg");
}

.snd-pattern-14::after,
.arrows-pattern-n96::after,
section[aria-labelledby=ads-section-title]::after,
section:has(#ads-section-title)::after,
section:has(.dga-announcements-swiper)::after {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/pattern-14.svg");
}

.snd-pattern-18::after,
.brown-pattern-n96::after,
section[aria-labelledby=future-section-title]::after,
section:has(#future-section-title)::after {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/pattern-18.svg");
}

.snd-pattern-15::after {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/pattern-15.svg");
}

.snd-pattern-16::after,
.blue-pattern-n96::after {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/pattern-16.svg");
}

section[aria-labelledby=numbers-section-title]::after,
.numbers-section::after,
section[aria-labelledby=achievements-section-title]::after {
  display: none !important;
}

.sec-side-n26-pattern,
.snd-bg-pattern,
section[aria-labelledby=news-section-title],
section:has(#news-section-title),
section:has(.dga-news-swiper),
section[aria-labelledby=reasons-section-title],
section:has(#reasons-section-title),
section:has(#reasonsCarousel) {
  position: relative;
  overflow: hidden;
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (max-width: 767.98px) {
  .sec-side-n26-pattern,
  .snd-bg-pattern,
  section[aria-labelledby=news-section-title],
  section:has(#news-section-title),
  section:has(.dga-news-swiper),
  section[aria-labelledby=reasons-section-title],
  section:has(#reasons-section-title),
  section:has(#reasonsCarousel) {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
.sec-side-n26-pattern::before,
.snd-bg-pattern::before,
section[aria-labelledby=news-section-title]::before,
section:has(#news-section-title)::before,
section:has(.dga-news-swiper)::before,
section[aria-labelledby=reasons-section-title]::before,
section:has(#reasons-section-title)::before,
section:has(#reasonsCarousel)::before {
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/bg-pattern.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.55;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .sec-side-n26-pattern::before,
  .snd-bg-pattern::before,
  section[aria-labelledby=news-section-title]::before,
  section:has(#news-section-title)::before,
  section:has(.dga-news-swiper)::before,
  section[aria-labelledby=reasons-section-title]::before,
  section:has(#reasons-section-title)::before,
  section:has(#reasonsCarousel)::before {
    opacity: 0.08;
  }
}
.sec-side-n26-pattern > .container,
.sec-side-n26-pattern > div,
.snd-bg-pattern > .container,
.snd-bg-pattern > div,
section[aria-labelledby=news-section-title] > .container,
section[aria-labelledby=news-section-title] > div,
section:has(#news-section-title) > .container,
section:has(#news-section-title) > div,
section:has(.dga-news-swiper) > .container,
section:has(.dga-news-swiper) > div,
section[aria-labelledby=reasons-section-title] > .container,
section[aria-labelledby=reasons-section-title] > div,
section:has(#reasons-section-title) > .container,
section:has(#reasons-section-title) > div,
section:has(#reasonsCarousel) > .container,
section:has(#reasonsCarousel) > div {
  position: relative;
  z-index: 1;
}

.footer-nd-pattern,
.dga-footer,
footer.dga-footer,
footer[role=contentinfo] {
  position: relative;
  padding-top: 110px !important;
}
.footer-nd-pattern::before,
.dga-footer::before,
footer.dga-footer::before,
footer[role=contentinfo]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 86px;
  background-image: url("/Style%20Library/DGA/NationalDay/public/images/national-day/footer-pattern.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 86px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .footer-nd-pattern,
  .dga-footer,
  footer.dga-footer,
  footer[role=contentinfo] {
    padding-top: 75px !important;
  }
  .footer-nd-pattern::before,
  .dga-footer::before,
  footer.dga-footer::before,
  footer[role=contentinfo]::before {
    height: 54px;
    background-size: auto 54px;
  }
}

.has-nd96-hero .hero-container,
.hero-container:has(~ .nd96-hero),
.hero-container:has(~ #nd96Hero),
body:has(.nd96-hero) .hero-container,
.hero-container.d-none {
  display: none !important;
}

/*# sourceMappingURL=national-day.css.map */
