@font-face {
  font-family: novbold;
  src: url(fonts/Novecento\ WideBold.ttf);
}

@font-face {
  font-family: novlight;
  src: url(fonts/Novecento\ WideLight.ttf);
}

@font-face {
  font-family: novnormal;
  src: url(fonts/Novecento\ WideNormal.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 0.6rem;
  text-decoration: none;
}

body {
  color: white;
  font-family: novbold, "Lucida Grande", "Lucida Sans", "Lucida Sans Regular",
    "Lucida Sans Unicode", sans-serif, sans-serif, Arial, Helvetica;
  background-color: black;
}

.no-scroll {
  overflow: hidden;
}

.purpleColor {
  color: #f3dfa1;
}

h2 {
  font-size: 7rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 3rem;
}

.animation {
  opacity: 0;
  transform: translateX(-300px);
  transition: all 0.7s ease-out;
  transition-delay: 0.4s;
}

.scroll-animation {
  opacity: 1;
  transform: translateX(0);
}

.copyright {
  font-size: 1.25rem;
}

.join {
  font-size: 2rem;
}

header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  align-items: center;
  background-color: transparent;
  &.can-animate {
    transition: transform 0.3s ease, visibility 0s 0.3s linear;
  }
  &.is-fixed {
    background-color: transparent;
    position: fixed;
    transform: translate3d(0, -100%, 0);
  }
  &.scroll-up {
    transform: translate3d(0, 0, 0);
  }
}

aside {
  position: fixed;
  transition: right 0.4s ease;
  right: -320px;
  width: 320px;
  background-color: #fff;
  padding: 80px 40px;
  z-index: 4;
  height: 100vh;
  top: 0;
}

aside.active {
  right: 0;
}

aside a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 12px 0;
  font-size: 25px;
  font-weight: 500;
}

aside button.close {
  font-size: 35px;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  font-weight: 100;
  cursor: pointer;
}

.backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
}

.backdrop.active {
  display: block;
}

header .logo {
  display: inline-block;
  background-image: url(images/finalheaderlogo.png);
  background-size: 4.2rem 7rem;
  width: 4.2rem;
  height: 7rem;
}

#menuBtn {
  font-size: 4rem;
}

.headerBtns,
#menuBtn {
  padding: 5px 10px;
}

.headerBtns:hover,
#menuBtn:hover {
  -webkit-filter: brightness(70%);
  transition: 0.35s ease;
}

header nav.center {
  text-align: center;
  margin-left: -5rem;
  font-size: 1.8rem;
}

header nav.right {
  text-align: right;
}

a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
}

.desktop {
  display: none;
}

.splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: black;
  transition: all ease-in-out 1000ms;
  z-index: 100;
}

/* FLICKER */

h6 {
  font-family: novnormal, sans-serif;
  font-size: 4vw;
  text-align: center;
  line-height: 1;
  margin: 0;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  opacity: 1;
  text-shadow: -0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
    0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
    -0.25px 0.25px 0 rgba(255, 255, 255, 0.4),
    0.25px 0.25px 0 rgba(255, 255, 255, 0.4), 0 -0.5px 2px, 0 0 1px,
    0 0 1.25px white, 0 0 3.25px white, 0 0 0.5px white, 0 0.5px 0.75px white;
  letter-spacing: 0.75vw;
  cursor: pointer;
}

.lndr {
  top: 45%;
}

h6:before {
  content: attr(data-heading);
  position: absolute;
  overflow: hidden;
  color: white;
  width: 100%;
  z-index: 5;
  text-shadow: none;
  left: 9.5%;
  text-align: left;
  -webkit-animation: flicker 6s linear infinite;
  animation: flicker 6s linear infinite;
}

h1 {
  font-family: novnormal, sans-serif;
  font-size: 4vw;
  text-align: center;
  line-height: 1;
  margin: 0;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  opacity: 1;
  text-shadow: -0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
    0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
    -0.25px 0.25px 0 rgba(255, 255, 255, 0.4),
    0.25px 0.25px 0 rgba(255, 255, 255, 0.4), 0 -0.5px 2px, 0 0 1px,
    0 0 1.25px white, 0 0 3.25px white, 0 0 0.5px white, 0 0.5px 0.75px white;
  letter-spacing: 0.75vw;
}

h1:before {
  content: attr(data-heading);
  position: absolute;
  overflow: hidden;
  color: white;
  width: 100%;
  z-index: 5;
  text-shadow: none;
  left: 9.5%;
  text-align: left;
  -webkit-animation: flicker 6s linear infinite;
  animation: flicker 6s linear infinite;
}

@-webkit-keyframes flicker {
  0%,
  19.999%,
  22%,
  62.999%,
  64%,
  64.999%,
  70%,
  100% {
    opacity: 1;
    text-shadow: -0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
      0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
      -0.25px 0.25px 0 rgba(255, 255, 255, 0.4),
      0.25px 0.25px 0 rgba(255, 255, 255, 0.4), 0 -0.5px 2px, 0 0 1px,
      0 0 1.25px white, 0 0 3.25px white, 0 0 0.5px white, 0 0.5px 0.75px white;
  }
  20%,
  21.999%,
  63%,
  63.999%,
  65%,
  69.999% {
    opacity: 0.4;
    text-shadow: none;
  }
}

@keyframes flicker {
  0%,
  19.999%,
  22%,
  62.999%,
  64%,
  64.999%,
  70%,
  100% {
    opacity: 1;
    text-shadow: -0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
      0.25px -0.25px 0 rgba(255, 255, 255, 0.4),
      -0.25px 0.25px 0 rgba(255, 255, 255, 0.4),
      0.25px 0.25px 0 rgba(255, 255, 255, 0.4), 0 -0.5px 2px, 0 0 0.5px,
      0 0 1.25px white, 0 0 3.25px white, 0 0 0.5px white, 0 0.5px 0.75px #000;
  }
  20%,
  21.999%,
  63%,
  63.999%,
  65%,
  69.999% {
    opacity: 0.4;
    text-shadow: none;
  }
}

/* FLICKER */

.hidden {
  transition: 0.5s;
  display: none;
}

.splashenter {
  /* color: rgba(255, 255, 255, 0.4); */
  color: black;
  font-size: 1.25vw;
  margin-top: 18rem;
  cursor: pointer;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.splashenter:hover,
.splashlaundromat:hover ~ .splashenter {
  color: white;
  opacity: 0.99;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.4),
    0px 0px 0 rgba(255, 255, 255, 0.4), 0px 0px 0 rgba(255, 255, 255, 0.4),
    0px 0px 0 rgba(255, 255, 255, 0.4), 0 -0.1px 1px, 0 0 0.2px, 0 0 0.4px white,
    0 0 0.5px white, 0 0 0.25px white, 0 0.25px 0.3px white;
}

.splashenter:hover,
.splashcash:hover ~ .splashenter {
  color: white;
  opacity: 0.99;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.4),
    0px 0px 0 rgba(255, 255, 255, 0.4), 0px 0px 0 rgba(255, 255, 255, 0.4),
    0px 0px 0 rgba(255, 255, 255, 0.4), 0 -0.1px 1px, 0 0 0.2px, 0 0 0.4px white,
    0 0 0.5px white, 0 0 0.25px white, 0 0.25px 0.3px white;
}

/* MAY BREAK */

/* .splash h6,
.splash .splashenter {
  overflow-y: scroll;
  scroll-snap-type: y proximity;
  -webkit-overflow-scrolling: touch;
  position: relative;
} */

/* MAY BREAK */

.contentHome {
  width: 100vw;
  height: 100vh;
  padding: 12.5vh 5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.content {
  width: 100vw;
  height: auto;
  padding: 12.5vh 5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

section {
  height: auto;
  background-size: cover;
  background-position: center center;
}

.sectionOne {
  background-image: url(images/laundromatbg.gif);
  position: relative;
}

.homeContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.homeTitle {
  font-weight: bolder;
  font-size: 4.1rem;
}

.homeLogo {
  width: auto;
  height: 85vh;
  position: absolute;
  bottom: 0;
}

.miuu {
  width: auto;
  height: 85vh;
  animation: wdszoom0 1s linear 0s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes wdszoom0 {
  100% {
    transform: scale(0.9);
  }
}

.address {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 1.5rem;
}

#btn-copy {
  width: 25px;
  height: 25px;
  transition: all 0s;
}

#btn-copy:hover {
  scale: 1.1;
}

section .singleButton a {
  display: block;
  background-color: transparent;
  padding: 12px 100px;
  border: 3px solid white;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: white;
  max-width: 85vw;
  margin: auto;
}

section .singleButton a:hover {
  scale: 1.05;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0.55)
  );
}

.sectionTwo {
  background-image: url(images/sectiontwobg.png);
  height: auto;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.aboutuscontainer {
  display: grid;
  grid-gap: 1rem 3rem;
  grid-template-columns: 1fr 1fr;
  width: 90vw;
  align-items: center;
  grid-template-areas:
    "box1 box2"
    ". box3";
  position: relative;
}

.box1 {
  grid-area: box1;
}
.box2 {
  grid-area: box2;
}
.box3 {
  grid-area: box3;
}

.coin1 {
  height: auto;
  width: 9vw;
  position: absolute;
  top: 0;
  left: 40%;
  animation: float 5.5s ease-in-out infinite;
}

.coin2 {
  height: auto;
  width: 8vw;
  position: absolute;
  top: 8%;
  left: 12%;
  animation: float 3s ease-in-out infinite;
}

.coin3 {
  height: auto;
  width: 6vw;
  position: absolute;
  top: 70%;
  left: 6%;
  animation: float 5s ease-in-out infinite;
}

.coin4 {
  height: auto;
  width: 6vw;
  position: absolute;
  top: 75%;
  left: 33%;
  animation: float 3.5s ease-in-out infinite;
}

.coin5 {
  height: auto;
  width: 6vw;
  position: absolute;
  top: 39%;
  left: 43%;
  animation: float 4.5s ease-in-out infinite;
}

.coin6 {
  height: auto;
  width: 4vw;
  position: absolute;
  top: 33%;
  left: 9%;
  animation: float 4s ease-in-out infinite;
}

.coin7 {
  height: auto;
  width: 3vw;
  position: absolute;
  top: 35.5%;
  left: 32.5%;
  animation: float 3.75s ease-in-out infinite;
}

.coin8 {
  height: auto;
  width: 4vw;
  position: absolute;
  top: 41%;
  left: 0%;
  animation: float 3.25s ease-in-out infinite;
}

.blurb {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: novnormal, sans-serif;
}

/* .aboutus,
.tokenomicsTitle {
  font-family: novbold;
  color: black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
} */

.aboutusimg {
  height: auto;
  width: 45vw;
}

.sectionThree {
  background-color: black;
  height: Auto;
}

.dappContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90vw;
  align-items: center;
  grid-gap: 2rem 0;
  margin: 5rem 0;
}

.dapp {
  height: auto;
  width: 30vw;
  animation: float 5s ease-in-out infinite;
}

.sectionFour {
  background-color: black;
  height: Auto;
}

.dappContainer div h5 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.tokenomics {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.tokenomicsSubHeading {
  font-family: novnormal, sans-serif;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-35px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}

.sectionFive {
  height: auto;
}

.faqTitle {
  margin-bottom: 3rem;
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  height: 20rem;
}

.logoLinksFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.linkLogosFooter {
  display: block;
  width: 40px;
  height: auto;
  transition: transform 0.2s;
  animation: fadeIn 3s;
}

.linkLogosFooter:hover {
  transform: scale(1.15);
}

.tandx {
  height: 20rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1900px) {
  html {
    font-size: 1rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 5rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 990px) {
  .desktop {
    display: initial;
  }

  #menuBtn {
    display: none;
  }

  .roadmap {
    gap: 1rem;
  }

  .divBoxes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blurb div {
    font-size: 1.25rem;
    width: 80vw;
  }
}

@media (max-width: 990px) {
  .dapp {
    width: 75vw;
  }

  .dappContainer {
    grid-template-columns: 1fr;
    grid-gap: 5rem;
    width: 90vw;
    align-items: center;
    grid-template-areas:
      "dh1"
      "dapp1"
      "dh2"
      "dapp2"
      "dh3"
      "dapp3"
      "dh4"
      "dapp4";
  }

  .dh1 {
    grid-area: dh1;
  }
  .dh2 {
    grid-area: dh2;
  }
  .dh3 {
    grid-area: dh3;
  }
  .dh4 {
    grid-area: dh4;
  }
  .dapp1 {
    grid-area: dapp1;
  }
  .dapp2 {
    grid-area: dapp2;
  }
  .dapp3 {
    grid-area: dapp3;
  }
  .dapp4 {
    grid-area: dapp4;
  }

  .aboutuscontainer {
    display: flex;
    flex-direction: column;
  }

  .box1 {
    margin-bottom: 12rem;
  }

  .box2 {
    margin-bottom: 3rem;
  }

  .box3 {
    margin-top: 3rem;
  }

  .aboutusimg {
    height: 90vw;
    width: auto;
  }

  .coin1 {
    width: 15vw;
    top: 10%;
    left: 79%;
  }

  .coin2 {
    width: 12vw;
    top: 12%;
    left: 23%;
  }

  .coin3 {
    width: 9vw;
    top: 53%;
    left: 15%;
  }

  .coin4 {
    width: 8vw;
    top: 60%;
    left: 62%;
  }

  .coin5 {
    width: 9vw;
    top: 39%;
    left: 75%;
  }

  .coin6 {
    width: 7vw;

    top: 23%;
    left: 20%;
  }

  .coin7 {
    width: 5vw;
    top: 26%;
    left: 62%;
  }

  .coin8 {
    width: 5.5vw;
    top: 32%;
    left: 8%;
  }

  h1,
  h6 {
    top: 50%;
  }

  .splashenter {
    margin-top: 10rem;
  }
}

@media (max-width: 700px) {
  .homeLogo {
    width: 85vw;
    height: auto;
  }

  .miuu {
    width: 85vw;
    height: auto;
  }

  .content {
    height: auto;
  }

  section {
    height: auto;
  }

  .sectionOne {
    height: 100vh;
  }

  .coin3 {
    top: 42%;
  }

  .coin4 {
    top: 50%;
  }
}

@media (max-width: 835px) {
  h1,
  h6 {
    font-size: 6vw;
  }

  .splashenter {
    font-size: 1.25vw;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 10vw;
  }

  h4 {
    font-size: 2vw;
  }

  .homeTitle {
    font-size: 3.4rem;
  }

  .tokenomics {
    width: 90vw;
    padding: 1rem;
  }
}

@media (max-width: 750px) {
  .splashenter {
    font-size: 2.25vw;
  }
}

@media (max-width: 450px) {
  h1,
  h6 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
    top: 50%;
  }

  .splashenter {
    font-size: 3.5vw;
    color: rgba(255, 255, 255, 0.4);
  }

  h2 {
    font-size: 12vw;
  }

  h4 {
    font-size: 4vw;
  }

  h5 {
    font-size: 6vw;
  }

  .homeTitle {
    font-size: 2.5rem;
  }

  .coin3 {
    top: 35%;
  }

  .coin4 {
    top: 40%;
  }

  .join {
    font-size: 4vw;
  }
}
