/* [project]/src/app/jameelfont_575aa9b8.module.css [app-client] (css) */
@font-face {
  font-family: jameelFont;
  src: url("../media/Jameel_Noori_Nastaleeq_Regular-s.p.7fceb36f.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: jameelFont Fallback;
  src: local(Arial);
  ascent-override: 105.53%;
  descent-override: 48.07%;
  line-gap-override: 0.0%;
  size-adjust: 91.43%;
}

.jameelfont_575aa9b8-module__-G81jW__className {
  font-family: jameelFont, jameelFont Fallback;
  font-weight: 400;
}

.jameelfont_575aa9b8-module__-G81jW__variable {
  --JameelNoori: "jameelFont", "jameelFont Fallback";
}

/* [project]/src/app/noorehirafont_7680d467.module.css [app-client] (css) */
@font-face {
  font-family: noorehiraFont;
  src: url("../media/NooreHira_Regular-s.p.ce70d940.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: noorehiraFont Fallback;
  src: local(Arial);
  ascent-override: 146.48%;
  descent-override: 63.48%;
  line-gap-override: 0.0%;
  size-adjust: 100.0%;
}

.noorehirafont_7680d467-module__00WnYq__className {
  font-family: noorehiraFont, noorehiraFont Fallback;
  font-weight: 400;
}

.noorehirafont_7680d467-module__00WnYq__variable {
  --NooreHira: "noorehiraFont", "noorehiraFont Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: JameelNoori;
  src: url("/fonts/Jameel-Noori-Nastaleeq-Regular.woff2") format("woff2"), url("/fonts/Jameel-Noori-Nastaleeq-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NooreHira;
  src: url("/fonts/NooreHira-Regular.woff2") format("woff2"), url("/fonts/NooreHira-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background-image: url("/assets/app-background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: Outfit;
}

@media (min-width: 768px) {
  body {
    background-attachment: fixed;
    min-height: 100vh;
  }
}

#root {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.loader {
  box-sizing: border-box;
  border: 5px solid #ac0b12;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: 1s linear infinite rotation;
  display: inline-block;
}

.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.container {
  max-width: 668px;
  min-height: 100%;
  margin: 0 auto;
  padding: 25px;
}

.banner {
  background-color: "#F4E4C2";
  border: 1px solid #ac0b12;
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 8px;
}

.urdu-text {
  text-align: right;
  font-family: JameelNoori, sans-serif !important;
}

button {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.logo {
  object-fit: contain;
  width: auto;
  height: 65px;
  display: block;
}

.download-text {
  text-align: "right";
  font-size: .8rem;
  font-weight: 300;
}

.cover {
  height: 500px;
}

.responsive-urdu-text {
  font-size: 1rem;
}

.banner-button {
  height: 50px !important;
  margin-top: 6px !important;
}

@media only screen and (min-width: 768px) {
  .logo {
    height: 100px !important;
  }

  .banner-button {
    height: auto !important;
  }

  .responsive-urdu-text {
    font-size: 1.5rem;
  }

  .banner-text > h3 {
    font-size: 32px;
  }

  .banner-text > .download-text {
    text-align: right;
    font-size: 15px;
  }

  .cover {
    height: 700px;
  }
}

.scrollable {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #ac0b12;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #ac0b12 #f1f1f1;
  }
}

/*# sourceMappingURL=src_app_db98f252._.css.map*/