:root {
  --white: white;
  --pojak: #318202;
  --magenta: magenta;
  --lime: #0f1;
  --red: red;
  --green: #478201;
  --saddle-brown: #934300;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.popup-subheading {
  color: var(--white);
  text-align: center;
  text-shadow: 2px 2px #000;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 25px;
  line-height: 1.25;
}

.portfoliobutton {
  color: #353535;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #353535;
  font-family: Montserrat, sans-serif;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.portfoliobutton:hover {
  filter: brightness(250%);
}

.portfoliobutton.blue {
  color: #fff;
  background-color: #ff6566;
  border-width: 0;
  margin-top: 10px;
  transition: background-color .2s;
}

.portfoliobutton.blue:hover {
  filter: none;
  background-color: #7293a3;
}

.popup-card {
  width: 50%;
  max-height: 80vh;
  max-width: 560px;
  background-color: var(--pojak);
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 10px;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px rgba(0, 0, 0, .2), 6px 6px 16px rgba(0, 0, 0, .12), 3px 3px 8px rgba(0, 0, 0, .14);
}

.popup-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bombdagonepersonaluseonly, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 2;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-size: 20px;
}

.popup-logo {
  margin-bottom: 20px;
}

.popup-closebutton {
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.paragraph {
  color: #353535;
  text-align: center;
  column-count: auto;
  font-family: Montserrat, sans-serif;
}

.paragraph.masonary-2column {
  column-count: 2;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.paragraph.semi-bold {
  font-weight: 600;
}

.pop-up-cover {
  z-index: 999;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-image: linear-gradient(rgba(32, 32, 32, .98), rgba(32, 32, 32, .98));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-items {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 100px 10px;
  display: flex;
  overflow: hidden;
}

.link-block {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  padding: 2px;
  text-decoration: none;
}

.text-block {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block:hover {
  color: #000;
  background-color: #0f1;
}

.images-container {
  width: 50%;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.popup-image {
  width: 100%;
  object-fit: cover;
  margin-left: 2em;
  margin-right: 2em;
}

.body {
  cursor: auto;
}

.home-page-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bombdagonepersonaluseonly, sans-serif;
  font-size: 6em;
  line-height: 1;
}

.heading.nodev {
  font-family: Changa One, Impact, sans-serif;
  font-size: 4em;
}

.small-heading {
  color: var(--magenta);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.how-it-works-container {
  width: 75%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  background-color: #d5fda7;
}

.cursor-wrapper {
  z-index: 1000;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-dot {
  width: 10px;
  height: 10px;
  background-color: #f07;
  border-radius: 50%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-circle {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 0, 119, .23);
  border-radius: 50%;
  position: absolute;
}

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

.text-block-copy {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Bombdagonepersonaluseonly, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-copy:hover {
  color: red;
  background-color: #0f1;
  border: 1px solid red;
}

.text-block-2 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Bombdagonepersonaluseonly, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-2:hover {
  border: 1px solid var(--lime);
  background-color: var(--red);
  color: var(--lime);
}

.html-embed {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loading {
  z-index: 9999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 30em;
}

.text-block-3 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 3em;
}

.banner {
  width: 100%;
  height: 150px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #102a00;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 100%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #318202;
  background-image: url('../images/bggreen.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2.roadmap {
  height: auto;
  min-height: 900px;
  background-image: url('../images/left.webp');
  justify-content: flex-start;
}

.button {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: .0625rem solid #fff;
  border-radius: 1.875rem;
  padding: 1.25rem 2rem;
  position: relative;
}

.button.x-transition {
  background-color: #2abd76;
  background-image: linear-gradient(114deg, #ffea00, rgba(255, 166, 0, 0));
  transition: background-color .3s;
}

.button.x-transition:hover {
  background-color: #0d073a;
}

.button-2 {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  cursor: cell;
  border: 2px solid #fff;
  border-radius: 20px;
  font-family: Oswald, sans-serif;
}

.button-2:hover {
  background-color: var(--magenta);
  color: #fff;
}

.div-block-2-copy {
  width: 100%;
  min-height: 1200px;
  background-color: var(--green);
  background-image: url('../images/wagmi.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2-copy.pictures {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #318202;
  background-image: url('../images/bggreen.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 20px;
}

.div-block-2-copy.nomics {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #318202;
  background-image: none;
}

.div-block-2-copy.rm {
  background-color: #318202;
  background-image: none;
}

.html-embed-2 {
  width: 80%;
  height: 800px;
}

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

.small-heading-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.small-heading-copy:hover {
  color: var(--white);
}

.link-block-2 {
  text-decoration: none;
}

.text-block-4 {
  width: 70%;
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #318202;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.image-2 {
  max-width: 30%;
  border: 2px solid var(--white);
}

.image-3, .image-4 {
  border: 2px solid var(--white);
}

.image-5 {
  width: auto;
  height: 90%;
}

.image-6 {
  width: 30%;
  border: 3px solid var(--white);
  border-radius: 0;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube {
  width: 80%;
  border-radius: 20px;
  margin: 20px;
}

.image-7 {
  width: 100px;
  height: 100px;
}

.link-block-3 {
  height: 100px;
}

.youtube-2 {
  width: 80%;
}

.image-8 {
  width: 90%;
}

@media screen and (max-width: 991px) {
  .popup-card {
    width: 70%;
  }

  .pop-up-cover {
    display: none;
  }

  .popup-image {
    width: 100%;
    min-width: 100px;
  }

  .body {
    background-size: cover;
  }

  .heading {
    font-size: 5em;
  }

  .cursor-wrapper {
    display: none;
  }

  .text-block-3 {
    font-size: 1.5em;
  }

  .div-block-2-copy.nomics {
    padding-bottom: 20px;
  }

  .div-block-4 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    display: flex;
  }

  .div-block-5 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .popup-subheading {
    font-size: 1.5em;
  }

  .popup-card {
    width: 80%;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .small-heading-copy {
    font-size: 15px;
  }

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

@media screen and (max-width: 479px) {
  .popup-subheading {
    width: 100%;
    flex-flow: column wrap;
  }

  .popup-card {
    border-width: 10px;
  }

  .popup-heading {
    font-size: 1.2em;
  }

  .paragraph.masonary-2column {
    max-width: 100%;
    column-count: 1;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .heading {
    font-size: 2em;
    overflow: visible;
  }

  .heading.nodev {
    font-size: 2em;
  }

  .html-embed {
    display: none;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .div-block-2-copy.pictures {
    flex-direction: column;
    align-items: center;
  }

  .div-block-2-copy.nomics {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2-copy.rm {
    min-height: 500px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .text-block-4 {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
  }

  .image-3, .image-4 {
    width: auto;
  }

  .image-6 {
    width: 100%;
  }

  .youtube, .youtube-2, .image-8 {
    width: 95%;
  }
}


@font-face {
  font-family: 'Bombdagonepersonaluseonly';
  src: url('../fonts/BombDaGonePERSONALUSEONLY.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}