@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter&family=Open+Sans&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://fonts.googleapis.com/css2?family=Gabarito&family=Inter&display=swap");

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
}

/*--------------NAVBAR--------------*/

.mobile-nav-active .navbar {
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
}

.navbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 25px;
  padding: 0 25px;
}

.mobile-nav-active {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

.expanded {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

.image-container {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.brand-name {
  margin-top: 7px;
  font-size: 28px;
  color: rgba(76, 167, 138, 1);
}

.navbar-toggler-custom {
  width: 40px;
  height: 40px;
}

.nav-brandlogo {
  width: 45px;
  height: 45px;
  margin: auto;
}

.nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(37, 37, 37, 1) !important;
  cursor: pointer;
  padding: 15px;
}

.active {
  font-weight: 600 !important;
  color: rgba(76, 167, 138, 1) !important;
}

@media only screen and (min-width: 992px) {
  .nav-link {
    text-align: center;
  }

  .navbar-nav {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .navbar-nav .nav-item {
    text-align: center;
  }

  .nav-brandlogo {
    width: auto;
  }

  .image-container {
    width: 0;
  }

  .navbar {
    background-color: transparent;
    backdrop-filter: none;
  }
}

/*-----------HERO------------*/

.hero {
  padding-top: 100px;
  display: grid;
  place-items: center;
}

.hero-text {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  color: rgba(37, 37, 37, 1);
}

.main-hero-text {
  font-weight: 600;
  color: rgba(76, 167, 138, 1);
}

.subhero-text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(156, 163, 175, 1);
  line-height: 18px;
  padding: 0 14px;
  text-align: center;
  margin-top: 15px;
}

.free-button {
  margin-top: 20px;
  background-color: rgba(76, 167, 138, 1);
  border-radius: 19px;
  gap: 10px;
  padding: 5px 25px;
  border: none;
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(76, 167, 138, 1);
}

.showroom {
  margin-top: 20px;
  background-image: url("../media/circle-background.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 150%;
  height: 620px;
}

.download {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  place-items: center;
  padding-top: 30px;
}

.download-img {
  max-width: 90%;
}

.showroom-img {
  width: 130%;
  margin-left: -20%;
}

.accordion {
  margin-top: -100px;
  width: 100%;
  justify-content: center;
}

.accordion-item {
  padding: 0 10px;
  border: 0 !important;
  border-radius: 0 !important;
}

.accordion-item[aria-expanded="true"] {
  background: linear-gradient(
      0deg,
      rgba(31, 42, 55, 0.5),
      rgba(31, 42, 55, 0.5)
    ),
    linear-gradient(0deg, rgba(55, 65, 81, 1), rgba(55, 65, 81, 0.5)),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.accordion-item[aria-expanded="false"] {
  background: linear-gradient(
      0deg,
      rgba(31, 42, 55, 0.1),
      rgba(31, 42, 55, 0.1)
    ),
    linear-gradient(0deg, rgba(55, 65, 81, 0.5), rgba(55, 65, 81, 0.5)),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.accordion-item:hover {
  cursor: pointer;
}

.accordion-item.collapsed {
  background: linear-gradient(
      0deg,
      rgba(31, 42, 55, 0.1),
      rgba(31, 42, 55, 0.1)
    ),
    linear-gradient(0deg, rgba(55, 65, 81, 0.5), rgba(55, 65, 81, 0.5)),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.accordion-header {
  padding: 20px 0;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  max-width: 200px;
}

.accordion-header-text {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}

.accordion-img {
  width: 70px;
  height: 70px;
}

.accordion-icon {
  display: flex;
  border-radius: 100px;
  align-items: center;
  padding: 5px;
  height: 100%;
  color: #ac94fb;
  background-color: rgba(74, 29, 150, 1);
}

.accordion-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}

.accordion-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.howitworks {
  margin-top: 50px;
  display: grid;
  place-items: center;
  justify-content: center;
}

.howitworks-second {
  margin-top: 50px;
  display: grid;
  grid-template-areas:
    "mytop"
    "mybottom";
  place-items: center;
  justify-content: center;
}

.howitworks-left {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.iphone-img {
  width: 85%;
}

.woman-img {
  width: 85%;
}

.howitworks-right {
  display: grid;
  place-items: center;
  width: 100%;
}

.mytop {
  grid-area: mytop;
  height: 85%;
}

.mybottom {
  grid-area: mybottom;
}

.howitworks-text-header {
  margin-top: 35px;
  font-family: Inter;
  font-size: 36px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: -0.01em;
  text-align: left;
}

.howitworks-text {
  margin-top: 20px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 147, 147, 1);
}

.howitworks-row {
  display: flex;
  gap: 10px;
}

.howitworks-icon {
  display: flex;
  border-radius: 100px;
  align-items: center;
  padding: 5px;
  height: 100%;
  color: rgba(76, 167, 138, 1);
  background-color: rgba(76, 167, 138, 0.2);
}

.howitworks-row-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.start-create-button {
  margin: 30px 0;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  gap: 8px;
  background-color: rgba(76, 167, 138, 1);
  color: #fff;
  border: none;
}

.stats-cards {
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
  width: 100%;
  margin-top: 30px;
}

.stats-card {
  display: grid;
  place-items: center;
  width: 95%;
  background-image: url("../media/card-background.png");
  background-color: #31aaac;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 10px;
  height: 120px;
}

.stats-card-content {
  margin-left: 20px;
  display: grid;
  align-items: center;
}

.stats-card-header {
  display: flex;
  font-family: SF Pro;
  font-size: 32px;
  font-weight: 590;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  margin: 5px;
}

.stats-card-sub {
  font-family: Inter;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0;
  margin: 1px;
}

.store-reviews {
  display: grid;
  place-items: center;
  text-align: center;
  margin-top: 50px;
}

.store-reviews-header {
  font-family: Inter;
  font-size: 26px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(76, 167, 138, 1);
}

.store-reviews-subheader {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(37, 37, 37, 1);
  margin-bottom: 20px;
}

.store-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}

.store-review {
  display: grid;

  background: linear-gradient(
    180deg,
    rgba(11, 192, 239, 0.35) 0%,
    rgba(129, 27, 224, 0.35) 40.63%,
    rgba(149, 55, 201, 0.35) 100%
  );
  padding: 21px;
  border-radius: 24px;
  text-align: left;
}

.store-review-header {
  display: grid;
  grid-template-columns: 25% 75%;
}

.store-review-img {
  width: 54px;
  height: 54px;
}

.store-review-name {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}

.store-review-rank {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.store-review-body {
  margin-top: 10px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

/* Add some basic styling to the popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
  max-width: 600px;
  width: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.read-more-button {
  justify-self: end;
  font-family: Inter;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: center;
  background: transparent;
  border: none;
}

.qr {
  display: grid;
  place-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.qr-card {
  background: linear-gradient(
      0deg,
      rgba(17, 25, 40, 0.6),
      rgba(17, 25, 40, 0.6)
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(
      120.45deg,
      rgba(255, 255, 255, 0.2) 14.98%,
      rgba(255, 255, 255, 0) 68.51%
    );
  display: grid;
  place-items: center;
  padding: 49px 12px;
  border-radius: 20px;
  border: 1px;
  padding-bottom: 10px;
  width: 100%;
}

.qr-img {
  width: 140px;
  height: 140px;
}

.qr-body {
  margin-top: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #e6e6e6 100%);
  display: grid;
  place-items: center;
  width: 100%;
  height: 140px;
  border-radius: 8px;
  padding: 20px;
}

.qr-body-header {
  font-family: Inter;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(76, 167, 138, 1);
}

.qr-body-sub {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}

.footer {
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: 10px;
  background-color: #08121c;
  padding: 50px 0;
}

.footer-image-container {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.footer-hero {
  display: grid;
  place-items: center;
}

.footer-hero-text {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.footer-main-hero-text {
  font-weight: 600;
  color: rgba(76, 167, 138, 1);
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media only screen and (min-width: 475px) {
  .download-img {
    max-width: 250px;
  }

  .showroom-img {
    width: 750px;
    margin-left: 0;
  }

  .showroom {
    background-size: contain;
    display: grid;
    justify-content: center;
  }

  .accordion {
    margin-top: 0px;
    width: 100% !important;
    justify-content: center;
  }

  .iphone-img {
    width: 50%;
  }

  .woman-img {
    width: 50%;
  }

  .showroom-mini-card {
    border: none;
  }

  .stats-card {
    place-items: start;
    align-items: center;
    padding: 20px;
  }

  .stats-card-content {
    margin-left: 75px;
  }

  .stats-card-header {
    font-size: 42px;
  }

  .stats-card-sub {
    font-size: 16px;
  }

  .store-review-header {
    display: flex;
    place-items: center;
    gap: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-text {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .main-hero-text {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(76, 167, 138, 1);
  }

  .subhero-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    width: 75%;
  }

  .free-button {
    width: 200px;
    height: 55px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }

  .accordion {
    display: flex;
    gap: 2px;
    margin-top: 50px;
  }

  .accordion-item {
    height: 400px;
  }

  .accordion-header-text {
    font-size: 16px;
  }

  .accordion-img {
    width: 40px;
    height: 40px;
  }

  .accordion-icon {
    padding: 3px;
  }

  .accordion-body {
    margin-top: 5px;
    padding: 10px;
  }

  .accordion-row {
    display: flex;
    gap: 10px;
  }

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

  .center {
    display: grid;
    place-items: center;
  }

  .howitworks {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 30% 70%;
    place-items: center;
    justify-content: center;
  }
  .start-create-button {
    margin: 30px 0;
    width: 40%;
    padding: 10px 20px;
    border-radius: 8px;
    gap: 8px;
    background-color: rgba(76, 167, 138, 1);
    color: #fff;
    border: none;
  }
  .howitworks-second {
    margin-top: 50px;
    display: grid;
    grid-template-areas: "mybottom mytop";
    grid-template-columns: 60% 40%;
    place-items: center;
    justify-content: center;
  }

  .iphone-img {
    width: 75%;
  }

  .woman-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50px;
  }

  .stats-cards {
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 100px;
  }

  .stats-card {
    width: 95%;
    padding: 25px 20px;
    height: 100%;
  }

  .stats-card-content {
    margin-left: 40px;
  }

  .stats-card-header {
    font-family: Inter;
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: left;
  }

  .stats-card-sub {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    width: 100%;
    text-align: left;
    height: 50px;
  }

  .store-reviews-header {
    font-family: Inter;
    font-size: 42px;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .store-reviews-subheader {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    width: 60%;
  }

  .store-reviews-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
  }

  .side-padd {
    padding: 0 50px;
  }

  .qr-card {
    padding-top: 20px;
    width: 500px;
  }

  .qr-img {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .accordion-header-text {
    font-weight: 500;
    font-size: 22px;
  }

  .accordion-img {
    width: 70px;
    height: 70px;
  }

  .accordion-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }
}
