.header {
  background: url(../img/ss1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
header {
  header: 116px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(67, 91, 154, 0.5);
  padding: 0 120px;
}
.header-list {
  display: flex;
  gap: 34px;
}
.header-logo {
  width: 170px;
  height: 89px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-buy img {
  width: 172px;
  height: 67px;
}
.header-item {
  color: var(--Colors-Nero, #fff);
  text-align: center;
  font-family: "Titan One";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 48.6px; /* 194.4% */
}
main {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 100px 0;
}
.main-title {
  color: #3e3e3e;
  text-align: center;
  font-family: Akshar;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.main-content {
  color: #fff;
  text-align: center;
  font-family: "Vampiro One";
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.main-button {
  display: flex;
  justify-content: center;
}
.about {
  background: url(../img/ss2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  gap: 90px;
  padding: 100px;
}
.about-left {
  max-width: 565px;
  max-height: 718px;
}
.about-left img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.about-title {
  max-width: 550px;
  color: var(--Iris-100, #5d5fef);
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: #fff;
  font-family: "Titan One";
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.about-content {
  max-width: 550px;
  color: #5d5fef;
  font-family: Tomorrow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 197%; /* 31.52px */
  margin-bottom: 80px;
}
.about-list {
  display: flex;
  gap: 39px;
}
.about-item {
  max-width: 250px;
  max-height: 400px;
}
.about-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.tokenomics {
  background: url(../img/ss3.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 100px 0;
}
.tokenomics-title {
  color: var(--Iris-100, #5d5fef);
  text-align: center;
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: #fff;
  font-family: "Titan One";
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.tokenomics-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 250px;
}
.roadmap {
  background: url(../img/ss4.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 100px 0;
}
.roadmap-title {
  color: var(--Iris-100, #5d5fef);
  text-align: center;
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: #fff;
  font-family: "Titan One";
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.roadmap-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.roadmap-title {
  margin-bottom: 100px;
}
footer {
  display: flex;
  background: url(../img/ss5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  justify-content: center;
  align-items: center;
}
.footer-title {
  color: var(--Iris-100, #5d5fef);
  text-align: center;
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: #fff;
  font-family: "Titan One";
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.footer-img {
  transform: rotate(180deg);
  max-width: 367px;
  max-height: 367px;
  margin-bottom: 20px;
}
.footer-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-content img {
  width: 350px;
  height: 160px;
}
.button-x img {
  width: 200px;
  height: 83px;
}
.footer-button {
  display: flex;
}
.copy {
  color: #5d5fef;
  font-family: Tomorrow;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.5px;
  text-transform: uppercase;
  background: #ff625e;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 0;
  }

  .header-list {
    display: none;
  }
  .header-buy {
    display: none;
  }
  main {
    flex-direction: column;
    justify-content: center;
  }
  .main-right {
    width: 350px;
    height: 400px;
  }
  .main-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-img {
    width: 320px;
    height: 150px;
  }
  .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-content {
    font-size: 41px;
  }
  .main-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about {
    flex-direction: column-reverse;
    padding: 0;
    padding-top: 20px;
  }
  .about-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .about-content {
    max-width: 550px;
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 300px;
  }
  .about-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-list {
    flex-direction: column;
  }
  .about-left {
    display: none;
  }
  .tokenomics-title {
    font-size: 43px;
  }
  .tokenomics-list {
    flex-direction: column;
    align-items: center;
  }
  .roadmap-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .roadmap-title img {
    width: 300px;
  }
  .roadmap-item {
    max-width: 300px;
  }
  .roadmap-item img {
    max-width: 100%;
  }
  .footer-img {
    display: none;
  }
}
