:root {
  --bg-app: #0a0b0c;
  --color-text-primary: #ffffff;
  --color-text-secondary: #cecece;
  --width-app: 1420px;
  --space-between-sections: 120px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: var(--bg-app);
  font-family: inter, arial, sans-serif;
  font-weight: 400;
  overflow: scroll;
  font-variant-ligatures: no-common-ligatures;
  color: var(--color-text-primary);
  min-width: 360px;
}
div {
  overflow: visible;
}
a {
  text-decoration: none;
  outline: none;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

.ptop-4 {
  padding-top: 4px;
}

.ptop-8 {
  padding-top: 8px;
}

.ptop-12 {
  padding-top: 12px;
}
.ptop-16 {
  padding-top: 16px;
}
.ptop-20 {
  padding-top: 20px;
}
.ptop-24 {
  padding-top: 24px;
}
.ptop-32 {
  padding-top: 32px;
}
.ptop-36 {
  padding-top: 36px;
}
.ptop-48 {
  padding-top: 48px;
}

.ptop-60 {
  padding-top: 60px;
}

.ptop-100 {
  padding-top: 100px;
}

.p-between-sections {
  padding-top: var(--space-between-sections);
}

a:visited {
  color: var(--bg-app);
}

.btn {
  display: block;
  border-radius: 8px;
  width: 226px;
  height: 48px;
  color: black;
  font-size: 16px;
  line-height: 48px;
  background-color: white;
  text-align: center;
  border: none;
  font-weight: 700;
}

.btn:hover {
  background-color: #d5d5d5;
  cursor: pointer;
}

.editor_preview {
  text-align: end;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  color: #6c6d6d;
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #2b2b2b;
  border-radius: 40px;
  padding: 16px;
}

.feature-icon {
  background-color: #848484;
  width: 48px;
  height: 48px;
}

.feature-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600px;
}

.feature-description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.features-item {
  width: 340px;
  min-width: 240px;
  height: 190px;
}

.hero-caption-top {
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 68px;
  color: rgba(255, 255, 255, 0.4);
}

.hero-h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  margin-top: 8px;
}

.hero {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.hero-features-item-check_mark {
  width: 24px;
  height: 24px;
  background-color: #848484;
  -webkit-mask-image: url(img/icons/check_mark.svg);
  mask-image: url(img/icons/check_mark.svg);
}

.hero-features-item-text {
  line-height: 24px;
  margin-left: 8px;
}

.hero-features-item {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
}

.hero-subheader {
  margin-top: 32px;
}

.hero-subheader div {
  display: inline-block;
}

.hero-left_part {
  width: 380px;
  flex-shrink: 0;
}

.hero-h1 div {
  display: inline-block;
}

.hero-right_part {
  max-width: 940px;
  flex-shrink: 100;
}

.how_it_works-item {
  width: 270px;
  height: 100px;
  display: flex;
  flex-flow: row;
  gap: 20px;
}

.how_it_works-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.how_it_works-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 12px;
  color: #d0d0d0;
  width: 204px;
}

.how_it_works-number {
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #232324;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
}

.logo {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.portfolios {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  row-gap: 40px;
  justify-content: center;
}

.portfolio_item-wrapper {
  width: 100%;
  min-width: 300px;
  max-width: 460px;
}

.portfolio_item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  max-width: 460px;
  border-radius: 8px;
  border: 1px solid #434343;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio_link {
  margin-left: 4px;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: white;
}

.portfolio_link-coming_soon {
  font-weight: 200;
}

.portfolio_link:visited {
  color: white;
}

.portfolio_1 {
  background-image: url("img/portfolios/01.png");
}

.portfolio_2 {
  background-image: url("img/portfolios/02.png");
}

.portfolio_3 {
  background-image: url("img/portfolios/03.png");
}

.roadmap {
  background-color: #232425;
  border-radius: 8px;
  width: stretch;
  width: -webkit-fill-available;
  max-width: 684px;
  padding: 40px 48px 40px 48px;
}

.roadmap-item {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.roadmap-ball {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  margin: auto;
}

.roadmap-heading {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.roadmap-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.roadmap-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}

.roadmap-date {
  width: 88px;
  min-width: 88px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.roadmap-line {
  width: 1px;
  border-radius: 0.5px;
  height: calc(100% - 6px - 12px);
  margin: auto;
  background-color: rgba(255, 255, 255, 0.16);
}

.roadmap-left_part {
  width: 16px;
  height: available;
  display: flex;
  flex-flow: column;
  gap: 6px;
}

.roadmap-cta {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 360px;
  flex-shrink: 0;
}

.roadmap-cta-text div {
  display: inline-block;
}

.screenshot {
  width: 100%;
  max-width: 940px;
  border-radius: 8px;
}

.screenshot img {
  width: 100%;
}

.section-how_it_works {
  width: 100%;
}

.section-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.section-subheader {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
}

.section-features {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
  row-gap: 48px;
}

.section-portfolios {
  width: 100%;
}

.section-roadmap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.text-secondary {
  color: var(--color-text-secondary);
}

.wrapper-how_it_works {
  margin: auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}

.wrapper-content {
  width: 90%;
  max-width: var(--width-app);
  margin: auto;
}

.wrapper-how_it_works-text {
  width: 204px;
}

@media screen and (max-width: 1024px) {
  .hero {
    flex-wrap: wrap;
  }
  .features-item {
    max-width: 300px;
    width: 260px;
    min-width: 200px;
  }
  .section-features {
    gap: 60px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .features-item {
    width: 300px;
    max-width: 300px;
    min-width: 260px;
  }

  .section-features {
    flex-wrap: wrap;
    width: 800px;
    margin: auto;
    gap: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-left_part {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .section-roadmap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .roadmap-cta {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: -webkit-fill-available;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1650px) {
  .wrapper-how_it_works {
    width: 960px;
    gap: 60px;
    margin: auto;
  }
}
