:root {
  --btn-bg-color: #000000;
  --btn-hover-bg-color: #000000;
  --btn-color: #F4C74F;
  --color-gray3: #F4C74F;
}

body {
  font-family: "Roboto mono", monospace;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.roboto400 {
  font-family: "Roboto Mono";
  font-weight: 400;
}

h1 {
  margin-top: 24px;
  font: 900 32px "Source Code Pro";
  text-align: center;
}

@media (min-width: 768px) {
  h1 {
    margin-top: 180px;
    margin-bottom: 24px;
    font-size: 44px;
  }
}

.gray {
  color: #333333;
}

header {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  background-color: #000000;
}
.header-bar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 20px;
}
header .header-bottom {
  clip-path: polygon(51% 82%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
}
.header-char {
  margin-top: 68px;
  bottom: 0;
  width: 100%;
}
.site-name img {
  margin-top: 24px;
  max-width: 90%;
}
header video {
  display: none;
}

@media (min-width: 768px) {
  header video {
    display: block;
    width: 100%;
    z-index: 0;
  }
  .header-bar {
    padding: 28px 86px;
  }
  header {
    position: relative;
    padding-top: 0;
  }
  img.header-char,
  .site-name {
    display: none;
  }
}
.logo {
  font: 700 32px/42px "Source Code Pro";
  font-family: "Source Code Pro";
}
.btn {
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
  padding: 15px 85px;
  font-size: 16px;
  font-family: "Roboto Mono";
  font-weight: 500;
  line-height: 26px;
}
.btn:hover {
  background-color: var(--btn-hover-bg-color);
  color: var(--btn-color);
}

.discord {
  background: url(./images/discord-hover.png) no-repeat 0 0;
}
.discord:hover {
  background: url(./images/discord-hover.png) no-repeat 0 0;
}
.twitter {
  background: url(./images/twitter-hover.png) no-repeat 0 0;
}
.twitter:hover {
  background: url(./images/twitter-hover.png) no-repeat 0 0;
}
.opensea {
  background: url(./images/opensea-hover.png) no-repeat 0 0;
}
.opensea:hover {
  background: url(./images/opensea-hover.png) no-repeat 0 0;
}

.social-link {
  width: 48px;
  height: 48px;
  margin: 0 2px;
  display: inline-block;
  background-size: cover;
}

.shrine {
  background: url(./images/shrine.png) no-repeat 50% 0;
  position: relative;
  padding-top: 450px;
  padding-bottom: 250px;
}

@media (max-width: 768px) {
  .shrine {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.leaves {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .leaves {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

section#welcome [class*="col-"] {
  text-align: center;
}
section#welcome video {
  max-width: 100%;
}
section#roadmap {
  background-image: url("./images/roadmap_pattern.png");
  background-color: #F4C74F;
  color: #333333;
}

section#roadmap h1 {
  color: #000000;
}
section#roadmap .roadmap-phase {
  text-align: center;
}
section#roadmap .roadmap-phase img {
  margin-bottom: 8px;
  max-width: 100%;
}
section#roadmap .roadmap-phase .title {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
section#roadmap .roadmap-phase p {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  padding: 0 32px;
}

section#nft-samples {
  height: 800px;
  overflow: hidden;
}
section#nft-samples .nft-samples {
  height: 100%;
  background: url(./images/nft-samples.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: none) {
  section#nft-samples .nft-samples {
    background-attachment: scroll;
  }
}
section#team .team-members {
  text-align: center;
}
@media (min-width: 768px) {
  section#team .team-members {
    margin-top: 110px;
  }
}
section#team .team-members .name {
  font-weight: 700;
  line-height: 21px;
  margin-top: 24px;
  margin-bottom: 8px;
}

section#team .role {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
}

section#last-words {
  background-image: url("./images/roadmap_pattern.png");
  background-color: #F4C74F;
  color: #333333;
}

@media (min-width: 768px) {
  section#last-words {
    padding-bottom: 200px;
  }
}
section#contact {
  color: #ffffff;
  background-color: #000000;
  padding-bottom: 80px;
  background: url(./images/contact_bg.png) no-repeat 0 0;
}

@media (min-width: 768px) {
  section#contact {
    background-size: cover;
    padding-bottom: 142px;
  }
}
form#contact input,
form#contact textarea {
  border: none;
  border-radius: 4px;
  padding: 16px 16px;
  min-width: 250px;
  width: 100%;
  margin-bottom: 16px;
  font: 400 16px "Source Code Pro";
}
form#contact textarea {
  width: 100%;
}

form#contact input[type="submit"] {
  opacity: 0.7;
  width: 240px;
  margin-top: 32px;
}
::placeholder {
  color: #cfd4d9;
}

footer {
  padding: 24px 0;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  [class*="col"] {
    margin-bottom: 15px;
  }

  section#team .team-members > [class*="col-"],
  section#team .team-members > .col {
    margin-bottom: 100px;
  }
}

.separator {
  max-width: 80vw;
}
