* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  min-width: 100vw;
  min-height: 100vh;
  background-color: #e00f22;
  -webkit-box-shadow: inset -10px -10px 0 #000, inset 10px 10px 0 #000,
    inset -15px -15px 0 #fff, inset 15px 15px 0 #fff;
  box-shadow: inset -10px -10px 0 #000, inset 10px 10px 0 #000,
    inset -15px -15px 0 #fff, inset 15px 15px 0 #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Anton, sans-serif;
}
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  text-align: center;
}
h1 {
  font-family: Luckiest Guy, cursive;
  font-size: 7rem;
  letter-spacing: 5px;
  color: #fff;
  z-index: 1;
}
h2 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}
h3 {
  font-family: Luckiest Guy, cursive;
}
button {
  font-family: Anton, sans-serif;
  background: #fff;
  border: 0;
  padding: 12px 35px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 650px) {
  h2 {
    font-size: 0.9rem;
  }
}
.main-logo {
  width: 490px;
  opacity: 0;
  -webkit-animation: transitionFadeIn 0.6s ease-out 0s forwards;
  animation: transitionFadeIn 0.6s ease-out 0s forwards;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}
.sub-text {
  opacity: 0;
  font-size: 17px;
  letter-spacing: 1px;
  -webkit-animation: transitionFadeIn 0.5s ease-out 0.3s forwards;
  animation: transitionFadeIn 0.5s ease-out 0.3s forwards;
}
.select-button {
  opacity: 0;
  -webkit-animation: transitionFadeIn 0.5s ease-out 0.4s forwards;
  animation: transitionFadeIn 0.5s ease-out 0.4s forwards;
  margin-top: 40px;
  -webkit-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.select-button:hover {
  color: #fff;
}
.select-button:before {
  content: "";
  position: absolute;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.1s ease-out;
  -o-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
}
.select-button:hover:before {
  top: 0;
}
.face {
  opacity: 0;
}
.facewrap-1 {
  top: -90px;
  z-index: 0;
  -webkit-animation: wiggle 7s infinite 0.3s linear;
  animation: wiggle 7s infinite 0.3s linear;
}
.facewrap-1,
.facewrap-2 {
  position: absolute;
  left: -160px;
}
.facewrap-2 {
  bottom: -40px;
  -webkit-animation: wiggle 7s infinite 1.9s linear;
  animation: wiggle 7s infinite 1.9s linear;
}
.facewrap-3 {
  top: -160px;
}
.facewrap-3,
.facewrap-4 {
  position: absolute;
  -webkit-animation: wiggle 7s infinite 1s linear;
  animation: wiggle 7s infinite 1s linear;
}
.facewrap-4 {
  top: -150px;
  right: -175px;
  z-index: 1;
}
.facewrap-5 {
  position: absolute;
  right: -260px;
  -webkit-animation: wiggle 7s infinite 1.8s linear;
  animation: wiggle 7s infinite 1.8s linear;
}
.facewrap-6 {
  position: absolute;
  right: -100px;
  bottom: -50px;
  -webkit-animation: wiggle 7s infinite 0.8s linear;
  animation: wiggle 7s infinite 0.8s linear;
}
.face1 {
  -webkit-animation: pop 0.2s ease-out 0.6s forwards;
  animation: pop 0.2s ease-out 0.6s forwards;
}
.face2 {
  -webkit-animation: pop 0.2s ease-out 0.7s forwards;
  animation: pop 0.2s ease-out 0.7s forwards;
}
.face3 {
  -webkit-animation: pop 0.2s ease-out 0.35s forwards;
  animation: pop 0.2s ease-out 0.35s forwards;
}
.face4 {
  -webkit-animation: pop 0.2s ease-out 0.8s forwards;
  animation: pop 0.2s ease-out 0.8s forwards;
}
.face5 {
  -webkit-animation: pop 0.2s ease-out 0.9s forwards;
  animation: pop 0.2s ease-out 0.9s forwards;
}
.face6 {
  -webkit-animation: pop 0.2s ease-out 1s forwards;
  animation: pop 0.2s ease-out 1s forwards;
}
.fade {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.volume-on {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 40px;
  color: #fff;
}
.volume-on img {
  height: 30px;
  margin-right: 10px;
  margin-bottom: -8px;
}
.volume-on span {
  font-size: 15px;
  letter-spacing: 1.3px;
}
@-webkit-keyframes transitionFadeIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes transitionFadeIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20.3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  21% {
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
  }
  21.5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  22% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  22.5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  23% {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
  }
  23.5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  24% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  24.5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20.3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  21% {
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
  }
  21.5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  22% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  22.5% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  23% {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
  }
  23.5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  24% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  24.5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@media only screen and (max-width: 650px) {
  .face {
    display: none;
  }
  .face4 {
    display: block;
    width: 230px;
    height: 230px;
  }
  .facewrap-4 {
    left: 50%;
    margin-left: -100px;
    margin-top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: none;
    animation: none;
    width: 200px;
    height: 200px;
  }
  .main-logo {
    width: 100%;
    max-width: 500px;
  }
  .volume-on {
    width: 100%;
    text-align: center;
  }
  .volume-on span {
    font-size: 14px;
  }
}
.score {
  position: fixed;
  top: 45px;
  right: 45px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.movie-text {
  font-size: 2.8rem;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-bottom: 20px;
}
.movie-title {
  width: 90%;
  height: 46px;
}
.replay {
  height: 200px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.replay:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.replay img {
  width: 210px;
}
.image-placeholder {
  width: 160px;
  height: 240px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.select-movie:hover .image-placeholder img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.image-placeholder img {
  width: 100%;
  border: 3px solid #fff;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.select-movie {
  margin: 0 10px;
  background: none;
  padding: 0;
  text-transform: none;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
}
.in .select-movie {
  opacity: 0;
  -webkit-animation: slideIn 0.3s ease-out 0s forwards;
  animation: slideIn 0.3s ease-out 0s forwards;
}
.out .select-movie {
  opacity: 1;
  -webkit-animation: slideOut 0.3s ease-in 0s forwards;
  animation: slideOut 0.3s ease-in 0s forwards;
}
.select-movie:first-child {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.select-movie:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.select-movie:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.select-movie:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.select-movie:hover .image-placeholder {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.logo {
  position: fixed;
  top: 45px;
  left: 45px;
  width: 150px;
  cursor: pointer;
}
.replay-bubble {
  position: absolute;
  right: -150px;
  top: 30px;
}
.options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.miniscore {
  opacity: 0;
  display: inline-block;
  -webkit-animation: bigPop 0.5s ease 0s forwards;
  animation: bigPop 0.5s ease 0s forwards;
  width: 50px;
  height: 50px;
  border: 2px solid;
  border-radius: 100%;
  padding: 10px;
}
.replay-image {
  position: absolute;
  width: 60px;
  height: 100%;
  padding-bottom: 10px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.replay-image img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes bigPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bigPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.replay-bubble span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  font-family: Luckiest Guy, cursive;
  letter-spacing: 1px;
}
.background {
  -webkit-animation: fadeIn 0.3s ease-out 0s forwards;
  animation: fadeIn 0.3s ease-out 0s forwards;
}
.us {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.us,
.us a {
  color: #95151a;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 14px;
}
.us a {
  border-bottom: 2px solid;
}
.check,
.cross {
  -webkit-animation: pop 0.3s ease-out 0ms forwards;
  animation: pop 0.3s ease-out 0ms forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}
@media only screen and (max-width: 650px) {
  .logo {
    width: 100px;
    display: none;
  }
  .replay {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    position: fixed;
    top: 45px;
    left: 45px;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    padding-top: 0;
    margin-top: -20px;
    margin-left: -20px;
  }
  .replay:hover {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .movie-text {
    font-size: 1.4rem;
    padding-top: 45px;
    margin-bottom: 10px;
  }
  .options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .select-movie {
    width: 40%;
    margin: 0;
    margin-top: 5px;
    opacity: 0;
  }
  .movie-title {
    display: none;
  }
  .image-placeholder {
    width: 120px;
    height: 180px;
    margin-bottom: 2px;
  }
  .us {
    display: none;
  }
}
.container {
  width: 600px;
  height: 420px;
  border-radius: 20px 20px 25px 20px;
  text-align: center;
  -webkit-box-shadow: 20px 10px 75px -25px rgba(0, 0, 0, 0.6);
  box-shadow: 20px 10px 75px -25px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-out 0.2s forwards;
  animation: fadeIn 0.3s ease-out 0.2s forwards;
}
.container,
.sub-container {
  background: #fff;
  position: relative;
}
.sub-container {
  border-radius: 20px;
  width: 100%;
  height: 350px;
  z-index: 2;
  -webkit-box-shadow: 0 40px 80px -35px rgba(0, 0, 0, 0.5);
  box-shadow: 0 40px 80px -35px rgba(0, 0, 0, 0.5);
}
.wow {
  position: absolute;
  color: #000;
  top: -40px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.wow img {
  width: 200px;
  height: 200px;
  margin-right: -65px;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 2;
}
.your-score {
  padding-top: 60px;
  font-size: 2.2rem;
}
.final-score {
  font-size: 6.2rem;
  color: #dd162b;
  line-height: 1.1;
}
.final-comment {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 20px auto 0;
}
.repeat {
  background: none;
  font-family: Luckiest Guy, cursive;
  color: #fff;
  margin-top: 50px;
  margin-bottom: -50px;
  font-size: 1.6rem;
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-out 0.4s forwards;
  animation: fadeIn 0.3s ease-out 0.4s forwards;
}
.repeat,
.share {
  text-transform: uppercase;
}
.share {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 0;
}
.share-unit {
  width: 180px;
  height: 90px;
  padding-top: 38px;
  color: #fff;
  cursor: pointer;
}
.share-unit,
.share h2 {
  font-size: 20px;
  letter-spacing: 1px;
}
.share h2 {
  width: 40%;
  padding-top: 38px;
}
.absolute-facebook {
  background: #27499e;
  border-radius: 0 0 0 20px;
  margin-right: -30px;
  width: 210px;
  padding-right: 30px;
}
.absolute-twitter {
  background: #1a9beb;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 650px) {
  .container {
    width: 85vw;
    margin-top: 60px;
  }
  .wow {
    font-size: 70px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wow img {
    width: 120px;
    height: 120px;
    margin-top: -30px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .your-score {
    padding-top: 30px;
  }
  .final-comment {
    font-size: 1.1rem;
    padding: 0 20px;
    line-height: 2rem;
  }
  .final-comment div {
    display: inline;
  }
  .repeat {
    margin-top: 20px;
  }
  .share h2 {
    display: none;
  }
}
/*# sourceMappingURL=main.a3ec8d30.css.map*/
