/*! reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #fff; /* fallback for old browsers */
}

a {
  text-decoration: none;
  cursor: pointer;
}

.d-none {
  display: none !important;
}

/*! Css Reset responsive */
@media screen and (max-width: 768px) {
  .d-none-mob {
    display: none !important;
  }
}
body {
  background-color: black;
}

* {
  font-family: yekan, sans-serif;
  color: white;
}

main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
}
main .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20%;
  gap: 1.5vh;
}
main .top img {
  max-width: 100%;
  height: auto;
  max-height: 30vh;
}
main .top span {
  font-size: 6vw;
  font-weight: 800;
  text-align: center;
}

.quran {
  width: 100%;
  height: 100%;
  flex: 1;
}/*# sourceMappingURL=styles.css.map */

.OnboardingChecklist_checklist__Stb0L {
    display: none !important;
}