/***************************
****************************
Reset
****************************
***************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/***************************
****************************
Site wide
****************************
***************************/
p.creds {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

body {
  color: #fff;
  font-family: 'Press Start 2P', cursive;
  text-align: center;
  background: #090d15;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[v-cloak] {
  display: none;
}

input {
  font-family: 'Press Start 2P', cursive;
  font-size: 16px;
}

.top,
.left,
.right,
.bottom {
  position: absolute;
}

.top {
  top: 0;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.bottom {
  bottom: 0;
}

.screen {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.screen:after {
  content: '';
  display: block;
  padding-bottom: 57.5%;
}

.placement {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.position-name {
  pointer-events: none;
  z-index: 400;
}

p,
h2 {
  line-height: 1.75;
  margin-top: 30px;
  color: #9099AD;
}

h2 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
}

.button {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  color: #9099AD;
  cursor: pointer;
  border: 0;
  text-decoration: none;
}

.button:hover {
  color: #fff;
}

.flash-button {
  -webkit-animation: flash 0.5s steps(2, end) infinite;
  animation: flash 0.5s steps(2, end) infinite;
}

.button--white {
  color: #fff;
}

@font-face {
  font-family: "PWHappyChristmas";
  src: url("../PWHappyChristmas.ttf") format("truetype");
}

.custom_logo {
  box-sizing: 10px 20px black;
  background: linear-gradient(184deg, #fffffff2, #0048ff 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  text-transform: uppercase;
  font-family: "PWHappyChristmas", fantasy !important;
  letter-spacing: 3px;
  margin-top: 17px;
  text-wrap: nowrap;
}

.List_of_ofc {
  font-family: 'poppins' !important;
  background: linear-gradient(184deg, #fffffff2, #fff 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: capitalize;
}

.blue_color {
  font-family: "PWHappyChristmas", fantasy !important;
  color: white;
  text-decoration: none;
}

/***************************
****************************
Landing
****************************
***************************/
.landing-screen img {
  width: 60%;
  height: auto;
}

/***************************
****************************
Game screen
****************************
***************************/
.game-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background.png);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.fireworks {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1000;
}

.countdown {
  display: block;
  margin-top: 50px;
}

/***************************
****************************
Scores
****************************
***************************/
.close-button {
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #9099AD;
  cursor: pointer;
}

.text {
  width: 100%;
  margin: 0 auto;
}

.text .button-wrap {
  margin-top: 60px;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-input {
  border: 0;
  background: transparent;
  border-bottom: 3px solid #9099AD;
  width: 100%;
  max-width: 280px;
  margin: 40px 0 60px;
  color: #fff;
  outline: none;
  padding-bottom: 5px;
}

.leaderboard-wrap {
  padding-top: 80px;
  width: 60%;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
}

.leaderboard-header,
.leaderboard-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.leaderboard-header {
  margin-bottom: 40px;
}

.leaderboard-row {
  padding: 7px 0;
}

.leaderboard-row:nth-child(odd) {
  color: #9099AD;
}

.toggle-sound {
  z-index: 1000;
  position: absolute;
  top: 1.6%;
  left: 1%;
  text-transform: uppercase;
  color: #9099AD;
  cursor: pointer;
}

.pause {
  position: absolute;
  top: 5.1%;
  left: 1%;
  color: #9099AD;
  text-transform: uppercase;
  cursor: pointer;
}

.points {
  position: absolute;
  top: 1.6%;
  right: 1%;
  text-transform: uppercase;
}

.our-site-link {
  color: #9099AD;
  text-decoration: none;
}

@media (max-width: 800px) {
  .custom_logo {
    font-size: 45px !important;
  }

  .List_of_ofc {
    font-family: "Permanent Marker", serif !important;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 5px;
  }


}

@media (min-width: 800px) {


  .fullscreen-button {
    display: none;
  }
}

.chimney-cover {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 100, 0.1);
  position: absolute;
  top: 0;
  z-index: 300;
}

.chimney {
  width: 5%;
  height: 20%;
  position: absolute;
  overflow: hidden;
  color: #fff;
}

.chimney-1 {
  left: 11.4%;
  top: 20.5%;
}

.chimney-2 {
  left: 43.3%;
  top: 4.2%;
}

.chimney-3 {
  left: 78.4%;
  top: 8.45%;
}

.chimney-4 {
  left: 54.4%;
  top: 32.7%;
}

.chimney-5 {
  left: 86.4%;
  top: 32.3%;
}

.chimney-6 {
  left: 26.4%;
  top: 47.3%;
}

.chimney-7 {
  left: 59.8%;
  top: 52.9%;
}

.character {
  position: absolute;
  top: 100%;
  -webkit-animation: popup 2s steps(10, end);
  animation: popup 2s steps(10, end);
  z-index: 200;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  width: 100%;
}

.character:after {
  content: '';
  display: block;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.rudolf {
  background-image: url(../img/rudolf.png);
}

.rudolf:after {
  padding-bottom: 242.62%;
}

.father-christmas {
  background-image: url(../img/santa-dressed.png);
}

.father-christmas:after {
  padding-bottom: 242.62%;
}

.naked-claus {
  background-image: url(../img/naked-claus.png);
}

.naked-claus:after {
  padding-bottom: 242.62%;
}

.yeti {
  background-image: url(../img/yeti.png);
}

.yeti:after {
  padding-bottom: 221.31%;
}

.elf-red-1 {
  background-image: url(../img/elf-red-1.png);
}

.elf-red-1:after {
  padding-bottom: 211.48%;
}

.elf-green-1 {
  background-image: url(../img/elf-green-1.png);
}

.elf-green-1:after {
  padding-bottom: 211.48%;
}

.elf-green-2 {
  background-image: url(../img/elf-green-2.png);
}

.elf-green-2:after {
  padding-bottom: 211.48%;
}

.elf-pink-1 {
  background-image: url(../img/elf-pink-1.png);
}

.elf-pink-1:after {
  padding-bottom: 211.48%;
}

.elf-orange-1 {
  background-image: url(../img/elf-orange-1.png);
}

.elf-orange-1:after {
  padding-bottom: 211.48%;
}

.elf-red-2 {
  background-image: url(../img/elf-red-2.png);
}

.elf-red-2:after {
  padding-bottom: 211.48%;
}

.bonus-1 {
  background-image: url(../img/bonus-1.png);
}

.bonus-1:after {
  padding-bottom: 185.25%;
}

.bonus-2 {
  background-image: url(../img/bonus-2.png);
}

.bonus-2:after {
  padding-bottom: 185.25%;
}

.bonus-3 {
  background-image: url(../img/bonus-3.png);
}

.bonus-3:after {
  padding-bottom: 185.25%;
}

.turkey-bonus {
  background-image: url(../img/turkey-bonus.png);
}

.turkey-bonus:after {
  padding-bottom: 137.7%;
}

.sprout-bonus {
  background-image: url(../img/sprout-bonus.png);
}

.sprout-bonus:after {
  padding-bottom: 52.46%;
}

.flash {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
}

.flash.is-success {
  background: rgba(2, 141, 2, 0.85);
}

.flash.is-error {
  background: rgba(255, 0, 0, 0.85);
}

.flash h2 {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-animation: flash 0.2s steps(2, end) infinite;
  animation: flash 0.2s steps(2, end) infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.scarf-wrapper {
  position: absolute;
  top: 5%;
  right: 1%;
  width: 23.3%;
  height: 2.5%;
}

.scarf {
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
  text-align: right;
}

.scarf img {
  position: absolute;
  display: block;
  height: 86%;
  width: auto;
  right: 0;
}

body {
  width: 100%;
}

html,
body,
.vertical-container {
  height: 100%;
}

.vertical-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aspect-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 177vh;
}

.submit-input {
  width: 100%;
  margin: 0;
}

@media (max-width: 1200px) {
  .submit-input {
    border-bottom: none;
  }
}

@media (max-width: 1200px) {
  .text p {
    margin-top: 0;
    padding-top: 4.7%;
  }
}

@media (max-width: 1200px) {
  .text .button-wrap {
    margin-top: 0;
    padding-top: 7.8%;
  }
}

.input-submit-wrapper {
  padding: 10% 15% 15%;
  position: relative;
}

@media (max-width: 1200px) {
  .input-submit-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    height: 0.4vw;
    width: 70%;
    left: 15%;
    bottom: 45%;
    background: #9099AD;
  }
}

p.creds {
  bottom: 2.9%;
}

.screen,
input {
  font-size: 1.334vw;
}

@media (min-width: 1200px) {

  .screen,
  input {
    font-size: 16px;
  }
}

.button {
  margin-bottom: 0.9em;
}