:root {
    --main-blue: #2EB4FF;
    --main-dark: #001D2E;
}

body {
    padding: 32px;
}

.burger-menu {
    display: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
}

.burger-menu div {
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 2px 0;
    transition: 0.4s;
}

.burger-menu svg {
    display: none;
}

.container {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
}

.first-screen {
    background-color: var(--main-blue);
    border-radius: 80px;
    padding: 24px 32px 32px 32px;
    margin-bottom: 32px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-items {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-items__list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 32px;
}

.nav-items__list-item {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
}

.nav-items__list-item.logo {
    display: none;
}

.nav-action {
    display: flex;
    width: 195px;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 36px;
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: Fustat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.first-screen__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1144px;
    margin: 0 auto;
}

.first-screen__title {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 140px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 54px;
}

.first-screen__text {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 64px;
}

.first-screen__action {
    display: flex;
    width: 240px;
    height: 72px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    color: var(--main-dark);
    text-align: center;
    font-family: Fustat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 36px;
    background: #FFF;
}

.first-screen__socials {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-screen__socials span {
    margin-right: 8px;
    color: #FFF;
    text-align: center;
    font-family: Fustat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.first-screen__socials a:first-of-type {
    margin-right: 12px;
}

.features {
    border-radius: 80px;
    background: var(--main-dark);
    padding: 80px 16px 16px 16px;
    margin-bottom: 32px;
}

.features-title {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.features-text {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 64px;
}

.features-images {
    display: grid;
    grid-template-rows: auto auto;
    gap: 16px;
    max-width: 1344px;
    margin: 0 auto;
}

.features-row {
    display: grid;
    gap: 16px;
    place-items: center;
}

.features-row:first-child {
    grid-template-columns: repeat(3, 1fr);
}

.features-row:last-child {
    grid-template-columns: 1fr 2fr 1fr;
}

.how {
    border-radius: 80px;
    background: #11111114;
    padding: 80px 32px;
    margin: 0 auto 32px;
}

.how-title {
    color: var(--main-dark);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.how-text {
    color: var(--main-dark);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 64px;
}

.how-it-works {
    display: flex;
    gap: 30px;
    max-width: 1344px;
    margin: 0 auto;
}

.steps {
    flex: 1;
    z-index: 10;
}

.step-btn {
    border-radius: 80px;
    background: transparent;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 24px;
    max-width: 620px;
    width: 100%;
    height: 132px;
    color: rgba(0, 29, 46, 0.2);
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
}

.step-btn a {
    text-decoration: none;
    color: inherit;
}

.step-btn.active {
    background: var(--main-dark);
    color: white;
}

.step-btn.active a {
    text-decoration: underline;
    color: var(--main-blue);
}

.step-number {
    height: 100px;
    width: 100px;
    min-height: 100px;
    min-width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 29, 46, 0.2);
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
}

.step-btn.active .step-number {
    background: var(--main-blue);
    color: #FFF;
}

.image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.step-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 40px;
    box-shadow: 0 14px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.step-image.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}

.step-wrapper img {
    display: none;
}

.image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*height: 400px; !* Adjust this value based on your design needs *!*/
}

.step-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 40px;
    box-shadow: 0 14px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    display: none;
}

.step-image.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    display: block;
}

.step-image.transitioning {
    display: block;
}

.about {
    margin: -75px auto 32px;
}

.about-top {
    border-radius: 80px;
    background: var(--main-blue);
    padding: 80px 32px;
    position: relative;
    z-index: 2;
    top: 75px;
}

.about-title {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 80px;
}

.about-content {
    display: flex;
    align-items: center;
}

.about-content img {
    margin: 0 auto;
}

.text-wrapper {
    width: 100%;
    max-width: 405px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.text-wrapper h3 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}

.text-wrapper p {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.text-wrapper p > span {
    font-weight: 800;
}

.about-bottom {
    padding: 130px 32px 80px 42px;
    background: var(--main-dark);
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    display: flex;
}

.roadmap {
    padding: 80px 16px 16px;
    background: var(--main-dark);
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.roadmap-title {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.roadmap-subtitle {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 64px;
}

.roadmap-block {
    border-radius: 64px;
    background: #2EB4FF;
    width: 100%;
    padding: 40px;
    max-width: 1344px;
    margin: 0 auto 20px;
}

.roadmap-block.next {
    background: #F2F2F7;
}

.roadmap-block:last-child {
    margin-bottom: 0;
}

.block-title {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
}

.roadmap-block.next .block-title {
    color: var(--main-dark);
}

.block-subtitle {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 48px;
}

.roadmap-block.next .block-subtitle {
    color: var(--main-dark);
}

.block-subtitle span {
    font-weight: 800;
}

.phase-text {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.roadmap-block.next .phase-text {
    align-items: flex-start;
}

.phase-column {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.phase-content {
    margin-bottom: 32px;
}

.phase-content:last-child {
    margin-bottom: 0;
}

.phase-content p {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 28px */
    margin-bottom: 24px;
}

.roadmap-block.next .phase-content p {
    color: var(--main-dark);
}

.phase-content ul {
    padding-left: 15px;
}

.phase-content ul li {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}

.roadmap-block.next .phase-content ul li {
    color: var(--main-dark);
}

.phase-content ul li:last-child {
    margin-bottom: 0;
}

.about-bottom h2 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 120%;
    max-width: 597px;
}

.about-b-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-bottom ul {
    list-style: none;
}

.about-bottom li {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.about-bottom li:last-child {
    margin-bottom: 0;
}

.about-bottom li span {
    font-weight: 800;
}

.partners {
    border-radius: 80px;
    background: #11111114;
    padding: 80px 16px 16px;
    margin: 0 auto 32px;
}

.partners-container {
    max-width: 100%;
}

.partners-title {
    color: var(--main-dark);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.partners-text {
    color: var(--main-dark);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 56px;
}

.partners-join {
    border-radius: 80px;
    padding: 90px 32px 64px;
    width: 100%;
    background: var(--main-blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partners-join h2 {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.partners-join p {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 64px;
}

.follow-top {
    border-radius: 80px;
    background: var(--main-dark);
    padding: 80px 32px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 75px;
    margin-top: -75px;
}

.follow-top h2 {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Fustat, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}

.follow-action {
    width: 120px;
}

.follow-bot {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background: #F2F2F7;
    padding: 115px 32px 24px;
}

.follow-bot .nav-items__list-item {
    color: var(--main-dark);
}

.follow-bot .nav-action {
    color: var(--main-dark);
    border-color: var(--main-dark);
}
