:root {
  --white: white;
  --purple: #5335c0;
  --color: #f24236;
  --yellow: #e4ff1a;
  --pink: #e75a7c;
  --blue: #119da4;
  --dark-blue: #031c29;
  --off-white: #f8f5f0;
  --brown-gray: #58554e;
  --color-2: #423e37;
  --brown-gray-light: #9d9994;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.navbar {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em 2em 2em 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.btn_connect {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 1em;
  padding: .4em .6em;
}

.wallet_btn {
  color: #f3f3f3;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 1em;
  padding: .4em 1.4em;
  display: block;
}

.wallet_btn.last {
  width: 100px;
  background-color: #5335c0;
  margin-bottom: 0;
  transition: background-color .8s;
}

.wallet_btn.last:hover {
  color: #292929;
  background-color: #e4ff1a;
}

.wallet_btn.last.sub {
  width: 90px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #119da4;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .8s;
  display: flex;
}

.wallet_btn.last.sub:hover {
  color: #181818;
  background-color: #e4ff1a;
}

.wallet_btn.send_eth {
  display: block;
}

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

.wallet_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000;
  font-family: Squada One, sans-serif;
  font-weight: 700;
}

.image {
  width: 4em;
  filter: invert();
}

.section {
  width: 100%;
  height: 300vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.section._2nd {
  height: 300vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4em;
  padding-right: 4em;
}

.section._3rd {
  height: 300vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.connect_text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.connect_text.sub {
  line-height: 100%;
}

.section_title {
  color: #e75a7c;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bungee Inline, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.section_title.bot {
  align-items: flex-end;
}

.title_bot {
  margin-top: 0;
  margin-bottom: auto;
  display: inline-block;
}

.title_bot._2 {
  transform: translate(0, 2em);
}

.title_bot._3 {
  margin-top: auto;
  margin-bottom: 0;
  transform: translate(0, -1.85em);
}

.title_bot._4 {
  margin-top: auto;
  margin-bottom: 0;
  transform: translate(0, -1em);
}

.title_bot._5 {
  margin-top: auto;
  margin-bottom: 0;
  transform: translate(0, -1.3em);
}

.title_bot._6 {
  margin-top: auto;
  margin-bottom: 0;
  transform: translate(0, -1.7em);
}

.title_bot._1 {
  margin-top: 0;
  transform: translate(0, 1em);
}

.video_block {
  z-index: -1;
  width: 50%;
  height: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text_block {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.collective_block {
  position: absolute;
  top: auto;
  bottom: 1.7em;
  left: auto;
  right: 1.7em;
}

.collective_text {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Squada One, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.video_container {
  z-index: -1;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0;
  left: auto;
  right: auto;
}

.collective_container {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.video {
  width: 100%;
  height: 100%;
}

.collective_span {
  letter-spacing: 0;
  font-size: .4em;
}

.address, .balance {
  font-size: 1.3em;
  font-weight: 400;
}

.balance-block {
  width: 100%;
  height: 100vh;
  color: var(--white);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Squada One, sans-serif;
  font-weight: 400;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.balance-block.last {
  margin-right: 0;
}

.balance-block._2 {
  justify-content: center;
}

.balance-block._2.end {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.balance-title {
  color: var(--purple);
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
}

.balance-title.red {
  color: var(--color);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blue {
  color: #119da4;
}

.paragraph {
  color: var(--white);
  font-size: 20px;
  line-height: 130%;
}

.paragraph._2 {
  text-align: center;
}

.image-2 {
  width: auto;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  display: block;
  position: relative;
}

.image-container---center {
  width: 100%;
  height: 60%;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-block {
  height: auto;
  position: relative;
}

.text-block.last {
  font-size: 18px;
}

.yellow {
  color: var(--yellow);
}

.text-span, .pink, .text-span-2 {
  color: var(--pink);
}

.text-span-3 {
  color: var(--blue);
}

.image-3 {
  width: 180px;
}

.div-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.numbers {
  font-family: Bungee Inline, sans-serif;
  font-size: 18px;
}

.icon {
  width: 20px;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navbar-2 {
  background-color: rgba(221, 221, 221, 0);
}

.image-4 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .video_block {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 1em;
  }

  .wallet_btn.last.sub {
    margin: 4px;
  }

  .section._2nd._2, .section._2nd._3, .section._2nd._4, .section._2nd._5, .section._2nd._6, .section._2nd._7, .section._2nd._8 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .paragraph {
    font-size: 18px;
  }

  .nav-menu {
    background-color: rgba(200, 200, 200, 0);
    justify-content: flex-start;
  }

  .nav-menu:active {
    background-color: rgba(200, 200, 200, 0);
    left: -37px;
  }

  .navbar-2 {
    width: 100%;
    align-self: center;
  }

  .icon-2 {
    font-size: 36px;
  }

  .icon-2:focus {
    color: #ff9696;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    padding: 8px;
  }

  .menu-button.w--open {
    width: 100%;
    color: var(--pink);
    background-color: rgba(200, 200, 200, 0);
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 1em;
    padding-right: .5em;
  }

  .section._2nd._2, .section._2nd._3, .section._2nd._4, .section._2nd._5, .section._2nd._6, .section._2nd._7, .section._2nd._8 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section_title {
    font-size: 4em;
  }

  .balance-block._2.end {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .nav-menu:active {
    left: -44px;
  }

  .menu-button {
    padding: 4px;
  }
}


@font-face {
  font-family: 'Alterra Display';
  src: url('../fonts/AlterraDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}