@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&amp;display=swap";
@font-face {
  font-family: MBF-Moonlander;
  src: url(../fonts/MBF-Moonlander/MBF-Moonlander.html);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: MBF-Modifi;
  src: url(../fonts/MBF-Modifi/MBF-Modifi.html);
  font-style: medium;
  font-weight: 400;
  font-display: swap;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #000000;
  scroll-behavior: smooth;
  font-weight: 500;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.active {
  opacity: 1;
}
.font-highlight {
  color: #fff;
}
.home {
  background: #000;
}
.mainHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #000;
  color: #fff;
}
.mainHeader .hamburgerMenu {
  display: none;
  margin: 0 auto;
  color: #000;
  outline: none;
  padding: 4px;
  border: none;
  background: none;
  cursor: pointer;
}
.mainHeader .hamburgerMenu img {
  height: 24px;
}
.mainHeader .navList {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 700px) {
  .mainHeader .navList {
    flex-direction: column;
    background-color: #fff;
    color: #000;
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    padding: 4px;
  }
  .mainHeader .navList a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 700px) {
  .mainHeader .hamburgerMenu {
    display: block;
  }
}
.mainHeader .left {
  font-family: Montserrat;
  font-size: 20px;
}
.mainHeader .left img {
  height: 25px;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .mainHeader .left img {
    font-size: 20px;
  }
  .mainHeader .left {
    font-size: 16px;
  }
}
.mainHeader .right a {
  box-sizing: border-box;
  padding: 8px 20px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.15s;
  vertical-align: middle;
  line-height: 30px;
}
.mainHeader .right a:hover {
  opacity: 0.8;
}
.mainHeader .right .connectWallet {
  box-sizing: border-box;
  padding: 8px 20px 12px;
  background-color: #fff;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 700px) {
  .mainHeader .right .connectWallet {
    display: block;
  }
}
.mainHeader .right .connectWallet:hover {
  opacity: 0.9;
}
.line {
  border: 1px solid #fff;
  width: 100px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.hero-wrapper {
  background-image: url(../assets/home/white-background-pattern.html);
}
.hero {
  text-align: center;
  color: #000;
  padding: 70px 40px;
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 1000px) {
  .hero {
    flex-direction: column-reverse;
    padding: 70px 20px;
  }
}
.hero h1 {
  font-size: 64px;
  font-family: Montserrat;
  margin: 0 0 30px;
}
@media (max-width: 700px) {
  .hero h1 {
    font-size: 34px;
  }
}
.hero .cta {
  display: block;
  padding: 20px 40px;
  background-color: #fff;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  max-width: 300px;
  margin: 0 auto 30px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  -webkit-clip-path: polygon(
    0 30px,
    30px 0,
    calc(100% - 20px) 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 calc(100% - 20px)
  );
  clip-path: polygon(
    0 30px,
    30px 0,
    calc(100% - 20px) 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 calc(100% - 20px)
  );
}
.hero .cta:hover {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .hero .cta {
    width: 100%;
  }
}
.hero .left {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .hero .left {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .left .content {
  text-align: left;
}
.hero .left .content img {
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .hero .left .content img {
    display: none;
  }
}
.hero .left .content h2 {
  font-size: 24px;
}
.hero .left .content h1,
.hero .left .content h2 {
  font-family: Montserrat;
  text-align: left;
  color: #fff;
  font-weight: 800;
}
.hero .left .content h1 {
  font-size: 80px;
  line-height: 80px;
  margin: 0 0 20px;
}
@media (max-width: 1000px) {
  .hero .left .content h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.hero .left .content p {
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.hero .right {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-items: center;
  align-items: center;
}
@media (max-width: 700px) {
  .hero .right {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .right img {
  height: 300px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .hero .right img {
    width: 100%;
    height: auto;
  }
}
.dividerImage {
  display: block;
  height: 400px;
  margin: 60px auto 0;
}
@media (max-width: 700px) {
  .dividerImage {
    width: 100%;
    height: auto;
  }
}
.diagonal {
  background-image: url(../assets/top2.html);
}
.utilities-wrapper {
  background-image: url(../assets/home/white-background-pattern.html);
}
.utilities {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 1400px;
}
.utilities h2 {
  font-weight: 800;
  font-size: 60px;
  color: #000;
  margin-bottom: 20px;
}
.utilities .subtitle,
.utilities h2 {
  text-align: center;
  font-family: Montserrat;
}
.utilities .subtitle {
  text-transform: uppercase;
  color: #000;
  margin: 0 auto 40px;
  width: 50%;
}
.utilities .utilityList {
  overflow: hidden;
}
.utilities .utilityList .utility {
  color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 700px) {
  .utilities .utilityList .utility {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.utilities .utilityList .utility .utilityCard {
  background-color: #fff;
  padding: 30px 80px 30px 20px;
  position: relative;
}
.utilities .utilityList .utility .utilityCard h3 {
  font-family: Montserrat;
}
.utilities .utilityList .utility .utilityCard p {
  font-family: Montserrat;
  text-transform: uppercase;
}
.utilities .utilityList .utility .utilityCard img {
  width: 180px;
  position: absolute;
}
.utilities .utilityList .utility .left,
.utilities .utilityList .utility .right {
  flex: 1 1;
}
.faqs {
  text-align: center;
  padding: 40px;
  background-image: url(../assets/home/white-background-pattern.html);
  background-size: cover;
  color: #fff;
}
.faqs h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: Montserrat;
  color: #000;
}
.faqs .faq-section {
  margin-bottom: 40px;
  background-color: #000;
}
.accordion {
  cursor: pointer;
  border: none;
  outline: none;
  text-align: left;
  background: none;
  background-color: #000;
  width: 100%;
  color: #fff;
}
.accordion__section {
  padding: 20px;
}
.accordion__title {
  font-family: Hiragino Kaku Gothic Std, sans-serif;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
  font-family: Montserrat;
  padding-left: 14px;
  padding-right: 20px;
}
@media (max-width: 700px) {
  .accordion__title {
    text-align: left;
    font-size: 20px;
    padding-left: 0;
  }
}
.plus {
  vertical-align: middle;
  float: right;
}
.accordion__icon {
  margin-left: auto;
  transition: transform 0.6s ease;
  vertical-align: middle;
}
.rotate {
  transform: rotate(90deg);
}
.accordion__content {
  overflow: hidden;
  transition: max-height 0.6s ease;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #000;
}
.accordion__text {
  font-family: Montserrat, sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 20px 0;
  line-height: 24px;
  background-color: #fff;
  color: #fff;
  text-align: left;
}
.accordion__text a {
  color: #005791;
}
@media (max-width: 500px) {
  .accordion__text {
    text-align: left;
  }
}
.horizon-divider {
  margin: 0;
  padding: 0;
}
.horizon-divider img {
  width: 100%;
}
.team {
  margin-bottom: 100px;
}
.team .subtitle {
  text-transform: uppercase;
  font-family: Montserrat;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.team .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 80px;
}
.team .team-grid .team-item .team-image {
  width: 80%;
  border-radius: 50%;
}
.team .team-grid .team-item h3,
.team .team-grid .team-item p {
  color: #fff;
  font-family: Montserrat;
}
.footer {
  background-color: #000;
  color: #5d5d5d;
  padding: 80px 40px;
}
@media (max-width: 700px) {
  .footer {
    padding: 80px 20px;
  }
}
.footer .centerContent {
  text-align: center;
  margin-bottom: 60px;
}

.footer .centerContent .footerCta {
    cursor: url("./block.png"),pointer;
  display: block;
  padding: 20px 40px;
  background-color: #383838;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto 30px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  -webkit-clip-path: polygon(
    0 30px,
    30px 0,
    calc(100% - 20px) 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 calc(100% - 20px)
  );
  clip-path: polygon(
    0 30px,
    30px 0,
    calc(100% - 20px) 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0 calc(100% - 20px)
  );
}
.footer .centerContent .footerCta:hover {
  background-color: #6262624d;
}
@media (max-width: 1000px) {
  .footer .centerContent .footerCta {
    width: 100%;
  }
}
.footer .centerContent .socials {
  margin-top: 40px;
}
.footer .centerContent .socials h2 {
  font-weight: 800;
  font-size: 40px;
}
.footer .centerContent .socials a {
  margin-right: 20px;
}
.footer .centerContent .socials a img {
  width: 40px;
  transition-duration: 0.15s;
}
.footer .centerContent .socials a img:hover {
  transform: scale(1.1);
}
.footer .bottomBar {
  display: flex;
  justify-content: space-between;
}
.footer .bottomBar .left {
  margin-right: 30px;
}
.footer .bottomBar .left .logo {
  height: 30px;
}
@media (max-width: 700px) {
  .footer .bottomBar .left .logo {
    height: 15px;
  }
}
.footer .bottomBar .left img {
  height: 50px;
  margin-bottom: 20px;
}
.footer .bottomBar .left h2 {
  color: #fff;
  margin: 0;
}
.footer .bottomBar .left p {
  margin-bottom: 80px;
}
.footer .bottomBar .left .copy,
.footer .bottomBar .left p {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
}
.footer .bottomBar .left .alchemyBadge {
  max-width: 220px;
}
.footer .bottomBar .left .alchemyBadge img {
  width: 100%;
}
.footer .bottomBar .right a {
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 14px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s linear infinite;
  animation: load8 1.1s linear infinite;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.experiences {
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
}
.experiences h1 {
  text-align: center;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 60px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .experiences h1 {
    font-size: 36px;
  }
}
.experiences .experience {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.experiences .experience img,
.experiences .experience video {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.experiences .experience h2 {
  text-align: left;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  margin: 10px 0 4px;
}
.experiences .experience .date {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.experiences .experience p {
  font-size: 20px;
  font-family: Montserrat;
  margin: 0 0 8px;
}
