:root {
  --color-light: #fff;
  --color-primary: #000;
  --color-secondary: rgba(196, 196, 196, 0.5);

  --font-inter: 'Inter', sans-serif;
  --font-work-sans: 'Work Sans', sans-serif;

  --font-thin: 100;
  --font-extra-light: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;

  --display-sm: 576px;
  --display-md: 768px;
  --display-lg: 992px;
  --display-xl: 1200px;
}

html {
  font-size: 10px;
}

body {
  background-color: var(--color-primary);
  color: var(--color-light);
  font-family: var(--font-work-sans);
  font-size: 2rem;
  letter-spacing: 0.22rem;
}

section {
  position: relative;
}

[data-show-on-undefined-drop=""],
[data-show-on-upcoming-drop=""],
[data-show-on-live-drop=""] {
  display: none !important;
}

.anchor {
  position: absolute;
  top: -12rem;
}

.btn {
  all: unset;
  background-color: var(--color-secondary);
  border-radius: 0.6rem;
  color: var(--color-light);
  cursor: pointer;
  display: inline-block;
  padding: 1rem 5rem;
  text-transform: uppercase;
  text-align: center;
}


.btn:hover {
  color: var(--color-light);
  opacity: 0.8;
  text-decoration: none;
}

.text-block {
  font-size: 2.1rem;
}

.text-block p {
  margin-top: 2rem;
}

.text-block span {
  text-transform: uppercase;
}

.padding-wrapper {
  padding: 4rem;
  width: 100%;
}

nav.menu {
  background-color: var(--color-primary);
  font-family: var(--font-inter);
  font-size: 1.8rem;
  padding: 4rem;
  position: fixed;
  width: 100%;
  z-index: 100;
}

nav.menu a {
  color: var(--color-light);
  font-weight: var(--font-extra-light);
  margin-right: 2rem;
  min-height: 10vh;
  text-decoration: none;
}

#intro {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--color-light);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 80vh;
  padding-bottom: 4rem;
}

#intro>div {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

#intro .call-to-cation {
  align-items: center;
  margin-top: 30rem;
  text-align: center;
  width: 100%;
}

#intro .title {
  min-height: 35vh;
  padding-left: 4rem;
  width: 100%;
}

#intro .countdown {
  font-family: var(--font-inter);
  font-size: 4rem;
  font-weight: var(--font-extra-light);
  margin-bottom: 4rem;
}

#intro .title img {
  width: 3.5rem;
}

#intro h1 {
  font-family: var(--font-inter);
  font-size: 6.5rem;
  font-weight: var(--font-extra-light);
  letter-spacing: 3rem;
  margin: 0;
  margin-top: 14rem;
}

#intro h2 {
  font-family: var(--font-inter);
  font-size: 1.6rem;
  font-weight: var(--font-extra-light);
  margin-bottom: 3rem;
}

#nfts {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 20rem;
}

#nfts h1 {
  font-family: var(--font-work-sans);
  font-size: 2.1rem;
  font-weight: var(--font-semi-bold);
  margin-bottom: 2rem;
}

#nfts p {
  font-family: var(--font-work-sans);
  font-size: 1.7rem;
  font-weight: var(--font-light);
}

#nfts .asset-list-wrapper {
  margin-top: 3rem;
  position: relative;
}

#nfts .asset-list {
  background-color: var(--color-light);
  color: var(--color-primary);
}

#nfts .asset-list-overlay {
  align-items: center;
  background-color: rgba(000, 000, 000, 0.5);
  backdrop-filter: blur(0.3rem);
  -webkit-backdrop-filter: blur(0.3rem);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 50;
}

#nfts .asset-list-overlay .text {
  color: var(--color-light);
  font-family: var(--font-inter);
  font-weight: var(--font-regular);
  font-size: 5.5rem;
  letter-spacing: 2rem;
  text-align: center;
}

#nfts .asset-list-item {
  margin-bottom: 3rem;
  text-decoration: none;
}

#nfts .asset-list-item.asset-1 {
  margin-left: 3rem;
  margin-right: 3rem;
}

#nfts .asset-list-item.asset-2 {
  margin-left: 3rem;
  margin-right: 3rem;
}

#nfts .asset-list-item.asset-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

#nfts .asset-list-item .action {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#nfts .asset-list-item .action>div:nth-child(2) {
  text-align: right;
}

#nfts .asset-list-item .image-wrapper img {
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
  width: 100%;
}

#nfts .asset-list-item .nft-heading {
  display: flex;
  justify-content: space-between;
}

#nfts .asset-list-item .nft-heading .editions {
  font-weight: var(--font-medium);
}

#nfts .asset-list-item .caption {
  color: var(--color-primary);
  padding-bottom: 2rem;
}

#nfts .asset-list-item .mint-button {
  background-color: var(--color-primary);
  color: var(--color-light);
  display: block;
  font-size: 2rem;
}

#nfts .eth,
#nfts .usd {
  font-weight: var(--font-medium);
}

#nfts .eth {
  font-size: 2rem;
}

#nfts .usd {
  font-size: 1.6rem;
}

#nfts video {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

#gpgpu {
  margin-top: 8rem;
  position: relative;
}

#gpgpu .title-wrapper {
  padding-bottom: 0;
}

#gpgpu h1 {
  color: var(--color-secondary);
  font-size: 6.5rem;
  font-weight: var(--font-semi-bold);
  line-height: 0.7;
  margin-bottom: 0;
}

#gpgpu .description-wrapper {
  padding-top: 2rem;
}

#gpgpu .description-wrapper p {
  margin: 0
}

#gpgpu h2 {
  font-size: 2.3rem;
  font-weight: var(--font-semi-bold);
  margin-bottom: 4rem;
}

#gpgpu .wrapper {
  background-color: var(--color-light);
  background-size: cover;
  background-position: center center;
  color: var(--color-primary);
  padding-bottom: 0;
}

#gpgpu .about-author {
  margin-top: 3rem;
}

#gpgpu .about-author .image-wrapper {
  position: relative;
}

#gpgpu .about-author .image-wrapper .image-placeholder {
  visibility: hidden;
}

#gpgpu .about-author .image-wrapper .image-visible {
  left: 0;
  position: absolute;
  top: 7rem;
  z-index: 50;
}

#gpgpu .about-author .description p {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

#gpgpu .about-author img {
  width: 100%;
}

#gpgpu .featuring {
  background-color: #000;
  bottom: -22rem;
  color: var(--color-light);
  font-family: var(--font-inter);
  left: calc(50% - 22rem);
  position: absolute;
  z-index: 60;
}

#gpgpu .featuring .featuring-wrapper {
  background-color: var(--color-primary);
  border: 0.4px solid var(--color-light);
  padding: 2rem 0 0 2rem;
  width: 32rem;
}

#gpgpu .featuring p:nth-child(1) {
  font-size: 2rem;
  font-weight: var(--font-extra-light);
}

#gpgpu .featuring p:nth-child(2) {
  font-size: 1.5rem;
  font-weight: var(--font-light);
  font-family: var(--font-work-sans);
  letter-spacing: normal;
}

#gpgpu .featuring p:nth-child(1) {
  font-size: 2rem;
  font-weight: var(--font-extra-light);
}

#gpgpu .featuring .profile {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#gpgpu .featuring .profile div:nth-child(1) {
  font-size: 2.6rem;
  font-weight: var(--font-regular);
  font-family: var(--font-work-sans);
  letter-spacing: normal;
  line-height: 0.7;
  margin-right: 0.5rem;
  text-align: right;
}

#gpgpu .featuring .profile .profile-image-wrapper {
  text-align: right;
}

#gpgpu .featuring .profile img {
  width: 12rem;
}

#gallery {
  display: flex;
  flex-flow: column;
  margin-top: 36rem;
  min-height: 90vh;
  position: relative;
}

#gallery .padding-wrapper {
  border-bottom: 1px solid var(--color-light);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

#gallery h1 {
  font-size: 2.1rem;
  font-weight: var(--font-regular);
  letter-spacing: 0.22rem;
  line-height: 1;
  margin-bottom: 0;
}

#gallery .gallery-item {
  background-color: #262626;
  width: 100%;
}

#gallery .gallery-item.text-block {
  padding: 4rem;
  padding-top: 12rem;
}

#gallery .gallery-item.text-block.right {
  padding-left: 12rem;
  text-align: right;
}

#gallery .gallery-item img {
  width: 100%;
}

#roadmap .padding-wrapper {
  color: var(--color-secondary);
  font-size: 6.5rem;
  font-weight: var(--font-semi-bold);
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10rem;
  padding-bottom: 0;
  text-transform: uppercase;
}

#roadmap .phase {
  text-align: center;
  letter-spacing: normal;
}

#roadmap .phase-wrapper {
  padding: 2rem 1rem 4rem 1rem;
  text-align: center;
}

#roadmap .phase .phase-wrapper div:nth-child(1) {
  margin-bottom: 2rem;
  font-family: var(--font-work-sans);
  font-size: 2rem;
}

#roadmap .phase .phase-wrapper div:nth-child(2) {
  font-size: 1.9rem;
  font-weight: var(--font-semi-bold);
  margin-bottom: 2.3rem;
  text-transform: uppercase;
}

#roadmap .phase .phase-wrapper div:nth-child(3) {
  font-size: 2.1rem;
}

#roadmap .phase:nth-child(1) {
  color: #444444;
  background-color: #C4C4C4;
}

#roadmap .phase:nth-child(2) {
  color: #444444;
  background-color: #ADADAD;
}

#roadmap .phase:nth-child(2) .phase-wrapper div:nth-child(1) {
  color: #747272;
}

#roadmap .phase:nth-child(2) .phase-wrapper div:nth-child(2) {
  color: #747272;
}

#roadmap .phase:nth-child(3) {
  color: #ECECEC;
  background-color: #747272;
}

#roadmap .phase:nth-child(3) .phase-wrapper div:nth-child(1) {
  color: #ADADAD;
}

#roadmap .phase:nth-child(3) .phase-wrapper div:nth-child(2) {
  color: #ADADAD;
}

#roadmap .phase:nth-child(4) {
  color: #FFFFFF;
  background-color: #444444;
}

#roadmap .phase:nth-child(4) .phase-wrapper div:nth-child(1) {
  color: #C4C4C4;
}

#roadmap .phase:nth-child(4) .phase-wrapper div:nth-child(2) {
  color: #C4C4C4;
}

#roadmap .phase:nth-child(5) {
  color: #FFFFFF;
  background-color: #363636;
}

#roadmap .phase:nth-child(5) .phase-wrapper div:nth-child(1) {
  color: #C4C4C4;
}

#roadmap .phase:nth-child(5) .phase-wrapper div:nth-child(2) {
  color: #C4C4C4;
}

#roadmap h1 {
  color: var(--color-secondary);
  font-size: 6.5rem;
  font-weight: var(--font-semi-bold);
  line-height: 0.7;
  margin-bottom: 0;
  text-transform: uppercase;
}

#behind-the-drop {
  margin-top: 10rem;
}

#behind-the-drop h1 {
  font-size: 2.1rem;
  font-weight: var(--font-regular);
}

#behind-the-drop .title-wrapper {
  border-bottom: 1px solid var(--color-light);
  padding-bottom: 2rem;
}

#behind-the-drop p {
  margin-bottom: 6rem;
}

#behind-the-drop a {
  color: var(--font-light);
}


#faq {
  margin-top: 5rem;
}

#faq h1 {
  font-size: 2.1rem;
  font-weight: var(--font-regular);
  margin-bottom: 4rem;
  text-transform: uppercase;
}

#faq .accordion-item {
  background-color: transparent;
  margin-bottom: 1rem;
}

#faq .accordion-item .accordion-header {
  background-color: var(--color-secondary);
}

#faq .accordion-item .accordion-header button {
  background-color: #262626;
  color: var(--color-light);
  font-size: 2.1rem;
  padding: 2rem 3rem;
  text-transform: uppercase;
}

#faq .accordion-item .accordion-header button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
}

#faq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
}

#faq .accordion-item .accordion-body {
  font-size: 2.1rem;
  font-weight: var(--font-light);
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 2rem 3rem;
}

#social-media {
  margin-top: 8rem;
  text-align: center;
}

#social-media>a {
  padding: 0 2rem;
}

#social-media a {
  color: var(--color-light);
  font-size: 2rem;
  font-weight: var(--font-light);
  font-family: var(--font-inter);
  text-decoration: none;
  text-transform: none;
}

#social-media>*:nth-child(2) {
  padding-left: 4rem;
}

#social-media>*:nth-child(4) {
  padding-right: 4rem;
}

#social-media hr {
  color: var(--color-light);
  display: inline-block;
  opacity: 1;
  width: 10rem;
}

#footer {
  background-color: #111111;
  margin-bottom: 4rem;
  margin-top: 8rem;
  padding: 4rem 0;
}

#footer a {
  align-items: center;
  color: var(--color-light);
  display: flex;
  font-family: var(--font-inter);
  font-size: 1.4rem;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

#footer a>div {
  padding: 0 1rem;
}

#footer img {
  height: 3rem;
}

@media (max-width: 576px) {
  #intro h1 {
    line-height: 1.5;
    letter-spacing: 2rem;
    font-size: 3rem !important;
  }

  #nfts .asset-list-overlay {
    align-items: flex-start;
  }

  #nfts .asset-list-overlay .text {
    font-size: 3.5rem;
    margin-top: 20rem;
  }

  #nfts .asset-list-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #nfts .asset-list-item .action {
    justify-content: space-between;
    flex-direction: column;
  }

  #nfts .asset-list-item .mint-button {
    font-size: 1.4rem;
  }

  #nfts .asset-list-item .action>div {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
  }

  #social-media>a {
    display: block;
    margin-bottom: 2rem;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  #intro h1 {
    line-height: 1.5;
    letter-spacing: 2rem;
    font-size: 4rem;
  }

  #gpgpu h1 {
    font-size: 6rem;
  }

  #roadmap h1 {
    font-size: 6rem;
  }
}

@media (max-width: 992px) {
  #gpgpu .featuring {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    position: initial;
  }

  #gpgpu .about-author .image-wrapper .image-visible {
    top: 0rem;
  }

  #gallery {
    margin-top: 10rem;
  }
}