@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap");
@font-face {
  font-family: MSReferenceSansSerif;
  src: url("media/fonts/MS Reference Sans Serif.ttf");
}
@font-face {
  font-family: FuturaBT;
  src: url("media/fonts/Futura Heavy font.ttf");
}
@font-face {
  font-family: FuturaBTItalic;
  src: url("media/fonts/Futura Heavy Italic font.ttf");
}
body {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px;
}

#full-area {
  width: 100%;
  height: 100vh;
  user-select: none;
  background: #000;
  position: absolute;
}
#full-area #game-area {
  width: 2000px;
  height: 1125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  overflow: hidden;
}
#full-area #game-area #start-page {
  width: 100%;
  height: 100%;
  background: url("media/start-page.png");
}
#full-area #game-area #start-page #hide-start-btn {
  width: 380px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 54%;
  left: 40%;
  background: rgba(0, 0, 0, 0.504);
  cursor: pointer;
  z-index: 2;
}
#full-area #game-area #start-page #start-page-btn {
  width: 380px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 54%;
  left: 40%;
  background: url("media/start-btn.png");
  background-size: cover;
  cursor: pointer;
}
#full-area #game-area #start-page #start-page-btn:hover {
  filter: brightness(1.2);
}
#full-area #game-area #start-page .lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 63%;
  transform: translateX(-50%);
}
#full-area #game-area #start-page .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 8px;
  border: 5px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}
#full-area #game-area #start-page .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#full-area #game-area #start-page .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#full-area #game-area #start-page .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#full-area #game-area #start-page #start-page-reamining-time {
  font-size: 31px;
  font-family: "Orbitron";
  color: white;
  font-weight: bold;
  line-height: 0.881;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 989.287px;
  transform: matrix(1.4206861563, 0, 0, 1.4206861563, 0, 0);
  -moz-transform: matrix(1.4206861563, 0, 0, 1.4206861563, 0, 0);
  -webkit-transform: matrix(1.4206861563, 0, 0, 1.4206861563, 0, 0);
  -ms-transform: matrix(1.4206861563, 0, 0, 1.4206861563, 0, 0);
}
#full-area #game-area #start-page #start-page-reamining-time span {
  font-size: 20px;
}
#full-area #game-area #start-page .COLOR_FEVER__RACING_ {
  font-size: 27px;
  font-family: "Orbitron";
  color: white;
  font-weight: bold;
  line-height: 0.881;
  text-align: center;
  transform: matrix(4.2790739335, 0, 0, 4.2790739335, 0, 0);
  -moz-transform: matrix(4.2790739335, 0, 0, 4.2790739335, 0, 0);
  -webkit-transform: matrix(4.2790739335, 0, 0, 4.2790739335, 0, 0);
  -ms-transform: matrix(4.2790739335, 0, 0, 4.2790739335, 0, 0);
  position: absolute;
  width: 100%;
  top: 367.819px;
  text-shadow: 1px 1px 4px #00aeffda, -1px -1px 4px #00aeffd7;
  line-height: 35px;
}
#full-area #game-area #start-page .Submit_your_score_by_June_17th___2022_to_win_MS {
  font-size: 20.769px;
  font-family: "MSReferenceSansSerif";
  font-weight: 200;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  transform: matrix(1.5961562351, 0, 0, 1.5961562351, 0, 0);
  -moz-transform: matrix(1.5961562351, 0, 0, 1.5961562351, 0, 0);
  -webkit-transform: matrix(1.5961562351, 0, 0, 1.5961562351, 0, 0);
  -ms-transform: matrix(1.5961562351, 0, 0, 1.5961562351, 0, 0);
  position: absolute;
  width: 100%;
  text-align: center;
  top: 898.039px;
}
#full-area #game-area #choose-car-page {
  width: 100%;
  height: 100%;
  background: url("media/choose-your-car.png");
  display: none;
}
#full-area #game-area #choose-car-page #choose-car-next-btn {
  width: 360px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
#full-area #game-area #choose-car-page #choose-car-next-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #choose-car-page #choose-car-arrow-right, #full-area #game-area #choose-car-page #choose-car-arrow-left {
  width: 80px;
  height: 74px;
  border-radius: 10px;
  position: absolute;
  top: 42%;
  left: 61%;
  transform: translate(-50%, 50%);
  margin-top: -2px;
  cursor: pointer;
}
#full-area #game-area #choose-car-page #choose-car-arrow-right:hover, #full-area #game-area #choose-car-page #choose-car-arrow-left:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #choose-car-page #choose-car-arrow-left {
  left: 39%;
}
#full-area #game-area #choose-car-page .Choose_The_Color_Of_Your_Car {
  font-size: 20.769px;
  font-family: "FuturaBTItalic";
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  -moz-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  -webkit-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  -ms-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  position: absolute;
  width: 100%;
  text-align: center;
  top: 162.539px;
  text-shadow: 1px 1px 8px #00aeff, -1px -1px 8px #00aeff;
  font-family: FuturaBTItalic;
}
#full-area #game-area #choose-car-page .Select_color {
  font-size: 20.769px;
  font-family: "MSReferenceSansSerif";
  color: white;
  line-height: 1.2;
  transform: matrix(1.3060303439, 0, 0, 1.3060303439, 0, 0);
  -moz-transform: matrix(1.3060303439, 0, 0, 1.3060303439, 0, 0);
  -webkit-transform: matrix(1.3060303439, 0, 0, 1.3060303439, 0, 0);
  -ms-transform: matrix(1.3060303439, 0, 0, 1.3060303439, 0, 0);
  position: absolute;
  left: 667.8px;
  top: 776.539px;
  display: none;
}
#full-area #game-area #choose-car-page .menu-car-color-selection {
  position: absolute;
  left: 667.8px;
  top: 776.539px;
  display: flex;
  margin: -32px 0 0 53px;
}
#full-area #game-area #choose-car-page .menu-car-color-selection div {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  margin: 0 25px;
  border: 3px solid white;
  cursor: pointer;
}
#full-area #game-area #choose-car-page .menu-car-selection {
  width: 100%;
}
#full-area #game-area #choose-car-page .menu-car-selection img {
  width: 147px;
  height: 280px;
  position: absolute;
}
#full-area #game-area #choose-car-page .menu-car-selection img:nth-child(1) {
  left: 23%;
  top: 430px;
}
#full-area #game-area #choose-car-page .menu-car-selection img:nth-child(3) {
  left: 77%;
  transform: translateX(-100%);
  top: 430px;
}
#full-area #game-area #choose-car-page .menu-car-selection img:nth-child(4) {
  display: none;
}
#full-area #game-area #choose-car-page .menu-car-selection .selected-car {
  width: 201px;
  height: 383px;
  left: 50%;
  top: 290px;
  transform: translateX(-50%);
}
#full-area #game-area #how-to-play-page {
  width: 100%;
  height: 100%;
  background: url("media/how-to-play-1.jpg");
  display: none;
}
#full-area #game-area #how-to-play-page #how-to-play-btn {
  width: 360px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
#full-area #game-area #how-to-play-page #how-to-play-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #play-page {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
#full-area #game-area #play-page #mobile-controllers {
  display: none;
}
#full-area #game-area #play-page #time-UI, #full-area #game-area #play-page #coin-UI {
  width: 350px;
  height: 81px;
  background: url("media/time-UI.png");
  background-size: cover;
  position: absolute;
  z-index: 10;
  margin: 40px 0 0 40px;
}
#full-area #game-area #play-page #time-UI p, #full-area #game-area #play-page #coin-UI p {
  font-size: 16px;
  font-family: "Orbitron";
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
  -moz-transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
  -webkit-transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
  -ms-transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
  position: absolute;
  padding: 17px 0 0 8px;
  text-align: left;
  width: 110px;
  margin-left: 160px;
  font-weight: bold;
}
#full-area #game-area #play-page #coin-UI {
  background: url("media/coins-UI.png");
  background-size: cover;
  left: 100%;
  transform: translateX(-100%);
  margin: 40px 0 0 -40px;
}
#full-area #game-area #play-page #coin-UI p {
  padding-top: 19px;
  font-size: 10px;
}
#full-area #game-area #play-page #coin-UI p span {
  font-size: 16px;
}
#full-area #game-area #play-page #car-elem {
  position: absolute;
  width: 70px;
  height: 180px;
  left: 965px;
  top: 78%;
  z-index: 10;
}
#full-area #game-area #play-page #car-elem #car {
  width: 240px;
  position: absolute;
  top: -423px;
  left: -93px;
}
#full-area #game-area #play-page #obstacles {
  width: 100%;
  height: 50000px;
  background: url("media/game-default.png");
  position: absolute;
  left: 0;
  top: -48365px;
}
#full-area #game-area #play-page #obstacles .end-line {
  width: 520px;
  margin-left: 3px;
  left: 37%;
  top: 1575px;
  position: absolute;
}
#full-area #game-area #play-page #obstacles .end-line img {
  width: 100%;
  opacity: 0.3;
}
#full-area #game-area #play-page #obstacles .end-line p {
  font-size: 30px;
  width: 100%;
  font-size: 20.769px;
  font-family: "Orbitron";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
  -moz-transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
  -webkit-transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
  -ms-transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
  opacity: 0.3;
}
#full-area #game-area #play-page #obstacles .countdown {
  position: absolute;
  z-index: 36;
  top: 48695px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#full-area #game-area #play-page #obstacles .crack1 {
  width: 133px;
  position: absolute;
  left: 1120px;
}
#full-area #game-area #play-page #obstacles .crack2 {
  width: 133px;
  position: absolute;
  left: 750px;
}
#full-area #game-area #play-page #obstacles .barr {
  width: 143px;
  position: absolute;
  left: 930px;
  top: 200px;
}
#full-area #game-area #play-page #obstacles .hdr {
  width: 130px;
  position: absolute;
  left: 760px;
  top: 400px;
}
#full-area #game-area #play-page #obstacles .coin {
  width: 90px;
  position: absolute;
  left: 960px;
  top: 400px;
}
#full-area #game-area #play-page #obstacles .color-ball {
  width: 130px;
  position: absolute;
  left: 960px;
  top: 700px;
}
#full-area #game-area #end-game {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("media/end-game.png");
  z-index: 30;
  display: none;
}
#full-area #game-area #end-game img {
  position: absolute;
  width: 150px;
  left: 650px;
  top: 350px;
}
#full-area #game-area #end-game .YOUR_SCORE__ {
  font-size: 24.316px;
  font-family: "FuturaBTItalic";
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  -moz-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  -webkit-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  -ms-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
  position: absolute;
  left: 924.637px;
  top: 152.91px;
  z-index: 13;
  text-shadow: 1px 1px 4px #00aeffda, -1px -1px 4px #00aeffd7;
}
#full-area #game-area #end-game .final-score {
  font-size: 21.456px;
  font-family: "Orbitron";
  color: white;
  font-weight: bold;
  line-height: 1.278;
  transform: matrix(5.5204320065, 0, 0, 5.5204320065, 0, 0);
  -moz-transform: matrix(5.5204320065, 0, 0, 5.5204320065, 0, 0);
  -webkit-transform: matrix(5.5204320065, 0, 0, 5.5204320065, 0, 0);
  -ms-transform: matrix(5.5204320065, 0, 0, 5.5204320065, 0, 0);
  position: absolute;
  left: 1047.407px;
  top: 446.79px;
  z-index: 21;
  width: 80px;
  text-align: center;
}
#full-area #game-area #end-game .world-rank {
  font-size: 33px;
  font-family: "Orbitron";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.834;
  transform: matrix(1.0192314868, 0, 0, 1.0192314868, 0, 0);
  -moz-transform: matrix(1.0192314868, 0, 0, 1.0192314868, 0, 0);
  -webkit-transform: matrix(1.0192314868, 0, 0, 1.0192314868, 0, 0);
  -ms-transform: matrix(1.0192314868, 0, 0, 1.0192314868, 0, 0);
  position: absolute;
  left: 870px;
  width: 435px;
  text-align: center;
  top: 575.793px;
  z-index: 20;
}
#full-area #game-area #end-game #play-again-btn {
  width: 370px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 77%;
  left: 38%;
  margin-left: 3px;
  margin-top: 4px;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
#full-area #game-area #end-game #play-again-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #end-game #submit-score-btn {
  width: 380px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 77%;
  left: 61.5%;
  margin-left: 6px;
  margin-top: 2px;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
#full-area #game-area #end-game #submit-score-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #submit-page {
  width: 100%;
  height: 100%;
  background: url("media/submit.png");
  position: absolute;
  display: none;
}
#full-area #game-area #submit-page form svg {
  position: absolute;
  color: white;
  height: 25px;
  width: 25px;
  top: 571px;
  left: 1380px;
  opacity: 0.5;
}
#full-area #game-area #submit-page form #input-name, #full-area #game-area #submit-page form #input-country, #full-area #game-area #submit-page form #input-email {
  background: transparent;
  outline: none;
  width: 400px;
  height: 54px;
  position: absolute;
  left: 555px;
  top: 570px;
  outline: none;
  color: white;
  padding-left: 15px;
  border: none;
  margin-top: -16px;
  border-radius: 3px;
}
#full-area #game-area #submit-page form #input-country {
  left: 1013px;
}
#full-area #game-area #submit-page form #input-email {
  width: 855px;
  left: 557px;
  top: 640px;
}
#full-area #game-area #submit-page form #checkbox-1 {
  position: absolute;
  left: 557px;
  top: 764px;
  width: 23px;
  height: 23px;
  color: black;
  border: none;
}
#full-area #game-area #submit-page form #checkbox-2 {
  position: absolute;
  left: 557px;
  top: 806px;
  width: 23px;
  height: 23px;
  color: black;
  border: none;
}
#full-area #game-area #submit-page form #termsAndConditions {
  height: 25px;
  border-radius: 50px;
  position: absolute;
  top: 71.5%;
  left: 30%;
  color: rgba(255, 255, 255, 0.622);
  font-weight: 500;
}
#full-area #game-area #submit-page form #termsAndConditions a {
  color: red;
}
#full-area #game-area #submit-page form #submit-form-btn {
  width: 360px;
  height: 80px;
  border-radius: 50px;
  position: absolute;
  top: 79%;
  left: 63%;
  margin-left: -2px;
  transform: translate(-50%, 50%);
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: -17px;
}
#full-area #game-area #submit-page form #submit-form-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #submit-page form #submit-back-btn {
  width: 360px;
  height: 80px;
  border-radius: 50px;
  position: absolute;
  top: 79%;
  left: 37%;
  margin-left: -2px;
  transform: translate(-50%, 50%);
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: -17px;
}
#full-area #game-area #submit-page form #submit-back-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #submit-page form #list-countries {
  background: #140145eb;
  width: 402px;
  position: absolute;
  left: 1012px;
  top: 608px;
  color: white;
  border: 2px solid #594d79;
  border-top: none;
  padding: 10px 0px;
  z-index: 10;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
#full-area #game-area #submit-page form #list-countries div {
  padding: 5px 20px;
}
#full-area #game-area #submit-page form #list-countries div:hover {
  background: rgba(255, 255, 255, 0.112);
}
#full-area #game-area #overwrite-page {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.614);
  display: none;
}
#full-area #game-area #overwrite-page #overwrite-window {
  width: 1035px;
  height: 629px;
  background: url("media/overwrite.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #overwrite-page #overwrite-window #close-overwrite {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 9.5%;
  left: 87.5%;
  cursor: pointer;
  margin-left: -2px;
}
#full-area #game-area #overwrite-page #overwrite-window #close-overwrite:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #overwrite-page #overwrite-window #no-overwrite, #full-area #game-area #overwrite-page #overwrite-window #yes-overwrite {
  width: 209px;
  height: 63px;
  position: absolute;
  top: 65.5%;
  left: 26%;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 30px;
  cursor: pointer;
}
#full-area #game-area #overwrite-page #overwrite-window #no-overwrite:hover, #full-area #game-area #overwrite-page #overwrite-window #yes-overwrite:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #overwrite-page #overwrite-window #yes-overwrite {
  left: 55%;
  margin-left: -2px;
}
#full-area #game-area #recorded-page {
  width: 100%;
  height: 100%;
  background: url("media/recorded.png");
  position: absolute;
  display: none;
}
#full-area #game-area #recorded-page #play-so-real-btn {
  width: 360px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 51.5%;
  left: 62.5%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
#full-area #game-area #recorded-page #play-so-real-btn:hover {
  background: rgba(255, 255, 255, 0.059);
}
#full-area #game-area #recorded-page #recorded-play-again {
  width: 370px;
  height: 85px;
  border-radius: 50px;
  position: absolute;
  top: 51%;
  left: 37%;
  transform: translate(-50%, 50%);
  margin-top: 3px;
  cursor: pointer;
  margin-left: 7px;
}
#full-area #game-area #recorded-page #recorded-play-again:hover {
  background: rgba(255, 255, 255, 0.059);
}

@media (max-width: 1000px) {
  #full-area #game-area {
    width: 562px;
    height: 999px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    overflow: hidden;
  }
  #full-area #game-area #start-page {
    width: 100%;
    height: 100%;
    background: url("media/mobile-start-page.png");
  }
  #full-area #game-area #start-page .COLOR_FEVER__RACING_ {
    font-size: 27px;
    font-family: "Orbitron";
    color: white;
    font-weight: bold;
    line-height: 1.138;
    text-align: center;
    transform: matrix(1.7506698761, 0, 0, 1.7519159045, 0, 0);
    -moz-transform: matrix(1.7506698761, 0, 0, 1.7519159045, 0, 0);
    -webkit-transform: matrix(1.7506698761, 0, 0, 1.7519159045, 0, 0);
    -ms-transform: matrix(1.7506698761, 0, 0, 1.7519159045, 0, 0);
    position: absolute;
    left: 0;
    width: 60%;
    left: 20%;
    top: 325.819px;
    z-index: 44;
  }
  #full-area #game-area #start-page .Submit_your_score_by_June_17th___2022_to_win_MS {
    font-size: 20.769px;
    font-family: "MSReferenceSansSerif";
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    -moz-transform: matrix(1.0178724058, 0, 0, 1.0185968701, 0, 0);
    -webkit-transform: matrix(1.0178724058, 0, 0, 1.0185968701, 0, 0);
    -ms-transform: matrix(1.0178724058, 0, 0, 1.0185968701, 0, 0);
    position: absolute;
    width: 73%;
    left: 50%;
    transform: translateX(-50%) matrix(1.0178724058, 0, 0, 1.0185968701, 0, 0);
    top: 766.762px;
    z-index: 41;
  }
  #full-area #game-area #start-page #start-page-reamining-time {
    font-size: 31px;
    font-family: "Orbitron";
    color: white;
    font-weight: bold;
    line-height: 0.881;
    transform: matrix(0.8327497466, 0, 0, 0.8333424511, 0, 0);
    -moz-transform: matrix(0.8327497466, 0, 0, 0.8333424511, 0, 0);
    -webkit-transform: matrix(0.8327497466, 0, 0, 0.8333424511, 0, 0);
    -ms-transform: matrix(0.8327497466, 0, 0, 0.8333424511, 0, 0);
    position: absolute;
    width: 120%;
    margin-left: -10%;
    top: 858.287px;
    z-index: 39;
  }
  #full-area #game-area #start-page #start-page-btn {
    width: 268px;
    height: 60px;
    top: 485px;
    left: 150px;
  }
  #full-area #game-area #start-page #hide-start-btn {
    width: 268px;
    height: 60px;
    top: 485px;
    left: 150px;
  }
  #full-area #game-area #start-page .lds-ring {
    top: 58%;
  }
  #full-area #game-area #choose-car-page {
    background: url("media/mobile-choose-car.png");
  }
  #full-area #game-area #choose-car-page .Choose_The_Color_Of_Your_Car {
    font-size: 20.769px;
    font-family: FuturaBTItalic;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    -moz-transform: matrix(1.8421324187, 0, 0, 1.842673318, 0, 0);
    -webkit-transform: matrix(1.8421324187, 0, 0, 1.842673318, 0, 0);
    -ms-transform: matrix(1.8421324187, 0, 0, 1.842673318, 0, 0);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) matrix(1.8421324187, 0, 0, 1.842673318, 0, 0);
    top: 150.078px;
    width: 40%;
    z-index: 45;
  }
  #full-area #game-area #choose-car-page .menu-car-selection img:nth-child(1), #full-area #game-area #choose-car-page .menu-car-selection img:nth-child(3) {
    display: none;
  }
  #full-area #game-area #choose-car-page .menu-car-selection img:nth-child(2) {
    width: 140px;
    height: auto;
  }
  #full-area #game-area #choose-car-page .Select_color {
    width: 100%;
    text-align: center;
    left: 0;
    top: 620px;
  }
  #full-area #game-area #choose-car-page .menu-car-color-selection {
    left: 0;
    margin-left: 0;
    top: 700px;
    transform: scale(0.8);
  }
  #full-area #game-area #choose-car-page #choose-car-arrow-right {
    width: 59px;
    height: 59px;
    top: 380px;
    left: 468px;
  }
  #full-area #game-area #choose-car-page #choose-car-arrow-left {
    width: 59px;
    height: 59px;
    top: 380px;
    left: 98px;
  }
  #full-area #game-area #choose-car-page #choose-car-next-btn {
    width: 246px;
    height: 60px;
    top: 792px;
  }
  #full-area #game-area #how-to-play-page #how-to-play-btn {
    width: 246px;
    height: 60px;
    top: 792px;
  }
  #full-area #game-area #play-page {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
  }
  #full-area #game-area #play-page #mobile-controllers {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 900;
  }
  #full-area #game-area #play-page #mobile-controllers div {
    position: absolute;
  }
  #full-area #game-area #play-page #mobile-controllers div:nth-child(1) {
    width: 50%;
    height: 100%;
  }
  #full-area #game-area #play-page #mobile-controllers div:nth-child(2) {
    width: 50%;
    height: 100%;
    left: 50%;
  }
  #full-area #game-area #play-page #time-UI, #full-area #game-area #play-page #coin-UI {
    width: 350px;
    height: 81px;
    background: url("media/time-UI.png");
    background-size: cover;
    position: absolute;
    z-index: 10;
    margin: 10px 0 0 -30px;
    transform: scale(0.7);
    font-family: "Orbitron";
  }
  #full-area #game-area #play-page #time-UI p, #full-area #game-area #play-page #coin-UI p {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
    -moz-transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
    -webkit-transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
    -ms-transform: matrix(2.6031000988, 0, 0, 2.6031000988, 0, 0);
    position: absolute;
    padding: 17px 0 0 8px;
    text-align: left;
    width: 110px;
    margin-left: 160px;
  }
  #full-area #game-area #play-page #coin-UI {
    background: url("media/coins-UI.png");
    background-size: cover;
    margin: 75px 0 0 -30px;
    left: 0;
    transform: scale(0.7);
  }
  #full-area #game-area #play-page #coin-UI p {
    padding-top: 19px;
    font-size: 10px;
  }
  #full-area #game-area #play-page #coin-UI p span {
    font-size: 16px;
  }
  #full-area #game-area #play-page #car-elem {
    position: absolute;
    width: 35px;
    height: 90px;
    left: 260px;
    top: 83%;
    z-index: 10;
  }
  #full-area #game-area #play-page #car-elem #car {
    width: 120px;
    position: absolute;
    top: -213px;
    left: -46px;
    opacity: 0.8;
  }
  #full-area #game-area #play-page #obstacles {
    width: 100%;
    height: 27700px;
    background: url("media/mobile-game-default.png");
    position: absolute;
    left: 0;
    top: -26200px;
  }
  #full-area #game-area #play-page #obstacles .end-line {
    width: 220px;
    margin-left: 3px;
    left: 29.5%;
    top: 1575px;
    position: absolute;
  }
  #full-area #game-area #play-page #obstacles .end-line img {
    width: 100%;
    opacity: 0.3;
  }
  #full-area #game-area #play-page #obstacles .end-line p {
    font-size: 30px;
    width: 100%;
    font-size: 10.769px;
    font-family: "Orbitron";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.6;
    text-align: center;
    transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
    -moz-transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
    -webkit-transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
    -ms-transform: matrix(2.0730703469, 0, 0, 2.0730703469, 0, 0);
    opacity: 0.3;
  }
  #full-area #game-area #play-page #obstacles .countdown {
    position: absolute;
    z-index: 36;
    top: 26500px;
    left: 23%;
    transform: translateX(-50%);
    display: none;
    transform: scale(0.5);
  }
  #full-area #game-area #play-page #obstacles .crack1 {
    width: 66px;
    position: absolute;
    left: 320px;
    top: 49205px;
  }
  #full-area #game-area #play-page #obstacles .crack2 {
    width: 66px;
    position: absolute;
    left: 750px;
  }
  #full-area #game-area #play-page #obstacles .barr {
    width: 71.5px;
    position: absolute;
    left: 930px;
    top: 200px;
  }
  #full-area #game-area #play-page #obstacles .hdr {
    width: 65px;
    position: absolute;
    left: 760px;
    top: 400px;
  }
  #full-area #game-area #play-page #obstacles .coin {
    width: 45px;
    position: absolute;
    left: 960px;
    top: 400px;
  }
  #full-area #game-area #play-page #obstacles .color-ball {
    width: 65px;
    position: absolute;
    left: 960px;
    top: 700px;
  }
  #full-area #game-area #end-game {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("media/mobile-end-game.png");
    z-index: 30;
  }
  #full-area #game-area #end-game img {
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
  }
  #full-area #game-area #end-game .YOUR_SCORE__ {
    font-size: 20.316px;
    font-family: "FuturaBTItalic";
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
    -moz-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
    -webkit-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
    -ms-transform: matrix(2.7844610175, 0, 0, 2.7844610175, 0, 0);
    position: absolute;
    width: 100%;
    left: 0;
    top: 152.91px;
    z-index: 13;
    text-shadow: 1px 1px 4px #00aeffda, -1px -1px 4px #00aeffd7;
  }
  #full-area #game-area #end-game .final-score {
    font-size: 21.456px;
    font-family: "Orbitron";
    color: white;
    font-weight: bold;
    line-height: 1.278;
    transform: matrix(4.232795557, 0, 0, 4.2340384189, 0, 0);
    -moz-transform: matrix(4.232795557, 0, 0, 4.2340384189, 0, 0);
    -webkit-transform: matrix(4.232795557, 0, 0, 4.2340384189, 0, 0);
    -ms-transform: matrix(4.232795557, 0, 0, 4.2340384189, 0, 0);
    position: absolute;
    left: 253.907px;
    top: 492.29px;
    z-index: 21;
  }
  #full-area #game-area #end-game .world-rank {
    font-size: 33px;
    font-family: "Orbitron";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.834;
    transform: matrix(0.7814965394, 0, 0, 0.7817260077, 0, 0);
    -moz-transform: matrix(0.7814965394, 0, 0, 0.7817260077, 0, 0);
    -webkit-transform: matrix(0.7814965394, 0, 0, 0.7817260077, 0, 0);
    -ms-transform: matrix(0.7814965394, 0, 0, 0.7817260077, 0, 0);
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 579.793px;
    z-index: 20;
  }
  #full-area #game-area #end-game #submit-score-btn {
    width: 246px;
    height: 60px;
    top: 787px;
    left: 278px;
  }
  #full-area #game-area #end-game #play-again-btn {
    width: 246px;
    height: 60px;
    top: 707px;
    left: 275px;
  }
  #full-area #game-area #submit-page {
    background: url("media/mobile-submit.png");
  }
  #full-area #game-area #submit-page form #input-name, #full-area #game-area #submit-page form #input-country, #full-area #game-area #submit-page form #input-email {
    width: 420px;
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 3px;
    margin-top: -213.5px;
    font-size: 22px;
  }
  #full-area #game-area #submit-page form #input-country {
    margin-top: -125px;
  }
  #full-area #game-area #submit-page form #input-email {
    margin-top: -108px;
  }
  #full-area #game-area #submit-page form #checkbox-1 {
    left: 75px;
    margin-top: -82px;
  }
  #full-area #game-area #submit-page form #checkbox-2 {
    left: 75px;
    margin-top: -72px;
  }
  #full-area #game-area #submit-page form #termsAndConditions {
    width: 400px;
    height: 40px;
    margin: 15px 0 0 -60px;
    line-height: 18px;
    font-size: 13px;
    left: 30.5%;
    line-height: 13px;
  }
  #full-area #game-area #submit-page form #termsAndConditions p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #full-area #game-area #submit-page form #submit-form-btn {
    width: 246px;
    height: 60px;
    top: 838px;
    left: 426px;
  }
  #full-area #game-area #submit-page form #submit-back-btn {
    width: 246px;
    height: 60px;
    top: 838px;
    left: 142px;
  }
  #full-area #game-area #submit-page form #list-countries {
    width: 422px;
    left: 73px;
    top: 509px;
  }
  #full-area #game-area #overwrite-page #overwrite-window {
    width: 500px;
    height: 304px;
    background: url("media/overwrite.png");
    background-size: cover;
  }
  #full-area #game-area #overwrite-page #overwrite-window #close-overwrite {
    width: 32px;
    height: 32px;
  }
  #full-area #game-area #overwrite-page #overwrite-window #yes-overwrite {
    width: 102px;
    height: 32px;
  }
  #full-area #game-area #overwrite-page #overwrite-window #no-overwrite {
    width: 102px;
    height: 32px;
  }
  #full-area #game-area #recorded-page {
    background: url("media/mobile-recorded.png");
  }
  #full-area #game-area #recorded-page #play-so-real-btn {
    width: 246px;
    height: 60px;
    top: 640px;
    left: 287px;
  }
  #full-area #game-area #recorded-page #recorded-play-again {
    width: 246px;
    height: 60px;
    top: 525px;
    left: 287px;
    margin: 0;
  }
}

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