:root {
  --primary-color: #ed325c;
  --white-color: #ffffff;
  --black-color: #1e1515;
  --font-family: Poppins;
}

.hero-section-header {
  min-height: 536px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  max-width: 663px;
  width: 100%;
}
.hero-section {
  background-image: url("/assets/images/download-app/hero.png");
  min-height: 536px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.hero-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 54px;
  text-align: center;
  margin-bottom: 24px;

  width: 100%;
  color: var(--white-color);
}
.white {
  color: var(--white-color);
}
.hero-title-styled {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 54px;
  color: var(--primary-color);
}
.new-hero-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--white-color);
}

/* call-to-action */
.call-to-action {
  padding: 140px 100px 140px 100px;
  background: #fdeaf4;
}
.cta-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 44px;
  color: #1e1515;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
}
.cta-title-styled {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 44px;
  color: var(--primary-color);
  line-height: 1.5;
}
.qr-section-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: #1e1515;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.qr-code-wrapper {
  box-shadow: 0px 0px 16.14px 0px #99999940;
  margin-bottom: 28px;
  padding: 14px;
  border-radius: 8px;
  background: white;
}
.qr-code-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #1e1515;
  max-width: 313px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.buy-download {
  display: none;
}
.left-part-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.qr-title-styles {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: var(--primary-color);
  text-align: center;
}
.buyer-banner-image {
  max-width: 100%;
  max-height: 100%;
}
.buyer-banner-image-wrapper {
  max-width: 800px;
  max-height: 570px;
  margin-left: 78px;
}
/* why-out-webssite */
.why-out-webssite {
  padding: 140px 188px 126px 188px;
  background-image: url("/assets/images/download-app/image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why-choose-website {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: var(--white-color);
  margin-bottom: 28px;
}
.why-choose-webiste-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  text-align: center;
  margin-bottom: 50px;
  max-width: 527px;
  width: 100%;
}
.boxes-wrapper .box {
  border: 1px solid var(--white-color);
  background: #00000099;
  box-shadow: 0px 1px 4px 0px #00000040;
  border-radius: 16px;
  padding: 40px 16px;
  width: 50%;
}
.box-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 18px;
  text-align: center;
}
.box-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  text-align: center;
}
.boxes-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.why-choose-website-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sellers-banner-image-wrapper {
  max-width: 800px;
  max-height: 570px;
}

/* why-out-webssite */

/* Start fqa-section */

.fqa-section {
  background-image: url("/assets/images/download-app/fqa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px;
}

.fqa-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: var(--white-color);
  margin-bottom: 60px;
  text-align: center;
}
.accordion {
  max-width: 552px;
  margin: auto;
}
.accordion-item {
  border: 1px solid #e3e9f0;
  padding: 20px 20px 5px 20px;
  border-radius: 8px;
  background: #00000080;
  margin-bottom: 20px;
}

.accordion-header {
  background: transparent;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  cursor: pointer;
  padding: 0;
}

.accordion-content {
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: var(--white-color);
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out,
    margin-top 0.3s ease-in-out;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}
.sellers-cta {
  background: #f3fdd0 !important;
}
.accordion-icon {
  transition: transform 0.4s ease-in-out;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.left-wrapper-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: start;
  margin-top: 36px;
}
/* Accordion smooth transitions */
.accordion-item {
  transition: all 0.3s ease-in-out;
}

.accordion-header {
  transition: all 0.2s ease-in-out;
  display: flex;
}

.accordion-header:hover {
  opacity: 0.8;
}
.accordion-header .question {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  margin-right: 10px;
  text-align: left;
}
.icon-48 {
  height: 48px;
}
@media (max-width: 992px) {
  .boxes-wrapper {
    flex-direction: column;
  }
  .boxes-wrapper .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .buy-download {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .left-wrapper-style {
    justify-content: center;
    margin-top: 0;
  }
  .qr-code,
  .vendor-qr-code {
    display: none;
  }
  .fqa-section,
  .call-to-action,
  .why-out-webssite {
    padding: 40px 20px;
  }
  .qr-code-wrapper {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  .buyer-banner-image-wrapper {
    margin-left: 0px;
  }
  .buyer-banner-image-wrapper {
    margin-bottom: 20px;
  }
  .cta-title {
    margin-bottom: 32px;
  }
  .cta-buyer-part {
    order: 1;
  }
  .hero-title {
    font-size: 40px;
    line-height: 1.5;
  }
  .hero-title-styled {
    font-size: 40px;
  }
  .cta-title,
  .cta-title-styled,
  .why-choose-website,
  .box-title {
    font-size: 18px;
  }
  .qr-section-title,
  .qr-title-styles {
    font-size: 16px;
  }

  .qr-code-subtitle,
  .why-choose-webiste-description,
  .box-description {
    font-size: 12px;
  }
  .hero-title-styled {
    font-size: 40px;
  }
}
