@font-face {
  font-family: one;
  src: url(fonts/grass.woff2);
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 2.5rem;
}

span {
  font-size: 1.5rem;
}

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

body {
  /* margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden; */
  font-family: one;
  color: white;
  background-color: black;
}

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================= LOADING ========================= */

#preloader {
  background: #000;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloadimage {
  background-image: url("images/loadingp.gif");
  background-size: contain;
  display: inline-block;
  background-size: 8rem 14rem;
  width: 8rem;
  height: 14rem;
  content: "";
  position: absolute;
}

/* ========================= Splash ========================= */

.backdropsplash {
  position: fixed;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.backdropsplash.disabled {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.enterlogo {
  background-image: url(images/entergrass.png);
  background-size: 25rem 25rem;
  width: 25rem;
  height: 25rem;
  cursor: pointer;
}

.enterlogo:hover {
  scale: 1.05;
  cursor: pointer;
}

/* ========================= Header ========================= */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.5rem;
  background-color: #acdafc;
}

.headerLogo {
  background-image: url(images/touchgrass.png);
  background-size: 2rem 3.5rem;
  width: 2rem;
  height: 3.5rem;
}

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

.headerBtns {
  padding: 5px 10px;
}

.headerBtns:hover {
  color: white;
  transition: 0.25s ease;
}

.headerlogos {
  width: 30px;
  height: auto;
  transition: transform 0.2s;
  animation: fadeIn 3s;
  margin: 5px;
}

.headerlogos:hover {
  transform: scale(1.1);
}

header nav.right {
  display: initial;
  visibility: hidden;
}

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

.backdropnav.active {
  display: block;
}

aside {
  position: fixed;
  transition: right 0.4s ease;
  right: -320px;
  width: 320px;
  background-color: white;
  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: 1.5rem;
  font-weight: 500;
}

aside a:hover {
  scale: 1.05;
  color: rgb(152, 152, 152);
  transition: all 0.2s;
}

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

aside button.close:hover {
  color: rgb(152, 152, 152);
  transition: all 0.2s;
}

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

.desktop {
  display: initial;
}

/* ========================= Section One ========================= */

.sectionOne {
  background-image: url("images/touchgrassbgdhome.png");
  /* background-repeat: repeat-x; */
}

.homeContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homeContainer h1 {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  margin-bottom: -0.05rem;
}

.homeLogo {
  background: url("images/touchedsprite.png") no-repeat;
  display: inline-block;
  position: relative;
  width: 615px;
  height: 1079px;
  background-position: 0px 0px;
  zoom: 0.5;
}

.homeLogo:hover {
  background-position: 0px -1079px;
  cursor: pointer;
}

.growshrink {
  animation: wdszoom0 1s linear 0s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

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

.homearrowup {
  background-image: url("images/arrowupanimated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  height: 9rem;
  width: 12rem;
  margin-left: 25rem;
}

/* ========================= Section Two ========================= */

.sectionTwo {
  background-image: url("images/touchgrassbgdsectionthree.png");
  background-repeat: repeat-x;
}

.loveContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loveLogo {
  background: url("images/lovesprite.gif") no-repeat;
  display: inline-block;
  position: relative;
  width: 571px;
  height: 1079px;
  background-position: 0px 0px;
  zoom: 0.5;
}

.loveLogo:hover {
  background-position: -1px -1078px;
  cursor: pointer;
}

/* ========================= Section Three ========================= */

.sectionThree {
  background-image: url("images/touchgrassbgdsectionfour.png");
  background-repeat: repeat-x;
}

.buttarrowup {
  background-image: url("images/arrowupanimated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  height: 7rem;
  width: 10.5rem;
  margin-left: 10rem;
}

.buttContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.buttLogo {
  background: url("images/buttsprite.gif") no-repeat;
  display: inline-block;
  position: relative;
  width: 470px;
  height: 911px;
  background-position: 0px 0px;
  zoom: 0.5;
}

.buttLogo:hover {
  background-position: 1px -895px;
  width: 470px;
  height: 911px;
  cursor: pointer;
}

.buttarrowdown {
  background-image: url("images/arrowdownanimated.gif");
  background-size: contain;
  background-repeat: no-repeat;
  height: 8rem;
  width: 10rem;
  margin-left: -20rem;
}

/* ========================= Section Four ========================= */

.sectionFour {
  background-image: url("images/touchgrassbgdsectionfive.png");
  background-repeat: repeat-x;
}

.touchSelfContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.touchSelfLogo {
  background: url("images/touchingselfsprite.gif") no-repeat;
  display: inline-block;
  position: relative;
  width: 571px;
  height: 1079px;
  background-position: 0px 0px;
  zoom: 0.5;
}

.touchSelfLogo:hover {
  background-position: -1px -1079px;
  cursor: pointer;
}

/* ========================= Section Five ========================= */

.sectionFive {
  background-image: url("images/touchgrassbgdsectionsix.png");
  background-repeat: repeat-x;
}

.aboutContainer {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutLeft,
.aboutRight {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutLeft {
  align-items: center;
}

.aboutRight span {
  margin-bottom: 2rem;
}

.aboutLogo {
  background-image: url("images/aboutusgrass.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 50rem;
  width: 25rem;
  cursor: pointer;
}

.buynow {
  text-align: center;
  font-size: 2.5rem;
  background-color: transparent;
  border: 0.5rem solid white;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.5rem 3rem;
  cursor: pointer;
  margin-top: 1rem;
}

.buynow:hover {
  scale: 1.05;
}

/* ========================= Section Six ========================= */

.sectionSix {
  background-color: black;
}

.tokenomicsContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tokenomicsIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.supply {
  background: url(images/supply.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25rem;
  height: 30rem;
}

.tax {
  background: url(images/tax.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25rem;
  height: 30rem;
}

.distribution {
  background: url(images/distrubution.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25rem;
  height: 30rem;
}

/* ========================= Section Seven ========================= */

.howtobuyContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.howtobuysteps {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stepcontainers {
  width: 100%;
  min-height: 23rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.stepInfo {
  width: 50%;
  align-self: center;
}

.phantom {
  background: url(images/phantom.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15rem;
  height: 15rem;
}

.solana {
  background: url(images/solana.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15rem;
  height: 15rem;
}

.raydium {
  background: url(images/raydium.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15rem;
  height: 15rem;
}

.wallet {
  background: url(images/wallet.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15rem;
  height: 15rem;
}

.stepBlurb {
  font-size: 1.5rem;
}

/* ========================= RESPONSIVE ========================= */

@media (max-width: 1250px) {
  .tokenomicsIcons {
    gap: 2rem;
  }

  .supply,
  .tax,
  .distribution {
    width: 20rem;
    height: 24rem;
  }

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

  .stepInfo {
    width: 60%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  .howtobuysteps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .phantom,
  .solana,
  .raydium,
  .wallet {
    width: 10rem;
    height: 10rem;
  }

  .stepcontainers {
    width: 90%;
  }
}

@media (max-width: 800px) {
  header nav.right {
    display: initial;
    visibility: visible;
  }

  #menuBtn {
    font-size: 2rem;
  }

  #menuBtn:hover {
    color: rgb(152, 152, 152);
    transition: all 0.2s;
  }

  .desktop {
    display: none;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  span {
    font-size: 1rem;
  }

  .enterlogo {
    background-size: 15rem 15rem;
    width: 15rem;
    height: 15rem;
  }

  .homeLogo {
    zoom: 0.3;
  }

  .homearrowup {
    height: 7rem;
    width: 9rem;
    margin-left: 10rem;
  }

  .loveLogo {
    zoom: 0.3;
  }

  .lovearrowdown {
    background-image: url("images/arrowdownanimated.gif");
    background-size: contain;
    background-repeat: no-repeat;
    height: 8rem;
    width: 10rem;
    margin-left: -12.5rem;
  }

  .buttLogo {
    zoom: 0.3;
  }

  .buttarrowup {
    margin-left: 10rem;
  }

  .touchSelfLogo {
    zoom: 0.3;
  }

  .aboutLogo {
    background-image: url("images/aboutusgrass.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 22.5rem;
    width: 11rem;
    cursor: pointer;
  }

  .buynow {
    font-size: 1.5rem;
    border: 0.25rem solid white;
    padding: 0.25rem 1.5rem;
    margin-top: 1rem;
  }

  .phantom,
  .solana,
  .raydium,
  .wallet {
    width: 7.5rem;
    height: 7.5rem;
  }
}

/* ========================= Disclaimer ========================= */

.disclaimer {
  /* margin-bottom: 6rem; */
  display: flex;
  justify-content: center;
}

.disclaimerBlurb {
  text-align: center;
  width: 90%;
}
