 @font-face
{
	font-family: fontGame;
	src: url(fnts/ConcertOne-Regular.ttf);
}
@font-face {
  font-family: fontMenu;
  src: url(fnts/Roboto-Regular.ttf);
}

* {
  font-family: fontMenu;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 24px;
  font-size:24px;
}

body {
  /*background-image: url("locals/Fantasy/sky.png");*/
  /*background: url("imgs/alunula_load.png"), rgb(255,255,255);*/
  /*background-image: url("imgs/alunula_load.png");*/
  background-color: rgb(255,255,255);
background-size: 100%;
background-position-x: 40.5%;
height: 100%;
width: auto;
/*background-size: contain;*/
background-repeat: no-repeat;
}
::backdrop {
/*background-image: url("locals/Entrance/bg.png"), url("locals/Entrance/fg.png"), url("locals/Entrance/sky.png");*/
background-size: 100%;
background-position-x: 40.5%;
height: 100%;
width: auto;
/*background-size: contain;*/
background-repeat: no-repeat;
}

#preGame {
  padding:0;
	/*margin:0px auto;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  /*width:94.85%; */
  height: 100%;
  width: auto;
  background-color: rgb(255,255,255);
  /* background-image: url("imgs/alunula_load.png"); */
  background-size: 100%;
  position: absolute;
  object-fit:fill;
  aspect-ratio:1.75/1;
  z-index:0;
} 
#input-info{
  object-fit:contain; 
  aspect-ratio:1.75/1;
	/*width:100%;*/
  height: 100%;
  width: auto;
}
#loading{
  object-fit:contain; 
  aspect-ratio:1.75/1;
	/*width:100%;*/
  height: 100%;
  width: auto;
}
#load-screen{
  position: absolute;
  display:block;
  /*background-image: url("locals/Fantasy/sky.png");*/
  background-size: 200%;
  background-position-x: 40.5%;
  object-fit:contain; 
  aspect-ratio:1.75/1;
  /*width:95%;*/
  height: 100%;
  width: auto;
  z-index:auto;
}
#cover{
  position: absolute;
  display:none;
  object-fit:fill;
  aspect-ratio:1.75/1;
  /*width:95%;*/
  height: 100%;
  width: auto;
  z-index:auto;
}

/****  MENU SCREEN **/
#menuScreen {
  /*width:93.5%; */
  height: 100%;
  width: auto;
  /*margin:0px auto;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  position: absolute;
  object-fit:fill;
  aspect-ratio:1.75/1;
  z-index:9;
} 

button {
  font-size: 22px;
}

.btn {
  position: absolute;
  display: inline-block;
  aspect-ratio: 5/1;
  width: 30%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btn:hover {
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}
.btnHover {
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}
.btn:focus {
  color:#fb0;
  box-shadow:
  -2px -2px 0px 0px #fb0f,
  -2px 2px 0px 0px #fb0f,
  2px -2px 0px 0px #fb0f,
  2px 2px 0px 0px #fb0f;
}
.btnEnable {
  background-image: linear-gradient(to bottom, pink, purple);
}
.btnDisable {
  background-image: linear-gradient(to bottom, red, purple);
}
.btnDisableED:hover {
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}

#btnOKInput {
  display:none;
  left: 60.0%;
  top: 80.0%;
}
#btnPlay {
  display:none;
  left: 32.0%;
  top: 82.0%;
}

#btnCoins {
  left: 7.0%;
  top: 15.0%;
  right: 44.5%;
  bottom: 84.5%;
  background-image: linear-gradient(to bottom, yellow, orange);
  /* background-image: linear-gradient(to bottom, orange, red); */
}
#btnCoins:focus {
  background-image: linear-gradient(to bottom, orange, red);
}
#btnARCADE {
  left: 7.0%;
  top: 35.0%;
}
#btnP1VsCPU {
  left: 7.0%;
  top: 55.0%;
}
#btnTraining {
  left: 7.0%;
  top: 75.0%;
}
#btnP1VsP2Local {
  /*box-sizing: border-box;*/
  /*padding: 1px 6px;*/
  /*text-rendering: auto;*/
  left: 45.0%;
  top: 15.0%;
}
#btnCOOPP1P2VsCPULocal {
  left: 45.0%;
  top: 35.0%;
}
#btnInfinityP1VSP2 {
  left: 45.0%;
  top: 55.0%;
}
#btnP1VsP2Online {
  left: 45.0%;
  top: 75.0%;
}
.btnSmall {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 10%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnSmall:hover {
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}
.btnSmall:focus {
  color:#fb0;
  box-shadow:
  -2px -2px 0px 0px #fb0f,
  -2px 2px 0px 0px #fb0f,
  2px -2px 0px 0px #fb0f,
  2px 2px 0px 0px #fb0f;
}
.btnSmallEnable {
  background-image: linear-gradient(to bottom, pink, purple);
}
.btnSmallDisable {
  background-image: linear-gradient(to bottom, red, purple);
}
#btnConfig {
  left: 82.5%;
  top: 17.5%;
}
#btnGooglePlay {
  left: 82.5%;
  top: 40.5%;
}
#btnInfo {
  left: 82.5%;
  top: 62.5%;
}
#btnAdTraining {
  left: 28.5%;
  top: 75.5%;
}
#btnAdInfinityP1VSP2 {
  left: 65.5%;
  top: 55.5%;
}
#btnAdConfig {
  left: 85.0%;
  top: 20.5%;
}



/**** INFO ****/
#info {
  display: none;
  /*width:98.5%; */
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  position: absolute;
  object-fit:fill;
  aspect-ratio:1.75/1;
  z-index:9;
} 
.btnInfo {
  position: absolute;
  display: inline-block;
  object-fit: fill;
  aspect-ratio: 1.75/1;
  width: 58%;
  left: 21.0%;
  top: 20%;
  right: 20.0%;
  bottom: 20%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnInfo:hover {
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}
.btnInfo:focus {
  color:#fb0;
  box-shadow:
  -2px -2px 0px 0px #fb0f,
  -2px 2px 0px 0px #fb0f,
  2px -2px 0px 0px #fb0f,
  2px 2px 0px 0px #fb0f;
}



/**** SELECT ****/
#createSelectScreen {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  width: 100%;
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 9;
} 
.btnBack {
  top: 5%;
  left: 5%;
}

.btnChar {
  margin:2px;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
}
.btnChar:hover {
	scale: 1.3;
  /*transform: scale(1.3,1.3);*/
  /*transform: matrix(1.0,1.0,-1.0,1.0,0,0);*/
	z-index: 10;
}
.btnChar:focus {
  box-shadow:
  -2px -2px 0px 0px #fb0f,
  -2px 2px 0px 0px #fb0f,
  2px -2px 0px 0px #fb0f,
  2px 2px 0px 0px #fb0f;
}
#btnRobot {
  display:inline-block;
  position: absolute;
  aspect-ratio: 1/1;
  top: 5.5%;
  left: 44.5%;
  bottom: 84.5%;
  right: 44.5%;
  /*background-image: url("chars/robot/portrait.png");*/
  background-size: cover;
  width: 10%;
  /*rotate: 45deg;*/
  /*transform: rotate(45deg);*/
  transform: matrix(0.7,0.7,-0.7,0.7,0,0);
}
#btnKnight {
  display:inline-block;
  position: absolute;
  aspect-ratio: 1/1;
  top: 20.0%;
  left: 52.5%;
  bottom: 69.5%;
  right: 36.5%;
  /*background-image: url("chars/knight/portrait.png");*/
  background-size: cover;
  width: 10%;
  /*rotate: 45deg;*/
  transform: rotate(45deg);
  /*transform: matrix(0.7,0.75,-0.75,0.7,0,0);*/
}
#btnNinjaGirl {
  display:inline-block;
  position: absolute;
  aspect-ratio: 1/1;
  top: 20%;
  left: 36.5%;
  bottom: 84.5%;
  right: 44.5%;
  background-size: cover;
  width: 10%;
  transform: rotate(45deg);
}
#btnAdventureGirl {
  display:inline-block;
  position: absolute;
  aspect-ratio: 1/1;
  top: 34.5%;
  left: 44.5%;
  bottom: 69.5%;
  right: 36.5%;
  background-size: cover;
  width: 10%;
  transform: rotate(45deg);
}
#createLocalSelect {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
	width: 100%;
  top: 0%;
  left: 0%;
	z-index: 9;
}
.btnLocalSelect {
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnLocalSelect:hover {
	font-size: 48px;
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}
.btnLocalSelect:focus {
  color:#fb0;
  box-shadow:
  -2px -2px 0px 0px #fb0f,
  -2px 2px 0px 0px #fb0f,
  2px -2px 0px 0px #fb0f,
  2px 2px 0px 0px #fb0f;
}
#btnLocalSelect {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  aspect-ratio: 2/1;
  top: 70%;
  left: 36.5%;
  bottom: 44.5%;
  right: 36.5%; 
  /* background-image: url("g_1_1_2/locals/Entrance/mini.png"), url("g_1_1_2/locals/Fantasy/mini.png"), url("g_1_1_2/locals/Castle/mini.png"), url("g_1_1_2/locals/Dojo/mini.png"), url("g_1_1_2/locals/Desert/mini.png"); */
  background-size: cover;
  width: 25%;
}
#btnLocalSelectLeft {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  aspect-ratio: 1/1;
  top: 70%;
  left: 23.5%;
  bottom: 44.5%;
  right: 68.5%;  
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 48px;
  text-shadow: 2px 2px #000;
  width: 12%;
}
#btnLocalSelectRight {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  aspect-ratio: 1/1;
  top: 70%;
  left: 62.5%;
  bottom: 44.5%;
  right: 24.5%;  
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 48px;
  text-shadow: 2px 2px #000;
  width: 12%;
}
#btnAdKnight {
  top: 20.0%;
  left: 56.5%;
  z-index: 11;
}
#btnAdAdventureGirl {
  top: 34.0%;
  left: 48.5%;
  z-index: 11;
}
/*#btnAdCastle {*/
#btnAdFantasy {
	left: 52.5%;
  top: 74%;
  z-index: 11;
}
#btnAdDojo {
  left: 52.5%;
  top: 74%;
  z-index: 11;
}

.btnIcon {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 5%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #000;
  /*margin:2px;*/
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  rotate: 45deg;
  z-index: 11;
}
.btnP {
	rotate: -45deg;
}
#btnP1 {
  left: 41%;
  top: 10%;
}
#btnP2 {
  display: none;
  left: 61%;
  top: 25%;
}
#btnCPU {
  display: none;
  left: 61%;
  top: 25%;
}



/**** CONFIG ****/
#configScreen {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  /*width: 100%;*/
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 9;
} 
#btnSnd {
  left: 18.0%;
  top: 10.0%;
}
#btnRoundTime{
  left: 18.0%;
  top: 30.0%;
}
#btnPerf {
  left: 18.0%;
  top: 50.0%;
}
#btnMsc {
  left: 59.0%;
  top: 10.0%;
}
#btnHyperFull {
  left: 59.0%;
  top: 30.0%;
  right: 44.5%;
  bottom: 84.5%;
}
#btnTouchInput {
  left: 59.0%;
  top: 50.0%;
}
#btnFullScreen {
  left: 59.0%;
  top: 70.0%;
}



/**** UNLOCK ****/
#unlockMode {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  /*width: 100%;*/
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 9;
} 
#unlockGame {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  /*width: 100%;*/
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 9;
} 
.unlockContent {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  top: 79.5%;
  left: 65.5%;
  width: 75%;
  top: 9%;
  left: 12%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnUnlock {
  transform: skewX(0deg);
  rotate: 0deg;
  z-index: 9;
}
.btnUnlock:hover {
	transform: skewX(-15deg);
  rotate: 2deg;
	scale: 1.3;
	z-index: 10;
}
.btnUnlock:focus {
  color:#fb0;
  box-shadow:
  -2px -2px 0px 0px #fb0f,
  -2px 2px 0px 0px #fb0f,
  2px -2px 0px 0px #fb0f,
  2px 2px 0px 0px #fb0f;
}
.btnUnlockEnable {
  background-image: linear-gradient(to bottom, pink, purple);
}
.btnUnlockDisable {
  background-image: linear-gradient(to bottom, red, purple);
}
#btnCoinsUnlockMode {
  left: 12.0%;
  top: 35.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}
#btnAdUnlockMode {
  left: 55.0%;
  top: 35.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}
#btnCoinsUnlockGame {
  left: 12.0%;
  top: 35.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}
#btnAdUnlockGame {
  left: 55.0%;
  top: 35.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}
#unlockEarnCoinsMode, 
#unlockEarnCoinsGame {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  left: 0.0%;
  top: 65.0%;
  width: 100%;
}
/*** CHOOSE TRANING TUTORIAL ***/
#chooseTrainingTutorial {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  /*width: 100%;*/
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 9;
} 
#btnChooseTraining {
  left: 12.0%;
  top: 35.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}
#btnChooseTutorial {
  left: 55.0%;
  top: 35.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}
/* * * MSG * * */
#msgEarn {
  position: absolute;
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  /*width: 100%;*/
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 9;
} 
.btnMsgEarn {
  position: absolute;
  display: inline-block;
  /*display: none;*/
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  top: 79.5%;
  left: 62.5%;
  width: 81%;
  top: 6%;
  left: 9%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnMsgEarn:hover {
	transform: skewX(-30deg);
	scale: 1.3;
	rotate: -3deg;
	z-index: 10;
}
#btnOKEarn {
  left: 32.0%;
  top: 60.0%;
  transform: skewX(0deg);
  rotate: 0deg;
}


/**** PRE-CONTROL ****/
#canvas-layers {
  display: block;
  position: absolute;
  /*object-fit:fill; */
  /*aspect-ratio: 1.75/1;*/
  aspect-ratio: 16/9;
  /*border-style: solid;*/
  border-style: none;
  /*border-top-width: 3px;*/
  /*border-bottom-width: 3px;*/
  /*border-left-width: 11px;*/
  border-width: 3px 0px 3px 11px;
  
  width: 100%;
  /*width:640px;*/
  /*top: 0%;*/
  /*left: 0%;*/
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 8;
} 
#canvas_layer3 {
  border-style: none;
  border-right-width: 6px;
}
#canvas_layer9 { 
  /* background-color: rgb(0,0,0); */
  /* filter: brightness(1.00); */
  /* width: */
  transition: background-color 2s;
}
.nineFade {
  /* filter: brightness(0.25); */
  background-color: rgb(0,0,0);
}
/*** CONTROL ***/
#touchControl {
  display:none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 1;
  z-index: 12;
} 
#directional {
  display: inline-block;
  position: absolute;
  aspect-ratio: 1/1;
  bottom:2%;
  left:0%;
  height:42%;
  z-index:12;
}
#btnsTouch {
  display: inline-block;
  float: right;
  position: absolute;
  aspect-ratio: 1.75/1;
  right:0%;
  bottom:0%;
  height:45%;
  z-index:12;
}
#btnAtk {
  display: inline-block;
  float: right;
  position: relative;
  aspect-ratio: 1/1;
  right:40%;
  bottom:-45%;
  height:50%;
  z-index:12;
}
#btnHyp {
  display: inline-block;
  float: right;
  position: relative;
  aspect-ratio: 1/1;
  right:-25%;
  bottom:-10%;
  height:50%;
  z-index:12;
}
#btnsActions {
  display: inline-block;
  float: left;
  position: absolute;
  aspect-ratio: 1.75/1;
  top:0%;
  left:0%;
  right:0%;
  width:100%;
  height:15%;
  z-index:12;
}
#btnBackGame {
  display: none;
  float: left;
  position: relative;
  aspect-ratio: 1/1;
  top:0%;
  left:5%; 
  width:auto;
  height:100%;
  z-index:12;
}
#btnPause {
  display: inline-block;
  float: left;
  position: absolute;
  aspect-ratio: 1/1;
  top:0%;
  left: 49.5%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  width:auto;
  height:100%;
  z-index:12;
}

/*@media only screen and (min-width: 0px) and (min-height: 0px){*/
@media only screen and (min-width: 375px) and (min-height: 214px){
  * {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: fontMenu;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 8px;
    font-size: 8px;
  }
  button {
    font-size: 6px;
  }
  
  p {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #000;
  }
  
  .btn {
    position: absolute;
    display: inline-block;
    aspect-ratio: 5/1;
    width: 30%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*font-size: 24px;*/
    /*font-size: 8px;*/
    text-shadow: 2px 2px #000;
    border: 1px solid #000;
    box-shadow:
    -1px -1px 0px 0px #ffff,
    -1px 1px 0px 0px #ffff,
    1px -1px 0px 0px #ffff,
    1px 1px 0px 0px #ffff;
    transform: skewX(-15deg);
    rotate: -5deg;
    z-index: 9;
  }
  .btnSmall {
    position: absolute;
    display: inline-block;
    aspect-ratio: 1/1;
    width: 10%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*font-size: 8px;*/
    text-shadow: 2px 2px #000;
    border: 2px solid #000;
    box-shadow:
    -1px -1px 0px 0px #ffff,
    -1px 1px 0px 0px #ffff,
    1px -1px 0px 0px #ffff,
    1px 1px 0px 0px #ffff;
    transform: skewX(-15deg);
    rotate: -5deg;
    z-index: 9;
  }
  .btnInfo {
    position: absolute;
    display: inline-block;
    object-fit: fill;
    aspect-ratio: 1.75/1;
    width: 59%;
    left: 21.0%;
    top: 20%;
    right: 20.0%;
    bottom: 20%;
    background-image: linear-gradient(to bottom, pink, purple);
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*font-size: 8px;*/
    text-shadow: 2px 2px #000;
    border: 2px solid #000;
    box-shadow:
    -1px -1px 0px 0px #ffff,
    -1px 1px 0px 0px #ffff,
    1px -1px 0px 0px #ffff,
    1px 1px 0px 0px #ffff;
    transform: skewX(-15deg);
    rotate: -5deg;
    z-index: 9;
  }
  .btnIcon {
    position: absolute;
    display: inline-block;
    aspect-ratio: 1/1;
    width: 5%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #000;
    /*margin:2px;*/
    border: 2px solid #000;
    box-shadow:
    -1px -1px 0px 0px #ffff,
    -1px 1px 0px 0px #ffff,
    1px -1px 0px 0px #ffff,
    1px 1px 0px 0px #ffff;
    rotate: 45deg;
    z-index: 11;
  }
  .unlockContent {
    display:inline-block;
    position: absolute; 
    object-fit:fill; 
    aspect-ratio: 1.75/1;
    top: 79.5%;
    left: 65.5%;
    width: 75%;
    top: 9%;
    left: 12%;
    background-image: linear-gradient(to bottom, pink, purple);
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*font-size: 24px;*/
    text-shadow: 2px 2px #000;
    border: 2px solid #000;
    box-shadow:
    -2px -2px 0px 0px #ffff,
    -2px 2px 0px 0px #ffff,
    2px -2px 0px 0px #ffff,
    2px 2px 0px 0px #ffff;
    transform: skewX(-15deg);
    rotate: -5deg;
    z-index: 11;
  }
  .unlockContent {
    display:inline-block;
    position: absolute; 
    object-fit:fill; 
    aspect-ratio: 1.75/1;
    top: 79.5%;
    left: 65.5%;
    width: 75%;
    top: 9%;
    left: 12%;
    background-image: linear-gradient(to bottom, pink, purple);
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*font-size: 24px;*/
    text-shadow: 2px 2px #000;
    border: 2px solid #000;
    box-shadow:
    -2px -2px 0px 0px #ffff,
    -2px 2px 0px 0px #ffff,
    2px -2px 0px 0px #ffff,
    2px 2px 0px 0px #ffff;
    transform: skewX(-15deg);
    rotate: -5deg;
    z-index: 11;
  }
  .btnMsgEarn {
    position: absolute;
    display: inline-block;
    /*display: none;*/
    object-fit:fill; 
    aspect-ratio: 1.75/1;
    top: 79.5%;
    left: 62.5%;
    width: 81%;
    top: 6%;
    left: 9%;
    background-image: linear-gradient(to bottom, pink, purple);
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*font-size: 24px;*/
    text-shadow: 2px 2px #000;
    border: 2px solid #000;
    box-shadow:
    -2px -2px 0px 0px #ffff,
    -2px 2px 0px 0px #ffff,
    2px -2px 0px 0px #ffff,
    2px 2px 0px 0px #ffff;
    transform: skewX(-15deg);
    rotate: -5deg;
    z-index: 11;
  }
}

@media only screen and (min-width: 640px) and (min-height: 360px){
* {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: fontMenu;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 14px;
  font-size: 14px;
}
button {
	font-size: 12px;
}
p {
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #000;
}
.btn {
  position: absolute;
  display: inline-block;
  aspect-ratio: 5/1;
  width: 30%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  /*font-size: 14px;*/
  text-shadow: 2px 2px #000;
  border: 1.5px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnSmall {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 10%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 14px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnInfo {
  position: absolute;
  display: inline-block;
  object-fit: fill;
  aspect-ratio: 1.75/1;
  width: 59%;
  left: 21.0%;
  top: 20%;
  right: 20.0%;
  bottom: 20%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 14px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnIcon {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 5%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #000;
  /*margin:2px;*/
  border: 2px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  rotate: 45deg;
  z-index: 11;
}
.unlockContent {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  top: 79.5%;
  left: 65.5%;
  width: 75%;
  top: 9%;
  left: 12%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnMsgEarn {
  position: absolute;
  display: inline-block;
  /*display: none;*/
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  top: 79.5%;
  left: 62.5%;
  width: 81%;
  top: 6%;
  left: 9%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
}

/*@media only screen and (min-width: 1000px) and (min-height: 570px){*/
@media only screen and (min-width: 1050px) and (min-height: 600px){
* {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: fontMenu;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 24px;
}
button {
	font-size: 22px;
}
p {
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #000;
}
.btn {
  position: absolute;
  display: inline-block;
  aspect-ratio: 5/1;
  width: 30%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  /*font-size: 14px;*/
  text-shadow: 2px 2px #000;
  border: 1.5px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnSmall {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 10%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 14px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnInfo {
  position: absolute;
  display: inline-block;
  object-fit: fill;
  aspect-ratio: 1.75/1;
  width: 59%;
  left: 21.0%;
  top: 20%;
  right: 20.0%;
  bottom: 20%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 14px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnIcon {
  position: absolute;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 5%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #000;
  /*margin:2px;*/
  border: 2px solid #000;
  box-shadow:
  -1.5px -1.5px 0px 0px #ffff,
  -1.5px 1.5px 0px 0px #ffff,
  1.5px -1.5px 0px 0px #ffff,
  1.5px 1.5px 0px 0px #ffff;
  rotate: 45deg;
  z-index: 11;
}
.unlockContent {
  display:inline-block;
  position: absolute; 
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  top: 79.5%;
  left: 65.5%;
  width: 75%;
  top: 9%;
  left: 12%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
.btnMsgEarn {
  position: absolute;
  display: inline-block;
  /*display: none;*/
  object-fit:fill; 
  aspect-ratio: 1.75/1;
  top: 79.5%;
  left: 62.5%;
  width: 81%;
  top: 6%;
  left: 9%;
  background-image: linear-gradient(to bottom, pink, purple);
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*font-size: 24px;*/
  text-shadow: 2px 2px #000;
  border: 2px solid #000;
  box-shadow:
  -2px -2px 0px 0px #ffff,
  -2px 2px 0px 0px #ffff,
  2px -2px 0px 0px #ffff,
  2px 2px 0px 0px #ffff;
  transform: skewX(-15deg);
  rotate: -5deg;
  z-index: 9;
}
}