header {
  height: 90px;
  background: url(../img/div-layout-layout--box--bcl2h-margin.png);
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 146px;
}
.header-list {
  display: flex;
  gap: 65px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-social {
  display: flex;
  gap: 16px;
}
.header-right-button {
  color: var(--Color-Broom, #f9ff00);
  text-align: center;
  font-family: "Space Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  position: relative;
}
.try-bot {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.try-bot a {
  text-decoration: none;
  color: var(--Color-Broom, #f9ff00);
  text-align: center;
  font-family: "Space Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  position: relative;
}
.header-link {
  color: var(--Color-Nero, #fff);
  /* Text_Menu */
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration: none;
}
main {
  display: flex;
  background-color: black;
  background-image: url(../img/section-margin.svg);
  align-items: center;
  padding: 0 240px;
}
.welcome {
  color: var(--Color-Silver, #bcbcbc);
  font-family: Bicubik;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;

  text-transform: uppercase;
}
.mevxbot-text {
  color: var(--Color-Nero, #fff);
  font-family: Bicubik;
  font-size: 108px;
  font-style: normal;
  font-weight: 400;

  text-transform: uppercase;
}
.x {
  color: #faff00;
}
.desc {
  margin-top: 50px;
  color: #fff;

  /* body */
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.ca {
  color: var(--Color-Nero, #fff);
  font-family: "Space Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
  margin-top: 32px;
}
.button-snipe {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
.button-1 {
  border: 3px solid #e4ea00;
  padding: 16px 20px;
}
.button-1 a {
  color: var(--Color-Broom, #f9ff00);
  text-align: center;
  font-family: "Space Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
  text-decoration: none;
}
.started {
  display: flex;
  background-color: black;
  position: relative;
}
.started-title {
  color: #fff;
  font-family: Bicubik;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 103.226% */
  letter-spacing: 14.5px;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.started-desc {
  color: #fff;
  /* body */
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 225% */
  margin-bottom: 29px;
}
.started-right {
  padding: 100px 120px;
}
.started-button {
  position: relative;
  display: inline-block;
}
.get-started {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.get-started a {
  text-decoration: none;
  color: var(--Color-Broom, #f9ff00);
  text-align: center;
  font-family: "Space Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
}
.started-abs {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.features {
  display: flex;
  background-color: black;
  background-image: url(../img/content.svg);
  background-repeat: no-repeat;
  padding: 130px 240px 0 240px;
  position: relative;
}

.features-title {
  color: var(--Color-Broom, #f9ff00);
  /* big_title */
  font-family: Bicubik;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 103.226% */
  letter-spacing: 14.5px;
  text-transform: uppercase;
}
.features-about-title {
  color: #fff;

  font-family: Bicubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.features-about-desc {
  color: #fff;

  text-align: justify;
  /* body */
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 225% */
  margin-top: 24px;
}
.features-list {
  margin-top: 58px;
}
.features-item {
  margin-bottom: 32px;
  display: flex;
  gap: 37px;
}
.features-abs {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
}
.roadmap-title {
  color: var(--Color-Heavy-Metal, #1d1d1b);
  text-align: center;
  /* big_title */
  font-family: Bicubik;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 103.226% */
  letter-spacing: 14.5px;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.phase-title {
  color: #000;
  font-family: Bicubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  letter-spacing: 8px;
  text-transform: uppercase;
}
.roadmap {
  background-color: black;
  background-image: url(../img/frame-13.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 102px 41px;
}
.roadmap-phase {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 240px;
}
.phase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.phase-item {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}
.roadmap-item {
  border: 3px solid #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 24px;
}
.phase-current {
  color: #434343;

  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.phase-text {
  color: #000;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}
.security {
  background-color: black;
  background-image: url(../img/ss5.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 93px 235px;
}
.security-title {
  color: var(--Color-Nero, #fff);
  text-align: center;
  /* big_title */
  font-family: Bicubik;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 103.226% */
  letter-spacing: 14.5px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.security-list {
  display: flex;
  gap: 24px;
}
.security-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
.security-h1 {
  color: var(--Color-Black, #000);
  font-family: Bicubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  text-transform: uppercase;
}
.security-text {
  color: var(--Color-Black, #000);
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  margin-top: 8px;
}
.security-item {
  border-radius: 30px;
  border: 1px solid var(--Color-Black, #000);
  background: var(--Color-Nero, #fff);
  padding: 24px;
}
footer {
  background-color: black;
  background-image: url(../img/frame-14.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.footer-title {
  text-align: center;
  font-family: Bicubik;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 156.098% */
  letter-spacing: 14.5px;
  text-transform: uppercase;
  background: var(
    --Color-Radial-Nero-Nero-Nero,
    radial-gradient(50% 50% at 50% 50%, #fff 0%, #fff 27%, #fff 95%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 43px;
}

.footer-text {
  margin: 43px 0;
  color: #fff;

  text-align: center;
  /* body */
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 225% */
}
.footer-social-list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.footer-social-item {
  border: 3px solid var(--Color-Broom, #f9ff00);
  background: rgba(255, 255, 255, 0.2);
  padding: 24px;
}
.footer-social-item img {
  width: 50px;
}
.footer-social {
  margin-bottom: 75px;
}
.copy-right img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header-list,
  .header-right {
    display: none;
  }
  main {
    padding: 0;
    flex-direction: column;
  }

  .welcome {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
  }
  .mevxbot-text {
    font-size: 40px;
    display: block;
    text-align: center;
  }
  .desc {
    padding: 0 10px;
  }
  .ca {
    padding: 0 10px;
  }
  .button-snipe {
    margin-left: 10px;
  }
  .button-1 {
    padding: 10px;
  }
  .main-right img {
    width: 90%;
    justify-content: center;
    margin-top: 20px;
  }
  .started {
    flex-direction: column;
  }
  .started-left img {
    width: 100%;
  }
  .started-right {
    padding: 0;
  }
  .started-title {
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
  }
  .started-desc {
    margin-left: 20px;
  }
  .started-button {
    margin-left: 100px;
  }
  .features {
    flex-direction: column;
    padding: 0;
  }
  .features-title {
    font-size: 30px;

    line-height: 30px;
    text-align: center;
    margin-top: 50px;
  }
  .features-icon {
    display: none;
  }
  .features-about {
    padding: 10px;
  }
  .features-list {
    margin-top: 20px;
  }
  .features-right img {
    width: 90%;
  }
  .features-abs {
    top: 0;
    left: 0;
  }
  .roadmap {
    padding: 10px;
    padding-top: 30px;
  }
  .roadmap-title {
    text-align: center;
    font-family: Bicubik;
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 10px;
  }
  .roadmap-phase {
    flex-direction: column;
    padding: 0;
  }
  .security {
    padding: 10px;
  }
  .security-title {
    text-align: center;
    font-family: Bicubik;
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 10px;
  }
  .security-list {
    flex-direction: column;
  }
  footer {
    background-position: center;
  }
  .footer-img {
    margin-top: 20px !important;
    width: 50%;
  }
  .footer-title {
    font-size: 30px;
    line-height: 30px;
  }
  .footer-text {
    margin: 20px 0;
    font-size: 12px;
  }
  .footer-social-item {
    padding: 10px;
  }
  /* .features-about-desc {
    word-spacing: -2px;
  } */
}

@media only screen and (max-width: 1441px) {
  body {
    overflow-x: hidden;
  }
  main {
    padding: 0 100px;
  }
  .main-right img {
    width: 800px;
  }
  .started-left img {
    width: 700px;
  }
  .started-right {
    padding: 10px 20px;
  }
  .features {
    background-size: cover;
    padding: 100px;
  }
  .roadmap-phase {
    padding: 0 30px;
  }
  .security {
    padding: 93px 30px;
  }
}
