@font-face {
  font-family: f;
  src: url("./media/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("./media/Insanibu.ttf");
}
body {
  padding: 0;
  margin: 0;
}

#full-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  user-select: none;
  background: url("./media/bg2.png");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#full-area #game-area {
  width: 100%;
  height: 100%;
  max-width: 600px;
  background: url("./media/bg.png");
  background-size: cover;
  background-position: center center;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#full-area #game-area #home-section, #full-area #game-area #pet-section, #full-area #game-area #end-section, #full-area #game-area #register-section, #full-area #game-area #ins-section {
  width: 500px;
  height: 990px;
  padding: 30px;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-family: f;
}
#full-area #game-area #home-section #logo, #full-area #game-area #home-section #welcome, #full-area #game-area #pet-section #logo, #full-area #game-area #pet-section #welcome, #full-area #game-area #end-section #logo, #full-area #game-area #end-section #welcome, #full-area #game-area #register-section #logo, #full-area #game-area #register-section #welcome, #full-area #game-area #ins-section #logo, #full-area #game-area #ins-section #welcome {
  width: 80%;
  left: 10%;
  position: relative;
}
#full-area #game-area #home-section #welcome, #full-area #game-area #pet-section #welcome, #full-area #game-area #end-section #welcome, #full-area #game-area #register-section #welcome, #full-area #game-area #ins-section #welcome {
  width: 100%;
  left: 0;
  margin-top: 10%;
}
#full-area #game-area #home-section #input-grp, #full-area #game-area #pet-section #input-grp, #full-area #game-area #end-section #input-grp, #full-area #game-area #register-section #input-grp, #full-area #game-area #ins-section #input-grp {
  position: relative;
  width: 85%;
  left: 7.5%;
  margin-top: 5%;
}
#full-area #game-area #home-section #input-grp img, #full-area #game-area #pet-section #input-grp img, #full-area #game-area #end-section #input-grp img, #full-area #game-area #register-section #input-grp img, #full-area #game-area #ins-section #input-grp img {
  width: 100%;
  height: auto;
}
#full-area #game-area #home-section #input-grp div, #full-area #game-area #pet-section #input-grp div, #full-area #game-area #end-section #input-grp div, #full-area #game-area #register-section #input-grp div, #full-area #game-area #ins-section #input-grp div {
  position: absolute;
  display: flex;
  font-size: 30px;
  width: 100%;
  height: 100%;
}
#full-area #game-area #home-section #input-grp div label, #full-area #game-area #pet-section #input-grp div label, #full-area #game-area #end-section #input-grp div label, #full-area #game-area #register-section #input-grp div label, #full-area #game-area #ins-section #input-grp div label {
  color: white;
  width: 34%;
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2px;
  line-height: 30px;
}
#full-area #game-area #home-section #input-grp div input, #full-area #game-area #pet-section #input-grp div input, #full-area #game-area #end-section #input-grp div input, #full-area #game-area #register-section #input-grp div input, #full-area #game-area #ins-section #input-grp div input {
  width: 63.5%;
  height: 70%;
  position: relative;
  top: 15%;
  padding: 0 5px;
  padding-left: 10px;
  background: transparent;
  border: none;
  outline: none;
  padding-top: 3px;
  border-radius: 6px;
  border: 4px solid transparent;
  font-size: 28px;
}
#full-area #game-area #home-section #input-grp div input::-webkit-inner-spin-button, #full-area #game-area #pet-section #input-grp div input::-webkit-inner-spin-button, #full-area #game-area #end-section #input-grp div input::-webkit-inner-spin-button, #full-area #game-area #register-section #input-grp div input::-webkit-inner-spin-button, #full-area #game-area #ins-section #input-grp div input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
#full-area #game-area #home-section button, #full-area #game-area #pet-section button, #full-area #game-area #end-section button, #full-area #game-area #register-section button, #full-area #game-area #ins-section button {
  width: 50%;
  font-size: 35px;
  height: 60px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  outline: none;
  border: none;
  background: linear-gradient(#0892cb, #003f87 50%, #0372be);
  color: white;
  align-items: center;
}
#full-area #game-area #home-section button:hover, #full-area #game-area #pet-section button:hover, #full-area #game-area #end-section button:hover, #full-area #game-area #register-section button:hover, #full-area #game-area #ins-section button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #home-section button:active, #full-area #game-area #pet-section button:active, #full-area #game-area #end-section button:active, #full-area #game-area #register-section button:active, #full-area #game-area #ins-section button:active {
  transform: scale(0.98);
}
#full-area #game-area #register-section {
  top: 45%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #register-section #tab {
  width: 100%;
  margin-top: 90px;
}
#full-area #game-area #register-section #invBtn {
  width: 285px;
  height: 77px;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  top: 79%;
  border-radius: 50px;
  cursor: pointer;
}
#full-area #game-area #register-section #invBtn:hover {
  background: rgba(255, 255, 255, 0.082);
}
#full-area #game-area #ins-section #tab {
  width: 100%;
  margin-left: 0%;
  margin-top: 40px;
  position: relative;
  top: 0px;
}
#full-area #game-area #ins-section #invBtn2 {
  width: 275px;
  height: 67px;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  top: 84.5%;
  border-radius: 50px;
  cursor: pointer;
  z-index: 99;
  filter: none;
}
#full-area #game-area #ins-section #invBtn2:hover {
  background: rgba(255, 255, 255, 0.074);
  filter: none;
}
#full-area #game-area #pet-section #text1 {
  width: 100%;
  margin-left: 0%;
  margin-top: 10%;
}
#full-area #game-area #pet-section #pets {
  display: flex;
  margin-top: 15%;
  width: 100%;
  margin-left: 0%;
  justify-content: space-around;
  padding-bottom: 50px;
}
#full-area #game-area #pet-section #pets #cat-pet, #full-area #game-area #pet-section #pets #dog-pet {
  width: 45%;
  position: relative;
  cursor: pointer;
}
#full-area #game-area #pet-section #pets #cat-pet:hover, #full-area #game-area #pet-section #pets #dog-pet:hover {
  filter: brightness(1.1);
}
#full-area #game-area #pet-section #pets #cat-pet:active, #full-area #game-area #pet-section #pets #dog-pet:active {
  transform: scale(0.98);
}
#full-area #game-area #pet-section #pets img {
  width: 100%;
}
#full-area #game-area #pet-section #pets .star {
  width: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#full-area #game-area #pet-section #pets .petname {
  width: 50%;
  position: relative;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #play-section #score, #full-area #game-area #play-section #time {
  width: 20%;
  margin: 4% 3%;
  position: absolute;
}
#full-area #game-area #play-section #score img, #full-area #game-area #play-section #time img {
  max-width: 100%;
  max-height: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #play-section #score p, #full-area #game-area #play-section #time p {
  color: white;
  font-size: 30px;
  font-family: f2;
  text-align: center;
  letter-spacing: 2px;
}
#full-area #game-area #play-section #time {
  left: 100%;
  transform: translateX(-110%);
  margin-left: 0;
}
#full-area #game-area #play-section #logo {
  max-width: 60%;
  max-height: 90%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #play-section #play-header {
  height: 30%;
  width: 100%;
}
#full-area #game-area #play-section #play-area {
  height: 70%;
  width: 100%;
  position: absolute;
}
#full-area #game-area #play-section #play-area #elems {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #play-section #play-area #elems .elem {
  width: 17%;
  height: 17%;
  transform: translate(100px, 100px) scale(0);
  position: absolute;
  overflow: hidden;
}
#full-area #game-area #play-section #play-area #elems .elem .fimg {
  cursor: pointer;
}
#full-area #game-area #play-section #play-area #elems .elem .fimg, #full-area #game-area #play-section #play-area #elems .elem .anim, #full-area #game-area #play-section #play-area #elems .elem .hand {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #play-section #play-area #elems .elem .anim {
  transform: translate(-50%, -50%) scale(0);
  margin-top: 5px;
  opacity: 0;
}
#full-area #game-area #play-section #play-area #elems .elem .hand {
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, 0%) scale(2);
}
#full-area #game-area #end-section #score {
  width: 20%;
  margin: 4% 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#full-area #game-area #end-section #score img {
  max-width: 100%;
  max-height: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #end-section #score p {
  color: white;
  font-size: 30px;
  font-family: f2;
  text-align: center;
  letter-spacing: 2px;
}
#full-area #game-area #end-section #text {
  width: 100%;
  margin-left: 0%;
  margin-top: 10%;
}
#full-area #game-area #end-section #holder {
  width: 100%;
  margin-top: 15%;
  position: relative;
}
#full-area #game-area #end-section #holder #holder-paws {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
}
#full-area #game-area #end-section #holder #holder-paws .holder-paw {
  height: 100%;
  width: 12%;
  position: relative;
  transition: 0.5s;
}
#full-area #game-area #end-section #holder #holder-paws .holder-paw img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #end-section #holder #holder-paws .off img:nth-child(2) {
  opacity: 0;
}
#full-area #game-area #end-section #holder #holder-img {
  width: 100%;
}
#full-area #game-area .center {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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