@import url("https://fonts.googleapis.com/css2?family=Jersey+10&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@font-face {
  font-family: "Pixil";
  src: url("./media/04B_30__.TTF");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #ca2559;
}
::-webkit-scrollbar-thumb {
  background: #8b0831;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Pixil";
}
header {
  height: 100vh;
  overflow-y: hidden;
  background: url("./media/banner.png");
  background-size: cover;
  background-position: 0px 0px;
  position: relative;
}
header::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.329);
}
.side-nav-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #00000070;
}
.side-nav {
  position: absolute;
  right: 0;
  background-color: rgb(193, 193, 193);
  width: 35%;
  height: 100%;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.side-nav {
  font-family: "Jersey 10";
  font-weight: 600;
}
.side-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2%;
}
.side-nav-header-left-container {
  display: flex;
  align-items: flex-end;
  font-size: 0.8rem;
}
.side-nav-header-text {
  font-family: "Pixil";
}
.side-nav-img {
  height: 3rem;
  width: 3rem;
}
.side-nav-main {
  letter-spacing: 0.3rem;
  word-spacing: 0.3rem;
  margin-top: 6%;
  padding: 0 5%;
}
.side-nav-main p {
  font-size: 1.3rem;
  border-bottom: 2px black solid;
  padding: 4.5% 0;
  transition: all 0.3s ease-out !important;
  cursor: pointer;
}
.side-nav-main p:hover {
  border-color: #e916e2;
}
.side-nav-main p a {
  transition: all 0.3s ease-out !important;
}
.side-nav-main p:hover a {
  color: #e916e2;
}
.side-nav-main p:hover {
  color: #e916e2;
}
.side-nav-main a {
  text-decoration: none;
  color: black;
}
nav {
  display: grid;
  grid-template-columns: 0.4fr 0.2fr 0.4fr;
  justify-items: center;
  align-content: flex-end;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.329);
  padding: 30px 3% 0px 3%;
}
.nav-left-container,
.nav-center-container,
.nav-right-container,
.docs-container,
.logo-name-container {
  display: flex;
  align-items: flex-end;
}
.nav-left-container,
.nav-right-container {
  animation: slide-bottom 1.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.nav-center-container {
  animation: slide-bottom 1.8s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  transform: translateY(-1000%);
  width: 100%;
}
.nav-left-container {
  cursor: pointer;
  width: 100%;
}
.logo-name-container {
  width: 65%;
}
.logo-container {
  max-width: 3rem;
  max-height: 3rem;
}
.logo {
  width: 100%;
  height: 100%;
}
.nav-heading {
  width: 100%;
  font-size: 1.2rem;
}
.socials-container {
  display: flex;
  width: 35%;
  gap: 15%;
}
.socials-container a {
  transition: all 0.3s ease-out !important;
}
.socials-container a:hover {
  transform: translateY(-10%);
}
.socials-container img {
  opacity: 100%;
  max-height: 1.5rem;
  max-width: 1.5rem;
}
.nav-center-container {
  justify-self: center;
  align-self: flex-start;
  margin-top: 4%;
  color: #f1850e;
  display: flex;
  /* justify-content: end; */
  justify-content: center;
}
.nav-center-container h3 {
  padding: 0 10px 8px 10px;
  border-bottom: 5px #f1850e solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-out !important;
  cursor: pointer;
}
.nav-center-container h3:hover {
  border-color: #ffd700;
  color: #ffd700;
  filter: drop-shadow(0px 2px 20px #f1850e);
  transform: translateY(-10%);
}
.nav-right-container {
  width: 100%;
  justify-content: space-between;
}
.docs-container {
  width: 80%;
  gap: 5%;
  padding-left: 4%;
  margin-bottom: -2%;
  justify-content: flex-end;
}
.docs,
.github {
  font-size: 1rem;
  font-family: "Jersey 10";
  display: flex;
  gap: 10px;
  align-items: flex-end;
  border-radius: 50rem;
  padding: 10px 15px;
  background-color: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-out !important;
}
.docs-text {
  color: white;
  text-decoration: none;
}
.docs:hover,
.github:hover {
  transform: translateY(-10%);
  color: #f1850e;
}
.docs:hover .docs-text,
.github:hover .docs-text {
  color: #f1850e;
}

.github {
  gap: 20px;
}
.docs-img {
  width: 2rem;
  height: 1.5rem;
}
.wallet-img {
  width: 1.5rem;
  height: 1.5rem;
}
.hamburger-container {
  width: 20%;
  display: grid;
  gap: 20%;
  align-self: center;
  justify-content: flex-end;
  margin-bottom: -10px;
  cursor: pointer;
}
.ham-lines {
  width: 2.2rem;
  height: 0.3rem;
  background-color: black;
}
.scroll-down-container {
  font-family: "Jersey 10";
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(500%);
  animation: slide-up 1.2s 1.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.scroll-down-container span {
  text-align: center;
  margin-left: -20px;
  font-size: 2rem;
  color: white;
  text-shadow:
    2px 2px 0 #000,
    -2px 2px 0 #000,
    -2px -2px 0 #000,
    2px -2px 0 #000;

}
.scroll-img-container {
  width: 4rem;
}
.scroll-img {
  width: 100%;
}
main {
  background-color: #8b0831;
  color: white;
  padding: 5rem 5%;
  padding-bottom: 1rem;
}
main h2 {
  font-weight: 800;
  letter-spacing: 0.3rem;
  word-spacing: 0.6rem;
}
main section {
  text-align: justify;
  font-family: "Jersey 10";
  font-weight: 600;
  letter-spacing: 0.2rem;
  word-spacing: 0.1rem;
  line-height: 1.2rem;
  display: flex;
}
.flappy-ques {
  margin-top: 10rem;
}
.flappy-ques-anim {
  animation: tracking-in-contract 0.8s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
}
.flappy-info img,
.rewards-info img {
  height: 100%;
  width: 100%;
}
.flappy-info,
.rewards-info {
  width: 90%;
  margin-top: 2rem;
  align-items: center;
  gap: 3%;
  background-color: #ca2559;
  padding: 0 1.5%;
  margin-left: 3%;
  box-shadow: -10px 0 0 0 #000000, 10px 0 0 0 #000000, 0 -10px 0 0 #000000,
    0 10px 0 0 #000000;
  transition: all 0.3s ease-out !important;
}
.flappy-info:hover,
.rewards-info:hover {
  background-color: #f1850e;
  box-shadow: -10px 0 0 0 #ca2559, 10px 0 0 0 #ca2559, 0 -10px 0 0 #ca2559,
    0 10px 0 0 #ca2559, 10px 0 20px 0 #f1850e, 0px 10px 20px 0 #f1850e,
    0px -10px 20px 0 #f1850e, -10px 0px 20px 0 #f1850e;
}
.flappy-info p {
  margin-top: 20px;
}
.flappy-info-adder {
  animation: bounce-top 0.9s 1s both;
}
.info-img-container,
.rewards-info-img-container {
  width: 60%;
  padding: 1.4rem;
}
.rewards-info-img-container {
  padding: 0rem;
}
.rewards-ques {
  margin-top: 4rem;
}
.rewards-ques-anim {
  animation: slide-right 0.8s 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.rewards-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.info-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.rewards-info-anim {
  animation: slide-top 0.5s 4.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.rewards-info p {
  margin-top: 1rem;
}
.info-img-container img,
.rewards-info-img-container img {
  width: 93.5208px;
}
.rewards-info-img-container img{
  width: 160px;
}
.faq-container {
  height: 33rem;
  width: 93%;
  background-image: url("./media/FAQ_Banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  display: block;
  padding-top: 2%;
  background-position: 50% 0%;
  max-width: 1070.14px;
  max-height: 520px;
}
.faq-container h2 {
  font-size: 3rem;
}
.faq-header-container {
  display: flex;
  max-height: 3rem;
  margin-left: 7%;
  align-items: flex-end;
  justify-content: space-between;
  width: 87%;
  max-width: 946.635px;
}
.sitting-duck {
  height: 7rem;
  margin-bottom: -20%;
}
.faq-main-container {
  margin: 2% 0% 0 7%;
  width: 85%;
  height: 29vw;
  overflow-y: scroll;
  padding: 1% 3% 1% 0;
  max-height: 375.646px;
}
.faq-ques {
  color: black;
  font-size: 1.4rem;
  word-spacing: 0rem;
  line-height: 1rem;
  letter-spacing: 0.2rem;
  margin-top: 1.2rem;
}
.faq-ans {
  word-spacing: 0.2rem;
  line-height: 1rem;
  letter-spacing: 0.2rem;
  padding-left: 1%;
}
.faq-ans {
  font-size: 1.2rem;
  margin-top: 1%;
}
.game-container {
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 36rem;
  text-align: center;
  max-height: 2rem;
  position: relative;
}
iframe {
  margin-top: 2rem;
  width: 90%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen {
  position: absolute;
  bottom: -31.5rem;
  right: 5%;
  background-color: transparent;
  outline: none;
  border: none;
}
.fullscreen img {
  width: 1.7rem;
}
.leaderboard-link {
  margin: 5rem auto;
  width: min-content;
  display: block;
  font-family: "Jersey 10";
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  word-spacing: 0.3rem;
  box-shadow: -5px 0 0 0 #000000, 5px 0 0 0 #000000, 0 -5px 0 0 #000000,
    0 5px 0 0 #000000;
  padding: 0.3rem 0.7rem;
  background-color: #ca2559;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-out !important;

}
.leaderboard-link:hover {
  background-color: #f1850e;
  color: black;
  box-shadow: -5px 0 0 0 #ca2559, 5px 0 0 0 #ca2559, 0 -5px 0 0 #ca2559,
    0 5px 0 0 #ca2559, 5px 0 20px 0 #f1850e, 0px 5px 20px 0 #f1850e,
    0px -5px 20px 0 #f1850e, -5px 0px 20px 0 #f1850e;
}
footer {
  background-color: #ca2559;
}
footer h3 {
  width: 75%;
  margin: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2rem;
  word-spacing: 0.3rem;
}
.footer-up-container {
  display: flex;
  width: 80%;
  margin: auto;
  align-items: center;
}
footer img {
  width: 2rem;
}
.footer-duck-img {
  width: 18rem;
  height: 18rem;
  padding: 2rem;
  background-color: #8b0831;
  border-radius: 50rem;
}
.footer-left-container,
.footer-links-container,
.footer-down-container,
.footer-down-links {
  display: flex;
}
.footer-left-container {
  width: 60%;
  gap: 8%;
  align-items: center;
}
.footer-links-container {
  width: 30%;
  justify-content: space-between;
  align-items: center;
}
.footer-right-container {
  font-family: "Jersey 10";
  font-weight: 600;
}
.footer-right-container a {
  text-decoration: none;
  color: white;
  letter-spacing: 0.6rem;
  line-height: 1.2rem;
  word-spacing: 0.3rem;
  font-size: 1.5rem;
  transition: all 0.1s ease-out !important;
  padding: 1rem 0rem;
  width: 100%;
}
.footer-right-container a:hover {
  color: black;
}

.footer-right-container p {
  margin-top: 1.4rem;
}
.footer-links-container a {
  transition: all 0.1s ease-out !important;
}
.footer-links-container a:hover {
  transform: translateY(-10%);
}
.docs-footer-img {
  height: 1.7rem;
  width: 2.5rem;
}
.footer-down-container {
  width: 75%;
  margin: auto;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  align-items: center;
  border-top: 2px white solid;
}
.footer-down-links {
  display: flex;
  align-items: center;
  gap: 10%;
}
.footer-down-links img {
  height: 2rem;
  width: 6rem;
}
.base{
  width: 2rem !important;
}
.credits {
  font-size: 0.4rem;
  font-family: "Jersey 10";
  font-weight: 600;
  color: white;
  letter-spacing: 0.2rem;
  word-spacing: 0.2rem;
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(500%);
    transform: translateY(500%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(00px);
    transform: translateY(00px);
    opacity: 100;
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1105px) {
  .docs-container {
    justify-content: space-between;
    padding: 0;
    gap: 0;
  }
}
@media screen and (max-width: 1056px) {
  footer h3,
  .footer-up-container,
  .footer-down-container {
    width: 90%;
  }
  .footer-left-container {
    width: 55%;
  }
  .footer-right-container {
    width: 45%;
  }
}
@media screen and (max-width: 1048px) {
  .docs-container {
    width: 100%;
  }
  .nav-center-container {
    margin-left: -15%;
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .game-container {
    display: none;
  }
}

@media screen and (max-width: 982px) {
  .socials-container,
  .docs-container {
    display: none;
  }
  nav {
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-name-container,
  .nav-center-container,
  .hamburger-container {
    width: 100%;
  }
  .nav-center-container {
    justify-content: flex-end;
    margin-left: 20%;
  }
  .nav-center-container h3 {
    margin-left: 0%;
  }
  footer h3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  footer h3,
  .footer-right-container {
    text-align: center;
    width: 100%;
  }
  .footer-up-container,
  .footer-left-container {
    flex-direction: column;
    width: 100%;
  }
  .footer-links-container {
    margin: 2rem 0;
    width: 80%;
  }
}
@media screen and (max-width: 860px) {
  .side-nav {
    width: 50%;
  }
}
@media screen and (max-width: 716px) {
  nav {
    padding: 30px 2% 0px 2%;
    grid-template-columns: 4fr 4fr 2fr;
  }
  .nav-center-container {
    justify-content: center;
    /* border: 2px red solid; */
    margin-left: 10%;
  }
  .credits {
    display: none;
  }
  .footer-down-links {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 566px) {
  .footer-down-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px 0px;
  }
  .footer-down-links img {
    height: 2rem;
  }
}
@media screen and (max-width: 609px) {
  .side-nav {
    width: 70%;
  }
  .side-nav-header-left-container {
    font-size: 0.7rem;
  }
  .side-nav-header-right-container {
    display: none;
  }
  .side-nav-main p {
    font-size: 1rem;
  }
  .faq-container {
    width: 95%;
    height: 35rem;
    background-size: cover;
    padding-top: 5%;
  }
  .faq-main-container {
    height: 22rem;
    width: 95%;
    margin: 3% 0% 0 3%;
  }
  .faq-header-container {
    width: 95%;
    margin-left: 3%;
  }
  .faq-ques {
    color: black;
    font-size: 1rem;
    word-spacing: 0rem;
    margin-top: 1.2rem;
  }
  .faq-ans {
    word-spacing: 0rem;
    padding-left: 1%;
    font-size: 1rem;
    font-weight: 600;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@media screen and (max-width: 746px) {
  main {
    padding: 5rem 0%;
  }
  .flappy-info,
  .rewards-info {
    margin: 2rem auto;
    width: 95%;
  }
  .flappy-ques,
  .rewards-ques {
    margin-left: 3%;
  }
  .info-img-container,
  .rewards-info-img-container {
    display: none;
  }
  .faq-container {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 587px) {
  nav {
    grid-template-columns: 0.8fr 0.2fr;
  }
  .nav-center-container {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  main {
    padding: 3rem 0;
  }
  main h2 {
    font-weight: 600;
    letter-spacing: 0;
    word-spacing: 0;
  }
  .disabler {
    display: none;
  }
  .flappy-ques,
  .rewards-ques {
    font-size: 1rem;
    text-align: center;
  }
  .flappy-info,
  .rewards-info {
    margin: 1rem auto;
    width: 90%;
  }
  .rewards-info,
  .info-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .flappy-info p,
  .rewards-info p {
    text-align: center;
    margin-top: 10px;
  }
  .faq-container {
    background: none;
    height: 42rem;
    max-height: none;
  }
  .faq-main-container {
    height: 36.5rem;
    max-height: none;
    overflow-y: visible;
  }
  footer h3 {
    font-size: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .footer-right-container a {
    font-size: 1rem;
  }
  footer img {
    width: 2rem;
  }
  .footer-duck-img {
    width: 12rem;
    height: 12rem;
    padding: 2rem;
    background-color: #8b0831;
    border-radius: 50rem;
  }
  .footer-links-container {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .nav-heading {
    font-size: 1rem;
  }
}
@media screen and (max-width: 322px) {
  .faq-container {
    height: 46rem;
  }
}
