:root {
  --white-background-color: #F7FBFA;
  --navbar-background-color: #EFF3F2;
  --orange: #F9BB59;
  --p-orange: #FFDC82;
  --cyan: #71C392;
  --green: #194822;
  --slogan-green: #39664B;
  --hadith-green: #5E7A3B;
  --quran-verse-green: #AEAC59;
  --gray: #D9D9D9;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: var(--white-background-color);
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}
body .desktop-svg, body #quran-reading-image {
  display: none;
}
body .navbar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  width: 100%;
}
body .navbar .container {
  filter: drop-shadow(0 2px 2px var(--gray));
  height: 49px;
  background-color: var(--navbar-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .navbar .container #menu-btn-cta {
  position: absolute;
  left: 0;
  padding: 0.5em;
  font-size: 30px;
  color: var(--green);
  cursor: pointer;
}
body .navbar .container .logo-and-name-container img {
  height: 45px;
}
body .navbar .container .nav-container {
  display: none;
}
body .navbar .container .language-container {
  display: flex;
  position: absolute;
  right: 1em;
}
body .navbar .container .language-container #language-switcher {
  border-radius: 10px;
  height: 2em;
}
body .navbar nav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--gray);
  height: 100vh;
  width: 65vw;
  z-index: 1001;
  font-family: "El Messiri", "sans-serif";
  display: none;
  opacity: 97%;
}
body .navbar nav #close-btn-cta {
  position: absolute;
  right: 0;
  padding: 0.5em;
  font-size: 30px;
  color: var(--green);
  cursor: pointer;
}
body .navbar nav ul {
  margin: 0;
  padding: 10vh 1em;
}
body .navbar nav ul a {
  text-decoration: none;
}
body .navbar nav ul li {
  list-style-type: none;
  padding: 0.5em 0.3em;
  background-color: var(--green);
  margin: 1em;
  color: var(--cyan);
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
body .navbar nav ul li:hover {
  text-decoration: underline;
}
body .navbar nav ul li:active {
  background-color: var(--quran-verse-green);
}
body .navbar .active {
  display: block;
}
body .hero {
  font-family: "El Messiri", "sans-serif";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .hero .container {
  padding: 0;
  height: 100vh;
  background-image: url("/img/masjid-maba-__n_3tZC7XM-unsplash 1.png");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
body .hero .container h1 {
  padding: 70px;
  margin: 0;
  color: var(--orange);
  font-size: 50px;
  font-weight: 200;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  text-shadow: 4px 4px 5px rgb(184, 184, 184);
}
body .hero .container h1 span {
  color: var(--cyan) !important;
  font-weight: 800;
}
body .hero .container h2 {
  color: var(--slogan-green);
  font-size: 25px;
  margin: 0;
  width: 80vw;
}
body .hero .container .appstore-playstore-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 15vh;
}
body .hero .container .appstore-playstore-container h2 {
  color: black;
  font-weight: bolder;
  text-align: center;
}
body .hero .container .appstore-playstore-container img {
  cursor: pointer;
  width: 35vw;
}
body .features {
  position: relative;
}
body .features .branch-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  display: flex;
}
body .features .branch-container .branch-svg {
  width: 60%;
}
body .features .branch-container .branch-svg.left {
  position: absolute;
  left: 0;
  top: 500px;
}
body .features .branch-container .branch-svg.right {
  position: absolute;
  right: 0;
  bottom: 590px;
}
body .features .feature-container {
  background-color: var(--slogan-green);
  font-family: "El Messiri", "sans-serif";
}
body .features .feature-container .container {
  background-color: var(--slogan-green);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .features .feature-container .container h2 {
  margin: 0;
  color: white;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 1000;
}
body .features .feature-container .container .text-container {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .features .feature-container .container .text-container p {
  width: 80%;
  color: var(--p-orange);
  letter-spacing: 0.08em;
  z-index: 1000;
}
body .features .feature-container .container .border-and-symbol {
  width: 60vw;
  padding-top: 12em;
  visibility: hidden;
}
body .features .feature-container .container .active {
  display: flex;
}
body .features .feature-container .container:nth-child(2) {
  flex-direction: column-reverse;
}
body .features .feature-container:nth-child(4) .container {
  height: 800px;
}
body .of-the-day {
  background-color: var(--hadith-green);
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
body .of-the-day .corner-motif-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}
body .of-the-day .corner-motif-container img {
  width: 40%;
  position: absolute;
  padding: 1em;
}
body .of-the-day .corner-motif-container img:nth-child(1) {
  top: 0;
  left: 0;
}
body .of-the-day .corner-motif-container img:nth-child(2) {
  top: 0;
  right: 0;
}
body .of-the-day .corner-motif-container img:nth-child(3) {
  bottom: 0;
  left: 0;
}
body .of-the-day .corner-motif-container img:nth-child(4) {
  bottom: 0;
  right: 0;
}
body .hadith-of-the-day {
  display: flex;
  justify-content: center;
}
body .hadith-of-the-day .container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .hadith-of-the-day .container .header-container h3 {
  color: var(--green);
  font-family: "El Messiri", "sans-serif";
  text-align: center;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.08em;
}
body .hadith-of-the-day .container .header-container #hadith-header {
  visibility: hidden;
}
body .hadith-of-the-day .container .hadith-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .hadith-of-the-day .container .hadith-container p {
  color: var(--p-orange);
  width: 85%;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Amiri Quran", "sans-serif";
  font-weight: 400;
  font-style: normal;
  max-height: 40vh;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: var(--green) rgba(255, 255, 255, 0);
  /* WebKit */
}
body .hadith-of-the-day .container .hadith-container p::-webkit-scrollbar {
  width: 8px;
}
body .hadith-of-the-day .container .hadith-container p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
body .hadith-of-the-day .container .hadith-container p::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 4px;
}
body .hadith-of-the-day .container .hadith-container img {
  width: 95%;
}
body .prayer-times {
  height: 100vh;
  background-color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .prayer-times .container {
  width: 80vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .prayer-times .container .local-time {
  background-color: var(--slogan-green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 2em;
  border-radius: 10px;
  height: 46px;
  color: whitesmoke;
  letter-spacing: 0.08em;
  filter: drop-shadow(4px 4px 3px gray);
}
body .prayer-times .container .local-time h2 {
  margin: 0;
  font-family: "El Messiri", "sans-serif";
  font-weight: 100;
  font-size: 20px;
}
body .prayer-times .container .local-time .clock-svg {
  position: absolute;
  left: 5px;
}
body .prayer-times .container .local-time #current-time {
  font-family: "Caladea", "serif";
  font-weight: 700;
  color: var(--p-orange);
  font-size: 20px;
}
body .prayer-times .container .salah-times {
  background-color: var(--slogan-green);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  letter-spacing: 0.08em;
  font-size: 20px;
  filter: drop-shadow(4px 4px 3px gray);
}
body .prayer-times .container .salah-times .salah-times-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 46px;
  padding: 0 1em 0 2em;
  color: whitesmoke;
}
body .prayer-times .container .salah-times .salah-times-top h2 {
  margin: 0;
  font-family: "El Messiri", "sans-serif";
  font-size: 20px;
  font-weight: 100;
}
body .prayer-times .container .salah-times .salah-times-top .mosque-svg {
  position: absolute;
  left: 8px;
}
body .prayer-times .container .salah-times .salah-times-top #full-date {
  font-family: "Caladea", "serif";
  font-weight: 700;
  color: var(--p-orange);
  font-size: 20px;
}
body .prayer-times .container .salah-times #first-hr {
  width: 79vw;
  margin: 0;
  display: none;
}
body .prayer-times .container .salah-times .salah-times-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: normal;
  padding-top: 1.5em;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-top .next-salah-in {
  font-family: "El Messiri", "sans-serif";
  color: white;
  font-weight: 100;
  font-size: 24px;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-top #next-salah-in-hours-minutes {
  font-family: "Caladea", "serif";
  color: var(--p-orange);
  font-size: 24px;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table {
  width: 80%;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table td, body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table th, body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table tr {
  color: white;
  font-family: "El Messiri", "sans-serif";
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table th {
  text-align: left;
  padding: 0.5em;
  border-right: 1px solid white;
  letter-spacing: 0.1em;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table td {
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 22px;
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table tr:nth-child(even) {
  background-color: var(--green);
}
body .prayer-times .container .salah-times .salah-times-hero .salah-times-hero-bottom table tr:nth-child(odd) {
  background-color: var(--hadith-green);
}
body .quran-verse-of-the-day {
  background-color: var(--quran-verse-green);
  display: flex;
  justify-content: center;
}
body .quran-verse-of-the-day .container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .quran-verse-of-the-day .container .header-container h3 {
  color: var(--green);
  font-family: "El Messiri", "sans-serif";
  text-align: center;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.08em;
}
body .quran-verse-of-the-day .container .quran-verse-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .quran-verse-of-the-day .container .quran-verse-container p {
  color: var(--green);
  width: 85%;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Amiri Quran", "sans-serif";
  font-weight: 800;
  font-style: normal;
  max-height: 40vh;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: var(--green) rgba(255, 255, 255, 0);
  /* WebKit */
}
body .quran-verse-of-the-day .container .quran-verse-container p::-webkit-scrollbar {
  width: 8px;
}
body .quran-verse-of-the-day .container .quran-verse-container p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
body .quran-verse-of-the-day .container .quran-verse-container p::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 4px;
}
body .quran-verse-of-the-day .container .quran-verse-container img {
  width: 95%;
}
body footer {
  background-color: var(--green);
  text-align: center;
  color: var(--orange);
  font-family: "El Messiri", "sans-serif";
  padding-bottom: 0.5em;
}
body footer .container {
  padding-top: 1.5em;
  height: 200px;
  border-top: 2px solid var(--green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body footer .container a {
  text-decoration: none;
  color: var(--orange);
}
body footer .container a:hover {
  text-decoration: underline;
}
body footer .container .logo-container .name {
  font-family: "El Messiri", "sans-serif";
  font-size: 18px;
  font-weight: 200;
  color: var(--orange);
}
body footer .container .logo-container .name span {
  color: var(--orange);
  font-weight: 800;
}
body footer .container img {
  width: 40px;
}
body .privacy-policy {
  background-color: var(--navbar-background-color);
  font-family: "Ariel";
  padding: 1em;
  background-color: var(--quran-verse-green);
}
body .privacy-policy hr {
  border-color: var(--green);
}
body .privacy-policy .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
}
body .privacy-policy .container img {
  width: 100px;
}

@media only screen and (min-width: 680px) {
  body .hero .store-container img {
    height: 60px;
    width: 175px !important;
  }
  body .features .branch-container .branch-svg {
    height: 508px;
    width: 403px;
  }
  body .features .border-and-symbol {
    width: 405px !important;
    z-index: 1000;
  }
  body .hadith-of-the-day {
    align-items: center;
  }
  body .hadith-of-the-day .corner-motif-container {
    position: unset;
  }
  body .hadith-of-the-day .corner-motif-container img {
    width: 220px;
    height: 220px;
  }
  body .hadith-of-the-day .container .hadith-container p {
    font-size: 20px;
    width: 50%;
  }
  body .hadith-of-the-day .container .hadith-container img {
    max-width: 50vw !important;
  }
  body .quran-verse-of-the-day {
    align-items: center;
  }
  body .quran-verse-of-the-day .corner-motif-container {
    position: unset;
  }
  body .quran-verse-of-the-day .corner-motif-container img {
    width: 220px;
    height: 220px;
  }
  body .quran-verse-of-the-day .container .quran-verse-container p {
    font-size: 20px;
    max-width: 65vw;
    max-height: 30vw;
  }
  body .quran-verse-of-the-day .container .quran-verse-container img {
    max-width: 50vw !important;
  }
}
@media only screen and (min-width: 990px) {
  body .hero .container h2:nth-child(2) {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  body .desktop-svg, body #quran-reading-image {
    display: block;
  }
  body .mobile-svg {
    display: none;
  }
  body .navbar .container {
    justify-content: space-around;
  }
  body .navbar .container #menu-btn-cta {
    display: none;
  }
  body .navbar .container .nav-container {
    display: block;
  }
  body .navbar .container .nav-container ul {
    margin: 0;
    padding: 10vh 1em;
    display: flex;
  }
  body .navbar .container .nav-container ul a {
    text-decoration: none;
    font-family: "El Messiri", "sans-serif";
    font-size: 18px;
  }
  body .navbar .container .nav-container ul li {
    list-style-type: none;
    padding: 0.5em 0.3em;
    margin: 0.5em;
    color: var(--cyan);
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
  }
  body .navbar .container .nav-container ul li:hover {
    text-decoration: underline;
    color: var(--orange);
    transition: 0.2s;
  }
  body .features .feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .features .feature-container .container {
    width: 70vw;
    height: 80vh !important;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
  }
  body .features .feature-container .container .border-and-symbol {
    padding: 0;
    width: 300px !important;
  }
  body .features .feature-container .container .text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
    align-items: unset;
    justify-content: center;
  }
  body .features .feature-container .container .text-container h2, body .features .feature-container .container .text-container p {
    text-align: left;
  }
  body .features .feature-container .container .text-container h2 {
    font-size: 25px;
  }
  body .features .feature-container .container .text-container p {
    font-size: 20px;
  }
  body .features .feature-container .desktop-svg:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    height: 80vh;
  }
  body .features .feature-container .desktop-svg:nth-child(1) {
    position: absolute;
    left: 0;
    height: 80vh;
  }
  body .features .feature-container:nth-child(3) .container {
    flex-direction: row;
  }
  body .features .feature-container:nth-child(3) .container .text-container {
    padding-right: 50px;
  }
  body .features .feature-container:nth-child(3) .container .text-container h2, body .features .feature-container:nth-child(3) .container .text-container p {
    text-align: right !important;
  }
  body .features .feature-container:nth-child(3) .container .text-container p {
    align-self: flex-end;
  }
  body .features .feature-container:nth-child(4) .container {
    height: unset;
  }
  body .features .feature-container:nth-child(4) #quran-reading-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80vw;
    transform: scaleX(-1);
  }
  body .prayer-times {
    justify-content: flex-start;
    padding-left: 10vw;
  }
  body .prayer-times .container {
    width: 60vw;
  }
  body .prayer-times img {
    height: 70vh;
    position: absolute;
    right: 0;
  }
}/*# sourceMappingURL=main.css.map */