.main {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero {
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  z-index: 5;
  color: #f72165;
  text-align: left;
  letter-spacing: 8px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 16em;
  line-height: 100%;
  position: relative;
}

.bg {
  width: 100vw;
  height: 100vh;
  background-color: #e2e2e2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain {
  z-index: 2;
  opacity: .05;
  background-image: url('../images/grain.gif');
  background-size: 200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  z-index: 6;
  font-family: Varela Round, sans-serif;
  font-size: .2em;
  font-weight: 400;
  position: static;
  bottom: auto;
  left: auto;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1em;
  font-weight: 600;
  line-height: 111%;
}

.plus {
  z-index: 1;
  background-image: url('../images/plus.png'), url('../images/plus.png'), url('../images/plus.png'), url('../images/plus.png');
  background-position: 0 0, 0 100%, 100% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 20px, 20px, 20px, 20px;
  margin: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.canvas {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-2 {
  z-index: 1;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plus-icons {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  z-index: 5;
  width: 40%;
  display: block;
  position: absolute;
  bottom: 17.8vw;
  right: 23.7vw;
}

.heading-3 {
  font-size: 8.4em;
  line-height: 100%;
  display: none;
}

.image-2 {
  z-index: 4;
  width: 35vw;
  height: 35vw;
  position: absolute;
  top: 12.7vw;
  right: 26.7vw;
}

.eyes {
  z-index: 4;
  background-image: url('../images/Untitled-2912-×-1632-px.png');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttons {
  z-index: 6;
  flex-direction: column;
  justify-content: space-between;
  margin: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.menu-left {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 100%;
}

.image-3 {
  width: 2.2em;
  height: 2.2em;
  transition: all .2s;
}

.image-3:hover {
  transform: scale(1.1);
}

.image-3.tele {
  width: 1.8em;
  height: 1.8em;
}

.footer {
  justify-content: space-between;
  display: flex;
}

.text-block {
  font-family: Inconsolata, monospace;
  font-size: 1.1em;
  font-weight: 700;
}

.text-block-2 {
  font-family: Inconsolata, monospace;
  font-size: .9em;
  line-height: 100%;
}

.div-block {
  align-items: flex-end;
  display: flex;
}

.text-block-3 {
  color: #fff;
  background-color: #252525;
  padding: 4px 6px;
  font-family: Inconsolata, monospace;
  font-size: .9em;
}

.hero-tbns {
  z-index: 11;
  grid-column-gap: 20px;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.button {
  width: 6.6em;
  color: #f30774;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #f30774;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  transition: all .3s cubic-bezier(.6, .04, .98, .335);
}

.button:hover {
  background-color: #000;
  border-color: #000;
}

.div-block-2 {
  text-align: left;
}

.innter-text {
  z-index: 11;
  position: relative;
}

.body {
  background-color: #f74a53;
}

.main-l {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-hero {
  z-index: 2;
  width: 75%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #021120;
  text-align: center;
  letter-spacing: 5px;
  font-family: Fontsfree Net Drukwide Super Trial, sans-serif;
  font-size: 12em;
  line-height: 85%;
}
.font_mint{
  font-family: Fontsfree Net Drukwide Super Trial, sans-serif;
  font-size: 34px;
  line-height: 34px;
}


@media (max-width: 768px) {
  .font_mint {
    /* background-color: lightblue; */
    font-size: 24px;
  }
}
.paragraph {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 25px;
}

.image-4 {
  height: 100px;
  display: none;
}

.btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tweet-button {
  width: 200px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #021120;
  border-radius: 11px;
  font-family: Fontsfree Net Drukwide Super Trial, sans-serif;
  font-size: 1em;
}

.menu-l {
  z-index: 2;
  width: 55%;
  height: 5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: auto;
}

.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.image-5 {
  height: 1.6em;
}

.image-5.discord {
  height: 1.7em;
}

.image-5.telegram {
  height: 1.5em;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #021120;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #ffbd2e;
}

.link-block-2.discord:hover {
  background-color: #00a7f5;
}

.link-block-2.twitter:hover {
  background-color: #2ebdff;
}

.link-block-2.telegram:hover {
  background-color: #0080db;
}

.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-6 {
  height: 50.1em;
  opacity: .26;
  filter: brightness(0%);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.bg-icons {
  z-index: 0;
  position: absolute;
  top: 4%;
  bottom: 4%;
  left: 4%;
  right: 4%;
}

.circle-1 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle-2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.circle-3 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle-4 {
  width: 20px;
  height: 20px;
  background-color: #051120;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-7 {
  width: 18%;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-3 {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/d89fb6e3-35c4-4d73-a891-a7a6667394e1.png');
  background-position: 54%;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-l {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/d89fb6e3-35c4-4d73-a891-a7a6667394e1.png');
  background-position: 54%;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 450px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.medium-marquee {
  width: 100%;
  height: 180px;
}

.marquee-horizontal.large-marquee {
  width: 100%;
  height: 180px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.marquee-horizontal.small-marquee {
  width: 100%;
  height: 18em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.track-horizontal-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.large-marquee {
  width: 180px;
  margin-right: 0;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.track-horizontal4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.small-marquee {
  width: 18em;
  margin-right: 0;
}

.full-size-section {
  height: 100%;
  min-height: 100vh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.medium-marquee {
  width: 180px;
  margin-right: 0;
}

.track-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.track-horizontal3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.track-horizontal2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moving-block {
  width: 100%;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.holder-block {
  width: 100%;
  min-height: 180px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  overflow: hidden;
}

.holder-block._2, .holder-block._3, .holder-block.last {
  display: none;
}

.small-marquee-image {
  border: 5px solid #000;
  border-radius: 11px;
}

.text-gallery {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.heading-6 {
  color: #021120;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontsfree Net Drukwide Super Trial, sans-serif;
  font-size: 3em;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #021120;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

._2-star {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._2-star.left {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-8 {
  width: 25px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.gal {
  width: 200px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #021120;
  border-radius: 11px;
  font-family: Fontsfree Net Drukwide Super Trial, sans-serif;
  font-size: 1em;
}

.html-embed, .html-embed-2 {
  display: none;
}

.div-block-6 {
  width: 400%;
  height: 18em;
  display: flex;
}

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

.div-block-9 {
  width: 400%;
  height: 18em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-2 {
    margin-left: 10px;
  }

  .image {
    bottom: 17.5vw;
    right: 24.4vw;
  }

  .hero-tbns {
    margin-left: 10px;
  }

  .circle-1 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  ._2-star.left {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2 {
    margin-left: 10px;
  }

  .image {
    bottom: 15.3vw;
    right: 24.2vw;
  }

  .image-2 {
    top: 10.3vw;
  }

  .hero-tbns {
    margin-left: 10px;
    position: static;
  }

  .paragraph {
    z-index: 3;
    position: relative;
  }

  .tweet-button.gallery {
    transition: all .2s ease-out;
  }

  .tweet-button.gallery:hover {
    color: #021120;
    background-color: #fff;
  }

  .tweet-button.mint {
    transition: all .2s ease-in;
  }

  .tweet-button.mint:hover {
    color: #021120;
    background-color: #fff;
  }

  .marquee-horizontal.small-marquee {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-star {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
  }

  ._2-star.left {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-8 {
    width: 25px;
    height: 25px;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .gal.gallery {
    transition: all .2s ease-out;
  }

  .gal.gallery:hover {
    color: #021120;
    background-color: #fff;
  }

  .gal.mint {
    transition: all .2s ease-in;
  }

  .gal.mint:hover {
    color: #021120;
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 18vw;
  }

  .heading-2 {
    margin-left: 20px;
    font-size: 1.2em;
  }

  .image {
    bottom: 7.8vw;
    right: 25.1vw;
  }

  .heading-3 {
    display: none;
  }

  .hero-tbns {
    margin-left: 20px;
  }

  .image-7 {
    width: 15%;
    top: 12%;
  }

  .text-block-4 {
    color: #021120;
  }
}

@media screen and (max-width: 991px) {
  .marquee-horizontal.medium-marquee {
    height: 200px;
  }

  .marquee-horizontal.large-marquee {
    height: 280px;
  }

  .marquee-horizontal.small-marquee {
    width: 100%;
    height: 120px;
  }

  .large-marquee {
    width: 280px;
  }

  .small-marquee {
    width: 120px;
  }

  .medium-marquee {
    width: 200px;
  }

  .holder-block {
    min-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .heading-5 {
    font-size: 6.7em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .tweet-button.gallery, .tweet-button.mint {
    width: 120px;
    font-size: .7em;
  }

  .menu-l {
    width: 83%;
  }

  .left, .right {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .marquee-horizontal.large-marquee {
    height: 280px;
  }

  .marquee-horizontal.small-marquee {
    width: 100%;
    height: 120px;
  }

  .large-marquee {
    width: 280px;
  }

  .small-marquee {
    width: 120px;
  }

  .medium-marquee {
    width: 200px;
  }

  .moving-block {
    overflow: hidden;
  }

  .holder-block {
    min-height: 120px;
  }

  .small-marquee-image {
    width: 120px;
  }

  .gal.gallery, .gal.mint {
    width: 120px;
    font-size: .7em;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 6.5em;
  }

  .heading-2 {
    margin-left: 0;
    margin-right: 40px;
  }

  .menu-left {
    grid-column-gap: 5px;
  }

  .image-3 {
    width: 1.6em;
    height: 1.6em;
  }

  .image-3.tele {
    width: 1.6em;
    height: 1.5em;
  }

  .footer {
    flex-direction: column;
  }

  .text-block {
    text-align: left;
    font-size: .9em;
  }

  .text-block-2 {
    font-size: .8em;
  }

  .text-block-3 {
    margin-top: 10px;
    padding: 2px 4px;
    font-size: .6em;
  }

  .hero-tbns {
    margin-left: 0;
  }

  .button {
    transition-duration: .2s;
  }

  .innter-text {
    margin-left: 20px;
  }

  .heading-5 {
    font-size: 3.5em;
  }

  .paragraph {
    font-size: 1em;
    line-height: 124%;
  }

  .tweet-button.gallery, .tweet-button.mint {
    width: 120px;
    font-size: .7em;
  }

  .menu-l {
    width: 95%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    bottom: 7%;
  }

  .image-5 {
    height: 1.3em;
  }

  .image-5.discord {
    height: 1.4em;
  }

  .image-5.telegram {
    height: 1.3em;
  }

  .link-block-2 {
    justify-content: center;
  }

  .bg-icons {
    top: 2%;
    bottom: 2%;
  }

  .image-7 {
    width: 26%;
    top: 14%;
  }

  .bg-l {
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .marquee-horizontal.medium-marquee {
    height: 140px;
  }

  .marquee-horizontal.large-marquee {
    height: 220px;
  }

  .marquee-horizontal.small-marquee {
    height: 80px;
  }

  .large-marquee {
    width: 220px;
  }

  .small-marquee {
    width: 80px;
  }

  .medium-marquee {
    width: 140px;
  }

  .holder-block {
    min-height: 80px;
  }

  .small-marquee-image {
    width: 80px;
  }

  .text-gallery {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading-6 {
    font-size: 1.7em;
  }

  .gal.gallery, .gal.mint {
    width: 120px;
    font-size: .7em;
  }

  .div-block-6, .div-block-9 {
    height: 7em;
  }
}


@font-face {
  font-family: 'Skyscapers';
  src: url('../fonts/Skyscapers.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Drukwide Super Trial';
  src: url('../fonts/FontsFree-Net-DrukWide-Super-Trial.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}