@font-face {
  font-family: f1;
  src: url("media/Comfortaa-Bold.ttf");
}
@font-face {
  font-family: f2;
  src: url("media/Comfortaa-Medium.ttf");
}
body {
  padding: 0;
  margin: 0;
  background: #000;
}

#full-area {
  width: 100%;
  min-height: 100vh;
  background: #000;
  user-select: none;
}
#full-area #game-area {
  width: 1500px;
  height: 1192px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #alert-page {
  position: absolute;
  width: 1500px;
  height: 1192px;
  background: rgba(0, 0, 0, 0.56);
  z-index: 999;
  display: none;
}
#full-area #game-area #alert-page p {
  background: #0357ff;
  color: white;
  font-family: f2;
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.298);
  padding: 20px;
  font-size: 50px;
  text-align: center;
}
#full-area #game-area #alert-page p span {
  font-weight: 900;
  color: #4dd101;
}
#full-area #game-area #alert-page p button {
  margin-top: 20px;
  background: white;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 5px 30px;
  color: #0357ff;
  font-weight: 900;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.181);
}
#full-area #game-area #alert-page p button:hover {
  background: #f2e8e8;
}
#full-area #game-area #instructions-page {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("media/Instructions.png");
  background-size: cover;
}
#full-area #game-area #instructions-page button {
  background: white;
  color: #0357ff;
  border: none;
  outline: none;
  font-size: 30px;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, -100%);
  margin: -65px -20px;
  padding: 3px 30px;
  border-radius: 3px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.189);
  display: none;
}
#full-area #game-area #instructions-page button:hover {
  background: #f2e8e8;
}
#full-area #game-area #instructions-page .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 100%;
  left: 100%;
  margin: -95px 0 0 -55px;
}
#full-area #game-area #instructions-page .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 5px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}
#full-area #game-area #instructions-page .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#full-area #game-area #instructions-page .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#full-area #game-area #instructions-page .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#full-area #game-area #play-page {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#full-area #game-area #play-page #left-side {
  background: #0357ff;
  width: 308px;
  height: 100%;
}
#full-area #game-area #play-page #left-side #dice {
  display: none;
}
#full-area #game-area #play-page #left-side h5 {
  padding: 20px;
  color: white;
  font-family: f2;
  line-height: 30px;
  display: none;
}
#full-area #game-area #play-page #left-side h5 span:nth-child(1) {
  text-decoration: underline;
}
#full-area #game-area #play-page #left-side h5 span:nth-child(2) {
  color: #4dd101;
  font-weight: 900;
}
#full-area #game-area #play-page #left-side #players {
  margin-top: 20px;
}
#full-area #game-area #play-page #left-side #players #player {
  width: 90%;
  margin-left: 5%;
  background: linear-gradient(30deg, white, #ffffff);
  color: #0357ff;
  display: flex;
  border-radius: 5px;
  justify-content: space-between;
  padding: 0 10px;
  margin: 15px 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
#full-area #game-area #play-page #left-side #players #player svg {
  width: 25px;
  height: 25px;
  color: red;
  margin-right: 5px;
  margin-top: -5px;
  cursor: pointer;
}
#full-area #game-area #play-page #left-side #players #player h2, #full-area #game-area #play-page #left-side #players #player h1 {
  height: 50px;
  font-size: 30px;
  max-width: 150px;
  overflow: hidden;
  padding-top: 10px;
}
#full-area #game-area #play-page #left-side #players #player h2 span, #full-area #game-area #play-page #left-side #players #player h1 span {
  font-size: 15px;
}
#full-area #game-area #play-page #left-side #players #player h2 {
  font-size: 22px;
  padding-top: 17px;
}
#full-area #game-area #play-page #left-side #players-list {
  margin-bottom: 100px;
}
#full-area #game-area #play-page #left-side #players-list #add-player, #full-area #game-area #play-page #left-side #players-list #start-btn {
  background: white;
  color: #0357ff;
  border: none;
  outline: none;
  font-size: 18px;
 /* position: absolute; */
  margin: 15px 20px;
  padding: 3px 40px;
  border-radius: 3px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.189);
}
#full-area #game-area #play-page #left-side #players-list #add-player:hover, #full-area #game-area #play-page #left-side #players-list #start-btn:hover {
  background: #f2e8e8;
}
#full-area #game-area #play-page #left-side #players-list #start-btn {
  background: lime;
  color: rgba(29, 29, 29, 0.876);
  margin-left: 44px;
  font-size: 25px;
  display: none;
}
#full-area #game-area #play-page #left-side #players-list #start-btn:hover {
  filter: brightness(1.1);
  background: #01d701;
}
#full-area #game-area #play-page #left-side #players-list input {
  width: 267px;
  font-size: 20px;
  margin-left: 20px;
  outline: none;
  padding-left: 5px;
  border-radius: 5px;
  border: 4px solid white;
}
#full-area #game-area #play-page #left-side #quit {
  background: white;
  color: #0357ff;
  border: none;
  outline: none;
  font-size: 28px;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin: -30px 24px;
  padding: 3px 40px;
  border-radius: 3px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.189);
}
#full-area #game-area #play-page #left-side #quit:hover {
  background: #f2e8e8;
}
#full-area #game-area #play-page #right-side {
  width: 1192px;
  height: 1192px;
  background: url("media/board-game.jpg");
  background-size: cover;
  background-position: center center;
}
#full-area #game-area #play-page #right-side #sound-btn {
  position: absolute;
  z-index: 99999;
  width: 55px;
  height: 55px;
  background: #0357ff;
  border-radius: 3px;
  margin: 20px 0 0 1120px;
  cursor: pointer;
}
#full-area #game-area #play-page #right-side #sound-btn:hover {
  filter: brightness(1.05);
}
#full-area #game-area #play-page #right-side #sound-btn svg {
  color: white;
  width: 45px;
  height: 45px;
  margin: 5px;
}
#full-area #game-area #play-page #right-side #message-box {
  position: absolute;
  background: #0357fffb;
  width: 50%;
  margin-left: 15%;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.227);
  height: 70px;
  overflow: hidden;
  display: none;
  font-family: f2;
}
#full-area #game-area #play-page #right-side #message-box p {
  color: white;
  font-size: 31px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45%);
}
#full-area #game-area #play-page #right-side #message-box p span {
  color: lime;
  font-weight: 900;
}
#full-area #game-area #play-page #right-side #question-card {
  width: 240px;
  min-height: 322px;
  height: auto;
  background: white;
  position: absolute;
  margin-left: 475px;
  margin-top: 442px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.356);
  transform: scale(2.5);
  overflow: hidden;
  display: none;
  font-weight: 900;
  font-family: f2;
  padding: 10px;
  padding-bottom: 20px;
}
#full-area #game-area #play-page #right-side #question-card #logo {
  width: 30%;
  height: 30px;
}
#full-area #game-area #play-page #right-side #question-card h1 {
  width: 70%;
  overflow: hidden;
  font-size: 16px;
  text-align: right;
  color: purple;
  margin-left: 0;
  font-weight: 900;
  font-family: f2;
  margin-top: 5px;
}
#full-area #game-area #play-page #right-side #question-card #card-color {
  width: 100%;
  height: 20px;
  background: purple;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin-left: -10px;
}
#full-area #game-area #play-page #right-side #question-card h2 {
  color: #f70000;
  font-size: 17px;
  font-weight: 900;
  font-family: f2;
  margin-top: 10px;
}
#full-area #game-area #play-page #right-side #question-card #question-border {
  width: 100px;
  height: 7px;
  background: #4dd101;
  border-radius: 10px;
  margin-top: -5px;
}
#full-area #game-area #play-page #right-side #question-card h3 {
  font-size: 15px;
  color: #ba00ff;
  margin-top: 10px;
  font-weight: 900;
  font-family: f2;
}
#full-area #game-area #play-page #right-side #question-card #answers {
  font-weight: 300;
}
#full-area #game-area #play-page #right-side #question-card #answers p {
  font-size: 9px;
  cursor: pointer;
  padding: 2.5px;
  margin: 5px 0;
  border-radius: 3px;
}
#full-area #game-area #play-page #right-side #question-card #answers p span {
  color: #ba00ff;
}
#full-area #game-area #play-page #right-side #question-card #answers p:hover {
  background: rgba(0, 0, 0, 0.098);
}
#full-area #game-area #play-page #right-side #question-card #answer-btn {
  background: #7cdd45;
  border: none;
  outline: none;
  margin-left: 140px;
  margin-top: 25px;
  font-size:12px;
  font-family: f1;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.147);
  display: none;
  margin-bottom: 10px;
}
#full-area #game-area #play-page #right-side #question-card #answer-btn:hover {
  filter: brightness(1.05);
}
#full-area #game-area #play-page #right-side #question-card #timer {
  display: none;
}
#full-area #game-area #play-page #right-side #question-card #timer p {
  width: 100%;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
}
#full-area #game-area #play-page #right-side #question-card #timer #timer-buttons {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
#full-area #game-area #play-page #right-side #question-card #timer #timer-buttons button {
  background: #7cdd45;
  border: none;
  outline: none;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: f1;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.147);
  margin-bottom: 10px;
}
#full-area #game-area #play-page #right-side #question-card #timer #timer-buttons button span {
  font-size: 10px;
}
#full-area #game-area #play-page #right-side #question-card #timer #timer-buttons button:hover {
  filter: brightness(1.05);
}
#full-area #game-area #play-page #right-side #black-bg {
  background: rgba(0, 0, 0, 0.751);
  width: 1192px;
  height: 1192px;
}
#full-area #game-area #play-page #right-side #black-bg p {
  color: white;
  font-size: 70px;
  width: 1192px;
  margin-left: 155px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.197);
}

.scene {
  width: 200px;
  height: 200px;
  margin: 0px;
  perspective: 400px;
  transform: scale(0.9);
  margin-left: 53px;
  cursor: pointer;
}

.cube {
  width: 200px;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: transform 0.3s;
}

.cube.show-front {
  transform: translateZ(-100px) rotateY(0deg);
}

.cube.show-right {
  transform: translateZ(-100px) rotateY(-90deg);
}

.cube.show-back {
  transform: translateZ(-100px) rotateY(-180deg);
}

.cube.show-left {
  transform: translateZ(-100px) rotateY(90deg);
}

.cube.show-top {
  transform: translateZ(-100px) rotateX(-90deg);
}

.cube.show-bottom {
  transform: translateZ(-100px) rotateX(90deg);
}

.cube__face {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid white;
  line-height: 200px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.cube__face img {
  width: 100%;
  height: 100%;
}

.cube__face--front {
  background: red;
}

.cube__face--right {
  background: yellow;
}

.cube__face--back {
  background: lime;
}

.cube__face--left {
  background: aqua;
}

.cube__face--top {
  background: blue;
}

.cube__face--bottom {
  background: fuchsia;
}

.cube__face--front {
  transform: rotateY(0deg) translateZ(100px);
}

.cube__face--right {
  transform: rotateY(90deg) translateZ(100px);
}

.cube__face--back {
  transform: rotateY(180deg) translateZ(100px);
}

.cube__face--left {
  transform: rotateY(-90deg) translateZ(100px);
}

.cube__face--top {
  transform: rotateX(90deg) translateZ(100px);
}

.cube__face--bottom {
  transform: rotateX(-90deg) translateZ(100px);
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.rainbow {
  position: absolute;
  z-index: 0;
  width: 195px;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  margin-top: 3px;
  margin-left: 55px;
}
.rainbow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
  animation: rotate 4s linear infinite;
}
.rainbow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
  animation: opacityChange 3s infinite alternate;
}

@keyframes opacityChange {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

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