@import url(./global.css);

body {
  width: 100%;
  height: auto;
}

header {
  height: 80px;
  background-color: var(--gray4);
}

.header-content {
  display: flex;
  padding: 20px 0px;
  gap: 200px;
  justify-content: space-around;
  align-items: center;
}

.header-img {
  width: 107px;
  height: 32px;
}

.header-nav {
  width: 364px;
  height: 20px;
}

.header-nav > nav {
  display: flex;
  gap: 40px;
}

.header-nav > nav > a {
  text-decoration: none;
  color: var(--gray1);
  font-size: 16px;
  transition: 0.2s;
}

.header-nav > nav > a:hover {
  color: var(--green);
  transform: scale(1.02);
}

.header-buttons {
  width: 254px;
  height: 40px;
  display: flex;
  gap: 16px;
}

.btn-header1 {
  width: 97px;
  padding: 8px 24px;
}

.btn-header1 > p {
  color: white;
}

.btn-header2 {
  width: 141px;
  padding: 8px 24px;
  background-color: var(--green);
  border-radius: 40px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle > span {
  width: 30px;
  height: 3px;
  background-color: var(--green);
  border-radius: 2px;
}

/* responsividade */
/* @media (max-width: 768px) {
  body {
    width: 100%;
  }

  header {
    display: flex;
    justify-content: center;
    height: 150px;
  }
  .header-content {
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }
  .header-img {
    width: 80px;
    height: 40px;
  }
  .header-nav {
    display: flex;
    justify-content: center;
  }
  .header-nav > nav {
    gap: 10px;
  }
} */
/* end header */

main {
  height: 632px;
  padding: 60px 0px;
  background-color: black;
}

.main-content {
  display: flex;
  gap: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-text {
  width: 568px;
  height: 345px;
  display: flex;
  flex-direction: column;
  margin: 83.5px 0px 83.5px 0px;
  gap: 20px;
}

.decentralised {
  width: 137px;
  height: 37px;
  padding: 10px 12px;
  gap: 8px;
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box,
    linear-gradient(to right, #4d4d4d, #b3b3b3) border-box;
  border-radius: 24px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.decentralised > p {
  font-size: 14px;
  color: var(--green);
}

.box {
  background-color: var(--green);
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.box > p {
  opacity: 0;
}

.main-text > h1 {
  font-weight: bold;
  font-size: 64px;
  color: var(--white);
}

.main-text > p {
  font-size: 20px;
  color: var(--gray1);
}

.main-buttons {
  display: flex;
  width: 361px;
  height: 52px;
  gap: 20px;
}

.btn-get {
  width: 151px;
  height: 50px;
  border-radius: 40px;
  background-color: var(--green);
}

.btn-video {
  width: 190px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box,
    linear-gradient(to right, #4d4d4d, #b3b3b3) border-box;
  border-radius: 40px;
  border: 1px solid transparent;
  gap: 8px;
}

.btn-video > img {
  width: 11px;
  height: 14px;
}

.btn-video > p {
  color: var(--white);
  font-style: 18px;
}

/* @media (max-width: 480px) {
  main {
    height: auto;
    display: flex;
  }

  .main-content {
    width: 80%;
    flex-direction: column;
  }

  .main-text {
    width: 80%;
    align-items: center;
  }

  .main-text > h1 {
    font-size: 30px;
  }

  main > img {
    width: 90%;
  }
} */
/* end main */

.patners {
  background-color: var(--gray4);
  padding: 40px 0px;
}

.patners-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.patners-content > p {
  color: var(--gray1);
}

.patners-logos {
  display: flex;
  gap: 50px;
}
/* end section patners */

.future {
  background-color: black;
}

.future-content {
  padding: 71px 120px 60px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.future-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 179px;
}

.features {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 41px;
  border: 1px solid var(--gray3);
  border-radius: 24px;
  padding: 20px 12px;
}

.features > p {
  color: var(--green);
}

.future-text > h2 {
  color: var(--white);
  font-size: 48px;
}

.future-text > p {
  color: var(--gray1);
  font-size: 18;
  text-align: center;
  width: 572px;
}

.future-cards {
  display: flex;
  gap: 20px;
}

.future-card {
  width: 410.67px;
  height: 264px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box,
    linear-gradient(116deg, #4d4d4d, #b3b3b3) border-box;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: 0.2s;
}

.future-card > img {
  width: 48px;
  height: 48px;
}

.future-card-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0px 45px 0px 45px;
}

.future-card-text > h3 {
  font-weight: normal;
  font-size: 20px;
  color: var(--white);
}

.future-card-text > p {
  color: var(--gray1);
  font-style: 16px;
}

.future-card:hover {
  transform: scale(1.02);
}

/* completely */
.completely-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px 120px;
  background-color: var(--gray4);
}

.completely-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.statistics {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 41px;
  border: 1px solid var(--gray3);
  border-radius: 24px;
  padding: 20px 12px;
}

.statistics > p {
  color: var(--green);
}

.completely-text > h2 {
  color: var(--white);
  font-size: 48px;
}

.completely-text > p {
  color: var(--gray1);
  font-size: 18px;
  text-align: center;
  width: 644px;
}

.completely-statistic-group {
  display: flex;
  gap: 72px;
}

.completely-statistic {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.completely-statistic > h3 {
  font-size: 48px;
  color: var(--green);
}

.completely-statistic > p {
  color: var(--gray1);
  font-size: 20px;
}
/* end section */

.blockchain-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 156px;
  background-color: black;
}

.blockchain-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.blockchain-text > h2 {
  color: var(--white);
  font-size: 48px;
}

.blockchain-text > p {
  color: var(--gray1);
  font-size: 18px;
  width: 644px;
}

.blockchain-image-and-cards {
  display: flex;
  gap: 70px;
  justify-content: center;
  align-items: center;
}

.blockchain-card-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blockchain-card {
  width: 624px;
  height: 156px;
  padding: 30px 20px;
  background-color: var(--gray4);
  border-radius: 20px;
  border: 1px solid var(--gray1);
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.blockchain-card:hover {
  transform: scale(1.02);
}

.blockchain-card > img {
  width: 30px;
  height: 30px;
}

.blockchain-card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blockchain-card-text > h3 {
  color: var(--white);
  font-weight: normal;
  font-size: 20px;
}

.blockchain-card-text > p {
  color: var(--gray1);
  font-size: 16px;
}

.faq {
  width: 100%;
  height: auto;
  background-color: var(--gray4);
}

.faq-content {
  padding: 0px 318px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.faq-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 62px;
  text-align: center;
}

.faq-text > h2 {
  color: var(--white);
  font-size: 48px;
}

.faq-text > p {
  color: var(--gray1);
  font-size: 18px;
  text-align: center;
  width: 674px;
}

.faq-questions-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 792px;
  margin-bottom: 62px;
}

.faq-question-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 52px;
  background-color: var(--gray3);
  border: 1px solid var(--gray3);
}

.faq-question-content > h3 {
  color: var(--white);
  font-size: 16px;
  padding: 16px 40px 16px 20px;
  font-weight: normal;
}

.faq-question-content > h3:hover {
  color: var(--green);
}

.faq-question-content > img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  transition: 0.2s;
}

.faq-question-content > img:hover {
  cursor: pointer;
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
}

.faq-answer.active {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background-color: var(--gray2);
}

.faq-answer > p {
  color: var(--green);
  font-size: 16px;
}

/* end faq */
.landing-section {
  background-color: #000;
  color: #eee;
  text-align: center;
  padding: 60px 20px;
}

.label {
  display: inline-block;
  background-color: black;
  color: var(--green);
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 20px;
  border: 1px solid var(--gray3);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.landing-section h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.landing-section p {
  font-size: 14px;
  color: #aaa;
  max-width: 550px;
  margin: 0 auto 32px auto;
  line-height: 1.4;
}

.landing-section button {
  background-color: var(--green);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 4px;
}



footer {
  width: 100%;
  padding: 0px 78px 60px 78px;
  background-color: black;
}

.footer-content {
  display: flex;
  padding: 40px 0px;
  justify-content: center;
  align-items: center;
}

.footer-group-one {
  width: 690px;
  display: flex;
  justify-content: space-between;
  margin-left: 77px;
  margin-right: 126px;
}

.footer-group-one > img {
  width: 107px;
  height: 32px;
}

.footer-links {
  display: flex;
  width: 127px;
  height: 144px;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.footer-links > h2 {
  font-size: 20px;
  color: var(--white);
  font-weight: normal;
}

.footer-links > nav {
  display: flex;
  flex-direction: column;
}

.footer-links > nav > a {
  text-decoration: none;
  color: var(--gray1);
  font-size: 14px;
  gap: 8px;
  transition: 0.2s;
}

.footer-links > nav > a:hover {
  color: var(--green);
  transform: scale(1.02);
}

.footer-group-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 260px;
}

.footer-group-two > p {
  font-size: 20px;
  color: var(--white);
  font-weight: normal;
}

.footer-input {
  display: flex;
  align-items: center;
  background-color: #111;
  border: 1px solid #333;
  border-radius: 4px;
  overflow: hidden;
}

.footer-input input {
  flex: 1;
  padding: 10px;
  border: none;
  background: transparent;
  color: #fff;
}

.footer-input button {
  background-color: #adff2f;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
}


/*  */

@media (max-width: 1024px) {
    body {
      width: 100%;
    }
    header {
      height: auto;
    }
    .header-content {
      flex-direction: column;
      gap: 20px;
      padding: 20px;
    }
    main {
      width: 100%;
      height: auto;
    }

    .main-content {
      width: 100%;
      height: auto;
      gap: 40px;
    }


    .main-text {
      width: 50%;
      height: auto;
      align-items: center;
      text-align: center;
      margin: 20px 0px 20px 0px;
    }
    .main-text > h1 {
      font-size: 32px;
    }

    .main-content > img {
      width: 30%;
      height: auto;
    }
    .patners {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .patners-content {
      width: 90%;
    }

    .future-cards {
      flex-direction: column;
      align-items: center;
    }

    .blockchain-image-and-cards {
      flex-direction: column;
      align-items: center;
    }

}

@media (max-width: 768px) {
  .patners-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blockchain {
    height: auto;
  }

  .blockchain-text {
    width: 100%;
  }

  .blockchain-text > h2 {
    width: 600px;
  }
  .blockchain-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blockchain-image > img {
    width: 70%;
    height: auto;
  }
  .blockchain-card-group {
    align-items: center;
  }
  .blockchain-card {
    width: 100%;
    height: auto;
  }
  .blockchain-card-text {
    align-items: center;
  }
  .blockchain-card-text > h3 {
    text-align: center;
  }
  .blockchain-card-text > p {
    text-align: center;
  }

  .faq-content {
    width: 100%;
  }
  .faq-questions-group {
    width: 500px;
  }

  .footer-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 20px 0px;
  }
}

@media (max-width: 480px) {
  .header-nav, .header-buttons {
    display: none;
  }
  .header-nav > nav {
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .menu-toggle {
    display: flex;
  }
  .main-text {
    position: relative;
    gap: 25px;
  }
  .main-content > img {
    position: absolute;
    opacity: 0.2;
    width: 80%;
  }
  .main-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .future-text{
    width: 90%;
  }
  .future-text > h2 {
    font-size: 32px;
  }
  .future-text > p {
    width: 200%;
  }
  .future-cards {
    width: 100%;
    margin-top: 50px;
  }
  .future-card {
    padding: 10px;
    width: 300px;
    height: auto;
  }
  .future-card-text {
    width: 90%;
    gap: 5px;
    font-size: 14px;
  }
  .completely-content {
    width: 100%;
  }
  .completely-text {
    width: 90%;
  }
  .completely-text > h2 {
    font-size: 32px;
  }
  .completely-text > p {
    width: 200%;
  }
  .completely-statistic-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .blockchain-content {
    width: 100%;
  }
  .blockchain-text {
    width: 90%;
  }
  .blockchain-text > h2 {
    font-size: 25px;
    width: 300px;
  }
  .blockchain-text > p {
    width: 300px;
  }
  .blockchain-image {
    display: none;
  }
  .blockchain-card-group {
    width: 100%;
    align-items: center;
  }
  .blockchain-card {
    width: 300px;
    height: auto;
  }
  .faq-content {
    width: 100%;
    padding: 0;
  }
  .faq-text {
    width: 100%;
  }
  .faq-text > h2 {
    font-size: 32px;
  }
  .faq-text > p {
    width: 300px;
  }
  .faq-questions-group {
    width: 100%;
    align-items: center;
  }
  .faq-question {
    margin-left: 10%;
    width: 90%;
  }
  .faq-question-content {
    width: 90%;
    h3 {
      font-size: 14px;
    }
  }
  .faq-answer {
    width: 90%;
  }
  .faq-answer.active {
    width: 90%;
    p {
      font-size: 14px;
    }
    
  }
  .footer-group-one {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

}
