@font-face {
  font-family: pf;
  src: url(../fonts/PFSquareSansPro-Regular.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "pf", "Trebuchet MS", sans-serif;
}

main {
  height: 100vh;
  width: 100vw;
  background: url("../images/store.jpg") center bottom;
  background-size: cover;
}

section {
  position: fixed;
  height: 90vh;
  bottom: 0;
  width: 45vh;
  background: url("../images/monitor.png") center bottom no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
section .qr-container {
  background: url(../images/logo3.png) -1vh 5vh no-repeat;
  background-size: contain;
  height: 100%;
  width: 79%;
  z-index: -1;
  margin: 0.5vh auto;
}

.continue {
  pointer-events: all !important;
}

.instant section {
  bottom: 4vh;
}
.instant video {
  height: 77vh;
  bottom: 17vh;
}
.instant h1 {
  padding: 1rem;
}
.instant .qr-container {
  background: #1c519096;
  background: linear-gradient(90deg, #0facd8a3, #98c44f73);
  height: 83.5%;
  padding: 15px;
  width: 95%;
  z-index: -1;
  margin: 1vh auto;
  border-radius: 0px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.instant .qr-container ul {
  list-style: none;
}
.instant .qr-container li, .instant .qr-container .winner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #98c44f;
  margin: 0.25rem 0;
  font-size: 0.75rem;
  padding: 0.5rem;
  color: black;
  border-radius: 16px;
}
.instant .qr-container .winner {
  padding-left: 2.75rem;
  font-size: 1.25rem;
  position: relative;
}
.instant .qr-container .winner::before {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z'/%3E%3C/svg%3E");
  height: 1rem;
  width: 1rem;
  display: block;
  height: 1.5rem;
  margin-left: -2.25rem;
  width: 1.95rem;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.instant .qr-container .prize {
  width: 20%;
  margin: 0 auto;
}
.instant .qr-container .winner span:nth-of-type(2)::after, .instant .qr-container .score::after {
  content: "pts";
}

.qr-sign, .qr-sign-3, .qr-sign-2 {
  background: url(../images/sign2.png) -1vh 5vh no-repeat;
  position: fixed;
  background-size: contain;
  margin: 0.5vh auto;
  height: 53vh;
  bottom: 0;
  position: fixed;
  width: 33vh;
  object-fit: contain;
  left: calc(50vw - 50vh);
  z-index: 5;
}

.qr-sign-2 {
  background: url(../images/sign2.1.png) -1vh 5vh no-repeat;
  background-size: contain;
}

.qr-sign-3 {
  background: url(../images/sign2.2.png) -1vh 5vh no-repeat;
  background-size: contain;
}

button {
  font-weight: 600;
  position: fixed;
  bottom: 20vh;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  outline: 0;
  padding: 2vh 5vh;
  background-image: linear-gradient(45deg, #0facd8, #98c44f);
  color: white;
  border-radius: 50px;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
button:hover {
  background: white;
  color: black;
}

main video {
  position: fixed;
  height: 68vh;
  bottom: 12vh;
  width: 44vh;
  background: url(../images/monitor.png) center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  object-fit: cover;
}

.player-container {
  background-image: linear-gradient(45deg, #0facd8, #98c44f);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.player-container form {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  background: #ffffffba;
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 13px 5px #00000024;
  color: #1c5190;
}
.player-container .form, .player-container .instructions {
  text-align: center;
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: 400px;
  flex-direction: column;
}
.player-container .cosmote {
  width: 180px;
  margin-bottom: 1rem;
}
.player-container .form-field {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  width: 100%;
}
.player-container input {
  padding: 5px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
}
.player-container .button {
  cursor: pointer;
  min-width: 13rem;
  padding: 10px;
  margin: 10px 0;
  background: black;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#0facd8), to(#98c44f));
  background-image: linear-gradient(90deg, #0facd8, #98c44f);
  text-decoration: none;
  border-radius: 40px;
  text-align: center;
}
.player-container .button:hover {
  background: white;
  color: black;
}

#display-area, .message {
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#0facd8), to(#98c44f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 1rem;
}

.hidden {
  display: none !important;
}

.visible {
  display: flex;
}

.wrong, .correct, .wrong2, .correct2 {
  background: #1c5190 !important;
  border-radius: 4px !important;
}

.end-game .wrong, .end-game .wrong2 {
  opacity: 0.3;
  pointer-events: none;
}
.end-game .correct, .end-game .correct2 {
  background: #98c44f !important;
  pointer-events: none;
}
.end-game #display-area {
  font-size: 1.5rem;
}

.show-correct .wrong, .show-correct .wrong2, .show-correct .button {
  pointer-events: none;
}
.show-correct .wrong.clicked, .show-correct .wrong2.clicked {
  background-image: linear-gradient(90deg, #d80f3d, #bf4327) !important;
  opacity: 1;
}
.show-correct #display-area {
  font-size: 1.5rem;
}
.show-correct .correct, .show-correct .correct2 {
  animation: plop 2s infinite ease-in-out;
}

@keyframes plop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */
