@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(./fonts.css);

:root {
  --primary: #d114b2;
  --fontfamily1: var(-- "Chillax Bold") --fontfamily2: var("Montserrat");
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Chillax Bold";
  color: var(--primary);
}
#hero {
  position: relative;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../asset/background.png");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  /* opacity: 0.1; */
  animation: zoomBackground 8s infinite;
  z-index: -1;
}
.brand_color {
  color: var(--primary);
  font-family: "Chillax medium";
}
.home_icon img {
  display: inline-block;
  padding: 1px;
}
.home_icon div {
  background: #c824b20f;
  border-radius: 5px;
}

.home_icon span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(110, 26, 100, 0.8);
}

.h_one_content {
  font-family: "Montserrat";
  text-align: left;
  color: #797990;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  max-width: 27em;
  margin: 30px 0;
}
.hero-btns {
  flex-wrap: nowrap;
}

.hero-btns .btn {
  white-space: nowrap;
}

.home-body-btn .btn {
  height: 3rem;
}

.home-body-btn button:nth-child(2) {
  background: transparent;
  color: rgba(110, 26, 100, 1);
  border: 2px solid rgba(110, 26, 100, 1);
}

.home-body-btn button:nth-child(2):hover {
  background: rgba(110, 26, 100, 1);
  color: #fff;
}

.img_body .trusted-con {
  width: 140px;
  height: 40px;
}

.img_body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner {
  margin-bottom: 10px;
  border-bottom: 2px solid rgb(252, 201, 243);
  padding-bottom: 1rem;
}
.navbar-body {
  margin-top: 0px;
}

.navbar-body h1 {
  font-size: 50px;
  max-width: 9em;
}

.navbar-body-1 {
  max-width: none;
  margin: 0;
}

@media (max-width: 576px) {
  .navlogo {
    width: 30px;
    height: 16px;
  }
  .navbar-brand span {
    font-size: 14px;
  }

  .navbar-body {
    margin-top: 50px;
  }

  .navbar-body h1 {
    font-size: 30px !important;
    text-align: center;
    max-width: 100%;
  }

  .navbar-body-1 {
    max-width: 300px;
    margin: 0 auto;
  }

  p {
    font-size: 13px !important;
  }
  p.h_one_content {
    text-align: center;
  }
  .home-body-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .home_icon {
    margin-top: 1.6rem !important;
    justify-content: center;
  }
  .img_body .trusted-con {
    max-width: 100%;
    row-gap: 4px;
  }

  .trusted-byb {
    height: 1.5rem !important;
  }

  .h_one_content {
    max-width: 100%;
  }
}

.img_header {
  color: rgba(110, 26, 100, 0.5);
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
}
.ellipse {
  height: 300px;
  margin-top: -10rem;
}
.ellipse img {
  width: 100%;
  z-index: 9999999;
  height: 100%;
}
.btn {
  background-color: var(--primary);
  font-family: "Chillax medium";
  border: none;
}
.card-text {
  text-align: center;
}
.built_card .card {
  box-shadow: 0px 24px 34px -20px rgba(200, 36, 178, 0.3);
}
.built_card .card-body {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_icon {
  background-color: transparent;
  border: 2px solid rgba(110, 26, 100, 1);
  color: var(--primary);
}
.btn:hover {
  background-color: var(--primary);
}

@media (max-width: 576px) {
  .img_body img {
    width: 100px;
  }
  .ellipse {
    display: none;
  }
  #built_for .card {
    border: 1.5px solid rgba(200, 36, 178, 1);
    box-shadow: none;
  }
  .built_card {
    padding: 2rem;
  }
}

#built_for,
#how_it_works {
  background: rgba(244, 244, 246, 1);
}

#how_it_works p {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 21px;
}
#built_for p {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 20px;
  color: rgba(121, 121, 144, 1);
  max-width: 15.4em;
  font-weight: 600;
  margin-top: 9px;
}

.how_it_works_header {
  color: var(--primary);
  margin: 5rem 0;
}

.work_text h2 {
  display: flex;
  max-width: 60%;
}
.work_text p {
  display: flex;
  color: #797990;
  max-width: 200px;
  margin-top: 16px;
}

#built_for h4 {
  display: flex;
  text-align: center;
}

.start-minutes {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(255, 249, 254, 1);
}

.steps-wrapper {
  position: relative;
  padding-top: 90px;
}

.step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #d66ccf;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
  z-index: 3;
}

.step-title {
  color: #c12aac;
  font-weight: 400;
  font-family: "Montserrat";
}

.step-text {
  color: #6c757d;
  max-width: 250px;
  margin: auto;
}

.timeline-line {
  width: 50rem;
  left: 15%;
}

@media (max-width: 576px) {
  .start-minutes {
    display: none;
  }
  #money {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .how_it_works_body {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-sections {
    display: flex;
    flex-direction: column;
  }
  .work_text h2 {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .work_text p {
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
}

#trust {
  background: rgba(244, 244, 246, 1);
  padding: 9rem 0;
}

.trust-body {
  background: #fff;
  padding: 3rem;
  border-radius: 14px;
  max-width: 65em;
  margin: auto;
}
.w-86 {
  width: 86%;
}
.trust-body p {
  background: rgba(200, 36, 178, 0.06);
  padding: 6px 12px;
  border-radius: 6px;
  color: rgba(110, 26, 100, 0.8);
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 13px;
}
.trust-body h2 {
  font-size: 27px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .trust-body {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    margin: auto;
  }
  .faq-title {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #trust {
    padding: 4rem 0;
  }

  .trust-body {
    padding: 2rem;
    text-align: center;
  }
}

#money {
  position: relative;
}
#money::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      180deg,
      rgba(232, 125, 217, 0.2) 0%,
      rgba(200, 36, 178, 0.2) 100%
    ),
    url("../asset/Asset\ 2@3x\ 1.png");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  animation: zoomBackground 8s infinite;
  z-index: -1;
}

#money .money-body {
  padding-top: 7rem;
  /* max-width: 60%; */
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#money .money-body h1 {
  max-width: 13em;
  margin: 20px 0;
}

#money .money-body p {
  background: rgba(235, 143, 222, 0.5);
  display: inline-block;
  padding: 4px 15px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 11px;
  color: rgba(110, 26, 100, 1);
  margin-bottom: 24px;
}

#money .flex-wrap {
  padding-bottom: 7rem;
}

/* default (desktop) */
.page-sections {
  display: flex;
  flex-direction: column;
}

/* mobile only */
@media (max-width: 768px) {
  #trust {
    order: 2;
  }

  #money {
    order: 1;
  }
  #money .money-body {
    max-width: fit-content;
    margin: auto;
  }

  .store-btn {
    width: 15rem;
  }
}

.faq-section {
  background: #f4f2f5;
}

/* big title */
.faq-title {
  color: #c12aac;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
}
.custom-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 18px;
}

/* question box */
.custom-accordion .accordion-button {
  background: #eaddea;
  border-radius: 12px !important;
  padding: 2rem;
  font-weight: 200;
  color: #4a2a4a;
  box-shadow: none;
  font-size: 14px;
}

/* remove blue focus */
.accordion-button:focus {
  box-shadow: none;
}

/* opened state */
.accordion-button:not(.collapsed) {
  background: #eaddea;
  color: #4a2a4a;
}

/* answer box */
.accordion-body {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  margin-top: 5px;
}

/* arrow color */
.accordion-button::after {
  filter: hue-rotate(290deg) saturate(2);
}

.footer-section {
  background: #f5f5f7;
  color: #5a5a73;
  font-family: "Poppins", sans-serif;
}

/* Brand */
.brand {
  color: #b023a8;
  font-weight: 400;
}

/* Tagline */
.tagline {
  line-height: 1.6;
  font-size: 20px;
  color: rgba(110, 26, 100, 1);
}

/* Titles */
.footer-title {
  font-weight: 400;
  color: #5c1a67;
  margin-bottom: 8px;
}

.footer-middle h6 {
  text-align: left;
  color: rgba(110, 26, 100, 1);
  font-size: 1rem;
  /* font-weight: 300 !important; */
  font-family: "Chillax medium";
}

.footer-middle p {
  text-align: left;
}

.muted {
  color: #8a8aa0;
}

/* Support links */
a.contact-links {
  color: #8a8aa0;
  text-decoration: none !important;
  display: block;
  margin-bottom: 8px;
  text-align: left;
  transition: 0.3s;
}

a.contact-links:hover {
  color: #b023a8;
}

.support-links a {
  color: #8a8aa0;
  text-decoration: none !important;
  display: block;
  margin-bottom: 8px;
  text-align: left;
  transition: 0.3s;
}

.footer-right {
  width: fit-content;
}

.footer-right h6 {
  font-family: "Chillax medium";
}

/* Social icons */
.social a {
  width: 38px;
  height: 38px;
  background: #b023a8;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.social a:hover {
  background: #7b1976;
  transform: translateY(-2px);
}

/* Download section */
.download-title {
  color: #b023a8;
  font-weight: 400;
}

/* .store-btn {
  height: 55px;
  cursor: pointer;
  transition: 0.3s;

} */

.store-btn:hover {
  transform: scale(1.05);
}
/* force bottom spacing */
.download-area {
  padding-top: 40px;
  border-top: 1px solid #e4e4ea;
}
/* =========================================================
   GLOBAL MOBILE RESET
========================================================= */

@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.25 !important;
  }
  h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
  h3 {
    font-size: 22px !important;
  }
  p {
    font-size: 15px;
  }

  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
