* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Futura", Arial, Helvetica, sans-serif;
}

body {
  background: transparent;
}
body nav {
  background: #ffbc0c;
  padding: 2em 2em 0 2em;
}
body nav .navbar {
  color: black;
  display: flex;
  justify-content: space-between;
  max-width: 1218px;
  margin: auto;
}
body nav .navbar .socials a {
  text-decoration: none;
  color: inherit;
}
body nav .navbar .socials a i.fa-brands, body nav .navbar .socials a i.fas {
  font-size: 40px;
  transition: 0.3s ease-in-out;
}
body nav .navbar .socials a i.fas {
  margin-left: 8px;
}
body nav .navbar .socials a i.fa-brands:hover, body nav .navbar .socials a i.fas:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
}
body nav .navbar .socials a #coingecko {
  margin-bottom: -5px;
}
body nav .navbar .socials a:nth-child(1) {
  margin-right: 8px;
}
body nav .navbar .socials a:nth-child(2) {
  margin-right: 3px;
}
body nav .navbar .socials a:nth-child(3) {
  margin-right: 6px;
}
body nav .navbar .socials a:nth-child(4) {
  margin-right: 6px;
}
body nav .navbar .socials a:nth-child(5) {
  margin-right: 6px;
}
body nav .navbar .socials a:nth-child(6) {
  margin-right: 6px;
}
body nav .navbar .socials a:nth-child(7) {
  margin-right: 6px;
}
body nav .navbar .socials a:nth-child(8) {
  margin-right: 6px;
}
body nav .navbar .socials a:nth-child(9) img {
  margin-bottom: -5.5px;
}
body nav .navbar img {
  width: 40px;
  transition: 0.3s ease-in-out;
}
body nav .navbar img:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
}
@media only screen and (max-width: 831px) {
  body nav {
    padding-right: 1em;
    padding-left: 1em;
  }
  body nav .navbar .socials a i.fa-brands, body nav .navbar .socials a i.fas {
    font-size: 35px;
  }
  body nav .navbar img {
    width: 35px;
  }
}
@media only screen and (max-width: 697px) {
  body nav {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
  body nav .navbar .socials a i.fa-brands, body nav .navbar .socials a i.fas {
    font-size: 30px;
  }
  body nav .navbar img {
    width: 30px;
  }
  body nav .navbar .socials a img {
    width: 32px;
  }
}
@media only screen and (max-width: 481px) {
  body nav {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
  body nav .navbar .socials a i.fa-brands, body nav .navbar .socials a i.fas {
    font-size: 25px;
  }
  body nav .navbar img {
    width: 25px;
  }
  body nav .navbar .socials a img {
    width: 28px;
  }
}
body .hero {
  background: #ffbc0c;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .hero .title {
  background: #ffbc0c;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  border-radius: 15px;
}
body .hero .title h1 {
  font-size: 4em;
  font-weight: normal;
}
body .hero .title h2 {
  font-weight: normal;
}
body .hero .title img {
  width: 90%;
  margin: auto;
  margin-top: 3em;
}
body .hero button {
  background: black;
  color: white;
  font-size: 1.8em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
body .hero button a {
  color: transparent;
  background-image: linear-gradient(to right, #a18cd1, #18f494);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
body .hero button:hover {
  background: white;
  transition: 0.3s ease-in-out;
}
body .hero #logoContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  margin-top: 1em;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transform: translateY(-20px);
}
body .hero #logoContainer i.fa-solid {
  font-size: 2em;
}
body .hero #logoContainer .horizontals {
  display: flex;
  align-items: center;
}
body .hero #logoContainer .horizontals a {
  text-decoration: none;
}
body .hero #logoContainer .horizontals a img {
  width: 50px;
  height: auto;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  margin: auto 5px;
}
@media only screen and (max-width: 372px) {
  body .hero #logoContainer .horizontals a img {
    width: 40px;
  }
}
body .hero #logoContainer .horizontals a img:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
body .hero img {
  max-width: 647px;
  width: 100%;
}
@media only screen and (max-width: 531px) {
  body .hero img {
    width: 100vw;
  }
}
body .hero .slider {
  height: 50px;
  position: relative;
  display: grid;
  place-items: center;
  background: black;
  width: 100%;
  overflow: hidden;
}
body .hero .slider .slide-track {
  display: flex;
  width: 12880px;
  animation: scroll 60s linear infinite;
}
body .hero .slider .slide-track .slide {
  width: 230px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: lightseagreen;
}
body .hero .slider::before,
body .hero .slider::after {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 5%;
  z-index: 2;
}
body .hero .slider::before {
  left: 0;
  top: 0;
}
body .hero .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-12880px);
  }
}
body .howToBuy {
  background: #ffbc0c;
  padding: 3em 2em 3em 2em;
  text-align: center;
}
body .howToBuy iframe {
  max-width: 561px;
  width: 90%;
  border-radius: 10px;
}
body .skyHigh .headerContainer {
  position: absolute;
  width: 100%;
  padding-top: 10%;
  text-align: center;
  color: white;
  z-index: 333;
  font-size: 1.75em;
}
@media screen and (max-width: 750px) {
  body .skyHigh .headerContainer {
    position: relative;
    padding-top: 4em;
    background: #484474;
  }
}
body .skyHigh .skewed {
  color: #f1f1f1;
  display: flex;
  background: #484474;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
body .skyHigh .skewed .text {
  padding-left: 5em;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  line-height: 1.6;
}
body .skyHigh .skewed .text button {
  background: black;
  font-size: 1.8em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-top: 1em;
}
body .skyHigh .skewed .text button a {
  text-decoration: none;
  color: #5cb85c;
  transition: 0.3s ease-in-out;
}
body .skyHigh .skewed .text button a:hover {
  color: white;
  transition: 0.3s ease-in-out;
}
body .skyHigh .skewed .text a {
  color: #fff;
  text-decoration: none;
}
body .skyHigh .skewed .text p, body .skyHigh .skewed .text small {
  color: #8f8f8f;
}
body .skyHigh .skewed .text p {
  font-size: 0.9em;
  line-height: 23px;
}
body .skyHigh .skewed .text h1 {
  margin: 0;
  color: #ffbc0c;
}
body .skyHigh .skewed .image {
  position: relative;
  overflow: hidden;
}
body .skyHigh .skewed .image::before {
  content: "";
  position: absolute;
  left: -6.1em;
  top: 50%;
  transform: translateY(-50%) rotate(5deg);
  background: #484474;
  width: 200px;
  height: 140%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 750px) {
  body .skyHigh .skewed {
    display: block;
  }
  body .skyHigh .skewed .image, body .skyHigh .skewed .text {
    width: 100%;
  }
  body .skyHigh .skewed .image img, body .skyHigh .skewed .text img {
    width: 160%;
  }
  body .skyHigh .skewed .text {
    width: 85%;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  body .skyHigh .skewed .text h1 {
    margin: 1em auto;
  }
  body .skyHigh .skewed .text button {
    margin: auto;
    margin-bottom: 1em;
  }
  body .skyHigh .skewed .image::before {
    display: none;
  }
}
body .game {
  background: #484474;
  height: 100vh;
  width: 100vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .game .container {
  max-width: 1218px;
  margin: auto;
}
body .game .container h1 {
  font-size: 3em;
}
body .game .container h1 span {
  font-size: 0.5em;
}
body .game .container .elements {
  padding-top: 2em;
  display: flex;
  justify-content: center;
}
body .game .container .elements img {
  width: 40%;
  border-radius: 15px;
}
body .game .container .elements .nonImages {
  width: 45%;
  padding: 1em;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .game .container .elements .nonImages h2 {
  margin-bottom: 1em;
}
body .game .container .elements .nonImages button {
  background: black;
  font-size: 1.8em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
body .game .container .elements .nonImages button a {
  text-decoration: none;
  color: #5cb85c;
  transition: 0.3s ease-in-out;
}
body .game .container .elements .nonImages button a:hover {
  color: white;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 940px) {
  body .game .container .elements {
    flex-direction: column;
    align-items: center;
  }
  body .game .container .elements img {
    width: 80%;
    min-width: 276px;
  }
  body .game .container .elements .nonImages {
    width: 80%;
    min-width: 276px;
  }
}
@media only screen and (max-width: 417px) {
  body .game .container h1 {
    font-size: 2em;
  }
  body .game .container .elements .nonImages h2 {
    font-size: 1.2em;
  }
  body .game .container .elements .nonImages button {
    font-size: 1.6em;
  }
}
body .game .container iframe {
  width: 100%;
  height: 1100px;
  padding: 5em;
  border: none;
}
body .pen {
  background: #ffbc0c;
  padding: 3em 2em 0 2em;
  text-align: center;
}
body .pen .container {
  max-width: 1218px;
  margin: auto;
}
body .pen .container h1 {
  font-size: 3em;
}
body .pen .container h1 span {
  font-size: 0.5em;
}
body .pen .container .elements {
  padding-top: 2em;
  display: flex;
  justify-content: center;
}
body .pen .container .elements img {
  width: 40%;
  border-radius: 15px;
}
body .pen .container .elements .nonImages {
  width: 45%;
  padding: 1em;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pen .container .elements .nonImages h2 {
  margin-bottom: 1em;
}
body .pen .container .elements .nonImages button {
  background: black;
  font-size: 1.8em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
body .pen .container .elements .nonImages button a {
  text-decoration: none;
  color: #5cb85c;
  transition: 0.3s ease-in-out;
}
body .pen .container .elements .nonImages button a:hover {
  color: white;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 683px) {
  body .pen .container .elements {
    flex-direction: column;
    align-items: center;
  }
  body .pen .container .elements img {
    width: 80%;
    min-width: 276px;
  }
  body .pen .container .elements .nonImages {
    width: 80%;
    min-width: 276px;
  }
}
@media only screen and (max-width: 417px) {
  body .pen .container h1 {
    font-size: 2em;
  }
  body .pen .container .elements .nonImages h2 {
    font-size: 1.2em;
  }
  body .pen .container .elements .nonImages button {
    font-size: 1.6em;
  }
}
body .tokenomics {
  background: #ffbc0c;
  padding: 3em 2em 3em 2em;
  text-align: center;
}
body .tokenomics h1 {
  font-size: 3em;
  margin-bottom: 0.3em;
}
body .tokenomics img {
  max-width: 500px;
  width: 80%;
  margin-bottom: -6px;
  border-radius: 15px;
}
body .tokenomics ul {
  line-height: 1.6;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
body .tokenomics ul li {
  list-style: none;
}
@media only screen and (max-width: 417px) {
  body .tokenomics h1 {
    font-size: 2em;
  }
  body .tokenomics ul {
    font-size: 1em;
  }
}
body .pfp {
  padding-bottom: 3em;
}
body .faq {
  transition: 0.3s ease;
}
body .faq h2 {
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  color: white;
  margin-bottom: 0.5em;
}
body .faq .container {
  margin: 0 auto;
  padding: 4rem;
  width: 100%;
  max-width: 48rem;
}
body .faq .container .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
body .faq .container .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
body .faq .container .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
body .faq .container .accordion button:hover, body .faq .container .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
body .faq .container .accordion button:hover::after, body .faq .container .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
body .faq .container .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
body .faq .container .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
body .faq .container .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
body .faq .container .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
body .faq .container .accordion button[aria-expanded=true] {
  color: #03b5d2;
}
body .faq .container .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
body .faq .container .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
body .faq .container .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
body .faq .container .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  color: white;
}
body .faq .container .accordion .accordion-content p a {
  text-decoration: none;
  color: rgb(195, 114, 92);
}

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