:root {
  --primary: #d2555b;
  --primary-text: #ffffff;
  --secondary: #d2555bbb;
  --secondary-text: #ffffff;
  --accent: #505050;
  --accent-text: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  background: linear-gradient(136.31deg, #0D070F 14.16%, #1F102B 53.39%, #23193E 82.63%);
}

p {
  margin: 0;
}

body {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  overflow-x: hidden;
  background: linear-gradient(136.31deg, #0D070F 14.16%, #1F102B 53.39%, #23193E 82.63%);
  height: 100vh;
}

body,
#app,
section {
  width: 100%;
}

section {
  padding: 0 10%;
  margin-bottom: 50px;
}

header {
  width: 100%;
  height: 100px;
  padding: 0 10%;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.hero__text {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.hero__image {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image img {
  width: 100%;
}

.highlight_text {
  font-family: 'Odibee Sans', cursive;
  background: linear-gradient(95.4deg, #9F7FDB 0.42%, #BDBFF7 46.87%, #6B26EC 81.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero__text__main {
  font-weight: 400;
  font-size: 55px;
  line-height: 70px;
}

.wallet__button {
  background: linear-gradient(180deg, #7834F3 0%, #411196 100%);
  border-radius: 8px;
  padding: 10px 25px;
  color: #E9E1FD;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #D7D0E2;
  margin-bottom: 25px;
}

.info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info__text {
  padding: 0 100px;
}

.sponsor {
  position: relative;
  background: #F5F7FF;
  border-radius: 8px;
  margin-top: 50px;
  padding: 10px 20px;
  display: flex;
  gap: 25px;
}

.sponsor__bg {
  position: absolute;
  width: 98%;
  height: 50px;
  left: 1%;
  top: -10px;
  background: #534695;
  border-radius: 8px;
  z-index: -1;
}

.sponsor__item {
  color: #000000;
  font-family: 'Lekton', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.01em;
}

.details {
  display: flex;
  flex-direction: column;
}

.details__item {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.details__item__title {
  display: flex;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  flex: 2;
  justify-content: center;
  align-items: center;
}

.details__item__title div {
  flex: 2;
}

.details__item__title div img {
  width: 100%;
}

.details__item__title p {
  flex: 3;
}

.details__item__info {
  font-family: 'Rubik', sans-serif;
  flex: 3;
}

.details__item__info p {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.details__item__info div {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;

}

.details__grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.details__grid__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15%;
  text-align: center;
}

.features__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #7834F3;
}

.features__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin: 20px 0;
}

.features div {
  margin-bottom: 20px;
}

.footer {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.footer__title {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__title p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
}

.footer__content {
  flex: 3;
  background: #141414;
  box-shadow: 0px 4px 109px 44px rgba(118, 51, 255, 0.1);
  border-radius: 48px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__content__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .hero {
    flex-direction: column-reverse;
  }

  .sponsor {
    flex-direction: column;
    justify-content: flex-start;
  }

  .sponsor__item {
    justify-content: flex-start;
  }

  .info__text {
    padding: 0 50px;
  }

  .details__item {
    flex-direction: column;
  }

  .details__item__title {
    flex-direction: column;
  }

  .details__grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;

  }

  .details__grid__item {
    gap: 10px;
  }

  .footer {
    flex-direction: column;
  }

}