body {
  color: #333;
  background-color: #88a0b0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.home-block {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  perspective: 1000px;
  justify-content: space-around;
  align-items: center;
  height: 92vh;
  display: flex;
}

.image {
  width: 30%;
  height: auto;
}

.text {
  color: #3c9dc8;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-shadow: 10px 10px 10px #0003;
  width: auto;
  padding: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.5vw;
  line-height: 3vh;
  overflow: visible;
}

.text._1 {
  width: 30%;
}

.text._2 {
  width: auto;
}

.text._3 {
  color: #053347;
  font-size: 1vw;
  text-decoration: none;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 8vh;
  display: none;
}

.nav-link {
  color: #47c4e6;
  text-shadow: 5px 5px 5px #0003;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2em;
  transition: color .2s;
}

.nav-link:hover {
  color: #053347;
}

.nav-link.w--current {
  color: #47c4e6;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.w--open {
  background-color: #acbec8;
  border-radius: 20px;
}

.nav-link.dropdown {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141414;
  font-size: 1em;
  text-decoration: none;
}

.nav-menu {
  background-color: #ffffff54;
  border-radius: 50px;
  margin-top: 15px;
  margin-right: 20px;
}

.ribon-container {
  object-fit: fill;
  background-color: #f1faee;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 8vh;
  display: flex;
  overflow: hidden;
}

.ribon-container._1 {
  display: none;
}

.inner-ribon-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 4px solid #457b9d;
  border-bottom: 4px solid #457b9d;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  display: flex;
  position: relative;
  left: auto;
}

.ribon-text {
  color: #457b9d;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #1d3557;
  overflow-wrap: normal;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titan One, sans-serif;
  font-size: 2.5vw;
  line-height: 1;
  display: block;
}

.home-text-block {
  letter-spacing: normal;
  text-indent: 0;
  background-color: #ffffff54;
  border-radius: 50px;
  width: 40%;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  height: 8vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-2 {
  background-color: #ffffff54;
  border-radius: 50px;
  margin-top: 1%;
  margin-right: 2%;
  padding-right: 0;
}

.tokenomics-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.img-wraper {
  border: 5px #ffffff54;
  border-radius: 20%;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  outline-offset: 0px;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 0;
  outline: 3px #333;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.display-s {
  color: #47c4e6;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
}

.body {
  color: #47c4e6;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.25rem;
}

.faq-header-icon {
  -webkit-text-fill-color: inherit;
  background-color: #47c4e6;
  background-clip: border-box;
  width: 1.25rem;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.faq-answer {
  padding-top: 1rem;
}

.faq-container {
  width: 40%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-wrapper {
  flex-flow: column;
  display: flex;
}

.faq-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block {
  object-fit: fill;
  object-position: 50% 50%;
  border: 5px #333;
  border-radius: 50px;
  width: 40%;
  max-height: 800px;
  overflow: hidden;
}

.main-heading {
  color: #47c4e6;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #19233b;
  text-shadow: 3px 3px 5px #47c4e6;
  margin: 0 auto;
  padding-top: 220px;
  padding-bottom: 200px;
  padding-left: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 4vw;
  text-decoration: none;
}

.body-2 {
  background-color: #000;
  background-image: none;
  overflow: visible;
}

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

.div-block-2 {
  width: 40%;
}

.div-block-3 {
  opacity: 1;
  outline-offset: 0px;
  background-color: #3a26d100;
  background-image: linear-gradient(#47c4e6cc, #47c4e6cc), url('../images/BULLPEN_BG-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  outline: 5px solid #053347;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.important {
  color: #053347;
  text-underline-offset: 3px;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5vh;
  font-size: 1.2vw;
  text-decoration: underline;
  display: flex;
}

.footer {
  color: #9f4b1a;
  justify-content: space-around;
  align-items: center;
  height: 30vh;
  display: flex;
}

.socials-butt-wraper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  color: #333;
  background-color: #47c4e6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.socials-butt-wraper:hover {
  border: 4px #333;
  transform: translate(0, -5px);
  box-shadow: 10px 10px 5px #0003;
}

.policy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #47c4e6;
  letter-spacing: 1px;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.2vw;
  line-height: 1em;
  display: flex;
}

.x-twitter {
  font-family: Anton, sans-serif;
  font-size: 20px;
}

.social-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fadf3900;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-3 {
  width: auto;
  height: 80%;
}

.text-block {
  color: #492a15;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1vw;
  display: flex;
  position: static;
}

.div-block-4 {
  background-color: #acbec8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 4vh;
  display: flex;
}

.social-section {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  color: #492a15;
  background-image: linear-gradient(#abbdc7cc, #abbdc7cc), url('../images/420_Buys.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  width: 80%;
}

.text-block-3 {
  color: #053347;
  text-align: center;
  overflow-wrap: anywhere;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.5vw;
  line-height: 1.2em;
  text-decoration: none;
}

.important-2 {
  color: #053347;
  border: 1px #000;
  border-radius: 13px;
}

.text-span {
  color: #6eb5cc;
}

.social-description {
  color: #053347;
  font-size: 1.5vw;
}

.body-3 {
  background-color: #000;
}

.icon {
  display: none;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 20px;
  padding-right: 0;
}

.div-block-7 {
  color: #3c9dc8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5vh;
  display: flex;
}

.div-block-8 {
  color: #96a296;
  -webkit-text-stroke-width: .15vw;
  -webkit-text-stroke-color: #000;
  display: block;
}

.div-block-9 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2% 3%;
  font-family: Titan One, sans-serif;
  font-size: 3vw;
  line-height: 1;
  display: flex;
}

.body-4 {
  background-color: #fff;
  background-image: radial-gradient(circle, #869fb0cc, #388fbccc), url('../images/HODL1111-min.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.counter-wraper {
  color: #7e9ea7;
  -webkit-text-fill-color: inherit;
  background-color: #7fa1aab3;
  background-clip: border-box;
  border: 4px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.code-wraper {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.help {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #7da4b2b3;
  border: 4px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Titan One, sans-serif;
  font-size: 2vw;
  line-height: 1;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.help:hover {
  transform: translate(0, -5px);
  box-shadow: 10px 10px 5px #0003;
}

.pop-up {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c4e5ee;
  border: 4px solid #000;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 94vw;
  height: 90vh;
  padding: 3vh 2vw;
  display: none;
  position: fixed;
  inset: auto 3vw;
}

.instructions-header {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 41px;
  font-family: Titan One, sans-serif;
  font-size: 2.5vw;
  line-height: 1;
  text-decoration: underline;
  display: flex;
}

.instructions-header._2 {
  padding-top: 41px;
}

.text-block-4 {
  text-align: center;
  font-family: Titan One, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.cross-icon {
  cursor: pointer;
  width: 3vw;
  transition: border-width .2s, border-radius .2s, border-color .2s;
  position: absolute;
  inset: 3% 2% auto auto;
}

.cross-icon:hover {
  border: 4px solid #333;
  border-radius: 10px;
}

.body-5 {
  background-color: #457b9d;
}

.topholderscontainer {
  outline-offset: 0px;
  pointer-events: auto;
  color: #457b9d;
  text-align: left;
  white-space: normal;
  word-break: normal;
  background-color: #f1faee;
  border-radius: 0;
  outline: 3px solid #1d3557;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  height: 88vh;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Titan One, sans-serif;
  font-size: 1.5vw;
  line-height: 1.2;
  display: flex;
  overflow: auto;
}

.div-block-10 {
  background-color: #f1faee;
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: flex;
}

.text-block-5 {
  color: #457b9d;
  font-family: Titan One, sans-serif;
  font-size: 2.5vw;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .home-block {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    flex-flow: column;
    justify-content: center;
  }

  .image {
    width: 50%;
  }

  .text {
    font-family: Anton, sans-serif;
    font-size: 3vw;
    line-height: 1em;
  }

  .text._3 {
    font-size: 2vw;
  }

  .inner-ribon-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ribon-text {
    font-family: Titan One, sans-serif;
    font-size: 3.5vw;
  }

  .home-text-block {
    width: 80%;
  }

  .tokenomics-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .display-s, .body {
    font-family: Anton, sans-serif;
  }

  .faq-container, .div-block {
    width: 80%;
  }

  .main-heading {
    font-family: Anton, sans-serif;
    font-size: 6vw;
  }

  .memefi-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .important {
    font-size: 2.5vw;
  }

  .footer {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .policy {
    font-size: 3vw;
  }

  .image-3 {
    height: 80%;
  }

  .text-block {
    font-size: 2.5vw;
  }

  .div-block-4 {
    width: 7vw;
  }

  .text-block-3 {
    font-size: 3vw;
  }

  .social-description {
    font-size: 2vw;
  }

  .help {
    width: 25vw;
    font-size: 3vw;
  }

  .instructions-header {
    font-size: 5vw;
  }

  .text-block-4 {
    font-size: 3vw;
  }

  .topholderscontainer {
    width: 90vw;
    font-size: 2vw;
  }

  .text-block-5 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .home-block {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: space-around;
    align-items: center;
  }

  .image {
    width: 60%;
  }

  .text {
    font-size: 3vw;
    line-height: 1.2em;
  }

  .text._3 {
    font-size: 3vw;
  }

  .ribon-text {
    text-align: center;
    font-size: 4.5vw;
  }

  .home-text-block {
    width: 90%;
  }

  .display-s {
    font-size: 2rem;
  }

  .faq-container {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block {
    width: 90%;
  }

  .main-heading {
    padding-top: 220px;
    padding-bottom: 220px;
    font-size: 8vw;
  }

  .important {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .footer {
    max-width: 100vh;
  }

  .policy {
    font-size: 3vw;
  }

  .div-block-4 {
    width: 10vw;
  }

  .text-block-3 {
    font-size: 4vw;
  }

  .social-description {
    display: none;
  }

  .instructions-header, .instructions-header._2 {
    font-size: 5.5vw;
  }

  .text-block-4 {
    font-size: 3.5vw;
  }

  .text-block-5 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 479px) {
  .ribon-container {
    height: 6vh;
  }

  .ribon-text {
    font-size: 4.5vw;
  }

  .faq-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer {
    height: auto;
    min-height: 30vh;
  }

  .policy {
    line-height: 1em;
  }

  .social-section {
    max-width: 100vw;
  }

  .div-block-9 {
    font-size: 4vw;
  }

  .counter-wraper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .help {
    width: 38vw;
    font-size: 5vw;
  }

  .instructions-header, .instructions-header._2 {
    font-size: 6vw;
  }

  .text-block-4 {
    font-size: 4vw;
  }

  .topholderscontainer {
    width: 96vw;
  }

  .text-block-5 {
    font-size: 4.5vw;
  }
}


