.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #0f0821;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-links {
  display: none;
}

.header {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-cta {
  grid-column-gap: 12px;
  background-color: #7c4cfb;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 15.5px 24px;
  text-decoration: none;
  display: flex;
}

.hero-cta:hover {
  background-color: #5937b5;
}

.hero-cta.alt {
  background-color: #272138;
}

.hero-cta.white {
  background-color: #fff;
  background-image: none;
}

.apple {
  object-fit: cover;
}

.cta-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.cta-text.black {
  color: #1e192c;
}

.hero-description {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 880px;
  text-decoration: none;
  display: flex;
}

.bismillah {
  object-fit: cover;
}

.heading-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.p1 {
  opacity: .8;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.p1.policy {
  opacity: 1;
  color: #cfced2;
  text-align: left;
  font-size: 18px;
  text-decoration: none;
}

.p1.policy.link {
  opacity: 1;
  color: #865aff;
}

.p1.hero {
  border-style: none;
}

.p1.hero.black {
  color: #1e192c;
}

.p1.link {
  color: #865aff;
}

.placeholder {
  color: #0f0821;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.section.quote {
  background-color: #ffffff1a;
}

.section.thank-hero {
  justify-content: flex-start;
  align-items: center;
  height: 710px;
}

.section.end {
  padding-bottom: 64px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 64px 40px;
  display: flex;
}

.container.faith {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.quote {
  padding-top: 96px;
  padding-bottom: 96px;
}

.container.feature {
  flex-flow: row;
}

.container.feature.first {
  padding-top: 120px;
}

.container.footer-class {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.container.end {
  padding-top: 64px;
}

.form-block {
  width: 480px;
  margin-bottom: 0;
}

.form {
  background-color: #fff;
  border: 1px solid #c9ced7;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  display: flex;
}

.form.hero {
  border-style: none;
}

.cta {
  grid-column-gap: 12px;
  background-color: #7c4cfb;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 14px 22px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cta:hover {
  background-color: #5937b5;
}

.carousel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 64px;
  display: none;
}

.card {
  grid-row-gap: 32px;
  background-color: #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  max-width: 400px;
  margin-left: 16px;
  padding: 32px 32px 48px;
  text-decoration: none;
  display: flex;
}

.card.pink {
  background-color: #e33c72;
}

.card.green {
  background-color: #358700;
}

.card.orange {
  background-color: #d55200;
}

.card.magenta {
  background-color: #a0004a;
}

.card.indigo {
  background-color: #2a016e;
}

.card.forest {
  background-color: #033325;
}

.card.teal {
  background-color: #015b5b;
}

.card-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-category {
  grid-column-gap: 10px;
  background-color: #fff3;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.p2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.number {
  grid-column-gap: 10px;
  background-color: #fff3;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.prompt {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.footer {
  border-top: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.h2.center {
  text-align: center;
}

.faith-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faith-icon {
  object-fit: cover;
}

.faith-desc {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h4 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}

.h4.center {
  text-align: center;
}

.p3 {
  opacity: .8;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.p3.center {
  text-align: center;
}

.faith-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.founder-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.quote-block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.caption {
  opacity: .7;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.avatar {
  height: 56px;
}

.heading-faith {
  max-width: 880px;
}

.feature-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.feature-image {
  width: 353px;
  height: 353px;
}

.feature-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-div.alt {
  flex-flow: row-reverse;
}

.feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.feature-card {
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 386.667px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.feature-icon {
  object-fit: cover;
}

.feature-content-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordian {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 880px;
  margin-top: 48px;
  display: flex;
}

.plus {
  background-color: #0f08214d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 13px;
  display: flex;
}

.faq-accordians {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.accordian-plus {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.faq-accordian-trigger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 24px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright {
  width: 100%;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.toggle {
  background-color: #fff3;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 6px;
  display: flex;
}

.tab {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  display: flex;
}

.tab.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 999px;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hearts {
  height: 20px;
}

.hearts.inactive {
  display: none;
}

.heart {
  height: 17px;
}

.heart.inactive {
  display: none;
}

.tabs-content {
  width: 100%;
}

.marquee-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.marquee {
  justify-content: flex-start;
  margin-left: -16px;
  display: flex;
  transform: translate(0);
}

.marquee-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  overflow: hidden;
}

.google {
  object-fit: cover;
}

.brand {
  padding-left: 0;
}

.ctas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.alhumdulliah {
  margin-bottom: 32px;
}

.thankyou {
  background-image: url('../images/bg.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-btn {
  grid-column-gap: 12px;
  background-color: #7c4cfb;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 15.5px 24px;
  text-decoration: none;
  display: flex;
}

.nav-btn:hover {
  background-color: #5937b5;
}

.content-div {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 880px;
  text-decoration: none;
  display: flex;
}

.heading {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 880px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .7;
}

.link {
  color: #633cc9;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.faith, .container.quote {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container.feature.first {
    padding-top: 64px;
  }

  .cta {
    padding-top: 15px;
  }

  .feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .faq-container {
    margin-top: 32px;
    margin-bottom: 20px;
  }

  .toggle {
    margin-top: 48px;
  }

  .content-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordian.first {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apple {
    display: none;
  }

  .cta-text {
    font-size: 16px;
  }

  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .p1 {
    font-size: 16px;
  }

  .p1.hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
  }

  .placeholder {
    background-color: #fff;
    border-radius: 999px;
    height: 56px;
    padding: 20px;
    font-size: 16px;
  }

  .container {
    padding: 40px 20px;
  }

  .container.faith, .container.quote {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.feature.first {
    padding-top: 48px;
  }

  .container.footer-class {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container.end {
    padding-top: 48px;
  }

  .form-block {
    width: 100%;
  }

  .form.hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
  }

  .cta {
    width: 100%;
    height: 56px;
  }

  .card {
    grid-row-gap: 24px;
    min-width: 340px;
    max-width: 340px;
    padding: 24px 24px 32px;
  }

  .p2.center {
    text-align: center;
  }

  .h3, .h2 {
    font-size: 28px;
  }

  .h4.center {
    font-size: 24px;
  }

  .p3.center {
    font-size: 16px;
  }

  .faith-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .feature-image {
    width: auto;
    height: auto;
  }

  .feature-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .feature-div.alt {
    flex-flow: column;
  }

  .feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .feature-card {
    padding: 24px;
  }

  .faq-content {
    height: 0;
  }

  .faq-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 24px;
  }

  .faq-accordians {
    margin-top: 8px;
  }

  .accordian-plus {
    min-width: 17px;
  }

  .faq-accordian-trigger {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: auto;
    padding: 24px 20px 12px 24px;
  }

  .toggle {
    margin-top: 20px;
  }

  .google {
    display: none;
  }

  .brand {
    width: 110px;
  }

  .ctas {
    flex-flow: column;
    width: 100%;
  }

  .thankyou {
    background-position: 50% 10%;
    background-size: 1440px;
  }

  .nav-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-link.center {
    text-align: center;
  }
}


