@import url("/styles/normalize.css");

/* Шрифты */
@import url("/fonts/gilroy/stylesheet.css");

/* Basic */
html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: rgb(16, 16, 31);
  background-image: linear-gradient(
    180deg,
    #2e5f7f 0%,
    transparent 270px,
    transparent 270px
  );
}
@media (min-width: 768px) {
  body {
    background-image: linear-gradient(180deg, #2e5f7faf 0%, transparent 360px);
  }
}
@media (min-width: 1400px) {
  body {
    background-image: linear-gradient(180deg, #2e5f7faf 0%, transparent 530px);
  }
}

/* Container */
.container {
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1472px;
  }
}

/* Button link */
.button-link {
  border-radius: 25.84px;
  background: rgb(0, 152, 234);
  padding: 11px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.button-link--with-badge {
  position: relative;
}
.button-link--mute {
  background: #0b5b8d;
  color: #8a8e97;
}
.button-link__icon {
  fill: currentColor;
  margin-right: 8px;
}
.button-link__badge {
  position: absolute;
  height: 20px;
  width: 50px;
  top: -10px;
  left: calc(50% - 25px);
  border-radius: 25px;
  background: inherit;
  font-family: Gilroy, sans-serif;
  font-size: 9.4px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.button-link__label {
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.button-link__label-secondary {
  color: rgb(76, 192, 255);
  font-family: Gilroy, sans-serif;
  font-size: 10.57px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .button-link {
    padding: 19px 33px;
    border-radius: 44px;
  }
  .button-link__icon {
    width: 33px;
    height: 33px;
    margin-right: 12px;
  }
  .button-link__badge {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    width: 80px;
    height: 34px;
    top: -17px;
    left: calc(50% - 40px);
  }
  .button-link__label {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
  }
  .button-link__label-secondary {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (min-width: 1400px) {
  .button-link {
    padding: 20px 40px;
  }
}

/* Option */
.option {
  color: rgb(180, 188, 228);
  font-family: Gilroy, sans-serif;
  font-size: 10.04px;
  font-weight: 400;
  line-height: 12px;
  padding: 7px 15px;
  border: 1px solid rgb(180, 188, 228);
  border-radius: 22px;
}
@media (min-width: 768px) {
  .option {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 10px 28px;
  }
}

/* Card */
.card {
  border-radius: 17.5px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) -36.957%,
    rgb(19, 25, 42, 0.8) 155.017%
  );
  border: 1px solid #222a39;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 167px;
  justify-content: center;
}
.card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
}
.card__title {
  color: rgb(255, 255, 255);
  font-family: Gilroy, sans-serif;
  font-size: 16.45px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.card__subtitle {
  color: rgb(123, 133, 180);
  font-family: Gilroy, sans-serif;
  font-size: 14.95px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .card {
    height: 243px;
  }
  .card--large {
    height: 300px;
  }
  .card__icon {
    width: 65px;
    height: 65px;
  }
  .card__title {
    font-size: 22.53px;
    font-weight: 700;
    line-height: 28px;
  }
  .card__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  .card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
  }
  .card__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}
/* Delimiter */
.delimiter {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

/* Header */
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}
.header__logo {
  margin-bottom: 8px;
  width: 158px;
  height: 33px;
}
.header__moto {
  color: rgb(180, 188, 228);
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 3px;
  text-align: center;
}
.header__coming-soon {
  color: rgb(14, 205, 243);
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    margin-bottom: 0;
    width: 234px;
    height: 47.95px;
  }
  .header__moto {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    max-width: 250px;
    text-align: start;
  }
  .header__coming-soon {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .header {
    padding: 72px 0 120px;
    align-items: end;
  }
  .header__moto {
    font-size: 22px;
    font-weight: 400;
    max-width: none;
    line-height: 32px;
  }
  .header__coming-soon {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
  }
}

/* About */
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
}
.about__title {
  color: rgb(255, 255, 255);
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 3px;
  text-align: center;
}
.about__blockchain {
  color: rgb(0, 152, 234);
  font-family: Gilroy, sans-serif;
  font-size: 18.01px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.about__blockchain-icon {
  width: 27px;
  height: 27px;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .about {
    padding: 60px 0;
  }
  .about__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
  }
  .about__blockchain {
    font-size: 32.83px;
    font-weight: 700;
    line-height: 41px;
  }
  .about__blockchain-icon {
    width: 49px;
    height: 49px;
    margin-right: 11px;
  }
}
@media (min-width: 1400px) {
  .about {
    padding: 80px 0;
  }
  .about__title {
    margin-bottom: 12px;
    font-size: 66px;
    font-weight: 700;
    line-height: 82px;
  }
}

/* Links */
.links {
  padding: 20px 0 25px;
}
.links__primary {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 18px;
  justify-content: center;
  margin-bottom: 20px;
}
.links__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .links {
    padding: 50px 0;
  }
  .links__primary {
    column-gap: 20px;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .links__options {
    gap: 14px;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .links {
    padding: 90px 0;
    padding: 107px 0 90px;
  }
  .links__primary {
    margin-bottom: 43px;
  }
  .links__options {
    max-width: unset;
  }
  .links__web-app-link {
    order: -1;
  }
}

/* Early access */
.early-access {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 243px;
  justify-content: center;
}
.early-access__title {
  color: rgb(255, 255, 255);
  font-family: Gilroy, sans-serif;
  font-size: 20.96px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.early-access__subtitle {
  color: rgb(255, 255, 255);
  font-family: Gilroy, sans-serif;
  font-size: 20.96px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 11px;
}
.early-access__nft-button {
  border-radius: 26.59px;
  background: rgb(0, 152, 234);
  color: rgb(255, 255, 255);
  font-family: Gilroy, sans-serif;
  font-size: 19.34px;
  font-weight: 800;
  line-height: 24px;
  padding: 13px 44px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .early-access {
    min-height: 420px;
  }
  .early-access__title {
    font-size: 32px;
    line-height: 40px;
  }
  .early-access__subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
  }
  .early-access__nft-button {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    padding: 23px 72px;
    border-radius: 44px;
  }
}
@media (min-width: 1400px) {
  .early-access {
    min-height: 344px;
  }
}

/* Cards */
.cards__large {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.cards__small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px 15px;
}
.cards__notes {
  color: rgb(123, 133, 180);
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .cards__large {
    gap: 20px;
    margin-bottom: 20px;
  }
  .cards__small {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 21px;
  }
  .cards__notes {
    flex-direction: row;
    justify-content: center;
    gap: 46px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 43px 0;
  }
}
@media (min-width: 1400px) {
  .cards__large {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cards__small {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

/* Footer */
.footer {
  padding: 27px 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.footer__help {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer__help-icon {
  width: 24px;
  height: 19px;
}
@media (min-width: 768px) {
  .footer {
    padding: 47px 0;
  }
  .footer__help {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    gap: 14px;
  }
  .footer__help-icon {
    width: 30px;
    height: 22px;
  }
}
