@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --primary-color: #001d45;
  --primary-color-highlight: rgb(43, 41, 41);
  --bs-body-bg: #fbf9f6;
  --bs-body-font-family: "Lato", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "AlMajeed";
  src: url("/statics/ax002/al-majeed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: var(--bs-body-font-family);
  font-size: 1.1rem;
  line-height: 1.7;
}

.h1,
h1 {
  font-size: 3rem;
  font-weight: bolder;
}

.h2,
h2 {
  font-size: 2.8rem;
  font-weight: bold;
}

.h3,
h3 {
  font-size: 2.6rem;
}

.h4,
h4 {
  font-size: 2.5rem;
}

.h5,
h5 {
  font-size: 2rem;
  font-weight: bolder;
}

.h6,
h6 {
  font-size: 1.2rem;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.bblack {
  border: 1px solid #000;
}

.bred {
  border: 1px solid red;
}

.bgreen {
  border: 1px solid greenyellow;
}

.yellow {
  border: 1px solid yellow;
}

.page-image {
  background-image: url("/statics/ax002/images/banner002.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.header {
  z-index: 2;
}

.logo-image {
  width: 32px;
}

#navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: antiquewhite;
  z-index: 4;
}

.dropdown-nav__close {
  position: absolute;
  top: 20px;
  right: 16px;
}

.text-gold {
  color: #fdb830;
}

.text-primary-color {
  color: var(--primary-color);
}

.hero {
  position: relative;
  background-color: #232323;
  overflow: hidden;
  /* background-image: url(/statics/ax002/images/banner.jpg); */
  background-size: cover;
}

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}

.icon64 {
  width: 64px;
}
.icon a {
  color: #fbf9f6;
  text-decoration: none;
  font-size: 12px;
}

.icon a:hover {
  filter: invert();
}

.invert-color {
  filter: invert();
}
.pattern-1 {
  background: url(/statics/ax002/images/pattersx.png);
  opacity: 0.2;
  background-size: cover;
  filter2: invert();
}

.shadow-light-1 {
  text-shadow: 3px 3px 4px rgba(253, 255, 254, 0.8);
}

.shadow-1 {
  text-shadow: 2px 2px 3px rgba(0, 29, 69, 0.8);
}

.shadow-2 {
  text-shadow: 2px 2px 3px rgba(0, 29, 69, 0.6);
}

.gradient-2 {
  background-image: linear-gradient(
    90deg,
    hsl(215deg 100% 14%) 0%,
    hsl(213deg 100% 14%) 3%,
    hsl(211deg 100% 15%) 7%,
    hsl(209deg 100% 15%) 13%,
    hsl(208deg 100% 16%) 22%,
    hsl(206deg 100% 17%) 34%,
    hsl(204deg 100% 17%) 47%,
    hsl(203deg 100% 18%) 59%,
    hsl(201deg 100% 18%) 69%,
    hsl(200deg 100% 19%) 78%,
    hsl(199deg 100% 19%) 84%,
    hsl(197deg 100% 19%) 89%,
    hsl(196deg 100% 20%) 94%,
    hsl(194deg 100% 20%) 97%,
    hsl(193deg 100% 21%) 100%
  );
}

.gradient-1 {
  background-image: linear-gradient(
    0deg,
    hsl(215deg 99% 50%) 0%,
    hsl(211deg 100% 50%) 3%,
    hsl(208deg 100% 50%) 7%,
    hsl(205deg 100% 50%) 13%,
    hsl(202deg 100% 50%) 22%,
    hsl(199deg 100% 50%) 34%,
    hsl(197deg 100% 50%) 47%,
    hsl(195deg 100% 50%) 59%,
    hsl(190deg 100% 47%) 69%,
    hsl(183deg 100% 43%) 78%,
    hsl(176deg 100% 42%) 84%,
    hsl(168deg 100% 43%) 89%,
    hsl(161deg 100% 44%) 94%,
    hsl(155deg 100% 45%) 97%,
    hsl(143deg 82% 54%) 100%
  );
}

.hero__video {
  position: absolute;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-75%);
  zoom: 0.6;
  top: 75%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}

.hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  opacity: 0.5;
}

.hero__content {
  z-index: 3;
  position: relative;
}

.quran-section {
  background-color: #f3f4fa;
  color: #000;
}

.sura-box {
  /* margin-bottom: 4rem; */
  background-color: #fbf9f6;
  /* margin: 0.2rem; */
  padding: 1rem;
  position: relative;
}

.span-right {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translate(-5%, -5%); /* Centers the span */
}
.span-right-top {
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translate(-5%, -5%); /* Centers the span */
}

.text-sm {
  font-size: 1rem;
}
.span-left-top {
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translate(-5%, -5%); /* Centers the span */
}

.q-gray-light {
  background-color: #fbf9f6;
}
.no-decoration a {
  text-decoration: none;
}

.sura-box a {
  text-decoration: none;
  color: #000;
}
.sura-box a:hover {
  color: hsl(205deg 100% 50%);
}
.sura-box a:hover .info-counter {
  color: #fff;
  background-color: #232323;
}
.sura-box a:hover .info-title {
  color: green;
}

.info-counter {
  font-size: 1rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 6px;
  width: 60px;
  height: 40px;
  display: inline-block;
  margin-bottom: 2rem;
}
.info-title {
  color: #002247;
  font-weight: bold;
  font-size: 2rem; /* adjust if needed */
  font-family: "AlMajeed";
}

.info-subtitle {
  font-weight: bold;
}

.info-description {
  color: rgb(88, 88, 88);
  font-size: 1rem;
}

.aya-arabic {
  background-color: #c3efff;
}
.aya-translation {
  background-color: #fff;
}

.aya-arabic {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 2rem;
  line-height: 300%;
}

.arabic-font {
  font-family: "AlMajeed", Arial, Helvetica, sans-serif;
  direction: rtl; /* Right-to-left for Arabic */
}
.arabic-text {
  padding: 2rem;
  font-weight: bold;
  font-size: 2rem;
  font-family: "AlMajeed";
}
.translation-text {
  padding: 1rem;
}

.menu {
  border-right: 2px solid #fff;
}
.menu-item {
  border-bottom: 1px solid #fff;
  padding: 0.5rem;
}

.menu-item a {
  text-decoration: none;
  color: black;
}
.menu-item a:hover {
  color: var(--primary-color);
}

@media only screen and (max-width: 1026px) {
  .hidden-sm {
    display: none;
  }
}

#selected-sura-info {
  background-color: aquamarine;
}

.footer {
  background-color: #232323;
  height: 100%;
}
.footer a {
  text-decoration: none;
  color: #c3efff;
}

.madina {
  /* background-color: #d2ffdf; */
}
.mecca {
  /* background-color: #ffffff; */
}

.rtl {
  direction: rtl;
  line-height: 300%;
}

.ltr {
  direction: ltr;
  line-height: 170%;
}

.bold {
  font-weight: bold;
}

.warn {
  color: red;
}

.vgap-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-style: italic;
}

.small-image {
  width: 200px;
}

.hajj-steps {
  margin-bottom: 60px;
  margin: 1rem;
}

.accent-text {
  color: #016fef;
}

ul.substeps li {
  color: rgb(70, 69, 69);
}

li.substep::marker {
  content: "✨"; /* Change the marker to a star */
}
.small-text {
  font-size: 0.9rem;
  color: #000;
  font-weight: normal;
}

.expandable {
  background-color: transparent;
  border: none;
}

.day-day {
  color: black;
  font-weight: bolder;
  font-size: 2.5rem;
}
.day-date {
  font-size: 1rem;
  font-weight: bold;
  color: #4a4849;
}
.day-arabic {
  font-size: 1.2rem;
  font-weight: bold;
  color: #323335;
  margin-bottom: 1.2rem;
}

.day-title-section {
  background-color: #fbf9f6;
  padding: 1.5rem;
}

.hajj-section label {
  font-size: 1.2rem;
}
.header-menu {
  background-color: #b2f0ff;
  padding: 1rem;
}
.header-menu a {
  font-size: 1rem;
  color: #232323;
  text-decoration: none;
  font-weight: bold;
}

.header-menu a:hover {
  color: crimson;
}

.menu-separator {
  color: #fff;
}

.day-image {
  width: 256px;
}

.on-small-center {
}

@media (max-width: 768px) {
  .on-small-center {
    /* override with small-screen-specific styles */
    text-align: center;
  }
}

@media (max-width: 1024) {
  .center-on-medium {
    text-align: center;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }

  .expand-on-print {
    display: block!important;
    height: auto; /* or set a fixed height or other desired value */
    /* Other print-specific styles */
  }

  .page-break {
    break-after: page;
    /* or page-break-after: always; */
  }
}

.hide {
  display: none;
}


.visible-on-small {
  display: none;
}

@media (max-width: 768px) {
  .visible-on-small {
    display: block;
  }
}

.visible-above-small {
  display: block; /* default: visible */
}

@media (max-width: 768px) {
  .visible-above-small {
    display: none;
  }
}

.talib-e-dua {
  font-size: 0.8rem;
  text-align: center;
  background-color: #72e4ff;
  border-bottom: 1px solid #fff;
  padding: 0.9rem;
}

.important {
  background-color: rgb(255 176 176);
  border-radius: 15px;
  font-size: 1rem;
  padding: 1rem;
  display: inline-block;
}

.important::before {
  content: "🚨";
  font-size: 1.2em;
}

.notice {
  background-color: #fff8e6;
  border-radius: 15px;
  font-size: 0.9rem;
  padding: 1rem;
  display: inline-block;
}
.notice::before {
  content: "🎒";
  font-size: 1.2em;
}

.cardx {
  background-color: #fff8e6;
  padding: 1rem;
  height: 100%;
  border-radius: 25px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
