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


* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  outline: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
}

*:active,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: Arial, sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  width: 56.221889055vh;
  max-width: 100%;
}


body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background-color: #000;
}

.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;

  background-color: #ef589f;
}

.top-logo {
  position: absolute;
  top: 0;
}

.step1-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20%;
}


.step1-btn {
  position: absolute;
  width: 59%;
  bottom: 14%;
}


.step2-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.step2-btn {
  position: absolute;
  width: 54%;
  bottom: 1%;
  height: 12%;
}

.privacy-model {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.privacy-model-content {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.privacy-model-text {
  height: 77%;
  position: absolute;
  top: 11%;
  width: 80%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.relative {
  position: relative;
}

.privacy-model-checkbox1 {
  position: absolute;
  bottom: 24%;
  width: 7%;
  left: 6%;
}

.privacy-model-checkbox2 {
  position: absolute;
  bottom: 14.5%;
  width: 7%;
  left: 6%;
}

.loading-gif {
  margin-top: 20%;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
}

.privacy-model-btn {
  width: 55%;
  margin-top: 3%;
  margin-bottom: 5%;
}

.recording-btn,
.capture-btn {
  position: absolute;
  width: 28%;
  bottom: 8%;
}

.camera-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.capture-btn {
  right: 21%;
}

.recording-btn {
  left: 21%;
}

.result {
  background-image: url(assets/3-%E7%B5%90%E6%9E%9Cbg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.result-pic,
.result-video {
  width: 48%;
  position: absolute;
  top: 12%;
}


.result-content {
  top: 5%;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.retry {
  position: absolute;
  bottom: 16%;
  left: 10%;
  width: 38%;
  height: 10%;
}

.download {
  position: absolute;
  bottom: 17%;
  right: 10%;
  width: 38%;
  height: 9%;
}

.share {
  position: absolute;
  bottom: 7%;
  left: 10%;
  width: 38%;
  height: 9%;
}

.buy-product {
  position: absolute;
  bottom: 8%;
  right: 10%;
  width: 38%;
  height: 8%;
}

.ig-link {
  width: 75%;
  height: 6%;
  position: absolute;
  bottom: 0;
}

.event-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.event-content {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.event-content-copy-btn {
  width: 67%;
  height: 10%;
  position: absolute;
  bottom: 20%;
}

.event-content-close-btn {
  width: 36%;
  height: 7%;
  position: absolute;
  bottom: 12%;
}

.link1 {
  position: absolute;
  width: 65%;
  height: 11%;
  top: 19%;
}

.link2 {
  position: absolute;
  width: 65%;
  height: 11%;
  top: 31%;
}

.link3 {
  position: absolute;
  width: 65%;
  height: 11%;
  top: 43%;
}

.desktop-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}


.meta-env-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: rgba(0, 0, 0, 0.8);
}

.meta-env-modal img {
  width: 88%;
  margin-top: 3%;
  margin-left: 2%;
}

.hidden {
  display: none;
}

.mirror {
  transform: scaleX(-1);
}

@keyframes irregularShake {
  0% {
    transform: rotate(0deg) scale(1);
  }

  15% {
    transform: rotate(-3deg) scale(1.04);
  }

  30% {
    transform: rotate(2deg) scale(0.99);
  }

  45% {
    transform: rotate(-1.5deg) scale(1.04);
  }

  60% {
    transform: rotate(1.5deg) scale(1);
  }

  75% {
    transform: rotate(-0.8deg) scale(1.04);
  }

  90% {
    transform: rotate(1deg) scale(1);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.irregular-shake {
  animation: irregularShake 2s infinite ease-in-out;
}

@keyframes scalePulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.scale-pulse {
  animation: scalePulse 1.5s infinite ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.scale-up {
  animation: scaleUp .5s ease-out forwards;
}
