﻿.ramadan-hero-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  background-image: url("../Images/ramadan26/hero/hero-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}
.ramadan-hero-container .hero-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.ramadan-hero-container .hero-header img {
  width: 377.037px;
  height: 224.742px;
}
.ramadan-hero-container .hero-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ramadan-hero-container .hero-desc p {
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.ramadan-hero-container .hero-cards {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 32px 32px;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
}

.ramadan-hero-container .hero-cards .card {
  display: flex;
  width: 554px;
  min-height: 280px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border-radius: 64px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.ramadan-hero-container .hero-cards .card > img {
  /* width: 390px; */
  /* height: 260px; */
  /* aspect-ratio: 3/2; */
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.ramadan-hero-container .hero-cards .card .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  width: 75%;
  z-index: 2;
}
.ramadan-hero-container .hero-cards .card .text-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.ramadan-hero-container .hero-cards .card .text-box .header-desc p:first-child {
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.ramadan-hero-container
  .hero-cards
  .card
  .text-box
  .header-desc
  p:nth-child(2) {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 75%;
  line-height: 28px;
}
.ramadan-hero-container .hero-cards .card .text-box .cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: var(--radius-full, 9999px);
  background: linear-gradient(92deg, #6311c7 1.23%, #42009b 95.44%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition:
    background-position 0.8s ease,
    color 0.2s ease;
}

.ramadan-hero-container .hero-cards .card .text-box .cta:hover,
.ramadan-hero-container .hero-cards .card .text-box .cta:focus-visible {
  color: #fff;
  background-position: 100% 50%;
}

.ramadan-hero-container .hero-cards .card .text-box .cta a {
  display: flex;
  gap: 6px;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ramadan-hero-container .hero-qoute {
  display: flex;
  width: 832px;
  height: 264px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  border-radius: 64px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.32);
}
.ramadan-hero-container .hero-qoute p {
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.ramadan-hero-container .hero-qoute img {
  width: 86px;
  height: 86px;
  aspect-ratio: 1/1;
  position: absolute;
}
.ramadan-hero-container .hero-qoute img:nth-of-type(1) {
  top: -23px;
  left: -30px;
}
.ramadan-hero-container .hero-qoute img:nth-of-type(2) {
  bottom: -4px;
  right: -25px;
}

.ramadan-numbers-container {
  display: flex;
  padding-right: 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background-image: url("../Images/ramadan26/numbers/number-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ramadan-numbers-container .numbers-left {
  width: 959.377px;
  align-self: stretch;
  position: relative;
}
.ramadan-numbers-container .numbers-left img:nth-child(1) {
  width: 100%;
  height: auto;
}
.ramadan-numbers-container .numbers-left img:nth-child(2) {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.ramadan-numbers-container .numbers-left img:nth-child(3) {
  position: absolute;
  bottom: 0px;
  left: 329px;
}
.ramadan-numbers-container .numbers-left img:nth-child(4) {
  display: none;
}
.ramadan-numbers-container .numbers-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.ramadan-numbers-container .numbers-right > p:first-child {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.ramadan-numbers-container .numbers-right .number-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.ramadan-numbers-container .numbers-right .number-counter p {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-family: "MavenPro-Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.ramadan-numbers-container .numbers-right .number-counter p span {
  color: #7716e7;
  font-size: 92px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: -1.84px;
}
.ramadan-schedule-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url("../Images/ramadan26/schedule/schedule-bg.png") lightgray 50% / cover
      no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.ramadan-schedule-container .schedule-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.ramadan-schedule-container .schedule-left .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.ramadan-schedule-container .schedule-left .header-desc p:first-child {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.ramadan-schedule-container .schedule-left .header-desc p:nth-child(2) {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.ramadan-schedule-container .schedule-left .cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  background: linear-gradient(92deg, #dbcf55 1.23%, #c1b53b 95.44%);
}
.ramadan-schedule-container .schedule-left .cta a {
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ramadan-cta-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  background-image: url("../Images/ramadan26/cta-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ramadan-cta-container .cta-deco {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ramadan-cta-container .cta-deco img {
  width: 80.708px;
  height: 80px;
}
.ramadan-cta-container .cta-text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ramadan-cta-container .cta-text-box .header-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.ramadan-cta-container .cta-text-box .header-desc p:first-child {
  align-self: stretch;
  color: #5e11be;
  text-align: center;
  font-family: "MavenPro-Bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.ramadan-cta-container .cta-text-box .header-desc p:nth-child(2) {
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
.ramadan-cta-container .cta-text-box .cta {
  display: flex;
  height: 64px;
  padding: 20px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  background: linear-gradient(92deg, #6311c7 1.23%, #42009b 95.44%);
}
.ramadan-cta-container .cta-text-box .cta a {
  display: flex;
  gap: 6px;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}

.events-container {
  display: flex;
  padding: 80px 96px 160px 96px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  position: relative;
  background: linear-gradient(198deg, #7b16ee 12.68%, #460d98 87.48%);
}
.events-container > img:first-child {
  width: 182.071px;
  height: 182.071px;
  position: absolute;
  left: 0px;
  bottom: 0.201px;
}
.events-container > img:nth-child(2) {
  width: 190.44px;
  height: 190.44px;
  position: absolute;
  left: 1249px;
  top: 0.465px;
}
.events-wrapper {
  display: flex;
  padding: 0px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.events-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 32px;
  align-self: stretch;
  flex-wrap: wrap;
}
.events-header-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.events-title {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.events-desc {
  align-self: stretch;
  color: #fff;

  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.events-cta-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.events-cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;

  background: linear-gradient(92deg, #6311c7 1.23%, #42009b 95.44%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition:
    background-position 0.8s ease,
    color 0.2s ease;
}
.events-cta:hover,
.events-cta:focus {
  color: #fff;
  background-position: 100% 50%;
}
.events-slider-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  width: 100%;
}
.events-slider-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-4xl, 32px);
  width: 100%;
  position: relative;
}
.events-slider-wrapper .custom-arrows {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  bottom: -15%;
  right: 0vw;
}
.events-slider-wrapper .splide__slide {
  width: 100%;
  scroll-snap-align: start;
}
.events-slider-wrapper .splide__track {
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.events-slider-wrapper .custom-arrows #custom-prev-e,
.events-slider-wrapper .custom-arrows #custom-next-e {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 9999px;
  border: 1px solid #d0d5dd;
  background-color: #8958c9;
  margin: 0 10px;
}
.events-slider-wrapper .custom-arrows #custom-prev-e img,
.events-slider-wrapper .custom-arrows #custom-next-e img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: contrast(0) brightness(10);
}
.short-card {
  width: 320px;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #000;
}

.short-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.short-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.45));
}

.short-play::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
}
.short-play::after {
  content: "";
  position: absolute;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: translateX(3px);
}

.yt-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.yt-modal[aria-hidden="false"] {
  display: block;
}

.yt-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.yt-modal__panel {
  position: relative;
  width: 500px;
  aspect-ratio: 9 / 16;
  margin: 2vh auto 4vh auto;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.yt-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.yt-modal__frame,
.yt-modal__frame iframe {
  width: 100%;
  height: 90vh;
}
#events-slider .splide__slide {
  width: auto !important;
}

/* RMS = Rahma Main Slider */
.rms-bg-img {
  display: flex;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;

  /* background-position: center center; */
  min-height: 720px;
}

.rms-left-section {
  display: flex;
  padding: 128px 0 96px 0;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
  position: relative;
  /* background-position: 10%; */
  background-repeat: no-repeat;
  background-size: contain;

  background-position: center;
}
.rms-right-section {
  /* height: 720px; */
  flex: 1 0 0;
  background: none;
}
.rms-right-img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
.rms-cta-btn-container {
  display: flex;
  position: absolute;
  top: 70%;
  left: 11%;
  align-items: center;
  gap: 12px;
}
.rms-cta-primary-btn {
  display: flex;
  color: #fff;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  background: #006ba6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-family: "MavenPro-SemiBold";
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  transition: background-color 0.3s ease-in-out;
}
.rms-cta-primary-btn:hover {
  color: #fff;
  background-color: #015888;
}
.rms-cta-secondary-btn {
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-family: "MavenPro-SemiBold";
  font-size: 18px;
  font-style: normal;
  transition: background-color 0.3s ease-in-out;
  line-height: 28px;
}
.rms-cta-secondary-btn:hover {
  color: #344054;
  background-color: #f9fafb;
}
.rms-cta-primary-btn img,
.rms-cta-secondary-btn img {
  width: 24px;
  height: 24px;
}

.splide__pagination--rms {
  position: absolute;
  bottom: 25%;
  left: 95vw;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.splide__pagination__page {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 2px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 17px;
  border: 0.5px solid #d0d5dd;
  background: #eed6b2;
  opacity: 1;
  color: #322000;
}
.splide__pagination__page.is-active {
  color: #3f0c8d;
  display: flex;
  width: 34px;
  height: 34px;
  padding: 2px 12px;
  transform: scale(1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 17px;
  background: #d5b2f0;
  border: 0.5px solid #d5b2f0;
}

.pagination-divider {
  width: 1px;
  background-color: #eed6b2;
  margin: 0 12px;
  border-radius: 1px;
  transition:
    height 0.3s ease,
    opacity 0.3s ease;
  height: 0;
  opacity: 0;
}
.pagination-divider[style*="display: none"] {
  opacity: 0;
  height: 0;
}

.add-padding {
  padding-top: 80px;
}
@media (min-width: 2560px) {
  .ramadan-hero-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .ramadan-hero-container .hero-header {
    gap: 0.625vw;
  }
  .ramadan-hero-container .hero-header img {
    width: 14.728vw;
    height: 8.779vw;
  }
  .ramadan-hero-container .hero-desc {
    gap: 0.781vw;
  }
  .ramadan-hero-container .hero-desc p {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .ramadan-hero-container .hero-cards {
    gap: 1.25vw 1.25vw;
  }

  .ramadan-hero-container .hero-cards .card {
    width: 21.641vw;
    min-height: 10.938vw;
    padding: 1.25vw;
    border-radius: 2.5vw;
  }

  .ramadan-hero-container .hero-cards .card > img {
    position: absolute;
    right: 0vw;
    bottom: 0vw;
    z-index: 1;
  }
  .ramadan-hero-container .hero-cards .card .text-box {
    gap: 1.875vw;
    width: 75%;
    z-index: 2;
  }
  .ramadan-hero-container .hero-cards .card .text-box .header-desc {
    gap: 0.781vw;
  }
  .ramadan-hero-container
    .hero-cards
    .card
    .text-box
    .header-desc
    p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .ramadan-hero-container
    .hero-cards
    .card
    .text-box
    .header-desc
    p:nth-child(2) {
    font-size: 0.703vw;
    width: 75%;
    line-height: 1.094vw;
  }
  .ramadan-hero-container .hero-cards .card .text-box .cta {
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
  }

  .ramadan-hero-container .hero-cards .card .text-box .cta:hover,
  .ramadan-hero-container .hero-cards .card .text-box .cta:focus-visible {
    color: #fff;
    background-position: 100% 50%;
  }

  .ramadan-hero-container .hero-cards .card .text-box .cta a {
    gap: 0.234vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .ramadan-hero-container .hero-qoute {
    width: 32.5vw;
    height: 10.313vw;
    padding: 1.25vw;
    border-radius: 2.5vw;
  }
  .ramadan-hero-container .hero-qoute p {
    font-size: 1.016vw;
    font-weight: 600;
  }
  .ramadan-hero-container .hero-qoute img {
    width: 3.359vw;
    height: 3.359vw;
    aspect-ratio: 1/1;
    position: absolute;
  }
  .ramadan-hero-container .hero-qoute img:nth-of-type(1) {
    top: -0.898vw;
    left: -1.172vw;
  }
  .ramadan-hero-container .hero-qoute img:nth-of-type(2) {
    bottom: -0.156vw;
    right: -0.977vw;
  }

  .ramadan-numbers-container {
    padding-right: 13.75vw;
    gap: 2.5vw;
    background-size: cover;
  }
  .ramadan-numbers-container .numbers-left {
    width: 37.476vw;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(1) {
    width: 100%;
    height: auto;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(2) {
    position: absolute;
    bottom: 0vw;
    left: 0vw;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(3) {
    position: absolute;
    bottom: 0vw;
    left: 12.852vw;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(4) {
    display: none;
  }
  .ramadan-numbers-container .numbers-right {
    gap: 1.25vw;
    flex: 1 0 0;
  }
  .ramadan-numbers-container .numbers-right > p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .ramadan-numbers-container .numbers-right .number-counter {
    gap: 0.391vw;
  }
  .ramadan-numbers-container .numbers-right .number-counter p {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }
  .ramadan-numbers-container .numbers-right .number-counter p span {
    font-size: 3.594vw;
    line-height: 2.813vw;
    letter-spacing: -0.072vw;
  }
  .ramadan-schedule-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .ramadan-schedule-container .schedule-left {
    gap: 1.25vw;
    flex: 1 0 0;
  }
  .ramadan-schedule-container .schedule-left .header-desc {
    gap: 0.469vw;
  }
  .ramadan-schedule-container .schedule-left .header-desc p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .ramadan-schedule-container .schedule-left .header-desc p:nth-child(2) {
    align-self: stretch;
    color: #fff;
    font-family: "MavenPro-Regular";
    font-size: 0.703vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.094vw;
  }
  .ramadan-schedule-container .schedule-left .cta {
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
  }
  .ramadan-schedule-container .schedule-left .cta a {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .ramadan-cta-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
    background-size: cover;
  }
  .ramadan-cta-container .cta-deco {
    gap: 0.469vw;
  }
  .ramadan-cta-container .cta-deco img {
    width: 3.153vw;
    height: 3.125vw;
  }
  .ramadan-cta-container .cta-text-box {
    gap: 0.781vw;
  }
  .ramadan-cta-container .cta-text-box .header-desc {
    gap: 0.391vw;
  }
  .ramadan-cta-container .cta-text-box .header-desc p:first-child {
    font-size: 1.875vw;
    line-height: 2.344vw;
    letter-spacing: -0.037vw;
  }
  .ramadan-cta-container .cta-text-box .header-desc p:nth-child(2) {
    font-size: 1.172vw;
    line-height: 1.484vw;
  }
  .ramadan-cta-container .cta-text-box .cta {
    height: 2.5vw;
    padding: 0.781vw 0.703vw;
    gap: 0.234vw;
  }
  .ramadan-cta-container .cta-text-box .cta a {
    gap: 0.234vw;
    font-size: 0.938vw;
    line-height: 0.938vw; /* 100% */
  }

  .rms-bg-img {
    display: flex;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    min-height: 720px;
  }

  .rms-left-section {
    display: flex;
    padding: 128px 0 96px 0;
    align-items: center;
    gap: 64px;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    position: relative;
    /* background-position: 10%; */
    background-repeat: no-repeat;
    background-size: contain;

    background-position: center;
  }
  .rms-right-section {
    /* height: 720px; */
    flex: 1 0 0;
    background: none;
  }
  .rms-right-img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;

    /* background-size: 100%;
    background-position: right; */
  }

  .splide__pagination--rms {
    position: absolute;
    bottom: 25%;
    left: 2432px;
    left: unset;
    right: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.586vw;
  }
  .splide__pagination__page {
    display: flex;
    width: 1.328vw;
    height: 1.328vw;
    padding: 0.078vw 0.469vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.391vw;
    border-radius: 0.664vw;
    opacity: 1;
  }
  .splide__pagination__page.is-active {
    display: flex;
    width: 1.328vw;
    height: 1.328vw;
    padding: 0.078vw 0.469vw;
    transform: scale(1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.391vw;
    border-radius: 0.664vw;
  }

  /* Divider between pagination items */
  .pagination-divider {
    width: 0.039vw;
    margin: 0 0.469vw;
    border-radius: 0.039vw;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    height: 0;
    opacity: 0;
  }
  .pagination-divider[style*="display: none"] {
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 1728px) {
  .ramadan-numbers-container {
    display: flex;
    padding-right: unset;
    background-size: cover;
    padding: 80px 32px;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(1) {
    display: none;
  }
  .ramadan-numbers-container .numbers-left {
    width: 50%;
    align-self: stretch;
    position: relative;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 171.383px;
    height: 204.667px;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 128.726px;
    height: 140.915px;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(4) {
    display: block;
    margin: auto;
  }
  .ramadan-cta-container {
    background-size: cover;
  }
  .rms-bg-img {
    min-height: 490px;
    background-size: cover;
  }

  .rms-left-section {
    background-position: 10%;
    background-size: contain;
  }
  .rms-right-img {
    width: 100%;
    background-size: contain;
  }
  .rms-cta-btn-container {
    top: 66%;
  }
  .splide__pagination--rms {
    bottom: 15%;
    left: 95vw;
    transform: translateX(-65%);
  }

  .rms-cta-primary-btn,
  .rms-cta-secondary-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}
@media (max-width: 1280px) {
  .ramadan-hero-container {
    padding: 80px 32px;
  }

  .events-container > img:nth-child(2) {
    width: 190.44px;
    height: 190.44px;
    position: absolute;
    left: unset;
    top: 0.465px;
    right: 300px;
  }
  .events-container {
    display: flex;
    padding: 80px 32px 200px 32px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    position: relative;
    background: linear-gradient(198deg, #7b16ee 12.68%, #460d98 87.48%);
  }
  .ramadan-numbers-container {
    display: flex;
    padding-right: unset;
    background-size: cover;
    padding: 80px 32px;
  }

  .ramadan-numbers-container .numbers-right > p:first-child {
    font-size: 36px;
  }

  .ramadan-schedule-container {
    display: flex;
    padding: 80px 96px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-position: center;
    min-height: 100vh;
  }
  .ramadan-cta-container {
    padding: 80px 32px;
    background-size: cover;
  }
  .rms-bg-img {
    min-height: 490px;
    background-size: cover;
  }

  .rms-left-section {
    background-position: 10%;
    background-size: contain;
  }
  .rms-right-img {
    width: 100%;
    background-size: contain;
  }
  .rms-cta-btn-container {
    top: 66%;
  }
  .splide__pagination--rms {
    bottom: 15%;
    left: 95vw;
    transform: translateX(-65%);
  }

  .rms-cta-primary-btn,
  .rms-cta-secondary-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
  .move-bg {
    background-position: center;
  }
}

@media (max-width: 542px) {
  .ramadan-hero-container {
    padding: 80px 32px;
  }

  .ramadan-hero-container .hero-header img {
    width: 100%;
    height: auto;
  }
  .ramadan-hero-container .hero-desc p {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
  }
  .ramadan-hero-container .hero-cards .card {
    width: 100%;
    min-height: 328px;
    position: relative;
    isolation: isolate;
  }
  .ramadan-hero-container .hero-cards .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 2;
    pointer-events: none;

    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.55) 35%,
      rgba(0, 0, 0, 0.25) 70%,
      rgba(0, 0, 0, 0.05) 100%
    );
  }
  .ramadan-hero-container .hero-cards .card > img {
    position: absolute;
    right: -20px;
    bottom: -10px;
  }
  .ramadan-hero-container .hero-cards .card .text-box {
    width: 100%;
    z-index: 3;
  }

  .ramadan-hero-container
    .hero-cards
    .card
    .text-box
    .header-desc
    p:nth-child(2) {
    width: 100%;
  }

  .ramadan-hero-container .hero-qoute {
    width: 100%;
    height: unset;
  }
  .ramadan-hero-container .hero-qoute img {
    width: 65.257px;
    height: 65.257px;
  }
  .ramadan-hero-container .hero-qoute img:nth-of-type(1) {
    top: -20px;
    left: -25px;
  }
  .ramadan-hero-container .hero-qoute img:nth-of-type(2) {
    bottom: -4px;
    right: -25px;
  }

  .ramadan-numbers-container {
    display: flex;
    padding-right: unset;
    padding: 80px 32px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-image: url("../Images/ramadan26/numbers/number-bg-sm.svg");
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column-reverse;
  }
  .ramadan-numbers-container .numbers-left {
    width: 100%;
    align-self: stretch;
    position: relative;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(1) {
    display: none;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 171.383px;
    height: 204.667px;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(3) {
    position: absolute;
    bottom: 16px;
    left: unset;
    right: 38px;
    width: 128.726px;
    height: 140.915px;
  }
  .ramadan-numbers-container .numbers-left img:nth-child(4) {
    display: block;
    width: 100%;
    height: auto;
  }
  .ramadan-numbers-container .numbers-right {
    flex: unset;
    width: 100%;
  }

  .ramadan-numbers-container .numbers-right > p:first-child {
    text-align: center;
  }

  .ramadan-numbers-container .numbers-right .number-counter img {
    width: 100%;
    height: auto;
  }

  .ramadan-cta-container {
    display: flex;
    padding: 80px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    background-image: url("../Images/ramadan26/cta-bg-sm.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ramadan-cta-container .cta-deco img:nth-child(even) {
    display: none;
  }
  .ramadan-cta-container .cta-text-box .cta {
    text-align: center;
  }
  .rms-bg-img {
    display: flex;
    flex-direction: column-reverse;
    display: flex;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100dvh;
  }
  .rms-left-section {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 64px;
    align-self: stretch;
    width: 100%;
    flex: none;
    background-position: center;
    background-size: contain;
    margin-top: 20%;
    height: 480px;
    height: auto;
    min-height: clamp(220px, 40vh, 420px);
  }
  .rms-right-section {
    /* width: 100%;
    height: 607px;
    flex: none; */
    inline-size: 100%;
  }
  .rms-right-img {
    inline-size: 100%;
    aspect-ratio: 339 / 607;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-block-size: 240px;
    max-block-size: min(66svh, 600px);
    margin-inline: auto;
  }

  .rms-cta-btn-container {
    top: 77%;
    left: 3%;
  }

  .rms-cta-primary-btn,
  .rms-cta-secondary-btn {
    padding: 8px 16px;
  }
  .rms-cta-primary-btn {
    left: 15% !important;
    bottom: 3% !important;
  }
  .rms-cta-secondary-btn {
    left: 55% !important;
    bottom: 3% !important;
  }
  .splide__pagination--rms {
    position: absolute;
    transform: translatey(-50%);
    display: flex;
    flex-direction: row;
    gap: 0px;
    bottom: 41%;
    padding: 0 0.5em;
    left: 0vw;
  }
  .splide__pagination__page {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 2px 12px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 17px;
    border: 0.5px solid #d0d5dd;
    background: #eed6b2;
    opacity: 1;
  }
  .splide__pagination__page.is-active {
    color: #fff;
    display: flex;
    width: 34px;
    height: 34px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 17px;
    background: #d5b2f0;
    border: 0.5px solid #d5b2f0;
  }

  .pagination-divider {
    width: 28px;
    height: 1px;
    transition:
      width 0.3s ease,
      opacity 0.3s ease;
  }

  .events-container {
    display: flex;
    padding: 32px 32px 190px 32px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
  }

  .events-header-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    align-self: stretch;
  }
  .events-wrapper {
    gap: 32px;
  }
  .events-header-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    text-align: center;
  }
  .events-slider-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
  }
  .events-slider-wrapper .custom-arrows {
    right: auto;
  }

  .yt-modal__panel {
    position: relative;
    width: 100vw;
    aspect-ratio: 9 / 16;
    margin: 2vh auto 4vh auto;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
  }
  .ramadan-schedule-container {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
      url("../Images/ramadan26/schedule/schedule-bg-sm.png") lightgray 50% /
        cover no-repeat;
    background-position: center;

    padding: 80px 32px;
  }
  .move-bg {
    background-position: -10%;
  }
  .events-container > img:nth-child(2) {
    display: none;
  }
  .rhma-site-footer {
    background: url("../Images/ramadan26/footer-sm.svg") right / cover no-repeat;
  }
}

.short-inline-player {
  display: none;
  position: absolute;
  inset: 0;
}

.short-card.is-playing .short-thumb,
.short-card.is-playing .short-play {
  display: none;
}

.short-card.is-playing .short-inline-player {
  display: block;
}

.short-inline-player iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.rhma-social-icons .rhma-icon.facebook {
  background-image: url("../Images/new-main-img/footer-assets/facebook-white.svg");
}
.rhma-social-icons .rhma-icon.instagram {
  background-image: url("../Images/new-main-img/footer-assets/instagram-white.svg");
}
.rhma-social-icons .rhma-icon.linkedin {
  background-image: url("../Images/new-main-img/footer-assets/in-white.svg");
}
.rhma-social-icons .rhma-icon.twitter {
  background-image: url("../Images/new-main-img/footer-assets/x-white.svg");
}
.rhma-social-icons .rhma-icon.tiktok {
  background-image: url("../Images/new-main-img/footer-assets/tiktok-white.svg");
}
.rhma-social-icons .rhma-icon.youtube {
  background-image: url("../Images/new-main-img/footer-assets/youtube-white.svg");
}
.rhma-site-footer {
  background-image: url("../Images/ramadan26/Footer.svg");
}
.rhma-logo-placeholder img:nth-child(1) {
    filter: contrast(0) brightness(10);
}