.body {
  background-color: #111;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landingpage {
  z-index: 1;
  height: 100vh;
  background-image: url('../images/sky.webp'), linear-gradient(rgba(255, 255, 255, 0) 75%, #111);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 82px;
  padding-bottom: 79px;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 11px #a5ff5d;
  font-family: Created attached demo, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.25;
}

.heading._1 {
  text-shadow: 0 0 10px #a5ff5d;
}

.heading._2 {
  color: #fff;
  text-align: right;
  text-shadow: 0 0 10px #a5ff5d;
  justify-content: flex-end;
  align-items: center;
  font-size: 3vw;
  line-height: 1.5;
  display: flex;
}

.heading._2.left {
  text-align: center;
  justify-content: flex-start;
}

.heading._2.tokenomics {
  justify-content: center;
}

.heading._2.galacticroadmap {
  text-align: center;
  justify-content: center;
}

.heading._3 {
  text-shadow: 0 0 5px #fd82ff;
  font-size: 1.75vw;
}

.heading.howtobuy {
  margin-top: 44px;
  margin-bottom: 44px;
}

.heading.gm {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 1.75vw;
  line-height: 1.5;
  display: block;
}

.container-2 {
  z-index: 1;
  max-width: 80%;
  text-align: center;
  position: relative;
}

.paragraph {
  color: #fff;
  font-family: Merriweather, serif;
}

.image {
  z-index: 0;
  filter: contrast(75%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-2 {
  z-index: 0;
  filter: contrast(50%);
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.paragraph-2 {
  color: #fff;
  text-shadow: 0 0 5px #a5ff5d;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Construktiv, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25;
}

.paragraph-2.gmparagraphtext {
  letter-spacing: .2px;
  text-shadow: 0 0 5px #000;
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1vw;
}

.link-block {
  width: 50px;
  height: 50px;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  padding: 3px;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 10px;
  transform: scale(1.1);
  box-shadow: inset 0 20px 20px -20px #a5ff5d, inset 0 -20px 20px -19px #a5ff5d;
}

.link-block.medium {
  display: none;
}

.imginvert {
  filter: brightness(0%) invert();
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section2 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.section2.seperate {
  opacity: 1;
  background-image: url('../images/Untitled-design-61.png'), url('../images/stars.webp'), url('../images/Untitled-design-53.webp');
  background-position: 50%, 50%, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: contain, cover, contain;
  position: static;
}

.section2.seperate1 {
  background-image: url('../images/stars.webp'), linear-gradient(#111, rgba(255, 255, 255, 0)), url('../images/Untitled-design-52.webp');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  overflow: hidden;
}

.container-3 {
  padding-top: 0;
  padding-bottom: 31px;
}

.container-4 {
  height: auto;
  max-width: 80%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
}

.guide {
  width: 50%;
  height: 100%;
  text-align: center;
  border-left: 0 solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 10px;
}

.guide.tokenomics {
  text-align: left;
}

.div-block-3 {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.paragraph-3 {
  color: #e6e6e6;
  text-align: right;
  text-shadow: 0 0 4px #000;
  margin-bottom: 0;
  font-family: Construktiv, sans-serif;
  font-size: 1.1vw;
  line-height: 1.25;
}

.paragraph-3.left {
  text-align: left;
  text-shadow: 0 0 5px #000;
}

.paragraph-3.buyonuniswap {
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 20px #000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: .9vw;
  line-height: 1.5;
}

.paragraph-3.tokeonmics {
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.75;
}

.div-block-4 {
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

.div-block-4.left, .div-block-4.tokenomics {
  text-align: left;
}

.image-3 {
  transform: rotate(0);
}

.button {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 0;
  font-family: Construktiv, sans-serif;
  transition: all .2s;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px #a5ff5d;
}

.button:hover {
  border-color: #a5ff5d;
  transform: none;
  box-shadow: 0 0 #a5ff5d;
}

.button.tokenomcis {
  text-align: center;
}

.image-4 {
  mix-blend-mode: normal;
}

.image-5 {
  max-width: 100%;
  border: 0 solid #fff;
  border-radius: 100%;
}

.section3 {
  background-image: url('../images/Untitled-design-61.png'), url('../images/astroid-1.png'), url('../images/Untitled-design-54.webp'), url('../images/stars.webp');
  background-position: 0%, 100%, 0%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain, cover;
  padding: 50px 158px;
  overflow: hidden;
}

.section3.roadmapepe {
  background-image: url('../images/Untitled-design-61.png'), url('../images/planet.png'), url('../images/Untitled-design-55.webp'), url('../images/stars.webp');
  background-position: 100%, 0 0, 50%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain, cover;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section3.footer {
  background-image: url('../images/stars.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  align-items: center;
  justify-items: stretch;
  padding: 0 14px 119px;
}

.html-embed {
  height: auto;
}

.div-block-5 {
  height: 25%;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: inset 0 20px 20px -20px #a5ff5d, inset 0 -20px 20px -20px #a5ff5d;
}

.html-embed-2 {
  height: 100%;
  display: none;
}

.image-6 {
  display: none;
}

.div-block-6 {
  height: auto;
}

.leftrock {
  z-index: 10;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.ground {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rightrock {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stars {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  filter: blur(20px);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 30%;
}

.div-block-8 {
  height: auto;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #111);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-11 {
  text-align: center;
}

.div-block-9 {
  z-index: 50;
  height: 200px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #111);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbartop {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbackground {
  z-index: 0;
  position: relative;
}

.backgroundwwrapper {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.div-block-10 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 0 5% 2.5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-2 {
  width: auto;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: flex;
}

.navbarbutton {
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-family: Created attached demo, sans-serif;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: all .2s;
}

.navbarbutton:hover {
  text-shadow: 0 0 10px #a5ff5d;
}

.image-12 {
  z-index: 5;
  position: relative;
}

.image-13 {
  position: absolute;
  transform: scale(0);
}

.landingplanet {
  z-index: 0;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.text-span {
  font-family: Created attached demo, sans-serif;
}

.paragraphheadingtext {
  color: #fff;
  text-shadow: 0 0 5px #a5ff5d;
  font-family: Created attached demo, sans-serif;
}

.image-14 {
  transform: translate(135px);
}

.container-5 {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gmdiv {
  width: 100%;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.gmbox {
  width: 33%;
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/land-2.webp'), url('../images/land-3.webp'), url('../images/land-1.webp'), url('../images/sky.webp');
  background-position: 0 0, 100% 100%, 0 100%, 50% 100%, 50%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, contain, contain, contain, cover;
  border: 3px solid #a5ff5d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding: 25px 20px;
  display: flex;
  box-shadow: 0 0 20px -7px #a5ff5d;
}

.gmbox:hover {
  background-image: url('../images/land-2.webp'), url('../images/land-3.webp'), url('../images/land-1.webp'), url('../images/sky.webp');
  background-position: 100% 100%, 0 100%, 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain, cover;
}

.gmtextboxholder {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-top: 0;
}

.div-block-11 {
  align-items: center;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tickbox {
  width: 25px;
  height: 25px;
  background-color: #73b44b;
  border: 2px solid #a5ff5d;
  border-radius: 5px;
  margin-right: 10px;
}

.tickbox.orange {
  background-color: #ff6f00;
  border-color: #ff935d;
}

.tickbox.green {
  background-color: #62ff00;
}

.tickbox.red {
  background-color: red;
  border-color: #ff5d5d;
}

.paragraph-4 {
  color: #fff;
  font-family: Construktiv, sans-serif;
}

.gmapnumbers {
  letter-spacing: 2px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #a5ff5d;
  margin-top: 80px;
  font-family: Construktiv, sans-serif;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  font-family: Construktiv, sans-serif;
}

.div-block-13 {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), #000 50%), url('../images/tentoo.png'), url('../images/sky.webp');
  background-position: 0 0, 40%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, contain, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 7.5vw;
  }

  .heading._1 {
    font-size: 70px;
  }

  .heading._2 {
    width: 700px;
    text-align: center;
    justify-content: center;
    font-size: 50px;
  }

  .heading._2.left {
    text-align: center;
    justify-content: center;
  }

  .heading._3 {
    font-size: 30px;
  }

  .heading.gm {
    font-size: 4vw;
  }

  .paragraph-2 {
    font-size: 30px;
  }

  .paragraph-2.gmparagraphtext {
    font-size: 3vw;
  }

  .section2.seperate {
    background-repeat: repeat-x, repeat, no-repeat;
    padding-bottom: 0;
  }

  .container-4 {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
  }

  .guide {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 46px;
    padding-bottom: 0;
  }

  .paragraph-3 {
    text-align: center;
    text-shadow: 0 0 5px #000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .paragraph-3.left {
    text-align: center;
  }

  .paragraph-3.buyonuniswap {
    font-size: 15px;
  }

  .paragraph-3.tokeonmics, .div-block-4, .div-block-4.left, .div-block-4.tokenomics {
    text-align: center;
  }

  .button {
    background-color: #111;
  }

  .image-5 {
    display: none;
  }

  .section3 {
    background-position: 0%, 0%, 100%;
    background-size: cover, contain, cover;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .html-embed-2 {
    padding-top: 40px;
  }

  .background-video {
    z-index: 1;
    width: 80%;
    border: 3px solid #a5ff5d;
    border-radius: 10%;
    margin-left: 10px;
    display: block;
    box-shadow: 0 0 20px -5px #a5ff5d;
  }

  .image-6 {
    display: block;
    overflow: visible;
  }

  .navbarbutton {
    font-size: 1.5vw;
  }

  .gmdiv {
    flex-direction: column;
    align-items: stretch;
  }

  .gmbox {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
    display: flex;
  }

  .gmtextboxholder {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading._2 {
    width: 500px;
  }

  .heading._3 {
    font-size: 25px;
  }

  .heading.gm {
    font-size: 6vw;
  }

  .container-4 {
    padding-bottom: 0;
  }

  .paragraph-3.buyonuniswap {
    font-size: 12.5px;
  }

  .section3 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .section3.roadmapepe {
    background-position: 50%, 0%, 50%, 100%;
    background-size: contain, cover, contain, cover;
  }

  .background-video {
    height: 300px;
    box-shadow: 0 0 20px -5px #a5ff5d;
  }

  .div-block-8 {
    height: 50px;
  }

  .image-13 {
    display: none;
    overflow: visible;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .heading._1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading._2 {
    width: 350px;
    font-size: 30px;
  }

  .heading._2.left {
    width: 350px;
  }

  .heading._3 {
    font-size: 20px;
  }

  .heading.howtobuy {
    font-size: 10vw;
  }

  .paragraph-2 {
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: flex;
  }

  .link-block {
    padding: 0;
  }

  .section2.seperate {
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 90%;
    align-items: center;
    padding-bottom: 0;
  }

  .paragraph-3, .paragraph-3.left {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3.buyonuniswap {
    font-size: 10px;
  }

  .section3 {
    background-position: 50%, 0%, 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 225px;
  }

  .div-block-7 {
    overflow: hidden;
  }

  .div-block-8 {
    height: 25px;
  }

  .backgroundwwrapper {
    margin-top: 5px;
    margin-right: 5px;
  }

  .div-block-10 {
    padding-left: 0%;
    padding-right: 8%;
  }

  .link-block-2 {
    height: 50%;
    margin-right: -14px;
    font-size: 10vw;
  }

  .navbarbutton {
    font-size: 2vw;
  }

  .image-13 {
    display: none;
    overflow: visible;
  }
}


@font-face {
  font-family: 'Construktiv';
  src: url('../fonts/construktiv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Created attached demo';
  src: url('../fonts/CREATED-ATTACHED-DEMO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}