@font-face {
  font-family: "SUIT-SemiBold";
  src: url(./SUIT-otf/SUIT-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "SUIT-Medium";
  src: url(./SUIT-otf/SUIT-Medium.otf) format("opentype");
}
@font-face {
  font-family: "SUIT-Regular";
  src: url(./SUIT-otf/SUIT-Regular.otf) format("opentype");
}
@font-face {
  font-family: "SUIT-Light";
  src: url(./SUIT-otf/SUIT-Light.otf) format("opentype");
}
body {
  font-family: "SUIT-SemiBold";
  background-color: #efefef;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #4f4f4f9c;
  z-index: 1000;
  text-align: center;
  display: grid;
  place-items: center;
}
#loading > img {
  height: 8rem;
}
header {
  height: 6vh;
  background-color: #efefef;
  padding: 0 5vw;
  display: flex;
  align-items: center;
}
.contact {
  text-decoration: none;
  color: #383838;
  position: absolute;
  right: 5vw;
  font-size: 18px;
}
.copyright {
  color: #383838;
  font-size: 12pt;
}
img {
  display: block;
}
.logo {
  height: 25px;
  display: block;
  margin-right: 10px;
}

main {
  background-color: #efefef;
  letter-spacing: 0.1em;
  position: relative;
}

.info-detail {
  margin-bottom: 15px;
  display: grid;
  place-items: center;
}
h1 {
  font-family: "SUIT-Light";
  font-size: 28pt;
  color: #d0cfe3;
  line-height: 1.5;
}
#membership_img {
  background-image: url(./images/0.png);
  height: 22rem;
  margin: 15px auto;
  border-radius: 10px;
  width: 35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#info-wrapper {
  position: relative;
  margin: 8vh 0;
}
#select-wallet {
  background-image: url(./images/bg-pc.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10vh;
  height: calc(100vw / 1.78);
  box-sizing: border-box;
  position: relative;
}
.title {
  display: block;
  width: 47vw;
}
.cards {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  width: 55vw;
}
.info {
  color: #3f3f3f;
  background-color: #efefef;
  place-items: center;
  position: relative;
  height: max-content;
}
h2 {
  color: #383838;
  font-size: 36pt;
  line-height: 2;
  word-break: break-all;
  border-bottom: solid 1px gray;
  padding-bottom: 20px;
}
h3 {
  font-family: "SUIT-Medium";
  color: #383838;
  font-size: 21pt;
  line-height: 1.3;
  word-break: keep-all;
  padding-top: 20px;
}
.info-detail > div {
  color: #3f3f3f;
  font-size: 21pt;
  border: solid 2px #939393;
  border-radius: 15px;
  background-color: #fafafa;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  width: clamp(28ch, 65%, 46ch);
  height: 3em;
  margin: 0.3em;
  word-break: keep-all;
}
h5 {
  font-family: "SUIT-Regular";
  color: #3f3f3f;
  font-size: 21pt;
  word-break: break-all;
}
.nft {
  display: flex;
  justify-content: center;
}
.nft > p {
  color: #4d4757;
  line-height: 2;
  word-break: keep-all;
}
.buttons {
  margin: 5vh 0;
  position: relative;
}
.buttons.step-two {
  position: absolute;
  top: 30%;
  right: -30%;
  display: grid;
  place-items: center;
}
.buttons.step-two > img {
  width: 6em;
}
button {
  font-family: "SUIT-SemiBold";
  height: 2.5em;
  width: 14em;
  color: #383838;
  font-size: 20pt;
  cursor: pointer;
  text-align: center;
  border: 0px;
  padding: 0 20px;
  background-color: transparent;
}
button[disabled] {
  cursor: not-allowed;
}
button.btn--gold {
  background-image: url(./images/btn--gold.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  margin: 1rem 0;
  text-align: left;
}
button.btn--gold:hover {
  height: 2.7em;
  width: 15em;
}
button.btn--step-two:hover {
  font-size: 22pt;
}
footer {
  height: 4vh;
  background-color: #efefef;
  display: grid;
  place-items: center;
}
#hold_verify_msg {
  top: 20vh;
  text-align: center;
  position: absolute;
  width: 40vw;
  word-break: keep-all;
}
#hold_verify_icon {
  font-size: 120px;
}
#hold_verify_text_sub {
  width: 70%;
  margin: auto;
}
#mobile-wallet-info {
  font-family: "SUIT-Medium";
  color: #d0cfe3;
  line-height: 1.2;
  word-break: keep-all;
  width: 90%;
  padding-top: 0px;
  font-size: 9pt;
  text-align: center;
}
.qr {
  display: grid;
  place-items: center;
  padding: 10% 0;
  margin: auto;
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 500px) {
  #loading > img {
    height: 5rem;
  }
  #hold_verify_icon {
    font-size: 100px;
  }
  .contact {
    font-size: 9pt;
  }
  .logo {
    height: 15px;
  }
  .copyright {
    font-size: 8pt;
  }
  #select-wallet {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(./images/bg-mobi.png);
    padding: 7vh 11vw;
    height: calc(100vw / 0.653);
  }
  .cards {
    position: relative;
    width: 100vw;
    top: 5.5vh;
  }
  h1 {
    margin-top: 45px;
    font-size: 11pt;
    z-index: 99;
  }
  .info {
    padding: 15px;
    height: 90vh;
  }
  #info-wrapper {
    margin-top: -2vh;
    position: unset;
  }
  .title {
    width: 100%;
  }
  h2 {
    font-size: 22pt;
    line-height: 1.2;
    padding: 20px;
  }
  h3 {
    font-size: 13pt;
  }
  .info-detail > div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
    font-size: 11pt;
    word-break: keep-all;
    margin: 0.8vh;
    height: 8vh;
  }
  h5 {
    font-size: 12pt;
    word-break: break-all;
  }
  .qr > h5 {
    padding: 20px 0;
    word-break: keep-all;
  }

  #membership_img {
    width: 100%;
    height: calc(100vw / 1.35);
    margin: 0 0 2vh;
  }
  .buttons {
    margin: 3.5vh 0 0;
  }
  button.btn--gold {
    background-image: url(./images/btn--gold-s.png);
    background-size: cover;
    background-position: center;
    margin: 0.5rem 0;
    text-align: center;
    border-radius: 5px;
  }
  button {
    font-size: 14pt;
    height: 2em;
    margin: 0.2rem 0;
    color: #3f3f3f;
  }
  button.btn--gold:hover {
    height: 2.2em;
    width: 15em;
  }
  button.btn--step-two:hover {
    font-size: 14pt;
  }
  .buttons.step-two {
    height: 40pt;
    display: grid;
    place-items: center;
    width: 100vw;
    position: absolute;
    right: 0;
    background-color: white;
    bottom: 0;
    top: auto;
  }
  .buttons.step-two > img {
    display: none;
  }
  #hold_verify_msg {
    width: 80vw;
    height: max-content;
    right: 0;
    left: 0;
    margin: auto;
  }
  #hold_verify_text_sub {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
}
