#video_24 {
  position: absolute;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

#char1_24 {
  background-image: url(char1.png);
}
#char2_24 {
  background-image: url(char4.png);
}
#char3_24 {
  background-image: url(char5.png);
}
#char4_24 {
  background-image: url(char4.png);
}
#char5_24 {
  background-image: url(char5.png);
}
#char6_24 {
  background-image: url(char6.png);
}

#audio1,
#audio2 {
  opacity: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

#drag_text_24 {
  width: 238px;
  height: 29px;
  background-image: url(drag_text.png);
  position: absolute;
  left: 85px;
  top: 25px;
}

.double_tap {
}

.char_24 {
  position: absolute;
  width: 700px;
  height: 850px;
}

#dragEl_24 {
  /*    background-color: rgba(0, 0, 150, 0.2);*/
  cursor: move;
}

#ui_24 {
  position: absolute;
  width: 800px;
  height: 200px;
  bottom: 25px;
  /*    background-color: rgba(0, 111, 0, 0.5);*/
  z-index: 40000;
}

#ui_line_24 {
  position: absolute;
  width: 700px;
  height: 5px;
  /*    background-color: white;*/

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#ui_circle_24 {
  position: absolute;
  width: 60px;
  height: 60px;
  /*    background-color: white;*/
  /*    border-radius: 15px;*/
  margin-top: 120px;

  background-image: url(drag_pointer.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#canvas_24 {
  opacity: 0;
}

#bg_24 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(background.jpg);
  background-size: cover;
  background-position: center;
  /*    visibility: hidden;*/
}

#game_24 {
  position: absolute;
  width: 1000px;
  height: 1000px;

  /*    background-color: rgba(111, 0, 0, 0.1);*/
}

#logo_24 {
  position: absolute;
  /*width: 469px;*/
  /*height: 370px;*/
  width: 50vh;
  height: 15vh;
  background-image: url(logo.png);
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#text_24 {
  top: 30%;
  position: absolute;
  width: 80%;
  height: 20%;
  background-image: url(text.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.mask_24 {
  -webkit-clip-path: url(#shape);
  clip-path: url(#shape);
}

.ico_24 {
  position: absolute;
  /*left: 458px;*/
  top: 259px;
  color: white;
  opacity: 0;
}

#backBtn_24 {
  color: white;
  margin-top: 10px;
  font-size: 30px;
  font-family: Calibri, Arial;
  z-index: 999999;

  width: 300px;
  height: 80px;
  border-radius: 100px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  /*box-shadow: 0px 0px 1px 1px #fedb76;*/
}

#playerClickArea_24 {
  position: absolute;
  width: 965px;
  height: 542px;
  /*background-color: rgba(0, 222, 0, 0.5);*/
}

#playerCont_24 > iframe {
  pointer-events: none !important;
  box-shadow: 0px 10px 35px rgba(178, 209, 255, 0.65);
}

/*  FLEX CONTENT   s t a r t  */

.fc_24 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrapper_24 {
  align-items: center;
  justify-content: center;
  /*    padding: 10px;*/
  /*    background-color: black;*/
}

#stuff_24 {
  left: unset;
  right: -20%;
  flex-direction: column;
  /*    justify-content: space-around;*/
  justify-content: space-evenly;
  align-items: center;
  max-width: 60%;
  height: 100%;
  position: relative;
  flex-grow: 1.4;
  gap: 1%;
  /*    opacity: 0;*/
  visibility: hidden;
  /*background-color: rgba( 0, 0, 0, 0.1 );*/
}

#screen_24 {
  flex-grow: 2.5;
  width: 100%;
  position: relative;
  /*    background-color: blue;*/
}

#playerCont_24 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;

  /*    width: 100%;*/
  /*    height: 100%;*/
}

.f_24 {
  display: flex !important;
}

/*  FLEX CONTENT   e n d  */

.z1_24 {
  z-index: 100000;
}
.z2_24 {
  z-index: 200000;
}

#canvas_24 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*///////////////////////////////////////*/

#dragEl_24 {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url(empty.png) !important;

  z-index: 50000;
}

#close_btn_24 {
  position: absolute !important;
  width: 93px !important;
  height: 93px !important;
  top: -10px !important;
  right: -10px !important;
  background-image: url(close_btn.png) !important;
  cursor: pointer !important;
  /*background-color: red;*/
  z-index: 9999999 !important;
}

#close_small_btn_24 {
  position: absolute !important;
  width: 60px !important;
  height: 60px !important;
  top: 10px !important;
  right: 10px !important;
  background-image: url(close_btn.png) !important;
  cursor: pointer !important;
  /*background-color: red;*/
  z-index: 9999999 !important;
  background-size: contain;
}

#close_ad_btn_24 {
  position: absolute !important;
  width: 60px !important;
  height: 60px !important;
  top: 0px !important;
  right: 0px !important;
  background-image: url(close_btn.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer !important;
  /*background-color: red;*/
  z-index: 9999999 !important;
}

#big_close_btn_24 {
  position: absolute !important;
  width: 93px !important;
  height: 93px !important;
  top: 20px !important;
  right: 20px !important;
  background-image: url(close_btn.png) !important;
  opacity: 0;
}
#fullscreen_btn_24 {
  position: absolute !important;
  width: 93px !important;
  height: 93px !important;
  /*top: -20px !important;*/
  /*right: -20px !important;*/
  top: 0px;
  right: 0px;
  background-image: url(fullscreen_btn.png) !important;
  cursor: pointer !important;
  /*display: none;*/
  z-index: 9999998 !important;
}

#ad_24 {
  /*background-color:  #4d4e50;*/
  width: 100%;
  height: 100%;
  position: fixed !important;
  border: 0px solid #ccc !important;
  -webkit-perspective: 1000px !important;
  -moz-perspective: 1000px !important;
  -o-perspective: 1000px !important;
  perspective: 1000px !important;
  z-index: 9999999 !important;
  /*cursor: grab !important;*/

  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;

  /*bottom: 20px;*/
  /*right: 20px;*/
  display: none;

  overflow: hidden;
  text-overflow: clip;

  max-width: unset !important;
  padding: 0 !important;

  /*background-color: gray;*/
}

.rct_24 {
  width: 150px !important;
  height: 160px !important;
  position: absolute !important;
}

.noDisplay_24 {
  display: none;
}
.noVis_24 {
  visibility: hidden;
}

.noEvents_24 {
  pointer-events: none !important;
}

.noselect_24 {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.fs_24 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#songs_24 {
  position: absolute;
  width: 500px;
  left: 50%;
  gap: 5px;
  /* visibility: hidden; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#song1_24 {
}

.song_ico_border_24 {
  min-width: 90px;
  min-height: 90px;
  background-color: #fedb76;
  border-radius: 100px;
  margin-left: 5px;
}

.song_ico_fill_24 {
  width: 86px;
  height: 86px;
  background-color: #2f1a1a;
  border-radius: 100px;

  background-image: url(play_ico.png);
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
}

.song_24 {
  width: 400px;
  height: 100px;

  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  background-color: rgba(0, 0, 0, 0.5);

  box-shadow: 0px 0px 1px 1px #fedb76;
}

.song_name_24 {
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: Calibri, Arial;
  width: 100%;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

#trailer_24 {
  margin-top: 10px;
}

#videoFrame_24 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (orientation: landscape) {
  #logo_24 {
    left: 2vh;
    top: 2vh;
    background-position: center;
  }

  #game_24 {
    bottom: 1vh;
  }

  #text_24 {
    top: 10%;
  }

  #songs_24 {
    left: 70%;
  }
  .songs_active {
    left: 40% !important;
  }

  #playerCont_24 > iframe {
  }
}

@media (orientation: portrait) {
  #songs_24 {
    transform: scale(0.5) translateY(15%) !important;
    left: auto;
  }
  #drag_text_24 {
    background-image: url(tap_text.png) !important;
    background-size: 100%;
  }
  /* #dragEl_24 {
    display: none;
  } */

  #text_24 {
    /*top: 0px;*/
  }

  #game_24 {
    bottom: 2vh;
  }

  #logo_24 {
    top: 5vh;
    width: 90vw;
  }

  #stuff_24 {
    max-width: 95%;
    left: 0%;
  }

  #screen_24 {
    flex-grow: 1;
  }

  #playerCont_24 {
    width: 290%;
    /*height: 200%;*/
  }

  #text_24 {
    transform: scale(0.8);
    top: 22%;
  }
}
