@font-face {
  font-family: ICBirdsFont;
  src: url(flappyfont.ttf);
  /* src: local('ICBirdsFont'), url(../assets/flappyfont.TTF) format('truetype'); */
}

@font-face {
  font-family: ICBirdsFont2;
  src: url(Minecraft.ttf);
  /* src: local('ICBirdsFont2'), url(../assets/Minecraft.ttf) format('truetype'); */
}

* {
  touch-action: manipulation;
}

a:-webkit-any-link {
  text-decoration-line: none;
}

body {
  margin: 0;
  background-color: white;
  font-family: ICBirdsFont2, Helvetica;
  color: black;
  width: 100%;
}

.loader-container {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8d4;
}

.loader {
  z-index: 1000;
  position: absolute;
}

.content {
  margin-top: 1em;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.homepage {
  flex-direction: column;
  padding-top: 1em;
}

.block {
  text-align: -webkit-center;
  width: 50%;
}

.block p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
}

.block li {
  font-family: Roboto, sans-serif;
  font-size: 1em;
}



.block h3 {
  font-size: 1.5em;
}

.block-content {
  text-align: left;
  max-width: 1170px;
}

.column.left {
  width: 33%;
  flex: 0 0 33%;
}

.column.right {
  width: 33%;
  flex: 0 0 33%;
  padding-left: 1em;
}

.column.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

h2 {
  font-family: ICBirdsFont2, Helvetica;
  font-weight: bold;

}

h3 {
  font-family: ICBirdsFont2, Helvetica;
  font-weight: bold;
}

.navigation {
  width: 100%;
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column;
  box-shadow: rgb(0 0 0 / 16%) 0px 2px 6px;
}

canvas {
  display: block;
}

.container-perso {
  display: flex;
  flex: 1;
  flex-direction: row;
  max-width: 100%;
  margin-top: 10px;
}

.social {
  order: 3;
  max-width: 30%;
  width: 30%;
  padding: 1em;
}

.item {
  flex: 1 1 auto;
}

.arcade {
  text-align: center;
  justify-content: center;
  margin: 10vh;
  display: flex;
}

.arcade img {
  width: 20%;

}

.arcade img:hover {
  background: radial-gradient(#C03753 0 40%, white 70%);
  transition: 0.6s;
}

main {
  flex: 1 1 auto;
}

footer {
  padding: 70px;
  background-color: rgb(254, 252, 254);
  text-align: right;
  display: flex;
  box-shadow: rgb(0 0 0 / 16%) 0px 2px 6px;
}



/* @-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
} */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(10deg);
  }

  5% {
    -webkit-transform: rotate(-10deg);
  }

  10% {
    -webkit-transform: rotate(20deg);
  }

  15% {
    -webkit-transform: rotate(-5deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
  }

  20%,
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(1deg);
  }

  25% {
    -ms-transform: rotate(-1deg);
  }

  50% {
    -ms-transform: rotate(1.5deg);
  }

  75% {
    -ms-transform: rotate(-5deg);
  }

  100% {
    -ms-transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(10deg);
  }

  5% {
    -webkit-transform: rotate(-10deg);
  }

  10% {
    -webkit-transform: rotate(15deg);
  }

  15% {
    -webkit-transform: rotate(-5deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
  }

  20%,
  100% {
    -webkit-transform: rotate(0deg);
  }
}



::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f500;
}

::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background-color: #F5F5F500;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: black;
}



@media screen and (max-width: 1000px) {
  body {
    overflow: scroll;
  }

  p {
    font-size: 2em !important;
  }

  h3 {
    font-size: 2em !important;
  }

  li {
    font-size: 2em !important;

  }

  .navigation a {
    font-size: 2em !important;

  }

  .block {
    width: 70%
  }

  .container-perso {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 100%;
    margin-top: 10px;
  }

  .social {
    flex: 1 1 100%;
    margin: 10px;
    margin-left: 30px;
  }

  .game {
    flex: 1 1 100%;
  }

  .inventory {
    height: 80%;
    margin: 10px;
    flex: 1 1 100%;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  canvas {
    display: block;
    width: 100%;
  }
}

.connect button {
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  overflow: hidden;
  transition: color 0.8 s ease-in-out;
}

.connect button::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 100%;
  width: 2em;
  height: 1em;
  border-radius: 50%;
  background-color: #2B6EFE;
  transform-origin: center;
  transform: translate3d(50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

.connect button:hover {
  cursor: pointer;
  color: #161616;
}

.connect button:hover::before {
  transform: translate3d(50%, -50%, 0) scale3d(15, 15, 15);
}

.prizetable {
  margin-left: 1em;
  text-align: center;
}

.prizetable td {
  padding-right: 1em;
}

.prizetable th {
  padding-right: 1em;
}