@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
  --brown: #4b2e20;
  --primary-orange: #f7941d;
  --medium-soft-orange: #ffb85e;
  --light-soft-orange: #ffd8a6;
  --very-light-orange: #ffebd1;
  --almost-light-orange: #fff7ed;
  --light-cream: #FFF4E3;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.circle-bg {
  height: 831px;
  width: 831px;
  border-radius: 50%;
  background-color: #f7941d;
  position: absolute;
  z-index: -1;
  top: -136px;
  left: 864px;
}

.navbar {
  display: flex;
  align-items: center;
  height: 88px;
  width: 1196px;
  margin-inline: auto;
  background-color: #FFF4E3;
  border-radius: 24px;
  padding: 24px 32px;
  margin-top: 24px;
  z-index: 999;
}
.navbar .menu-list {
  padding-inline: 56px;
  display: inline-flex;
  gap: 10px;
}
.navbar .menu-list li {
  color: #4b2e20;
  padding-inline: 12px;
  font-size: 20px;
  font-weight: 300;
  transition: color 0.3s ease-out;
}
.navbar .menu-list li a.active {
  font-weight: bold;
}
.navbar .menu-list li:hover {
  color: #f7941d;
}
.navbar .menu-list ~ button.download-app {
  background-color: #4b2e20;
  color: #ffffff;
  padding: 0 24px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}
.navbar .nav-btn {
  margin-left: auto;
  display: none;
  flex-direction: column;
  padding: 0 17px;
  border-radius: 4px;
  background-color: #4b2e20;
  justify-content: center;
  align-items: center;
  outline: none;
  row-gap: 5px;
  width: 35px;
  color: #ffffff;
}
.navbar .nav-btn i {
  font-size: 22px;
}
.navbar .mobile-nav {
  display: none;
  width: 100%;
  margin-top: 1em;
  color: #4b2e20;
}
.navbar .mobile-nav:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(238, 228, 214, 0.5098039216);
  content: "";
  z-index: -1;
  left: 0;
}
.navbar .mobile-nav > ul li {
  transition: color 0.3s ease-out;
  padding-block: 1em;
  font-size: 14px;
}
.navbar .mobile-nav > ul li a.active {
  font-weight: bold;
}
.navbar .mobile-nav > ul li:hover {
  color: #f7941d;
}
.navbar .mobile-nav > ul li:first-child {
  margin-top: 0.5em;
}
.navbar .mobile-nav > ul li:not(.navbar .mobile-nav > ul li:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .mobile-nav > ul li:last-child {
  padding-block-end: 0;
}

.hero {
  display: grid;
  grid-template-columns: 569px auto;
  margin-top: 2em;
}
.hero .hero-container .hero-text {
  color: #4b2e20;
}
.hero .hero-container .hero-text h2 {
  font-weight: 800;
  font-size: 64px;
  line-height: 1.2em;
}
.hero .hero-container .hero-text h4 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  margin-top: 1em;
  line-height: 1.1em;
}
.hero .hero-container .hero-text .get-started {
  padding-inline: 32px;
  border-radius: 16px;
  font-weight: bolder;
  color: #ffffff;
  background-color: #f7941d;
  width: 199px;
  height: 65px;
  font-size: 24px;
  display: grid;
  align-items: center;
  margin-top: 1.2em;
  box-shadow: -3px 10px 11.7px 0 rgba(247, 148, 29, 0.3);
}
.hero > figure {
  position: relative;
  right: -9px;
}

.about-us {
  background: linear-gradient(to bottom, rgba(255, 247, 237, 0.8901960784), rgba(255, 247, 237, 0.4196078431));
}
.about-us .section-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.about-us .section-content {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 4em;
  margin-top: 5em;
}
.about-us .section-content figure {
  width: 477px;
  height: 504px;
  border-radius: 24px;
  position: relative;
}
.about-us .section-content figure:before {
  background-color: #4b2e20;
  position: absolute;
  top: -62px;
  left: -47px;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: inherit;
}
.about-us .section-content figure > img {
  position: relative;
  border-radius: 24px;
  height: 100%;
  width: 100%;
}
.about-us .section-content figure #fast-buy-about-icon {
  position: absolute;
  bottom: 0;
  background-color: #f7941d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 246px;
  color: #ffffff;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 28px;
  column-gap: 8px;
}
.about-us .section-content figure #fast-buy-about-icon > img {
  height: 28px;
  width: 28px;
}
.about-us .section-content article {
  margin-top: -5em;
}
.about-us .section-content article ul li {
  margin-bottom: 1.4em;
}
.about-us .section-content article ul li h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}
.about-us .section-content article ul li p {
  color: #4b2e20;
  font-size: 1em;
  line-height: 1.5em;
}
.about-us .section-content article ul li button {
  width: 192px;
  height: 65px;
  background-color: #f7941d;
  color: #ffffff;
  border-radius: 16px;
  font-weight: 800;
  font-size: 24px;
  box-shadow: -3px 10px 11.7px 0 rgba(247, 148, 29, 0.3);
}
@media screen and (max-width: 850px) {
  .about-us .section-content {
    display: block;
  }
  .about-us .section-content article {
    margin-top: 3em;
  }
  .about-us .section-content figure {
    width: 100% !important;
  }
}

.our-values {
  background: #fff7ed;
}
.our-values .section-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.our-values .section-content {
  display: grid;
  column-gap: 73px;
  grid-template-columns: auto auto auto;
  margin: auto;
  justify-content: center;
}
.our-values .section-content .boxes {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  height: 294px;
  width: 324px;
  border-radius: 24px;
  border: 2px solid #f7941d;
  color: #4b2e20;
}
.our-values .section-content .boxes figure img {
  margin-top: -20px;
}
.our-values .section-content .boxes h2 {
  margin-top: -28px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.our-values .section-content .boxes p {
  font-size: 14px;
  text-align: center;
}

.our-services .section-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.our-services .section-title .underlay {
  width: 80px;
  height: 2px;
  font-weight: normal;
  margin: 3px auto 0;
  background-color: #4b2e20;
  position: relative;
  left: 4px;
}
.our-services .section-title .underlay:before {
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  content: "";
  left: -1px;
  top: -3px;
  background-color: inherit;
}
.our-services .section-title .underlay:after {
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  content: "";
  right: -1px;
  top: -3px;
  background-color: inherit;
}
.our-services .section-title ~ .sub-text {
  color: #4b2e20;
  font-size: 16px;
  width: 891px;
  margin: auto;
  text-align: center;
}
.our-services .section-content {
  width: 100%;
}
.our-services .section-content .services-tab {
  width: 576px;
  height: 64px;
  margin-inline: auto;
  background: #ffebd1;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  font-size: 1em;
}
.our-services .section-content .services-tab > span {
  flex-basis: 50%;
  text-align: center;
  cursor: pointer;
}
.our-services .section-content .services-tab > span.active {
  background-color: #f7941d;
  border-radius: inherit;
  height: 3em;
  align-content: center;
  font-weight: bold;
  color: #ffffff;
}
.our-services .section-content ul .tab {
  display: none;
}
.our-services .section-content ul .tab.tab-active {
  display: grid;
  grid-template-columns: 543px 543px;
  grid-gap: 2em;
  justify-content: center;
}
.our-services .section-content ul .tab > article > h2 {
  font-size: 40px;
  font-weight: 800;
  margin-top: -18px;
}
.our-services .section-content ul .tab > article > p {
  font-size: 1em;
  color: #4b2e20;
  line-height: 1.5em;
}
.our-services .section-content ul .tab > article > .sub-heading {
  font-size: 24px;
  font-weight: bold;
  color: #4b2e20;
}
.our-services .section-content ul .tab > article > .description div {
  margin-bottom: 1em;
}
.our-services .section-content ul .tab > article > .description div figure img {
  object-position: -10px;
}
.our-services .section-content ul .tab > article > .description div p {
  color: #4b2e20;
  margin-left: -10px;
}
.our-services .section-content ul .tab > article > .description div ~ .download-btn {
  margin-block-start: 1.8em;
  width: 284px;
  height: 65px;
  border-radius: 16px;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #f7941d;
  color: #ffffff;
  box-shadow: -3px 10px 11.7px 0 rgba(247, 148, 29, 0.3);
}
.our-services .section-content ul .tab > aside figure.shift {
  max-height: 654px;
  overflow: hidden;
  border-radius: 24px;
}
.our-services .section-content ul .tab > aside figure.shift img.shift {
  object-position: 0 -100px;
}
.our-services .section-content ul .tab > aside footer {
  width: 379px;
  height: 131px;
  background-color: #fff7ed;
  box-shadow: -3px 10px 11.7px 0 rgba(50, 50, 50, 0.3);
  border-radius: 8px;
  position: absolute;
  right: -24px;
  top: 462px;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto auto;
  gap: 10px;
  padding-inline: 10px;
}
.our-services .section-content ul .tab > aside footer > span {
  font-size: 24px;
  color: #4b2e20;
  line-height: initial;
  font-weight: 450;
}

.how-it-works {
  background-color: rgba(255, 216, 166, 0.2);
}
.how-it-works .section-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.how-it-works .section-title ~ .sub-text {
  color: #4b2e20;
  font-size: 16px;
  width: 736px;
  margin: auto;
  text-align: center;
}
.how-it-works .section-content {
  display: flex;
  grid-template-columns: 544px 544px;
  justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 1030px) {
  .how-it-works .section-content {
    width: 100% !important;
    padding-inline: 1rem !important;
    margin-inline: 0;
    max-width: 100% !important;
  }
}
.how-it-works .section-content .cards {
  flex: 1 0 calc(50% - 2em);
  border-radius: 16px;
}
.how-it-works .section-content .cards:nth-child(1) {
  background-color: #f7941d;
}
.how-it-works .section-content .cards:nth-child(2) {
  background-color: #4b2e20;
}
.how-it-works .section-content .cards .card-img {
  height: 278px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.how-it-works .section-content .cards .card-img img {
  width: 100%;
  object-position: 0 -45px;
}
.how-it-works .section-content .cards .card-body {
  padding: 34px 46px;
  color: #ffffff;
  border-radius: 0 0 16px 16px;
}
.how-it-works .section-content .cards .card-body h2 {
  font-weight: bold;
  font-size: 24px;
}
.how-it-works .section-content .cards .card-body ol {
  margin: 0;
  padding: 0;
  list-style: decimal;
  position: relative;
  left: 12px;
}
.how-it-works .section-content .cards .card-body ol li {
  font-size: 1em;
  margin-bottom: 10px;
}

.faq .section-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.faq .section-content {
  border-radius: 24px;
  background-color: rgba(255, 216, 166, 0.2);
  border: 2px solid #f7941d;
  padding: 64px;
  width: 1120px;
  display: grid;
  grid-template-columns: 446px 446px;
  grid-column-gap: 2em;
  justify-content: center;
  align-items: start;
}
.faq .section-content .faq-list ul li {
  position: relative;
}
.faq .section-content .faq-list ul li header {
  border-top-left-radius: 12px;
  height: 64px;
  display: flex;
  position: relative;
  align-items: center;
  background-color: #ffffff;
  padding: 0 0 0 1.5em;
  box-shadow: 0 2px 10px 0 rgba(75, 46, 32, 0.1);
  cursor: pointer;
}
.faq .section-content .faq-list ul li header.active .accordion-arrow {
  transform: rotateZ(-180deg);
}
.faq .section-content .faq-list ul li header > span:first-child {
  font-size: 14px;
  color: #4b2e20;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin-right: 6em;
}
.faq .section-content .faq-list ul li header > span:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7941d;
  height: 64px;
  width: 64px;
  border-radius: 0 12px 0 12px;
  display: grid;
  place-items: center;
}
.faq .section-content .faq-list ul li header > span:nth-child(2) .accordion-arrow {
  transition: transform 0.3s ease-out;
  height: 18px;
  width: 18px;
}
.faq .section-content .faq-list ul li article {
  max-height: 0;
  z-index: -5;
  font-size: 14px;
  box-shadow: 0 2px 16px 0 rgba(75, 46, 32, 0.15);
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding: 1em;
  opacity: 0;
}
.faq .section-content .faq-list ul li article.active {
  opacity: 1;
  margin-bottom: 1.5em;
}

.contact-us .section-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.contact-us .section-title ~ .sub-text {
  color: #4b2e20;
  font-size: 16px;
  width: 728px;
  margin-inline: auto;
  text-align: center;
}
.contact-us .section-content {
  border-radius: 24px;
  background-color: #ffffff;
  border: 2px solid #f7941d;
  padding: 32px;
  width: 1120px;
  display: grid;
  grid-template-columns: 415px 1fr;
  grid-column-gap: 2em;
  justify-content: center;
  align-items: center;
}
.contact-us .section-content .card {
  height: 625px;
  background-color: #4b2e20;
  border-radius: 16px;
  box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03), 0 15px 11.7px 0 rgba(75, 46, 32, 0.3);
  padding: 2em 3em 3em 1.8em;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.contact-us .section-content .card > header > h2 {
  font-size: 24px;
  font-weight: bold;
  color: #f7941d;
}
.contact-us .section-content .card > header > h2 ~ p {
  margin-block: 1em 1.5em;
  font-size: 16px;
  color: #ffffff;
}
.contact-us .section-content .card > header > ul li {
  color: #ffffff;
  display: flex;
  vertical-align: middle;
  gap: 10px;
  margin-bottom: 1.3em;
}
.contact-us .section-content .card > footer {
  position: relative;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 39.5px);
  width: 192px;
  justify-content: space-between;
}
.contact-us .section-content .card > footer a.social-icons {
  height: 40px;
  background-color: #f7941d;
  display: grid;
  place-items: center;
  border-radius: 8px;
  z-index: 3;
  white-space: nowrap; /* Prevent text wrapping */
}
.contact-us .section-content .card:before {
  content: "";
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: 458px;
  left: 268px;
  z-index: 0;
}
.contact-us .section-content .card:after {
  content: "";
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background-color: rgba(255, 249, 249, 0.13);
  position: absolute;
  top: 433px;
  left: 241px;
  z-index: 0;
}
.contact-us .section-content .message-box header {
  margin-bottom: 2em;
}
.contact-us .section-content .message-box header > h2 {
  font-size: 32px;
  font-weight: 800;
  color: #4b2e20;
}
.contact-us .section-content .message-box header > h2 ~ p {
  color: #4b2e20;
  font-size: 1em;
}
.contact-us .section-content .message-box form fieldset {
  display: flex;
  column-gap: 1.5em;
  font-size: 12px;
}
.contact-us .section-content .message-box form fieldset label {
  width: 100%;
}
.contact-us .section-content .message-box form fieldset:nth-of-type(2) {
  margin-top: 2.5em;
}
.contact-us .section-content .message-box form fieldset span {
  display: block;
  margin-bottom: 5px;
}
.contact-us .section-content .message-box form fieldset input, .contact-us .section-content .message-box form fieldset textarea {
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(247, 148, 29, 0.1);
  border: 2px solid #ffd8a6;
  padding: 1em;
}
.contact-us .section-content .message-box form fieldset input {
  width: 100%;
  height: 48px;
}
.contact-us .section-content .message-box form fieldset textarea {
  width: 100%;
  height: 223px;
}
.contact-us .section-content .message-box form button {
  border-radius: 16px;
  width: 232px;
  height: 65px;
  background-color: #f7941d;
  font-size: 24px;
  color: #ffffff;
  font-weight: bolder;
  margin-top: 1em;
  box-shadow: -3px 10px 11.7px 0 rgba(247, 148, 29, 0.3);
}

.cta {
  background-color: #ffebd1;
  position: relative;
}
.cta:after {
  height: 94px;
  width: 100%;
  background-color: #f7941d;
  position: absolute;
  bottom: 4em;
  content: "";
}
.cta .section-content {
  width: 1440px;
  z-index: 1;
  position: relative;
}
.cta .section-content ul {
  width: 916px;
  height: 161px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 0 13.1px 5px rgba(247, 148, 29, 0.3);
  border-radius: 24px;
  padding: 32px;
  margin-inline: auto;
  margin-block-end: 6em;
}
.cta .section-content ul li {
  display: inline-flex;
  column-gap: 10px;
  place-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #4b2e20;
  line-height: 1.2em;
}
.cta .section-content ul li:nth-of-type(2) {
  border-left: 1px solid rgb(211, 198, 179);
  border-right: 1px solid rgb(211, 198, 179);
  padding-inline: 2.2em;
}
.cta .section-content article.text {
  display: grid;
  grid-template-columns: repeat(2, 555px);
  column-gap: 2em;
  justify-content: center;
}
.cta .section-content article.text div h2 {
  font-size: 48px;
  font-weight: 800;
}
.cta .section-content article.text div p {
  font-size: 1em;
  font-weight: 400;
  line-height: 28px;
}
.cta .section-content article.text div footer {
  margin-block: 2em;
  display: flex;
  column-gap: 2em;
}
.cta .section-content article.text div footer a {
  width: 254px;
  height: 66px;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  box-shadow: 0 8px 11.7px 0 rgba(247, 148, 29, 0.2);
  border: 1px solid #f7941d;
}
.cta .section-content article.text div footer a > span {
  color: #f7941d;
}
.cta .section-content article.text div footer a > span span {
  display: block;
  line-height: 1.2em;
}
.cta .section-content article.text div footer a > span span:first-of-type {
  font-size: 10px;
}
.cta .section-content article.text div footer a > span span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bolder;
}
.cta .section-content article.text aside {
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #4b2e20;
}
.footer .section-content .footer-content {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .section-content .footer-content .flex-one {
  flex-basis: 381px;
}
.footer .section-content .footer-content .flex-one h2 {
  color: #f7941d;
  font-weight: bold;
  font-size: 18px;
}
.footer .section-content .footer-content .flex-one h2 ~ p {
  color: #ffffff;
  font-size: 18px;
  line-height: 2em;
}
.footer .section-content .footer-content .flex-one a {
  width: 254px;
  height: 66px;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #f7941d;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  box-shadow: 0 8px 11.7px 0 rgba(247, 148, 29, 0.2);
  border: 1px solid #ffffff;
  border: none;
  margin-top: 1.5em;
}
.footer .section-content .footer-content .flex-one a > span {
  color: #ffffff;
}
.footer .section-content .footer-content .flex-one a > span span {
  display: block;
  line-height: 1.2em;
}
.footer .section-content .footer-content .flex-one a > span span:first-of-type {
  font-size: 10px;
}
.footer .section-content .footer-content .flex-one a > span span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bolder;
}
.footer .section-content .footer-content .flex-one a:first-of-type img {
  filter: brightness(10);
}
.footer .section-content .footer-content .links h2 {
  color: #f7941d;
  margin-bottom: 1.3em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.footer .section-content .footer-content .links ul li {
  margin-bottom: 0.8em;
  color: #ffffff;
  transition: color 0.3s ease-out;
}
.footer .section-content .footer-content .links ul li a {
  font-size: 1em;
}
.footer .section-content .footer-content .links ul li:hover {
  color: #f7941d;
}
.footer .section-content .newsletter {
  width: 304px;
  padding: 20px 13px;
  background-color: #f7941d;
  margin-left: auto;
  border-radius: 10px;
}
.footer .section-content .newsletter h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.footer .section-content .newsletter fieldset {
  margin-block: 1.2em;
  display: flex;
}
.footer .section-content .newsletter fieldset input {
  font-size: 12px;
  height: 39px;
  padding: 12px 10px;
  background-color: rgb(252, 232, 206);
  border-radius: 4px 0 0 4px;
  flex-grow: 1;
}
.footer .section-content .newsletter fieldset button {
  font-size: 12px;
  background-color: #4b2e20;
  width: 105px;
  color: #ffffff;
}
.footer .section-content .newsletter p {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.footer .section-content .socials-container {
  margin-left: auto;
  display: flex;
  column-gap: 10px;
}
.footer .section-content .socials-container .social-icons {
  height: 40px;
  background-color: #f7941d;
  display: grid;
  place-items: center;
  border-radius: 8px;
  z-index: 3;
  white-space: nowrap; /* Prevent text wrapping */
  width: 39.5px;
}

@media screen and (max-width: 1200px) {
  .circle-bg {
    height: 600px;
    width: 600px;
    top: 0;
    left: 781px !important;
  }
  .navbar {
    width: 95%;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }
  .navbar .menu-list {
    display: none;
  }
  .navbar .menu-list ~ button.download-app {
    display: none;
  }
  .navbar .nav-btn {
    display: flex;
  }
  .hero {
    padding-inline: 1rem !important;
    grid-template-columns: 462px 343px;
  }
  .hero .hero-container {
    flex-basis: 500px;
  }
  .hero .hero-container .hero-text h2 {
    font-size: 54px;
  }
  .hero .hero-container .hero-text h4 {
    font-size: 1.2em;
  }
  .hero > figure img {
    transform: scale(0.9);
    max-width: initial;
  }
  .about-us .section-content {
    padding-inline: 1rem !important;
  }
  .about-us .section-content figure {
    width: 40vw;
    height: 60vh;
  }
  .about-us .section-content figure > img {
    object-fit: cover;
  }
  .our-values .section-content {
    padding-inline: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    column-gap: 2em;
  }
  .our-values .section-content .boxes {
    padding: 2em 1em;
    height: auto;
    width: 250px;
  }
  .our-values .section-content .boxes figure img {
    top: 0;
    height: 105px;
    width: 105px;
  }
  .our-services {
    padding-inline: 1rem;
  }
  .our-services .section-title ~ .sub-text {
    width: 100%;
  }
  .our-services .section-content {
    padding-inline: 1rem !important;
  }
  .our-services .section-content ul .tab.tab-active {
    display: flex;
    flex-direction: column-reverse;
  }
  .our-services .section-content ul .tab > article > .description {
    width: 100%;
  }
  .our-services .section-content ul .tab > aside {
    width: fit-content;
    margin-inline: auto;
  }
  .how-it-works {
    padding-inline: 1rem;
  }
  .how-it-works .section-title ~ .sub-text {
    width: 100%;
  }
  .how-it-works .section-content {
    padding-inline: 1rem !important;
  }
  .how-it-works .section-content .cards .card-img img {
    object-position: 0;
  }
  .how-it-works .section-content .cards .card-body {
    padding: 2em 1em;
  }
  .faq .section-content {
    grid-template-columns: repeat(2, minmax(340px, 1fr));
    column-gap: 1.5em;
    padding: 1rem 1rem 0 !important;
  }
  .faq .section-content .faq-list ul li header > span:first-child {
    font-size: 13px;
  }
  .contact-us {
    padding-top: 1em !important;
  }
  .cta .section-content {
    padding-inline: 1rem !important;
    width: 100%;
  }
  .cta .section-content ul {
    width: 100%;
    padding-inline: 0;
  }
  .cta .section-content ul li {
    padding-inline: 1em !important;
  }
  .cta .section-content ul li img {
    height: 50px;
    width: 50px;
  }
  .cta .section-content ul li span {
    font-size: 1em;
  }
  .cta .section-content article.text {
    display: block;
  }
  .footer .section-content {
    padding-inline: 1rem !important;
    width: 100%;
    max-width: 100%;
  }
  .footer .section-content .cp {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 942px) {
  .footer .section-content .footer-content {
    gap: 2em;
  }
  .footer .section-content .footer-content .flex-one {
    flex-basis: 100%;
  }
  .footer .section-content .footer-content .flex-one > div {
    display: flex;
    gap: 1em;
    margin-top: 0.5em;
  }
  .footer .section-content .footer-content .links {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 850px) {
  .about-us .section-content {
    display: block;
  }
  .about-us .section-content article {
    margin-top: 3em;
  }
  .about-us .section-content figure {
    width: 100%;
  }
  .our-values .section-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2em;
  }
  .our-values .section-content .boxes {
    width: 100%;
  }
  .how-it-works .section-content {
    padding-inline: 0 !important;
    flex-direction: column;
  }
  .faq {
    padding-inline: 1rem !important;
  }
  .faq .section-content {
    padding: 2rem 1rem 0 !important;
    grid-template-columns: auto;
    width: 100%;
  }
  .contact-us {
    padding-inline: 1rem;
  }
  .contact-us .section-title ~ .sub-text {
    width: 100%;
  }
  .contact-us .section-content {
    grid-template-columns: 1fr;
    row-gap: 2em;
    padding: 20px;
    width: 100%;
  }
  .contact-us .section-content .card:before {
    display: none;
  }
  .contact-us .section-content .card:after {
    display: none;
  }
}
@media screen and (max-width: 748px) {
  .circle-bg {
    display: none;
  }
  .section-title {
    font-size: 2em !important;
  }
  .hero {
    display: block;
    padding-inline: 1em;
  }
  .hero .hero-container .hero-text h2 {
    font-size: 40px;
  }
  .hero > figure {
    display: none;
  }
  .about-us .section-title {
    font-size: 2.2em;
    padding-block-end: 0 !important;
  }
  .about-us .section-content figure #fast-buy-about-icon {
    height: 68px;
  }
  .about-us .section-content figure:before {
    top: -30px;
    left: -24px;
  }
  .our-services .section-content ul .tab > article > h2 {
    font-size: 2em;
    line-height: normal;
    margin-bottom: 0.3em;
  }
  .our-services .section-content .services-tab {
    width: 100%;
  }
  .our-services .section-content .services-tab > span.active {
    padding-inline: 1em;
    white-space: nowrap;
  }
  .footer .section-content .newsletter {
    width: 100%;
  }
}
@media screen and (max-width: 648px) {
  .cta:after {
    display: none;
  }
  .cta .section-content ul {
    height: auto;
  }
  .cta .section-content ul li {
    padding-inline: 0.2em !important;
    flex: 1;
  }
  .cta .section-content ul li img {
    height: 40px;
    width: 40px;
  }
  .cta .section-content ul li span {
    font-size: smaller;
    line-height: normal;
  }
  .cta .section-content article.text {
    display: flex;
    flex-flow: column-reverse;
    row-gap: 1em;
  }
  .cta .section-content article.text div h2 {
    font-size: 1.9em;
    margin-bottom: 0.5em;
    line-height: normal;
  }
  .cta .section-content article.text div footer a {
    column-gap: 10px;
    height: auto;
    padding: 14px 0;
  }
  .cta .section-content article.text div footer a > span span:nth-of-type(2) {
    font-size: 18px;
  }
  .cta .section-content article.text aside:after {
    height: 94px;
    width: 100%;
    background-color: #f7941d;
    position: absolute;
    bottom: 0;
    content: "";
  }
  .contact-us .section-content .message-box header > h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  .our-services .section-content ul .tab > aside figure.shift img.shift {
    object-position: 0;
  }
  .our-services .section-content ul .tab > aside footer {
    display: none;
  }
  .footer .section-content .footer-content .flex-one {
    flex-basis: 100%;
  }
  .footer .section-content .footer-content .flex-one h2 ~ p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .footer .section-content .footer-content .flex-one > div {
    flex-direction: column;
  }
  .footer .section-content .footer-content .flex-one > div a {
    margin-top: 0.8em;
  }
  .footer .section-content .footer-content .flex-one > div a span span:nth-of-type(2) {
    font-size: 20px;
  }
  .footer .section-content .footer-content .links ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .how-it-works .section-content .cards .card-img {
    height: auto;
  }
  .faq .section-content .faq-list ul li header {
    padding-left: 0.8em;
  }
  .faq .section-content .faq-list ul li header span:first-child {
    font-size: 12px;
    font-weight: 450;
    line-height: 1.7em;
  }
  .faq .section-content .faq-list ul li header > span:nth-child(2) {
    width: 54px;
  }
  .faq .section-content .faq-list ul li header > span:nth-child(2) .accordion-arrow {
    height: 15px;
    width: 15px;
  }
  .contact-us .section-content .message-box form fieldset {
    flex-direction: column;
    row-gap: 1.5em;
    column-gap: 0;
  }
  .cta .section-content ul li img {
    height: 30px;
    width: 30px;
  }
  .cta .section-content ul li span {
    font-size: 14px;
  }
  .cta .section-content article.text aside:after {
    height: 65px;
  }
  .cta .section-content article.text div footer a > span span:nth-of-type(2) {
    font-size: 14px;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .footer .section-content .ft {
    margin-top: 2em;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 0.8em;
  }
  .footer .section-content .socials-container {
    margin-left: 0;
  }
}

/*# sourceMappingURL=responsive.css.map */
