@font-face {
  font-family: f;
  src: url("/media/games/penguin-curling/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/penguin-curling/fonts/Gilroy-Bold.ttf");
}
@font-face {
  font-family: f3;
  src: url("/media/games/penguin-curling/fonts/Greywall.otf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/penguin-curling/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/penguin-curling/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #falling-anim div {
  position: absolute;
  transform: translateY(-100%);
}
#full-area #game-area #content #falling-anim div img {
  max-width: 40px;
  max-height: 40px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  background: url("/media/games/penguin-curling/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
  margin-top: -20px;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #logo {
  height: 450px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 0px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #home-btns {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-top: -30px;
}
#full-area #game-area #content #home-section #home-btns div {
  width: 420px;
  height: 131px;
  background: linear-gradient(#449be0, #075aa7);
  border-radius: 100px;
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.164);
  background-size: cover;
  margin: 50px -30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: f3;
  font-size: 50px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 black;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(0.7);
}
#full-area #game-area #content #home-section #home-btns div:active {
  transform: scale(0.65);
  opacity: 0.95;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
}
#full-area #game-area #content #end-section .content {
  width: 100%;
  left: 0%;
  height: 100%;
  position: relative;
  top: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
#full-area #game-area #content #end-section .content #end-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/media/games/penguin-curling/images/end-bg.png");
  background-size: cover;
  background-position: top center;
  opacity: 0.9;
  z-index: -1;
}
#full-area #game-area #content #end-section .content #logo2 {
  position: absolute;
}
#full-area #game-area #content #end-section .content #game-over {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}
#full-area #game-area #content #end-section .content #game-over img {
  width: 100%;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 35%;
  display: flex;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  top: 20px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section .content #game-over {
  width: 450px;
  margin-top: -10px;
}
#full-area #game-area #content #end-section .content h1 {
  position: absolute;
  font-family: f2;
  font-size: 55px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  color: white;
  text-shadow: 0px 3px #00000039, 0 4px #361801be;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 50%;
  top: 49%;
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
  background-size: cover;
  width: 750px;
  height: 460px;
  margin-left: -375px;
  margin-top: -170px;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 95px;
  cursor: pointer;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
  margin-top: 330px;
  margin-left: 5px;
}
#full-area #game-area #content #alert-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 0;
  background: #000000ab;
}
#full-area #game-area #content #alert-section div {
  position: absolute;
  top: 49%;
  width: 100%;
  transform: translateY(-50%);
}
#full-area #game-area #content #alert-section h1 {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 110px;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0%;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.412);
  animation: scale 1.5s infinite;
  text-shadow: 0px 8px #c35701, 0 12px #361801be;
}
#full-area #game-area #content #alert-section h1 span {
  color: gold;
}
#full-area #game-area #content #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0000000c;
}
#full-area #game-area #content #falling-anim .snow {
  width: 30px;
  height: 30px;
  position: absolute;
}
#full-area #game-area #content #falling-anim .snow div {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.915);
  border-radius: 30px;
  box-shadow: 0 0 10px white;
  transform: scale(0.4);
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  padding: 10px 100px;
  background: url("/media/games/penguin-curling/images/board.png") #e2f3ff;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1.08);
}
#full-area #game-area #content #play-section .content #choose-sweeping-section {
  background: #000000b2;
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 50px;
}
#full-area #game-area #content #play-section .content #choose-sweeping-section h1 {
  color: white;
  font-family: f3;
  font-size: 70px;
  width: 100%;
  text-align: center;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.623);
}
#full-area #game-area #content #play-section .content #choose-sweeping-section p {
  color: white;
  text-align: center;
  font-family: f3;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: -10px;
}
#full-area #game-area #content #play-section .content #choose-sweeping-section p span {
  color: gold;
}
#full-area #game-area #content #play-section .content #choose-sweeping-section img {
  width: 400px;
  position: relative;
  left: 20%;
  transform: translateX(-50%) rotate(20deg);
  margin-top: 30px;
}
#full-area #game-area #content #play-section .content #choose-sweeping-section #sweeping-img {
  position: absolute;
  width: 190px;
  left: 40%;
  transform: translateX(-50%) rotate(0deg);
}
#full-area #game-area #content #play-section .content #choose-sweeping-section #sweeping-levels {
  position: absolute;
  top: 29%;
  left: 63%;
}
#full-area #game-area #content #play-section .content #choose-sweeping-section #sweeping-levels div {
  width: 321px;
  height: 100px;
  background: linear-gradient(#449be0, #075aa7);
  border-radius: 100px;
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.164);
  background-size: cover;
  margin: 20px 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: f3;
  font-size: 50px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 black;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #play-section .content #choose-sweeping-section #sweeping-levels div:active {
  transform: scale(0.95);
  opacity: 0.95;
}
#full-area #game-area #content #play-section .content #choose-power-section {
  background: #000000b2;
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 30px 100px;
}
#full-area #game-area #content #play-section .content #choose-power-section h1, #full-area #game-area #content #play-section .content #choose-power-section p {
  color: white;
  font-family: f3;
  font-size: 70px;
  width: 100%;
  text-align: center;
  text-align: right;
  position: relative;
  letter-spacing: 3px;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.623);
}
#full-area #game-area #content #play-section .content #choose-power-section p {
  text-align: left;
  margin-top: -100px;
}
#full-area #game-area #content #play-section .content #choose-power-section img {
  width: 480px;
  margin-left: -40px;
  margin-top: 10px;
}
#full-area #game-area #content #play-section .content #choose-power-section #power-indicator {
  width: 90px;
  height: 70%;
  left: 100%;
  transform: translateX(-405%);
  top: 18%;
  background: linear-gradient(white, darkblue);
  border-radius: 3px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 30px;
  position: absolute;
  transform: translateX(-555%) rotateX(180deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.137);
}
#full-area #game-area #content #play-section .content #choose-power-section #power-indicator img {
  width: 80%;
  position: absolute;
  left: 0;
  left: 50%;
  top: 15%;
  transform: translateY(-100%) translateX(-50%) rotate(150deg);
  margin: 0;
  transition: 0.8s ease-out;
}
#full-area #game-area #content #play-section .content #choose-power-section #power-level-btns {
  position: absolute;
  top: 29%;
  left: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 75%;
  top: 11%;
  transform: translateX(-120%);
}
#full-area #game-area #content #play-section .content #choose-power-section #power-level-btns div {
  width: 320px;
  height: 100px;
  background: linear-gradient(#449be0, #075aa7);
  border-radius: 100px;
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.164);
  background-size: cover;
  margin: 50px 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: f3;
  font-size: 50px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 black;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(0.6);
}
#full-area #game-area #content #play-section .content #choose-power-section #power-level-btns div:active {
  transform: scale(0.55);
  opacity: 0.95;
}
#full-area #game-area #content #play-section .content #choose-direction-section {
  background: #000000b2;
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 30px 100px;
}
#full-area #game-area #content #play-section .content #choose-direction-section h1, #full-area #game-area #content #play-section .content #choose-direction-section p {
  color: white;
  font-family: f3;
  font-size: 70px;
  width: 100%;
  text-align: center;
  text-align: right;
  position: relative;
  letter-spacing: 3px;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.623);
}
#full-area #game-area #content #play-section .content #choose-direction-section p {
  text-align: left;
  margin-top: -100px;
}
#full-area #game-area #content #play-section .content #choose-direction-section img {
  width: 480px;
  margin-left: -40px;
  margin-top: 10px;
}
#full-area #game-area #content #play-section .content #choose-direction-section #direction-levels-arrow {
  background: url("/media/games/penguin-curling/images/direction-indicator.png");
  background-size: cover;
  width: 650px;
  height: 200px;
  position: absolute;
  top: 45%;
  left: 100%;
  transform: translateX(-105%);
}
#full-area #game-area #content #play-section .content #choose-direction-section #direction-levels-arrow img {
  width: 80px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%) rotate(0deg);
  transform-origin: center bottom;
  margin: 0;
  transition: 0.5s ease-out;
}
#full-area #game-area #content #play-section .content #choose-direction-section #direction-levels-btns {
  position: absolute;
  top: 29%;
  left: 100%;
  transform: translateX(-98%);
  display: flex;
  flex-wrap: wrap;
  height: 75%;
  top: 80%;
  width: 57%;
}
#full-area #game-area #content #play-section .content #choose-direction-section #direction-levels-btns div {
  width: 320px;
  height: 100px;
  background: linear-gradient(#449be0, #075aa7);
  border-radius: 100px;
  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.164);
  background-size: cover;
  margin: -30px -40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: f3;
  font-size: 50px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 black;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(0.6);
}
#full-area #game-area #content #play-section .content #choose-direction-section #direction-levels-btns div:active {
  transform: scale(0.55);
  opacity: 0.95;
}
#full-area #game-area #content #play-section .content .sub-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.92);
  margin: 0px;
  padding: 30px 70px;
}
#full-area #game-area #content #play-section .content #rem-turns {
  display: flex;
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  justify-content: space-between;
}
#full-area #game-area #content #play-section .content #rem-turns #p1-rem, #full-area #game-area #content #play-section .content #rem-turns #p2-rem {
  width: 70px;
  position: relative;
  height: auto;
}
#full-area #game-area #content #play-section .content #rem-turns #p1-rem img, #full-area #game-area #content #play-section .content #rem-turns #p2-rem img {
  width: 100%;
  margin: 10px 0;
  transition: 0.5s;
}
#full-area #game-area #content #play-section .content #rem-turns #p1-rem .noRem, #full-area #game-area #content #play-section .content #rem-turns #p2-rem .noRem {
  opacity: 0.2;
}
#full-area #game-area #content #play-section .content #closest-player {
  display: flex;
  height: 50px;
  position: absolute;
  left: 780px;
  top: 530px;
}
#full-area #game-area #content #play-section .content #closest-player p {
  font-size: 45px;
  font-family: f;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: orangered;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.164);
  margin-right: 10px;
  opacity: 0.8;
  font-family: f3;
}
#full-area #game-area #content #play-section .content #closest-player img {
  height: 100%;
  animation: logoAnim 2s infinite;
  opacity: 0.9;
}
#full-area #game-area #content #play-section .content #arrows {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}
#full-area #game-area #content #play-section .content #arrows #arrow-left, #full-area #game-area #content #play-section .content #arrows #arrow-right {
  width: 110px;
  position: absolute;
  left: 67px;
  top: 260px;
  transform: scale(1.03);
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #arrows #arrow-left img, #full-area #game-area #content #play-section .content #arrows #arrow-right img {
  width: 100%;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section .content #arrows #arrow-left:nth-child(1), #full-area #game-area #content #play-section .content #arrows #arrow-right:nth-child(1) {
  left: 1100px;
}
#full-area #game-area #content #play-section .content #arrows #arrow-left:active, #full-area #game-area #content #play-section .content #arrows #arrow-right:active {
  filter: brightness(1.1);
  opacity: 0.9;
}
#full-area #game-area #content #play-section .content .bgOn {
  background: #00000083;
}
#full-area #game-area #content #play-section .content #boost {
  width: 437px;
  height: 55px;
  top: 532px;
  position: absolute;
  left: 192px;
}
#full-area #game-area #content #play-section .content #boost #boost-value {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0%;
  transition: 0.4s linear left;
}
#full-area #game-area #content #play-section .content #boost #boost-arrow {
  position: absolute;
  transform: translate(-50%, -100%);
  width: 30px;
}
#full-area #game-area #content #play-section .content #boost #boost-arrow img {
  width: 100%;
  opacity: 1;
  animation: scale 1s infinite;
}
#full-area #game-area #content #play-section .content #boost #left-right-arrow {
  width: 50px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: 5px;
}
#full-area #game-area #content #play-section .content #boost #left-right-arrow img {
  width: 100%;
}
#full-area #game-area #content #play-section .content #choose-power {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 59px;
  padding: 0px 25px;
  padding-top: 7px;
  height: 100px;
  background: linear-gradient(-80deg, transparent, #00000036, transparent);
}
#full-area #game-area #content #play-section .content #choose-power img {
  width: 400px;
}
#full-area #game-area #content #play-section .content #choose-power p {
  text-align: center;
  font-family: f2;
  font-weight: 700;
  margin-top: 10px;
}
#full-area #game-area #content #play-section .content #charge-arrow {
  position: absolute;
  width: 70px;
  top: 295px;
  left: 320px;
}
#full-area #game-area #content #play-section .content #charge-arrow #white-elem {
  height: 50px;
  width: 7px;
  transform: translateX(-100%);
  margin-left: -1px;
  background: linear-gradient(130deg, #fafafaa4, #f6f6f6, #f5f5f5b7);
  position: absolute;
  margin-top: -4px;
  z-index: 2;
  border-right: 1px solid #3a374bd3;
}
#full-area #game-area #content #play-section .content #charge-arrow img {
  width: 100%;
  transform: rotate(0deg);
  transform-origin: left center;
}
#full-area #game-area #content #play-section .content #balls {
  position: absolute;
  z-index: 2;
  top: 45px;
}
#full-area #game-area #content #play-section .content #balls .ball {
  width: 50px;
  left: 190px;
  top: 282px;
  position: absolute;
}
#full-area #game-area #content #play-section .content #balls .ball .ballImg {
  width: 100%;
}
#full-area #game-area #content #play-section .content #balls .ball .sweepingAnim {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#full-area #game-area #content #play-section .content #balls .ball .sweepingAnim img {
  width: 30px;
  position: absolute;
  top: -140%;
  left: 0%;
}
#full-area #game-area #content #play-section .content #balls .ball .sweepingAnim img:nth-child(2) {
  top: 110%;
  transform: rotateX(180deg);
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sweepingAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */
