body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  background: #444;
}
body{
    overflow: hidden;
}
.box-full{
    width: 100%;
    height: 100vh;
    background: #000;
}
#unity-container {
  width: 100vw;
  height: 100vh;
}

#unity-canvas {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

canvas + * {
  z-index: 2;
}
#unity-loading-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
}
.logo {
  display: block;
  max-width: 100vw;
  max-height: 70vh;
  margin: 0 2em;
}

.progress {
  margin: 1.5em 0;
  position: relative;
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress .posfull,
.progress .posbox {
  position: absolute;
}
.progress .posfull {
  z-index: 3;
}
.posfull .full {
  transform-origin: top left;
}
.progress .posfull1 {
  z-index: 2;
}

.progress .posbox {
  z-index: 1;
}
.pos_spinner {
  display: flex;
  justify-content: center;
}

#unity-loading-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  transform: unset;
}
#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  margin-left: 6.5px;
  background: url("image/progress-bar-empty-dark.png") no-repeat center;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url("image/progress-bar-full-dark.png") no-repeat center;
}
.unity-box {
  width: 100%;
}
#unity-progress-bar-empty {
  margin: auto !important;
}

.ads_loadding {
  width: 100vw;
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}
.row_loadding {
  width: 100vw;
  height: 100vh;
  position: relative;
  color: #fff;
}
.tilte-game {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.pos_progress {
  margin-top: 0;
}
.btn_play {
  transition: all 0.3s ease-in-out;
  font-family: "Dosis", sans-serif;
}
#div_btn {
  width: 100%;
  text-align: center;
  display: none;
}

.ads_loadding_content {
  width: 100vw;
  text-align: center;
  min-width: 300px;
  min-height: 300px;
  overflow: hidden;
}
.ads_loadding_text {
  width: 100vw;
  text-align: center;
  margin-top: 100px;
}
.btn_play {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
  box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 24px;
  color: white;
  margin-top: 15px;
}

.btn_play:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.btn_play:active {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .ads_loadding_text,
  .ads_loadding {
    display: none;
  }
  .tilte-game {
    margin-top: 250px;
  }
  .ads_inGame {
    margin-top: 150px;
  }
  .progress {
    width: 90%;
  }
}
#AdsInGame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  display: none;
	color: #fff;	
}
#btn_close {
  width: 100%;
  text-align: center;
  display: none;
}
#vaule_countdown {
  width: 100vw;
  text-align: center;
  margin-top: 15px;
	color: #fff;	
}
