html,
body {
  padding: 0rem;
  margin: 0rem;
}

body {
  min-height: 100vh;
  background: radial-gradient(173.1% 58.32% at 31.6% 0%, #044a48 0%, #1a1859 100%);
}

.main-container {
  background-image: url("../images/bg-desktop.webp");
  background-size: cover;
  background-position: center;
}

.main-container .back-btn {
  position: absolute;
  top: 0rem;
  left: 0.25rem;
  width: 0.375rem;
}

.main-container .back-btn.hide {
  display: none;
}

.mobile .main-container {
  background-image: url("../images/bg.webp");
  background-size: auto 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.desktop .main-container .back-btn {
  top: 32px;
  left: 16px;
  display: -ms-grid;
  display: grid;
  width: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'SF Pro Text', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

/* content section mobile */
.mobile .logo-wrap {
  display: none;
}

.mobile .content {
  margin: auto;
}

.mobile .content__header {
  width: 1.8rem;
  margin-inline: auto;
}

.mobile .content__header img {
  width: 100%;
}

.mobile .content__right {
  display: none;
}

.mobile .content__body__text, .mobile .content__body__description, .mobile .content__body__social-media {
  display: none;
}

.mobile .content .main-text {
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}

.mobile .content .main-text .text-1 {
  font-size: 0.4rem;
  display: block;
}

.mobile .content .main-text .text-2 {
  font-size: 1.2rem;
  background: linear-gradient(99.69deg, #00fcfe 8.65%, #abaeff 49.16%, #ff00ba 92.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile .content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  width: 90%;
  margin: 0.5rem auto 0;
}

.mobile .content__footer__button {
  background: #FFFFFF1A;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border: 0;
  padding: 0.2rem;
  border-radius: 0.2rem;
  width: calc(25% - 0.2rem * 3 / 4);
}

.mobile .content__footer__button img {
  width: 100%;
}

/* content section desktop */
.desktop .logo-wrap {
  padding: 30px 50px;
}

.desktop .logo-wrap img {
  width: 1rem;
  display: block;
}

.desktop .content {
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop .content__header {
  display: none;
}

.desktop .content__left, .desktop .content__right {
  width: 50%;
}

.desktop .content__right .phone-container {
  position: relative;
  width: 2rem;
  margin: 0 auto;
}

.desktop .content__right .phone {
  width: 100%;
}

.desktop .content__right .rate {
  position: absolute;
  left: 85%;
  top: 16%;
  background-image: url("../images/frame.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.05rem;
  padding-inline: 0.05rem;
}

.desktop .content__right .rate .rate-img {
  width: 0.2rem;
  height: 0.2rem;
}

.desktop .content__right .rate .rate-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.01rem;
}

.desktop .content__right .rate .rate-text__title {
  font-size: 0.067rem;
  color: #b2b8b8;
}

.desktop .content__right .rate .rate-text__rate {
  font-size: 0.1rem;
  color: #fff;
  font-weight: 500;
}

.desktop .content__left {
  padding-left: 0.5rem;
}

.desktop .content__body__text {
  margin-top: 0.7rem;
  color: #34d399;
  background: #0f2e2d;
  border: 1px solid #157458;
  font-size: 0.08rem;
  padding: 0.03rem 0;
  border-radius: 1rem;
  margin-bottom: 0;
  width: 1.12rem;
  text-align: center;
}

.desktop .content__body__description {
  font-size: 0.09rem;
  color: #b2b8b8;
  line-height: 0.12rem;
  margin-bottom: 0.1rem;
  font-weight: 300;
}

.desktop .content__body__social-media {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
}

.desktop .content__body__social-media .title {
  color: #B2B8B8;
}

.desktop .content__body__social-media .social-media-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: #FCFEFE;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 15px 0px 50px;
  cursor: pointer;
}

.desktop .content__body__social-media .social-media-btn .btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 15px;
  border: 1px solid #838282;
  border-radius: 10px;
  background: #000000;
}

.desktop .content__body__social-media .social-media-btn .btn-item img {
  width: 24px;
}

.desktop .content .main-text {
  text-align: left;
  font-size: 0.16rem;
  font-weight: 600;
  color: #fff;
  margin-block: 0.1rem;
  text-transform: uppercase;
}

.desktop .content .main-text span {
  display: block;
}

.desktop .content .main-text .text-2 {
  font-size: 75px;
  background: linear-gradient(99.69deg, #00fcfe 8.65%, #abaeff 49.16%, #ff00ba 92.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desktop .content__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
  width: 75%;
  margin-top: 30px;
}

.desktop .content__footer__button {
  background: #FFFFFF1A;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border: 0;
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
}

.desktop .content__footer__button img {
  width: 100%;
}

/* social media section mobile */
.mobile .social-media-container {
  margin-top: auto;
}

.mobile .social-media-container .social-media {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
}

.mobile .social-media-container .social-media .title {
  color: #B2B8B8;
}

.mobile .social-media-container .social-media .social-media-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  color: #FCFEFE;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.2rem 0rem 0.5rem;
}

.mobile .social-media-container .social-media .social-media-btn .btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  padding: 0.15rem 0.2rem;
  border: 1px solid #838282;
  border-radius: 0.1rem;
}

/* social media section desktop */
.desktop .social-media {
  display: none;
}

/* footer section mobile */
.footer {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 99999px 0 99999px #f6f6f6;
          box-shadow: 0 99999px 0 99999px #f6f6f6;
}

.mobile .footer {
  padding: 0.05rem 0;
}

.mobile .footer img {
  width: 2.5rem;
}

/* footer section desktop */
.desktop .footer {
  padding: 5px 0;
}

.desktop .footer img {
  width: 140px;
}

/* mobile popup */
.main-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-popup.active .main-content {
  -webkit-animation: slide-up 0.3s ease-in-out;
          animation: slide-up 0.3s ease-in-out;
}

.main-popup {
  display: none;
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #000000aa;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.main-popup .main-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#033b3a), to(#151347));
  background: linear-gradient(180deg, #033b3a 0%, #151347 100%);
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border: 1px solid var(--colors-bottom-sheet-pop-up-border, #f6f6f633);
  border-bottom: none;
  position: relative;
  width: 100%;
}

.main-popup .main-content .header {
  padding: 0.1rem 0;
  color: #fff;
  font-size: 0.35rem;
  font-weight: 600;
  text-align: center;
  margin-block: 0.4rem;
}

.main-popup .main-content .header .sub {
  display: none;
}

.main-popup .main-content .header .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: transparent;
  background-image: url("../images/close.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}

.main-popup .main-content .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 0.6rem;
}

.main-popup .main-content .body .item {
  width: calc(33.3333% - 0.3rem);
  max-width: calc(33.3333% - 0.3rem);
  background: #6d6d6d33;
  border: 0;
  padding: 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.24rem;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
}

.main-popup .main-content .body .item img {
  width: 100%;
}

.desktop .main-popup {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop .main-popup .main-content {
  width: 350px;
  border-radius: 12px;
  padding: 30px 30px 40px;
  -webkit-animation: none;
          animation: none;
}

.desktop .main-popup .main-content .header {
  padding: 0px;
  margin: 0px 0px 20px;
  font-size: 25px;
}

.desktop .main-popup .main-content .header .text {
  margin-bottom: 10px;
}

.desktop .main-popup .main-content .header .sub {
  display: block;
  font-size: 12px;
  color: #b2b8b8;
  font-weight: 300;
  margin-block: 5px 0;
}

.desktop .main-popup .main-content .header .close {
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
}

.desktop .main-popup .main-content .body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  margin-bottom: 0px;
}

.desktop .main-popup .main-content .body .item {
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  font-size: 12px;
  width: 100%;
  max-width: unset;
}

/* desktop popup */
.desktop-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 1000;
  background: #000000aa;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop-popup__content {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#033b3a), to(#151347));
  background: linear-gradient(180deg, #033b3a 0%, #151347 100%);
  width: 350px;
  margin: 50px;
  border-radius: 12px;
  padding: 50px;
  border: 1px solid #F6F6F633;
}

.desktop-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
  background-image: url("../images/close.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.desktop-popup__content__header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.desktop-popup__content__header .icon {
  width: 41px;
  margin: auto;
}

.android .desktop-popup__content__header .icon.icon-ios,
.ios .desktop-popup__content__header .icon.icon-android {
  display: none;
}

.android .desktop-popup__content__header .icon.icon-android,
.ios .desktop-popup__content__header .icon .icon-ios {
  display: inline;
}

.desktop-popup__content__header .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-block: 15px 0;
}

.desktop-popup__content__header .description {
  font-size: 12px;
  color: #b2b8b8;
  font-weight: 300;
  margin-block: 5px 0;
}

.desktop-popup #qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px auto;
  width: 150px;
}

.ios .desktop-popup__content__store {
  display: none;
}

.android .desktop-popup__content__store {
  margin-bottom: 20px;
}

.android .desktop-popup__content__store__text {
  font-size: 12px;
  color: #b2b8b8;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.android .desktop-popup__content__store__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.android .desktop-popup__content__store__item {
  background: none;
  border: 0;
}

.android .desktop-popup__content__store__item img.active {
  display: none;
}

.android .desktop-popup__content__store__item img.inactive {
  display: block;
}

.android .desktop-popup__content__store__item.active img.active {
  display: block;
}

.android .desktop-popup__content__store__item.active img.inactive {
  display: none;
}

.desktop-popup__content__footer p {
  font-size: 10px;
  color: #34d399;
  background: #0f2e2d;
  border: 1px solid #157458;
  padding: 5px 5px;
  border-radius: 50px;
  width: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop-popup__content__footer p img {
  width: 14px;
  margin-right: 0.015rem;
  display: block;
}

@media screen and (max-aspect-ratio: 2.2 / 4) {
  .mobile .social-media-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */