@font-face {
  font-family: f;
  src: url("/media/games/guess-the-picture/font/TitanOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/guess-the-picture/font/NoyhABistro-Rough.ttf");
}
body {
  padding: 0;
  margin: 0;
}

#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;
  background-image: url("/media/games/guess-the-picture/images/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
}
#full-area #game-area #content #popup-section {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5176470588);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
#full-area #game-area #content #popup-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #popup-section #resultAnswer img {
  max-height: 40%;
}
#full-area #game-area #content #popup-section p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: f2;
  font-size: 40px;
  margin-top: 45px;
  color: #ffb450;
}
#full-area #game-area #content #popup-section p span {
  color: black;
  text-transform: uppercase;
}
#full-area #game-area #content #home-section #logo, #full-area #game-area #content #end-section #logo {
  height: 550px;
  margin-top: 30px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #result, #full-area #game-area #content #end-section #result {
  position: absolute;
  display: flex;
  font-family: f;
  left: 50%;
  transform: translateX(-50%) translateY(-70px);
  display: none;
}
#full-area #game-area #content #home-section #result p, #full-area #game-area #content #end-section #result p {
  font-size: 30px;
}
#full-area #game-area #content #home-section #result img, #full-area #game-area #content #end-section #result img {
  height: 35px;
  margin-top: 5px;
  margin-left: 10px;
  display: none;
}
#full-area #game-area #content #home-section #top-scores, #full-area #game-area #content #end-section #top-scores {
  animation: none;
}
#full-area #game-area #content #home-section #top-scores h2, #full-area #game-area #content #end-section #top-scores h2 {
  font-family: f;
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: 2px 0 #091c56, -2px 0 #091c56, 0 2px #091c56, 0 -2px #091c56, 2px 2px #091c56, -1px -2px #091c56, 1px 2px #091c56, -1px 2px #091c56;
  font-size: 60px;
  transform: scale(1) translateX(-50%);
  position: relative;
  left: 50%;
  margin-bottom: 30px;
}
#full-area #game-area #content #home-section #top-scores .score, #full-area #game-area #content #end-section #top-scores .score {
  display: flex;
  width: 55%;
  justify-content: space-between;
  padding: 0;
  margin-top: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #top-scores .score p, #full-area #game-area #content #end-section #top-scores .score p {
  font-family: f;
  font-size: 40px;
  width: 33%;
}
#full-area #game-area #content #home-section #top-scores .score p:nth-child(2), #full-area #game-area #content #end-section #top-scores .score p:nth-child(2) {
  text-align: center;
}
#full-area #game-area #content #home-section #top-scores .score p:nth-child(3), #full-area #game-area #content #end-section #top-scores .score p:nth-child(3) {
  text-align: right;
}
#full-area #game-area #content #home-section #top-scores hr, #full-area #game-area #content #end-section #top-scores hr {
  margin-top: -15px;
  height: 3px;
  background: #ffdc00;
  width: 60%;
  margin-bottom: -8px;
}
#full-area #game-area #content #home-section #home-btns, #full-area #game-area #content #end-section #home-btns {
  margin-left: 10%;
  width: 80%;
  justify-content: space-around;
  display: flex;
}
#full-area #game-area #content #home-section #home-btns img, #full-area #game-area #content #end-section #home-btns img {
  cursor: pointer;
  width: 40%;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 77%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
#full-area #game-area #content #home-section #home-right #logo {
  height: 300px;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #home-right p {
  text-transform: uppercase;
  position: relative;
  font-size: 5vh;
  line-height: 30px;
  text-shadow: 2px 0 #091c56, -2px 0 #091c56, 0 2px #091c56, 0 -2px #091c56, 2px 2px #091c56, -1px -2px #091c56, 1px 2px #091c56, -1px 2px #091c56, 0px 4px #091c56, 2px 0px #091c56, -2px 4px #091c56, -2px -1px #091c56, 2px -2px #091c56;
  color: #dddddd;
  font-size: 70px;
  font-family: f;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  top: 76%;
  position: absolute;
  z-index: 99;
}
#full-area #game-area #content #home-section #home-right p span {
  color: #ffb450;
  font-size: 85px;
}
#full-area #game-area #content #end-section {
  display: none;
}
#full-area #game-area #content #end-section #logo {
  height: 420px;
  margin-top: 15px;
}
#full-area #game-area #content #end-section #result p {
  color: black;
  font-size: 60px;
  margin: -17px;
  text-align: center;
}
#full-area #game-area #content #end-section #end-btns {
  position: relative;
  left: 50%;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 40px;
  margin-top: 85px;
}
#full-area #game-area #content #end-section #end-btns img {
  cursor: pointer;
}
#full-area #game-area #content #play-section #top-info {
  padding: 30px;
  font-family: f;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#full-area #game-area #content #play-section #top-info p {
  color: #ffb450;
  font-size: 5vh;
  line-height: 30px;
  text-shadow: 2px 0 #091c56, -2px 0 #091c56, 0 2px #091c56, 0 -2px #091c56, 2px 2px #091c56, -1px -2px #091c56, 1px 2px #091c56, -1px 2px #091c56, 0px 4px #091c56, 2px 0px #091c56, -2px 4px #091c56, -2px -1px #091c56, 2px -2px #091c56;
}
#full-area #game-area #content #play-section #top-info #mode {
  margin-bottom: 30px;
  font-size: 5vh;
  color: #ffb450;
}
#full-area #game-area #content #play-section #top-info #score {
  color: #dddddd;
  font-size: 5vh;
}
#full-area #game-area #content #play-section #top-info #score span {
  color: #ffb450;
}
#full-area #game-area #content #play-section #top-info #category {
  animation: pulse 1.5s infinite;
  margin-top: 35px;
  text-align: center;
  font-size: 4vh;
  color: #dddddd;
  width: 100%;
  text-wrap: wrap;
  display: flexs;
}
#full-area #game-area #content #play-section #word {
  font-family: f;
  font-size: 70px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  text-transform: uppercase;
  color: black;
}
#full-area #game-area #content #play-section #board {
  width: 500px;
  height: 319px;
  background: url("/media/games/guess-the-picture/images/drawing-backer.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
#full-area #game-area #content #play-section #board #currImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#full-area #game-area #content #play-section #board #tiles {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5% -2%;
  width: 105%;
  justify-content: center;
  height: 100%;
}
#full-area #game-area #content #play-section #board #tiles .tile {
  position: relative;
  width: 33%;
  height: 52%;
  margin: -1% -0.5%;
}
#full-area #game-area #content #play-section #cross {
  width: 150px;
  position: absolute;
  left: 100%;
  top: 57%;
  transform: translateX(-160%) translateY(-50%);
}
#full-area #game-area #content #play-section #cross img {
  width: 100%;
  opacity: 0.1;
}
#full-area #game-area #content #play-section #timer {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-150%);
}
#full-area #game-area #content #play-section #timer p {
  font-family: f;
  color: #dddddd;
  font-size: 60px;
  line-height: 13px;
  text-shadow: 2px 0 #091c56, -2px 0 #091c56, 0 2px #091c56, 0 -2px #091c56, 2px 2px #091c56, -1px -2px #091c56, 1px 2px #091c56, -1px 2px #091c56, 0px 4px #091c56, 2px 0px #091c56, -2px 4px #091c56, -2px -1px #091c56, 2px -2px #091c56;
}
#full-area #game-area #content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #countdown {
  width: 500px;
  height: 74px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 360px;
  border-radius: 100px;
}
#full-area #game-area #content #countdown #countdown-border {
  width: 472px;
  background: url("/media/games/guess-the-picture/images/timer-border.png");
  background-size: cover;
  position: absolute;
  border-radius: 100px;
  margin-left: 16px;
  height: 71px;
  margin-top: 11.5px;
  z-index: 3;
}
#full-area #game-area #content #countdown #followUp {
  width: 449px;
  height: 50px;
  left: 30px;
  top: 20px;
  position: absolute;
  margin: 0;
}
#full-area #game-area #content #countdown #followUp div {
  margin: 0;
  height: 50px;
  width: 100%;
  position: absolute;
  background: url("/media/games/guess-the-picture/images/timer-in.png");
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
#full-area #game-area #content #logo {
  height: 450px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}

#test-btns {
  margin-top: 570px;
  margin-left: 500px;
  display: flex;
  justify-content: center;
}

@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content #home-section #home-right #logo {
    height: 650px;
    margin-top: 230px;
  }
  #full-area #game-area #content #home-section #home-right p {
    margin-top: 200px;
    transform: scale(1.07) translateX(-2%);
  }
  #full-area #game-area #content #play-section #word {
    margin-top: 200px;
  }
  #full-area #game-area #content #play-section #board {
    margin-top: 220px;
  }
  #full-area #game-area #content #play-section #countdown {
    margin-top: 600px;
  }
  #full-area #game-area #content #play-section #timer {
    visibility: hidden;
  }
  #full-area #game-area #content #play-section #cross {
    display: flex;
    left: 50%;
    margin-top: 300px;
    margin-left: 10px;
  }
  #full-area #game-area #content #end-section {
    margin-top: 100px;
  }
  #full-area #game-area #content #end-section #logo {
    height: 600px;
    margin-top: 20px;
  }
  #full-area #game-area #content #end-section #result p {
    font-size: 70px;
  }
  #full-area #game-area #content #end-section #end-btns {
    margin-top: 220px;
  }
  #full-area #game-area #content #end-section #end-btns img {
    width: 50%;
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content #popup-section #resultAnswer img {
    max-height: 50%;
  }
  #full-area #game-area #content #home-section #logo, #full-area #game-area #content #end-section #logo {
    height: 550px;
    margin-top: 30px;
    animation: logoAnim 1.3s infinite;
  }
  #full-area #game-area #content #home-section #result, #full-area #game-area #content #end-section #result {
    position: absolute;
    display: flex;
    font-family: f;
    left: 50%;
    transform: translateX(-50%) translateY(-70px);
    display: none;
  }
  #full-area #game-area #content #home-section #result p, #full-area #game-area #content #end-section #result p {
    font-size: 30px;
  }
  #full-area #game-area #content #home-section #result img, #full-area #game-area #content #end-section #result img {
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
    display: none;
  }
  #full-area #game-area #content #home-section #top-scores, #full-area #game-area #content #end-section #top-scores {
    animation: none;
  }
  #full-area #game-area #content #home-section #top-scores h2, #full-area #game-area #content #end-section #top-scores h2 {
    font-family: f;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 2px 0 #091c56, -2px 0 #091c56, 0 2px #091c56, 0 -2px #091c56, 2px 2px #091c56, -1px -2px #091c56, 1px 2px #091c56, -1px 2px #091c56;
    font-size: 60px;
    transform: scale(1) translateX(-50%);
    position: relative;
    left: 50%;
    margin-bottom: 30px;
  }
  #full-area #game-area #content #home-section #top-scores .score, #full-area #game-area #content #end-section #top-scores .score {
    display: flex;
    width: 55%;
    justify-content: space-between;
    padding: 0;
    margin-top: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #full-area #game-area #content #home-section #top-scores .score p, #full-area #game-area #content #end-section #top-scores .score p {
    font-family: f;
    font-size: 40px;
    width: 33%;
  }
  #full-area #game-area #content #home-section #top-scores .score p:nth-child(2), #full-area #game-area #content #end-section #top-scores .score p:nth-child(2) {
    text-align: center;
  }
  #full-area #game-area #content #home-section #top-scores .score p:nth-child(3), #full-area #game-area #content #end-section #top-scores .score p:nth-child(3) {
    text-align: right;
  }
  #full-area #game-area #content #home-section #top-scores hr, #full-area #game-area #content #end-section #top-scores hr {
    margin-top: -15px;
    height: 3px;
    background: #ffdc00;
    width: 60%;
    margin-bottom: -8px;
  }
  #full-area #game-area #content #home-section #home-btns, #full-area #game-area #content #end-section #home-btns {
    margin-left: 10%;
    width: 80%;
    justify-content: space-around;
    display: flex;
  }
  #full-area #game-area #content #home-section #home-btns img, #full-area #game-area #content #end-section #home-btns img {
    cursor: pointer;
    width: 40%;
  }
  #full-area #game-area #content #home-section #home-right #logo {
    height: 300px;
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    animation: logoAnim 1.3s infinite;
  }
  #full-area #game-area #content #home-section #home-right p {
    font-size: 50px;
    top: 100%;
  }
  #full-area #game-area #content #home-section #home-right p span {
    font-size: 85px;
  }
  #full-area #game-area #content #end-section {
    display: none;
  }
  #full-area #game-area #content #end-section #logo {
    height: 220px;
    margin-top: 0px;
  }
  #full-area #game-area #content #end-section #result p {
    color: black;
    font-size: 30px;
    margin: -17px;
    margin-left: 10px;
    margin-top: 25px;
  }
  #full-area #game-area #content #end-section #end-btns {
    position: relative;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
    gap: 40px;
    margin-top: 60px;
  }
  #full-area #game-area #content #end-section #end-btns img {
    height: 70px;
  }
  #full-area #game-area #content #play-section #top-info {
    margin-top: -30px;
  }
  #full-area #game-area #content #play-section #top-info p {
    line-height: 10px;
  }
  #full-area #game-area #content #play-section #top-info #mode {
    margin-bottom: 30px;
  }
  #full-area #game-area #content #play-section #top-info #score {
    color: #dddddd;
    font-size: 5vh;
  }
  #full-area #game-area #content #play-section #top-info #category {
    margin-top: 30px;
    font-size: 5vh;
  }
  #full-area #game-area #content #play-section #word {
    font-size: 40px;
    top: 12px;
  }
  #full-area #game-area #content #play-section #board {
    width: 350px;
    height: 223.3px;
    margin-top: -30px;
  }
  #full-area #game-area #content #play-section #board #currImg {
    transform: scale(0.7);
    transform-origin: top left;
  }
  #full-area #game-area #content #play-section #board #tiles .tile {
    width: 33%;
    height: 52%;
    margin: -1% -0.5%;
  }
  #full-area #game-area #content #play-section #cross {
    width: 80px;
    position: absolute;
    left: 95%;
    top: 60%;
  }
  #full-area #game-area #content #play-section #cross img {
    width: 100%;
    opacity: 0.1;
  }
  #full-area #game-area #content .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #countdown {
    width: 350px;
    height: 51.8px;
    left: 50%;
    margin-top: 195px;
  }
  #full-area #game-area #content #countdown #countdown-border {
    width: 330.4px;
    background: url("/media/games/guess-the-picture/images/timer-border.png");
    background-size: cover;
    position: absolute;
    border-radius: 100px;
    margin-left: 16px;
    height: 49.7px;
    margin-top: 11.5px;
    z-index: 3;
  }
  #full-area #game-area #content #countdown #followUp {
    width: 449px;
    height: 50px;
    left: -45px;
    top: 10px;
    position: absolute;
    margin: 0;
    transform: scale(0.7);
  }
  #full-area #game-area #content #countdown #followUp div {
    margin: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    background: url("/media/games/guess-the-picture/images/timer-in.png");
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
  }
  #full-area #game-area #content #logo {
    height: 450px;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}

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