.island-spacer{
    height: 400px;
}
/* .island-float{
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
} */

.bottom-text-placeholder{
  margin-top: 600px;
}

.top-text-placeholder{
  margin-top: 20px;
}

.island-level{
    width: 300px;
}
.island-level-1{
    width: 200px;
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
.island-level-2{
    width: 300px;
    position: absolute;
    top: 140px;
    left: 35px;
    transform: translatey(0px);
	animation: float-2 6s ease-in-out infinite;
}
.island-level-3{
    width: 180px;
    position: absolute;
    right: 10px;
    top: 260px;
	animation: float-3 6s ease-in-out infinite;
}
.island-level-4{
    width: 280px;
}

.level-circles-container{
    position: absolute;
    width: 80%;
    justify-content: space-between;
}

.level-circles-container-1{
    width: 70%;
    right: -75px;
    top: 190px;
}
.level-circles-container-1 :nth-child(1){
    position: relative;
    top: -30px;
}
.level-circles-container-1 :nth-child(2){
    position: relative;
    top: -15px;
    left: 6px;
}
.level-circles-container-1 :nth-child(3){
    position: relative;
    top: 20px;
}
.level-circles-container-1 :nth-child(4){
    position: relative;
    top: 60px;
    left: -5px;
}
.level-circles-container-1 :nth-child(5){
    position: relative;
    top: 90px;
    left: -8px;
}
.level-circles-container-1 :nth-child(6){
    position: relative;
    top: 90px;
}

.level-circles-container-2{
    width: 70%;
    right: -200px;
    top: 300px;
}
.level-circles-container-2 :nth-child(1){
    position: relative;
    top: -30px;
}
.level-circles-container-2 :nth-child(2){
    position: relative;
    top: 10px;
    left: -10px;
}
.level-circles-container-2 :nth-child(3){
    position: relative;
    top: 40px;
    left: -11px;
}
.level-circles-container-2 :nth-child(4){
    position: relative;
    top: 60px;
    left: -5px;
}
.level-circles-container-2 :nth-child(5){
    position: relative;
    top: 75px;
    left: 0px;
}
.level-circles-container-2 :nth-child(6){
    position: relative;
    top: 90px;
    left: 5px;
}

.level-circle:hover {
    transform: scale(1.1);
}
.level-circle {
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index: 100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* box-shadow: -20px -30px 90px 0 rgb(0 0 0 / 70%) inset, -75px -100px 140px 0 rgb(0 0 0 / 60%) inset; */
    /* box-shadow: -20px -30px 90px 0 rgba(41, 214, 35, 0.7) inset, -75px -100px 140px 0 rgb(0 0 0 / 60%) inset; */
    /* box-shadow:
    -20px -30px 55px 0 rgb(0 0 0 / 90%) inset,
    -75px -100px 150px 0 rgb(0 0 0 / 40%) inset,
    75px 100px 200px 0 rgb(255 255 255 / 20%) inset,
    -1px -2px 10px 2px rgb(200 190 255 / 20%); */
    background-image: url(https://i.stack.imgur.com/ayCw7.png);
    background-size: 30px 30px;
}

.level-circle.level-done{
    box-shadow: -20px -30px 90px 0 rgba(105, 255, 99, 0.5) inset, -75px -100px 140px 0 rgb(0 0 0 / 60%) inset;
}
.level-circle.level-anabled{
    box-shadow: -20px -30px 90px 0 rgba(255, 255, 255, 0.5) inset, -75px -100px 140px 0 rgb(0 0 0 / 60%) inset;
}
.level-circle.level-disabled{
    box-shadow: -20px -30px 55px 0 rgb(0 0 0 / 90%) inset,
    -75px -100px 150px 0 rgb(0 0 0 / 40%) inset,
    75px 100px 200px 0 rgb(255 255 255 / 20%) inset,
    -1px -2px 10px 2px rgb(200 190 255 / 20%);
}
.level-circle.level-next{
    box-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
}

.level-neon:hover{
    box-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      /* 0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa, */
      0 0 102px #0fa,
      0 0 151px #0fa;
}

.level-island-1{
    margin: auto;
    top: 155px;
    position: relative;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}

.text-container{
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 2;
    background: rgba(255,255,255,0.5);
    height: 2px;
    overflow: hidden;
}
.text-container-scrollable{
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 2;
    background: rgba(0,0,0,0.5);
    color: wheat;
    height: 2px;
    overflow: hidden;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
  }

.chracters-success{
    color: green;
    font-weight: 500;
}

.lyrics-char{
    font-weight: 500;
}

.chracters-danger{
    color: red;
    font-weight: 500;
}

  .wpm-counter{
    width: 220px;
    color: white;
    /* opacity: 0.2; */
    top: -80px;
    left: -15px;
  }

  #dialspin{
    transform-origin: 92% 75%;
      transform: rotate(-122deg);
  }
  .wpm-spin{
    max-width: 220px;
  }


  .game-timer{
    background: radial-gradient( rgba(255,255,255,0.1), #000);;
    width: 190px;
    height: 190px;
    opacity: 0.;
    border: 2px solid rgba(255,255,255,0.1);
    /* border: 2px solid #F5C7FF; */
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    right: 0px;
    top: 67px;
    z-index: -1;
    color: #fff;
  }

  .wpm-background{
    left: 0px;
  }

  .game-timer span{
      position: absolute;
      top: 50%;
      transform: translate(-50%,-50%);
  }

  .hands-container{
      padding-top: 5rem;
  }

  .timer-counter {
    opacity: 0.1;
    width: 134px;
    height: 134px;
    box-shadow: 0 0 0 6px, inset 37px 37px 2px rgba(0, 0, 0, 0.125), 37px 37px 7.5vmin rgba(0, 0, 0, 0.125);
    font-size: 40px;
    text-shadow: 3.75vmin 3.75vmin 7.5vmin rgba(0, 0, 0, 0.125);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    border-radius: 50%;
    font-weight: 700; }

    .timer-counter:before {
      content: "60";
      animation: 60s 1s forwards timer_countdown, 1s 0.875s 60 timer_beat;
    }

    .stars-large{
        font-size: 40px;
    }

  @keyframes timer_beat {
    40%,
    80% {
      transform: none; }
    50% {
      transform: scale(1.125); } }

  @keyframes timer_countdown {
    0% {
      content: "60"; }
    1.66666% {
      content: "59"; }
    3.33333% {
      content: "58"; }
    5% {
      content: "57"; }
    6.66666% {
      content: "56"; }
    8.33333% {
      content: "55"; }
    10% {
      content: "54"; }
    11.66666% {
      content: "53"; }
    13.33333% {
      content: "52"; }
    15% {
      content: "51"; }
    16.66666% {
      content: "50"; }
    18.33333% {
      content: "49"; }
    20% {
      content: "48"; }
    21.66666% {
      content: "47"; }
    23.33333% {
      content: "46"; }
    25% {
      content: "45"; }
    26.66666% {
      content: "44"; }
    28.33333% {
      content: "43"; }
    30% {
      content: "42"; }
    31.66666% {
      content: "41"; }
    33.33333% {
      content: "40"; }
    35% {
      content: "39"; }
    36.66666% {
      content: "38"; }
    38.33333% {
      content: "37"; }
    40% {
      content: "36"; }
    41.66666% {
      content: "35"; }
    43.33333% {
      content: "34"; }
    45% {
      content: "33"; }
    46.66666% {
      content: "32"; }
    48.33333% {
      content: "31"; }
    50% {
      content: "30"; }
    51.66666% {
      content: "29"; }
    53.33333% {
      content: "28"; }
    55% {
      content: "27"; }
    56.66666% {
      content: "26"; }
    58.33333% {
      content: "25"; }
    60% {
      content: "24"; }
    61.66666% {
      content: "23"; }
    63.33333% {
      content: "22"; }
    65% {
      content: "21"; }
    66.66666% {
      content: "20"; }
    68.33333% {
      content: "19"; }
    70% {
      content: "18"; }
    71.66666% {
      content: "17"; }
    73.33333% {
      content: "16"; }
    75% {
      content: "15"; }
    76.66666% {
      content: "14"; }
    78.33333% {
      content: "13"; }
    80% {
      content: "12"; }
    81.66666% {
      content: "11"; }
    83.33333% {
      content: "10"; }
    85% {
      content: "9"; }
    86.66666% {
      content: "8"; }
    88.33333% {
      content: "7"; }
    90% {
      content: "6"; }
    91.66666% {
      content: "5"; }
    93.33333% {
      content: "4"; }
    95% {
      content: "3"; }
    96.66666% {
      content: "2"; }
    98.33333% {
      content: "1"; }
    100% {
      content: "0"; }

     }
    .timer-counter:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -100;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      animation: 60s 1s linear forwards timer_indicator; }

  @keyframes timer_indicator {
    100% {
      transform: translateY(100%); } }



@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        /* transform: scale(1.1); */
		transform: translatey(-10px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}
@keyframes float-2 {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	30% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-10px);
	}
	60% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        /* transform: scale(1.05); */
        /* transform: scale(1); */
		/* transform: translatey(-20px); */
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}
@keyframes float-3 {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: scale(1);
	}
	30% {
        /* transform: scale(1.05); */
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
	}
	60% {
        transform: translatey(-10px);
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        /* transform: scale(1); */
		/* transform: translatey(-20px); */
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: scale(1);
		transform: translatey(0px);
	}
}

.hearts-container{
  bottom: -40px;
}

.hearts-container .heart {
  width: 100px;
  height: 100px;
  background-position: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hearts-container .heart:nth-child(1) {
  left: calc(50% - 225px);
  animation-delay: 0.1s;
}
.hearts-container .heart:nth-child(2) {
  left: calc(50% - 175px);
  animation-delay: 0.2s;
}
.hearts-container .heart:nth-child(3) {
  left: calc(50% - 125px);
  animation-delay: 0.3s;
}
.hearts-container .heart:nth-child(4) {
  left: calc(50% - 75px);
  animation-delay: 0.4s;
}
.hearts-container .heart:nth-child(5) {
  left: calc(50% - 25px);
  animation-delay: 0.5s;
}
.hearts-container .heart:nth-child(6) {
  left: calc(50% + 25px);
  animation-delay: 0.6s;
}
.hearts-container .heart:nth-child(7) {
  left: calc(50% + 75px);
  animation-delay: 0.7s;
}
.hearts-container .heart:nth-child(8) {
  left: calc(50% + 125px);
  animation-delay: 0.8s;
}
.hearts-container .heart:nth-child(9) {
  left: calc(50% + 175px);
  animation-delay: 0.9s;
}
.hearts-container .heart:nth-child(10) {
  left: calc(50% + 225px);
  animation-delay: 1s;
}
.hearts-container .heart {
  animation: fave-heart 1s steps(28);
  background-position: -2800px 0;
  transition: background 1s steps(28);
}

.hearts-container .heart.heart-deactive {
  background-position: 0;
}

.active-star{
    /* background: -webkit-radial-gradient(circle,white, purple,white, purple,white, purple,white, purple,white); */
    background: #fff4d7;
  	background: -webkit-radial-gradient(top, #e2cb9f, #fcd000, #DF9F28);
	background: radial-gradient(top, #ffffff, #fcd000, #DF9F28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-shadow: 2px 2px 0 rgba(128,0,128,0.6); */
}

.main-learning-keyboard-container{
    left: 50%;
    transform: translate(-50%);
    width: 470px;
    z-index: 9;
    opacity: 1;
}

.main-learning-keyboard-container .bottom-box-row{
  margin-top: 4px;
  height: 35px;
}
.main-learning-keyboard-container .keyboard-key{
  width: 35px;
  height: 35px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 2px;
  background-color: black;
  position: relative;
  z-index: 999999;
}

.user-details{
    background-color: rgba(255,255,255,0.1);
}

.canvas-bg {
  position:absolute;
  top:0;
  left:0;
}

.canvas-bg:nth-child(2) {
  top:220px;
}

.canvas-bg:nth-child(4) {
  top:60px;
}


.keyboard-level-container{
  top: 70px
}
.keyboard-level-container.lower-keyboard{
  top: 110px
}
.keyboard-level-container .bottom-box-row{
  margin-top: 2px;
  height: 18px;
}
.keyboard-level-container .keyboard-key{
  width: 18px;
  height: 18px;
  font-size: 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 0 1px;
}


.level-card-index{
  background-color: rgba(255,255,255,0.1);
}

.key-shine{
    background-color: green;
}
.main-learning-keyboard-container .keyboard-key.key-shine{
    border: 2px solid #37AE0F;
}

.clouds-container .cloud {
	animation: cloudy 225s ease-in-out infinite;
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow:
  #FFFFFF 65px -15px 0 -5px,
  #FFFFFF 25px -25px,
  #FFFFFF 30px 10px,
  #FFFFFF 60px 15px 0 -10px,
  #FFFFFF 85px 5px 0 -5px;
	height: 50px;
	width: 50px;
	margin-left: -60px;
	position: absolute;
	left: 120%;
	top: 0px;
  z-index: 8;
  opacity: 0.7;
}
.clouds-container .cloud:nth-child(2){
  animation: cloudy 260s ease-in-out infinite;
	top: 40px;
}
.clouds-container .cloud:after {
	animation: cloudy_shadow 5s ease-in-out infinite;
	background: #000000;
	border-radius: 50%;
	content: '';
	height: 15px;
	width: 120px;
	opacity: 0.2;
	position: absolute;
	left: 5px;
	bottom: -160px;
  transform: scale(1);
}
@keyframes cloudy {
  10% {transform: translateY(-20px);}
  20% {transform: translateY(10px);}
  30% {transform: translateY(-30px);}
  40% {transform: translateY(0px);}
	50% { transform: translateY(-20px);
    left: -500px; }
  60% {transform: translateY(-20px);}
  70% {transform: translateY(-30px);}
  80% {transform: translateY(-20px);}
  90% {transform: translateY(10px);}
  100% {transform: translateY(-20px);}
}
@keyframes cloudy_shadow {
	50% { transform: translateY(20px) scale(.7); opacity:.05; }
}

.bottom-box {
  opacity: 0.9 !important;
}


@keyframes fave-heart {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2800px 0;
  }
}

.top-wall {
  width: 65%;
  height: 44px;
  background-size: 100%;
  /* box-shadow: inset 0 38px 14px -10px #ae80ae; */
  background-repeat: no-repeat;
  top: -23px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}

.top-wall-diamond {
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  height: 55px;
  top: -34px;
  opacity: 0;
}

.bottom-wall-diamond {
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  height: 58px;
  bottom: -16px;
  opacity: 0;
}

.bottom-wall {
  height: 37px;
  background-size: 100%;
  /* box-shadow: inset 0 38px 14px -10px #ae80ae; */
  background-repeat: no-repeat;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  opacity: 0;
}

.right-wall {
  background-size: 100%;
  right: -19px;
  width: 33px;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 3;
  top: -11px;
}

.left-wall {
  background-size: 100%;
  left: -19px;
  width: 33px;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 3;
  top: -11px;
}
