@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Mulish", sans-serif;
}
body img {
  max-width: 100%;
}

p {
  font-size: 18px;
}

.hero-sec {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(assets/images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 100px;
  height: auto;
}
.hero-sec .container {
  max-width: 100%;
  padding-left: 300px;
}
.hero-sec .theme-btn {
  padding: 16px 30px;
}
.hero-sec .img-part .group-1 {
  position: absolute;
  top: 90px;
  width: 270px;
  left: 70px;
}
.hero-sec .img-part .group-2 {
  position: absolute;
  right: 30px;
  top: 120px;
  width: 280px;
}
.hero-sec .logo img {
  width: 258px;
  margin-bottom: 20px;
}
.hero-sec .app-logos img {
  height: 56px;
}
.hero-sec .content {
  margin: 20px 0px 60px 0px;
}
.hero-sec h1 {
  font-size: 80px;
  color: #323945;
  line-height: 1;
}
.hero-sec p {
  margin: 30px 0px;
  font-size: 24px;
}

.theme-btn {
  padding: 12px 30px;
  border-radius: 100px;
  background: linear-gradient(to right, #EF59C4 0%, #B74BDC 100%);
  color: #fff !important;
}
.theme-btn svg {
  width: 26px;
}

.answer-sec {
  background: linear-gradient(270deg, #EF59C4 0%, #B74BDC 100%);
  padding: 60px 0px;
}
.answer-sec h2 strong {
  display: block;
}

.main-head h2 {
  font-size: 46px;
  color: #323945;
}

.how-it-works {
  padding: 80px 0px;
  background: url(assets/images/Frame\ 35.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.how-it-works .container {
  max-width: 100%;
  padding-left: 300px;
}
.how-it-works .row {
  position: relative;
  align-items: center;
}
.how-it-works .row .img-part {
  position: absolute;
  right: 0;
  width: 75%;
  top: -90px;
}
.how-it-works .text-part p {
  color: #323945;
  font-size: 18px;
}
.how-it-works .text-part p:nth-of-type(1) {
  margin-top: 30px;
}
.how-it-works .how-its-flex {
  display: flex;
  gap: 6px;
  margin: 40px 0px;
}
.how-it-works .how-its-flex .how-card {
  background: #fff;
  padding: 32px;
  border-radius: 24px 24px 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 33.33%;
}
.how-it-works .how-its-flex .how-card h3 {
  margin: 0px;
  color: #323945;
  font-size: 26px;
}
.how-it-works .how-its-flex .how-card span {
  color: #666666;
  font-size: 18px;
}

.rec-sec {
  background: linear-gradient(270deg, #EF59C4 0%, #B74BDC 100%);
  padding: 160px 0px;
}
.rec-sec p {
  margin-top: 12px;
  font-size: 18px;
}

.safe-sec {
  padding-top: 120px;
}
.safe-sec .row {
  max-width: 80%;
  margin: auto;
  justify-content: space-between;
}
.safe-sec .row .col-lg-6 {
  width: 49%;
}
.safe-sec p {
  color: #323945;
}
.safe-sec .accordian-sec {
  padding: 80px 0px;
}
.safe-sec .accordian-sec h2 {
  font-weight: 200;
}
.safe-sec .accordian-sec #faqAccordion {
  margin-top: 40px;
}
.safe-sec .accordion-button:not(.collapsed) {
  padding-bottom: 0;
  box-shadow: none !important;
}
.safe-sec .accordion-button::after {
  background: url(assets/images/down-arrow.png);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.safe-sec .accordion-item {
  background: #F5F2F5 !important;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 12px;
  overflow: hidden;
  max-width: 80%;
  margin: 0px auto 20px auto;
  font-size: 18px;
  color: #323945;
}
.safe-sec .accordion-item button {
  background: #F5F2F5 !important;
  color: #323945;
  font-size: 20px;
  font-weight: bold;
}

.cta-sec {
  background: #F5F2F5;
  padding: 80px 0px;
}
.cta-sec .container {
  gap: 40px;
}

.terms-sec {
  padding: 60px 0px;
  font-size: 14px;
}
.terms-sec .footer-logo img {
  width: 229px;
}
.terms-sec ul {
  padding: 0px;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0px;
}
.terms-sec ul li {
  list-style: none;
}
.terms-sec ul li a {
  color: #323945;
  text-decoration: none;
}

.rec-sec {
  padding: 100px 0px;
}
.rec-sec p {
  margin-top: 22px;
  font-size: 18px;
  margin-bottom: 30px;
}

.safe-sec {
  background: url(assets/images/faq-bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.safe-sec .accordion-item button {
  font-size: 18px;
}

html,
body {
  overflow-x: hidden;
}

@media screen and (max-width: 1680px) {
  .container {
    max-width: 1260px !important;
  }
  .how-it-works .row .img-part {
    top: -40px;
  }
  .how-it-works .container,
  .hero-sec .container {
    max-width: 100% !important;
    padding-left: 110px;
  }
  .hero-sec h1 {
    font-size: 70px;
  }
  .hero-sec p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1536px) {
  .hero-sec {
    min-height: 100vh;
    padding-bottom: 0px;
    height: auto;
    align-items: center;
  }
  .hero-sec .content {
    margin: 20px 0px 50px 0px;
  }
  .hero-sec .app-logos img {
    height: 46px;
  }
  .hero-sec h1 {
    font-size: 60px;
  }
  .how-it-works .row .img-part {
    top: -30px !important;
    width: 71% !important;
  }
  .how-it-works .how-its-flex .how-card {
    padding: 20px;
  }
  .how-it-works .how-its-flex .how-card h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .hero-sec {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    align-items: center;
  }
  .hero-sec .app-logos img {
    height: 40px;
  }
  .hero-sec .logo img {
    width: 200px;
    margin-bottom: 0px;
  }
  .hero-sec .row {
    align-items: center;
  }
  .hero-sec .row .text-part {
    position: relative;
    top: 0px;
  }
  .hero-sec h1 {
    font-size: 50px;
  }
  .hero-sec p {
    margin: 20px 0px;
    font-size: 18px;
  }
  .hero-sec .theme-btn {
    padding: 12px 24px;
  }
  .hero-sec .img-part .group-1 {
    top: 90px;
    width: 200px;
    left: 70px;
  }
  .hero-sec .img-part .group-2 {
    right: 50px;
    top: 120px;
    width: 220px;
  }
  .main-head h2 {
    font-size: 36px;
  }
  p {
    font-size: 16px;
  }
  .how-it-works .text-part {
    padding-right: 20px;
  }
  .how-it-works .text-part p {
    font-size: 15px;
  }
  .how-it-works .how-its-flex .how-card {
    padding: 26px;
    gap: 12px;
  }
  .how-it-works .how-its-flex .how-card h3 {
    font-size: 20px;
  }
  .how-it-works .how-its-flex .how-card span {
    font-size: 14px;
  }
  .safe-sec {
    padding-top: 80px;
  }
  .terms-sec {
    font-size: 12px;
    padding: 50px 0px;
  }
}
@media screen and (max-width: 1366px) {
  .how-it-works .row .img-part {
    top: -20px !important;
    width: 72% !important;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
  .how-it-works .container,
  .hero-sec .container {
    max-width: 100% !important;
    padding-left: 60px;
  }
  .how-it-works .row .img-part {
    top: 4px !important;
    width: 72% !important;
  }
  .how-it-works .text-part p {
    font-size: 14px;
  }
  .how-it-works .how-its-flex .how-card {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-sec {
    padding-top: 40px;
    height: auto;
  }
  .hero-sec h1 {
    font-size: 40px;
  }
  .hero-sec p {
    margin: 20px 0px;
    font-size: 16px;
  }
  .hero-sec .row {
    align-items: center;
  }
  .hero-sec .content {
    margin: 20px 0px 40px 0px;
  }
  .hero-sec .logo img {
    width: 200px;
    margin-bottom: 12px;
  }
  .hero-sec .img-part .group-1 {
    width: 160px;
  }
  .hero-sec .img-part .group-2 {
    width: 170px;
  }
  .hero-sec .app-logos img {
    height: 30px;
  }
  .main-head h2 {
    font-size: 32px;
  }
  p,
  .how-it-works .how-its-flex .how-card span {
    font-size: 14px;
  }
  .how-it-works .text-part p {
    font-size: 14px;
  }
  .how-it-works .row .img-part {
    top: 134px !important;
    width: 67% !important;
  }
  .rec-sec p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .hero-sec .row {
    flex-direction: column-reverse;
  }
  .hero-sec .row .img-part img {
    max-width: 60%;
    margin: 30px auto 0px auto;
    display: block;
  }
  .hero-sec .text-part {
    text-align: center;
    position: static !important;
  }
  .hero-sec .text-part .logo {
    display: none;
  }
  .hero-sec .app-logos {
    justify-content: center;
    margin-bottom: 0px;
  }
  .hero-sec .app-logos img {
    height: 40px !important;
  }
  .answer-sec .text-part {
    text-align: center;
  }
  .answer-sec .text-part h2 strong {
    display: inline;
  }
  .how-it-works {
    padding: 0px 0px 60px 0px;
  }
  .how-it-works .row {
    flex-direction: column-reverse;
  }
  .how-it-works .text-part {
    text-align: center;
  }
  .how-it-works .how-its-flex {
    margin: 40px 0px;
    flex-wrap: wrap;
  }
  .how-it-works .how-its-flex .how-card {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .safe-sec .row {
    max-width: 100%;
    text-align: center;
  }
  .safe-sec .row .accordion-item {
    max-width: 90%;
  }
  .safe-sec .row .col-lg-6 {
    width: 100%;
  }
  .cta-sec {
    padding: 50px 0px;
  }
  .cta-sec .container {
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .terms-sec {
    padding: 40px 0px;
    text-align: center;
  }
  .terms-sec .row {
    gap: 20px;
  }
  .footer-logo {
    text-align: center;
  }
  .how-it-works .row .img-part {
    position: static;
    width: 100% !important;
  }
  .how-it-works .container,
  .hero-sec .container {
    max-width: 90% !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 576px) {
  .hero-sec .row .img-part img {
    max-width: 100%;
    margin: 30px auto 0px auto;
  }
  .hero-sec .img-part .group-1 {
    width: 84px;
  }
  .hero-sec .img-part .group-2 {
    width: 100px;
  }
}/*# sourceMappingURL=landing.css.map */