* {
  box-sizing: border-box;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  /*cursor: none !important; */
  touch-action: none !important; }

img {
  -webkit-user-drag: none;
  user-drag: none; }

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); }
  .modal .modal_cont {
    direction: ltr !important;
    text-align: center !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    font-size: 30px;
    padding: 20px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-family: Arial, Helvetica, sans-serif !important; }

.end_screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  text-align: center;
  display: none;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000; }
  .end_screen .reg_cont .name_title {
    font-size: 18px;
    text-align: left;
    text-transform: none; }
  .end_screen .reg_cont .phone_cont {
    direction: ltr !important;
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
    .end_screen .reg_cont .phone_cont #phone_c {
      width: 10%; }
    .end_screen .reg_cont .phone_cont #phone {
      width: 86%; }
      .end_screen .reg_cont .phone_cont #phone::placeholder {
        font-size: 20px; }
    .end_screen .reg_cont .phone_cont #name_f {
      width: 33%; }
      .end_screen .reg_cont .phone_cont #name_f::placeholder {
        font-size: 20px; }
    .end_screen .reg_cont .phone_cont #name_m {
      width: 28%; }
      .end_screen .reg_cont .phone_cont #name_m::placeholder {
        font-size: 20px; }
    .end_screen .reg_cont .phone_cont #name_l {
      width: 33%; }
      .end_screen .reg_cont .phone_cont #name_l::placeholder {
        font-size: 20px; }
  .end_screen .reg_title {
    padding-bottom: 10px;
    font-weight: 800; }
  .end_screen .game_time {
    padding-bottom: 10px;
    font-size: 40px; }
  .end_screen input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #545b65;
    font-size: 32px;
    padding: 10px 0;
    width: 100%; }
    .end_screen input.error {
      border-bottom: 1px solid #ff0000; }
  .end_screen .save_btn, .end_screen .back_btn {
    margin-top: 30px;
    background: #d6781a;
    color: #fff;
    border: none;
    line-height: 30px;
    border-radius: 10px;
    padding: 10px 30px 25px 30px;
    font-size: 36px; }

.lang_select_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  text-align: center; }

.lang_select {
  background: linear-gradient(135deg, #f5c70f, #db8302);
  display: inline-block;
  padding: 80px 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  .lang_select:last-child {
    margin-left: 400px; }

.wrapper {
  width: 1920px;
  height: 1080px;
  background: url("../img/main_bg.jpg"); }

.lang_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/back.jpg"); }

.start_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/back.png"); }

.start_title {
  position: absolute;
  width: 100%;
  top: 680px;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: #545b65; }

.start_btn_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }

.start_btn, .lang_btn {
  cursor: pointer;
  display: inline-block;
  background: #000000;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  padding: 10px 80px;
  margin: 0 50px; }

.game_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }
  .game_container .diff_images {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .game_container .diff_images .diff_img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%; }
    .game_container .diff_images .diff_img_cont {
      width: 50%;
      height: 770px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .game_container .diff_images .diff_img_cont.left {
        left: 0;
        border-right: 3px solid #000000; }
      .game_container .diff_images .diff_img_cont.right {
        right: 0;
        border-left: 3px solid #000000; }
    .game_container .diff_images .diff {
      position: absolute;
      cursor: pointer;
      border-color: #000000;
      transition: opacity 200ms linear;
      border-radius: 50%;
      opacity: 0; }
      .game_container .diff_images .diff.found {
        opacity: 1;
        border-width: 5px;
        border-style: solid;
        border-color: #fdef00;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        background: rgba(255, 255, 255, 0.4);
        width: 100px !important;
        height: 100px !important; }
  .game_container .game_cover {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .game_container .game_cover .game_time {
      font-size: 50px;
      font-weight: bold;
      text-align: center;
      color: #000000;
      padding-top: 30px; }
    .game_container .game_cover .score_text {
      color: #000000;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 40px;
      font-size: 50px;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: 800; }
      .game_container .game_cover .score_text .found_diffs {
        font-family: "Sharjah Media" !important;
        display: inline-block;
        width: 80px;
        background: #000000;
        color: #ffffff;
        border-radius: 10px;
        padding: 0 20px 20px 20px; }
      .game_container .game_cover .score_text .all_diffs {
        font-family: "Sharjah Media" !important; }

.timer {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 360px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  transform: translateY(-50%); }

.grat {
  width: 100%;
  height: 225px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }
  .grat .grat_img {
    width: 500px;
    left: 50px;
    transform: translate(0, -50%); }
  .grat .finish {
    width: 130px;
    top: 50%;
    left: 782px;
    transform: translateY(-50%); }

.timer .text {
  padding: 10px 0 0 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.slices .timer img.stopper {
  width: 70%;
  position: relative;
  top: auto;
  left: auto;
  transform: none; }

.glyphicon.fast-right-spinner {
  display: none;
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear; }

@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/*@keyframes scaleit
 * 0%
 *     transform: scale(0.1)
 *
 * 100%
 *     transform: scale(1) */
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.5, 1.5, 1.5); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.23, 1.23, 1.23); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes borderanim {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.toplist_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  border-radius: 10px;
  text-align: right;
  width: 80%;
  display: none;
  font-size: 25px;
  text-transform: none;
  font-family: "Sharjah Media", Helvetica, Arial, sans-serif !important; }
  .toplist_inner:after {
    content: "";
    clear: both;
    display: block; }
  .toplist_inner .toplist_item {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 20px 15px 20px;
    font-weight: normal; }
    .toplist_inner .toplist_item:nth-child(odd) {
      background: rgba(74, 79, 88, 0.1); }
    .toplist_inner .toplist_item.actual, .toplist_inner .toplist_item.later {
      font-weight: 800; }
    .toplist_inner .toplist_item .place {
      float: left;
      width: 10%;
      direction: ltr;
      text-align: left; }
    .toplist_inner .toplist_item .name {
      float: left;
      width: 73%;
      text-align: center; }
      .toplist_inner .toplist_item .name.AR {
        direction: rtl;
        text-align: right; }
      .toplist_inner .toplist_item .name.EN {
        direction: ltr;
        text-align: left; }
    .toplist_inner .toplist_item .game_time {
      float: left;
      width: 17%;
      text-align: right;
      font-size: 25px;
      padding-bottom: 0; }

.start_game_btn {
  text-transform: uppercase;
  padding: 40px 200px;
  background: linear-gradient(135deg, #f5c70f, #db8302);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-top: 50px; }

.start_btn_en {
  text-transform: uppercase;
  padding: 80px 0px;
  background: linear-gradient(135deg, #f5c70f, #db8302);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 310px;
  width: 600px; }

.start_btn_ar {
  text-transform: uppercase;
  padding: 80px 0px;
  background: linear-gradient(135deg, #f5c70f, #db8302);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1000px;
  width: 600px; }

/*# sourceMappingURL=game.css.map */
