@font-face {
  font-family: Graphik;
  src: url("./assets/Graphik-Regular-App.ttf");
}

@font-face {
  font-family: Graphik;
  src: url("./assets/Graphik-Medium-App.otf");
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

.container {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-top: 64px;
}

.left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper-right {
  background-color: #4C0677;
  border-radius: 8px;
  padding: 48px 32px;
  text-align: center;
}

.qr-wrapper-right {
  background-color: #490C74;
  border-radius: 8px;
  width: 410px;
  height: 400px;
  padding: 48px 32px;
  text-align: center;
}

.nu-logo-container {
  margin: 0 32px 0 32px;
}

#wrapper-go-to-app {
  text-align: center;
  padding-top: 32px;
  display: none;
}

#qr-wrapper-go-to-app {
  display: none;
}

#now-wrapper-go-to-app {
  display: none;
}

#go-to-app {
  display: inline-block;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 100px;
  background-color: #820AD1;
  border: 0;
  height: 40px;
  color: #FFF;
  margin: auto;
  padding: 0 24px;
  text-decoration: none;
}

#go-to-app-announcement {
  display: inline-block;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 100px;
  background-color: #820AD1;
  border: 0;
  height: 40px;
  color: #FFF;
  margin: auto;
  padding: 0 24px;
  text-decoration: none;
}

.nu-logo {
  margin-top: 8px;
  width: 102px;
}

.qr-back-button {
  font-family: Graphik, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  background-color: #f0f1f5;
  border: 0;
  width: 174px;
  height: 40px;
  color: #000;
  background-image: url("./assets/shopping-cart.svg");
  background-position: 20px 10px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 142px 0 0 32px;
}

.announcement-back-button {
  font-family: Graphik, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  background-color: #f0f1f5;
  border: 0;
  width: 174px;
  height: 40px;
  color: #000;
  background-image: url("./assets/shopping-cart.svg");
  background-position: 20px 10px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 142px 0 0 32px;
}

.now-back-button {
  font-family: Graphik, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  background-color: #f0f1f5;
  border: 0;
  width: 174px;
  height: 40px;
  color: #000;
  background-image: url("./assets/shopping-cart.svg");
  background-position: 20px 10px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 230px 0 0 32px;
}

.qrcode {
  margin: 34px;
  top: 50%;
  padding: 12px;
  border-radius: 8px;
  background-color: #FFF;
  display: inline-block;
}

.qr-mobile-title {
  display: none;
}

.ellipse {
  width: 242px;
  height: 17px;
  background: rgba(67, 67, 67, 0.2);
  opacity: 0.5;
  filter: blur(9px);
  margin-top: 16px;
}

.qr-title {
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-feature-settings: 'ss05' on;
  color: rgba(0, 0, 0, 0.96);
  margin: 72px 32px 0 32px;
  max-width: 490px;
}

.announcement-title {
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  font-feature-settings: 'ss05' on;
  color: rgba(0, 0, 0, 0.96);
  margin-top: 80px;
  margin-left: 32px;
}

.now-title {
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.03em;
  font-feature-settings: 'ss05' on;
  color: rgba(0, 0, 0, 0.96);
  margin: 72px 32px 0 32px;
  max-width: 490px;
}

.now-title-highlight {
  font-weight: 500;
  color: rgba(130, 10, 209, 1);
}

.now-container {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding-top: 64px;
}

.now-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.now-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.announcement-subtitle {
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  font-feature-settings: 'ss05' on;
  color: rgba(0, 0, 0, 0.32);
  margin-top: 24px;
  margin-left: 32px;
}

@media only screen and (max-width: 1024px) {
  #wrapper-go-to-app {
    display: block;
  }

  .left {
    width: 100%;
  }

  .right {
    display: none;
  }

  .qr-title {
    display: none;
  }

  .qr-mobile-title {
    display: block;
  }

  .back-button {
    align-self: center;
  }

  .qr-mobile-title {
    font-family: Graphik, sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 72px auto 0 auto;
  }

  #qr-wrapper-go-to-app {
    display: block;
    text-align: center;
    margin-top: 77px;
  }

  .qr-back-button {
    margin: 32px auto 0 auto;
    width: 205px;
    font-size: 16px;
  }

  .nu-logo-container {
    display: flex;
    justify-content: center;
  }

  .announcement-video {
    display: none;
  }

  .announcement-title {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin-left: 0;
  }

  .announcement-subtitle {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-left: 0;
  }

  .announcement-back-button {
    margin: 24px auto;
    width: 205px;
    font-size: 16px;
    font-weight: 500;
  }

  .now-container {
    display: flex;
    flex-wrap: wrap;
  }

  .now-left {
    width: 100%;
  }

  .now-right {
    width: 100%;
    justify-content: center;
    padding-top: 24px;
  }

  .now-title {
    font-family: Graphik, sans-serif;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 72px auto 0 auto;
  }

  #now-wrapper-go-to-app {
    display: block;
    text-align: center;
    margin-top: 77px;
  }

  .now-back-button {
    margin: 32px auto 0 auto;
    width: 205px;
    font-size: 16px;
  }
}
