@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica-Neue-Font/Helvetica\ Neue\ UltraLight/Helvetica Neue UltraLight.ttf")
    format("truetype");
}

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

.big-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  height: 100vh;
  background-image: url("../assets/bg.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qr-code {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.qr-iamge {
  width: 40%;
}
.camera-image {
  height: 60%;
}

.qr-text {
  font-size: 3.125rem;
  color: white;
}
.text-container {
  font-family: "Helvetica Neue";
  font-weight: lighter;
  display: flex;
  width: 95%;
  margin-left: auto;
  justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
  -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 5% 100%);
  background: rgb(0, 34, 126);
  background: linear-gradient(
    90deg,
    rgba(0, 34, 126, 1) 0%,
    rgba(0, 129, 255, 1) 50%,
    rgba(0, 34, 126, 1) 100%
  );
}

/* .photo-icon {
  width: 7%;
} */

.photo-container {
  display: flex;
  align-items: center;
}
.scan-qr-text {
  font-family: "Helvetica Neue";
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: white;
}

.footer {
  display: flex;
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
}

.info {
  font-family: "Helvetica Neue";
  font-weight: lighter;
  color: white;
  font-size: 1rem;
  margin-top: 7rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.agreement {
  font-family: "Helvetica Neue";
  font-weight: lighter;
  font-style: italic;
  color: white;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.5rem;
}

.enter-container {
  width: 75%;
  margin-left: auto;
  display: flex;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  color: white;
  -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 5% 100%);
  background: rgb(0, 34, 126);
  background: linear-gradient(
    90deg,
    rgba(0, 34, 126, 1) 0%,
    rgba(0, 129, 255, 1) 50%,
    rgba(0, 34, 126, 1) 100%
  );
}

.agreement-container {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

.checkbox input {
  display: none;
}

.checkmark {
  display: block;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
}

.checkbox input:checked ~ .checkmark {
  background-color: #00d5f7;
}

.link {
  text-decoration: none;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
}

.small-container {
  display: flex;
  height: 100%;
}

.enter-text-container {
  width: 100%;
}

.attention {
  visibility: hidden;
  color: #ff6969;
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
}

.video-container {
  width: 100%;
}
