@font-face {
  font-family: f;
  src: url("/media/games/reindeer-racing/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/reindeer-racing/fonts//Supercell-Magic Regular.ttf");
}

#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area .screamAnim {
  animation: screamAnim 0.2s infinite;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/reindeer-racing/images/navbar/backer.webp");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #home-section #logo {
  height: 600px;
  justify-content: center;
  display: flex;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #home-btns {
  width: 70%;
  margin-left: 11%;
  justify-content: space-around;
  display: flex;
  margin-top: 50px;
}
#full-area #game-area #content #home-section #home-btns img {
  width: 300px;
  cursor: pointer;
}
#full-area #game-area #content #carrot-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  background: #00000051;
}
#full-area #game-area #content #carrot-section h1 {
  color: white;
  font-family: f2;
  position: absolute;
  top: 0;
  font-size: 45px;
  text-shadow: 4px 5px rgba(0, 0, 0, 0.64);
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #carrot-section h1 img {
  width: 100px;
  animation: seqAnim 1.5s infinite;
}
#full-area #game-area #content #carrot-section #end-ranks {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank {
  width: 22%;
  height: 400px;
  background: #000000e0;
  margin: 0 10px;
  border-radius: 10px;
  border: 3px solid gold;
  position: relative;
  box-shadow: 0 0 7px gold;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank h6 {
  color: green;
  font-size: 25px;
  font-family: f2;
  margin: 20px -20px;
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  text-shadow: 2px 2px rgba(255, 255, 255, 0.149);
  text-decoration: underline;
  display: none;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank img {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%);
  width: 70%;
  margin-top: 5px;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank p {
  color: gold;
  font-size: 30px;
  font-family: f2;
  margin: 10px 20px;
  animation: scale 1.5s infinite;
  position: absolute;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.185);
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank .end-sprite {
  background: url("/media/games/reindeer-racing/images/sprites/Blitzen-Idle.webp");
  width: 240px;
  height: 254px;
  transform: scale(1.2);
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank:nth-child(2) {
  border: 3px solid silver;
  box-shadow: 0 0 7px silver;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank:nth-child(2) p {
  color: silver;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank:nth-child(3) {
  margin-left: -15px;
  border: 3px solid brown;
  box-shadow: 0 0 7px brown;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank:nth-child(3) p {
  color: brown;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank:nth-child(4) {
  margin-left: -45px;
  border: 3px solid white;
  box-shadow: 0 0 7px white;
}
#full-area #game-area #content #carrot-section #end-ranks .end-rank:nth-child(4) p {
  color: white;
}
#full-area #game-area #content #carrot-section #carrot {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #carrot-section #carrot img {
  width: 100%;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #options-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  background: #00000051;
  padding: 20px;
}
#full-area #game-area #content #options-section h1 {
  font-family: f;
  color: white;
  text-align: center;
  font-size: 50px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.269);
  text-transform: uppercase;
}
#full-area #game-area #content #options-section #chooseRR {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 55%;
  margin-top: 10px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #options-section #options {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #options-section #options .option {
  margin: 0 20px;
  width: 18%;
  background: #000000aa;
  height: 435px;
  border: 3px solid white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.283);
  padding: 0 10px;
  cursor: pointer;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #options-section #options .option .name {
  max-width: 100%;
  max-height: 30%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #options-section #options .option .option-sprite {
  width: 240px;
  height: 254px;
  transform: scale(0.9);
  margin-top: 0px;
  margin-left: -15px;
}
#full-area #game-area #content #options-section #options .option .cupid {
  margin-top: -12px;
}
#full-area #game-area #content #options-section #options .option #nb-wins {
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
#full-area #game-area #content #options-section #options .option #nb-wins img {
  width: 100%;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #options-section #rank-info {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 100%;
  transform: translateY(-150%);
  background: #000000b7;
  width: 110%;
  margin-left: -5%;
  border-top: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.198);
  height: 90px;
}
#full-area #game-area #content #options-section #rank-info #total-carrots, #full-area #game-area #content #options-section #rank-info #rank {
  display: flex;
  margin-top: 20px;
}
#full-area #game-area #content #options-section #rank-info #total-carrots img, #full-area #game-area #content #options-section #rank-info #rank img {
  height: 50px;
}
#full-area #game-area #content #options-section #rank-info #total-carrots p, #full-area #game-area #content #options-section #rank-info #rank p {
  font-family: f;
  color: white;
  font-size: 52px;
  position: relative;
  margin-top: -10px;
  margin-left: 20px;
  -webkit-text-stroke: 3px #919191;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #video-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000000;
  z-index: 3875820019684212735;
  transform: translate(-50%, -50%) scale(1.13);
}
#full-area #game-area #content #video-section div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(90px, 50px);
  width: 200px;
  z-index: 999999;
}
#full-area #game-area #content #video-section img {
  width: 100%;
  transform: translate(90px, 50px);
  animation: scale 1.5s infinite;
  cursor: pointer;
}
#full-area #game-area #content #video-section svg {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 2;
  color: white;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #video-section video {
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-105%);
  position: absolute;
  background: #000;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: url("/media/games/reindeer-racing/images/background.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background: #00000051;
}
#full-area #game-area #content #end-section #rank {
  display: flex;
  margin-top: 0px;
  transform: scale(1);
  position: absolute;
  left: 0;
  margin: 20px;
}
#full-area #game-area #content #end-section #rank img {
  height: 50px;
}
#full-area #game-area #content #end-section #rank p {
  font-family: f;
  color: white;
  font-size: 52px;
  position: relative;
  margin-top: -10px;
  margin-left: 20px;
  -webkit-text-stroke: 3px #919191;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #end-section .content {
  width: 50%;
  left: 0%;
  height: 82%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: url("/media/games/reindeer-racing/images/game-over-box.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 75%;
  display: flex;
  margin: 0 auto;
  margin-top: -5%;
  z-index: 2;
  position: relative;
  top: 40px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%) scale(1);
  position: relative;
  margin-top: -37px;
  margin-left: 5px;
  justify-content: center;
  width: 50%;
  padding: 0px 0;
  top: 56%;
  position: absolute;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 120px;
  cursor: pointer;
  margin: 0px auto;
  margin-bottom: -10px;
  display: flex;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
#full-area #game-area #content #falling-anim .snow {
  width: 30px;
  height: 30px;
  position: absolute;
}
#full-area #game-area #content #falling-anim .snow div {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.915);
  border-radius: 30px;
  box-shadow: 0 0 10px white;
  transform: scale(0.4);
}
#full-area #game-area #content #background-toAnim {
  position: absolute;
  width: 200000px;
  height: 100%;
  background: url("/media/games/reindeer-racing/images/bg-anim.webp");
  background-size: contain;
  background-position: bottom center;
  left: 0;
  top: 0;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
  background: #00000011;
}
#full-area #game-area #content #play-section #selected-RR-name {
  position: absolute;
  z-index: 9;
}
#full-area #game-area #content #play-section #selected-RR-name p {
  position: relative;
  font-family: f2;
  background: #000000c9;
  position: absolute;
  padding: 10px 30px;
  font-size: 30px;
  margin: 20px;
  border-radius: 10px;
  border: 3px solid white;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.32);
  color: white;
  text-wrap: nowrap;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section #selected-RR-name p span {
  color: gold;
}
#full-area #game-area #content #play-section #finishline {
  height: 347px;
  width: 40px;
  background: url("/media/games/reindeer-racing/images/finishline.webp");
  background-size: cover;
  margin-top: 230px;
  transform: translateX(300px);
  position: absolute;
  opacity: 0.9;
  display: none;
}
#full-area #game-area #content #play-section #reindeer-ranks {
  position: absolute;
  top: 80px;
}
#full-area #game-area #content #play-section #reindeer-ranks .reindeer-rank {
  position: absolute;
  transform: translateY(190px) translateX(20px);
}
#full-area #game-area #content #play-section #reindeer-ranks .reindeer-rank p {
  color: white;
  font-size: 60px;
  font-family: f;
  opacity: 0.5;
  margin-left: 10px;
  margin-bottom: 20px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section #reindeer-ranks .reindeer-rank:nth-child(1) {
  transform: translateY(140px) translateX(20px);
}
#full-area #game-area #content #play-section #reindeer-ranks .reindeer-rank:nth-child(2) {
  transform: translateY(220px) translateX(20px);
}
#full-area #game-area #content #play-section #reindeer-ranks .reindeer-rank:nth-child(3) {
  transform: translateY(300px) translateX(20px);
}
#full-area #game-area #content #play-section #reindeer-ranks .reindeer-rank:nth-child(4) {
  transform: translateY(381.5px) translateX(20px);
}
#full-area #game-area #content #play-section #reindeers {
  position: absolute;
  z-index: 2;
}
#full-area #game-area #content #play-section #reindeers .reindeer {
  position: absolute;
  width: 240px;
  height: 254px;
  transform: scale(0.7);
  background: transparent;
}
#full-area #game-area #content #play-section #reindeers .reindeer:nth-child(1) {
  transform: translateY(70px) scale(0.7);
}
#full-area #game-area #content #play-section #reindeers .reindeer:nth-child(2) {
  transform: translateY(150px) scale(0.7);
}
#full-area #game-area #content #play-section #reindeers .reindeer:nth-child(3) {
  transform: translateY(230px) scale(0.7);
}
#full-area #game-area #content #play-section #reindeers .reindeer:nth-child(4) {
  transform: translateY(310px) scale(0.7);
}
#full-area #game-area #content #play-section #reindeers .reindeer div {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
#full-area #game-area #content #play-section #reindeers .reindeer div img {
  max-height: 50%;
  max-width: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}
#full-area #game-area #content #play-section #reindeers .reindeer .reindeer-name {
  display: block;
  background: url("/media/games/reindeer-racing/images/short-length-outlined.webp");
  background-size: cover;
  height: 15px;
  width: 130px;
  position: absolute;
  top: 55%;
  left: -70px;
  z-index: -1;
  animation: seqAnim 2s infinite;
  opacity: 0.9;
}
#full-area #game-area #content #play-section #reindeers .reindeer .reindeer-name p {
  font-size: 29px;
  font-family: f;
  color: rgba(0, 0, 0, 0.795);
  background: url("/media/games/reindeer-racing/images/flag.gif");
  background-size: cover;
  text-align: center;
  border-radius: 15px;
  width: 150px;
  height: 107px;
  position: absolute;
  left: -120px;
  top: -50px;
  padding-top: 30px;
  padding-left: 15px;
  transform: scale(0.9);
}
#full-area #game-area #content #scoreboard-section {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000097;
}
#full-area #game-area #content #scoreboard-section h1 {
  color: white;
  font-family: f2;
  font-size: 70px;
  text-align: center;
  color: black;
  letter-spacing: 10px;
  top: 120px;
  width: 100%;
  z-index: 2;
  position: absolute;
}
#full-area #game-area #content #scoreboard-section #back-btn {
  left: 100%;
  top: 100%;
  position: absolute;
  transform: translate(-100%, -100%);
  margin: -5px -25px;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
#full-area #game-area #content #scoreboard-section #back-btn img {
  width: 200px;
}
#full-area #game-area #content #scoreboard-section #back-btn p {
  font-size: 50px;
  color: white;
  font-family: f;
  padding: 0 30px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
}
#full-area #game-area #content #scoreboard-section #scores {
  width: 67%;
  height: 520px;
  position: absolute;
  background: url("/media/games/reindeer-racing/images/parchment.webp");
  background-size: cover;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  padding-top: 175px;
}
#full-area #game-area #content #scoreboard-section #scores h6 {
  color: black;
  font-family: f;
  font-size: 70px;
  position: relative;
  width: 75%;
  text-align: center;
  top: 20%;
  transform: translateY(-100%);
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
  margin-bottom: 20px;
}
#full-area #game-area #content #scoreboard-section #scores p {
  color: black;
  font-family: f2;
  letter-spacing: 5px;
  font-size: 35px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.716);
  margin: -37px 0;
  margin-left: 220px;
}
#full-area #game-area #content #scoreboard-section #scores p img {
  height: 50px;
  margin-right: 20px;
  margin-top: -10px;
  margin-left: 5px;
}
#full-area #game-area #content #scoreboard-section #scores p span:nth-child(1) {
  position: relative;
  top: 10px;
  font-size: 65px;
  margin-right: 50px;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes giftRot {
  0% {
    transform: translate(-50%, -100%) rotate(0);
  }
  20% {
    transform: translate(-50%, -120%) rotate(-80deg);
  }
  40% {
    transform: translate(-50%, -100%) rotate(-160deg);
  }
  60% {
    transform: translate(-50%, -120%) rotate(-240deg);
  }
  80% {
    transform: translate(-50%, -100%) rotate(-320deg);
  }
  100% {
    transform: translate(-50%, -100%) rotate(-360deg);
  }
}
@keyframes playerSelected {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes seqAnim {
  0% {
    transform: scale(1) rotate(3deg);
    transform-origin: center right;
  }
  50% {
    transform: scale(1) rotate(-3deg);
    transform-origin: center right;
  }
  100% {
    transform: scale(1) rotate(3deg);
    transform-origin: center right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=index.css.map */
@media (max-width: 600px) {
  #full-area #game-area #content #options-section #chooseRR {
    width: 80%;
    margin-top: 20px;
  }
  #full-area #game-area #content #options-section #options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #full-area #game-area #content #options-section #options .option {
    width: 33%;
    margin: 0;
  }
  #full-area #game-area #content #options-section #options .option .option-sprite {
    margin-left: 5px;
    margin-top: -15px;
    margin-bottom: 5px;
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: 0px;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(1.2);
    margin-top: 200px;
  }
  #full-area #game-area #content #play-section #selected-RR-name {
    left: 60px;
    margin-top: -70px;
  }
  #full-area #game-area #content #play-section #reindeers {
    z-index: 3;
    transform: translateX(-50px) translateY(-65px) scale(1.4);
  }
  #full-area #game-area #content #play-section #reindeer-ranks {
    z-index: 1;
    left: 600px;
    transform: scale(1.37) translateY(-30px);
  }
  #full-area #game-area #content #play-section #finishline {
    z-index: 2;
    height: 460px;
  }
  #full-area #game-area #content #carrot-section #end-ranks {
    transform: translateY(-40%) scale(1.14);
    margin-left: 20px;
  }
  #full-area #game-area #content #carrot-section #end-ranks .end-rank img {
    margin-top: -10px;
  }
  #full-area #game-area #content #end-section .content {
    background: none;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: -130px;
    width: 80%;
    margin-left: -110px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 200px;
    margin: 0px auto;
  }
  #full-area #game-area #content #video-section div {
    margin-top: 100px;
    margin-left: 100px;
    transform: scale(1.3);
  }
  #full-area #game-area #content #video-section video {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-height: 99999px;
    max-width: 99999px;
    height: 100%;
    width: auto;
  }
}

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