@font-face {
  font-family: "Press Start 2P";
  src: url("/PressStart2P-Regular.8441ee42.ttf");
}

/* a {
  color: red;
} */

a:link {
  color: #922c2c ;
  text-decoration: none;
}
a:visited {
  color: rgb(80, 78, 78);
}

:root {
  font-family: "Press Start 2P";
}

.mobile {
  display: none;
}

body {
  display: none;
  justify-content: center;
}

.infoVideo {
  border-radius: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  /* border-bottom: 18px; */
}

.noWagmiballz {
  display: none;
  width: 62%;
  margin: auto auto 4% auto;
  line-height: 2;
}

.intoTitle {
  /* position: absolute; */
  margin: 5px;
  
}

.obstacleList {
  /* margin-top: 10px; */
  display: inherit;
  margin-right: 55px;
}

.obstacleList li {
  margin: 1.5%;
  width: min-content;
}

.infoModal {
  display: none;
  background-color: red;
flex-direction: column;
  /* display: flex; */
  left: 0;
  position: absolute;
  width:  1155px ; 
  z-index: 400;
  border: 2px black solid;
  border-radius: 5px;
  margin-top: -25px;
  padding-left: 14px;
  font-size: 9px;
  line-height: 1.5;

  /* overflow: scroll;
  overflow-y: scroll; */
  height: auto;

  background: #abbaab; /* fallback for old browsers */
  background-repeat: no-repeat;
  background: -webkit-linear-gradient(
    to right,
    #ffffff,
    #abbaab
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff,
    #abbaab
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* z-index: -10; */
  font-size: 10px;
}

.instructions {
  bottom: 125px;
  /* position: absolute; */
  z-index: -10;
  display: flex;
  margin-bottom: 20px;
}

.gamepad {
  margin: 0 5px 0 20px;
  font-size: 12px;
}

.connecting {
  display: none;

  text-align: center;
  margin: auto;
  font-size: 20px;
  color: black;
  /* font-weight: bold; */
  /* width: 70%; */
}

.openSea {
  display: none;
  visibility: hidden;
  /* width: 20%;  */
  margin-left: auto;
  margin-right: auto;

  font-family: "Press Start 2P";
  height: 42px;
  border-radius: 5px;
  border: none;
  color: white;
  background-color: #2081e2;
  font-size: 11px;
  text-decoration: none;
}

.opensea p {
  margin: auto;
}

.tvContainer {
  background: linear-gradient(297deg, #000000, #3f4b72, #a8b6e3);
  -webkit-animation: AnimationName 16s ease infinite;
  -moz-animation: AnimationName 16s ease infinite;
  animation: AnimationName 16s ease infinite;
  width: 820px;
  height: 520px;
}

.wagmiPong {
  margin-top: 6%;
}

.tv {
  /* margin-top: -1%;
  height: 555px;
  width: 888px; */
  margin-top: -4em;
  height: 666px;
  width: 1023px;
  position: absolute;
  z-index: 300 !important;
  background-image: url("/tv-frame.53d66cc0.png") !important;
  background-size: 100% 100%;
  /* padding-left: 10px; */
  /* margin-left: -10px; */
  margin-left: 55px;

  overflow: hidden;
  background-repeat: no-repeat;
}

.connectButton {
  margin: auto;
  height: 40px;
  text-align: center;
  width: 200px;
  border-radius: 10px;
  color: white;
  background-color: #252424;
  font-family: "Press Start 2P";
  font-size: 10px;
}

.connectButtonDisabled {
  margin: auto;
  height: 40px;
  text-align: center;
  width: 200px;
  border-radius: 10px;
  color: white;
  background-color: #252424;
  font-family: "Press Start 2P";
  font-size: 10px;
  padding: 10px;
  line-height: 15px;
}
.connectWallet {
  display: flex;
  justify-content: center;
  margin: 27% 17% 0 auto;
  z-index: 1 !important;
  text-align: center;
}
canvas {
  display: none;

  /* margin-top: 10%; */
  z-index: -1000;

  position: absolute;
  z-index: 10;
  height: 508px;
  margin: 4px auto auto -67px;
  width: 686px;
}

.info {
  position: absolute;
  top: 0;
  left: 0;
  background-color: chartreuse;
  border: 2px black solid;
  border-radius: 50%;
  width: 21px;
  height: 22px;
  margin: 5px;
  /* padding-left: 3px; */
  /* font-size: 17px; */
  /* margin-left: 2px; */
  display: block;
}

.info:hover {
  background-color: rgb(204, 226, 170);
}

@media only screen and (max-height: 700px) {
  .footer {
    display: none;
  }
}

/* @media only screen and (max-width: 750px) { */
@media only screen and (max-width: 800px) {

  .banner {
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  canvas {
    display: none;
  }
  
  .mobileHeader {
    display: flex;
    justify-content: center;
    margin-top: 20%;
    position: sticky;
    top: 0;

  }
  .sugar {
    width: 50px;
    height: fit-content;
  }

  .infoModal {
    display: none !important;
  }
  /* body {
    background-color: lightblue;
  } */

  .info {
    display: none;
    visibility: hidden;
  }

  .wagmiPong {
    display: flex;
    flex-direction: column;
  }

  .footer {
    position: relative;
    z-index: 10;
  }

  h1 {
    font-size: 40px;
  }

  .ballContainer {
    display: flex;
    justify-content: center;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .wagmiballz {
    width: 55%;
    /* margin: auto; */
  }

  .mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .paddlezDesc {
    margin-top: 25px;
    font-size: 12px;

    word-spacing: inherit;
    margin-left: auto;
    text-align: left;
    width: 95%;
    margin-right: auto;
    line-height: 1.5;
    /* opacity: 0.5; */
    background-color: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 6px;



    background: #abbaab; /* fallback for old browsers */
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(
      to right,
      #ffffff,
      #abbaab
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #ffffff,
      #abbaab
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .subtitle {
    margin-top: -15px;
    font-size: 10px;
    margin-top: 10px;
  }

  canvas {
    display: none;
  }

  .tv {
    display: none;
  }

  .tvContainer {
    display: none;
  }

  body {
    
  }

  .instructions {
    display: none;
  }

  .buttons {
    display: flex;
    justify-content: center;
  }

  .buttons button {
    font-family: "Press Start 2P";
    height: 42px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #2081e2;
    font-size: 11px;
  }
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}


/*# sourceMappingURL=/styles.956d002c.css.map */