main {
    display: flex;
    padding: 96px 16px 48px;
    background-image: url(background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 60%;
    flex-direction: column;
    background-repeat: no-repeat;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-shadow: unset;
}

.yellow {
    color: #FDFF5D;
}

h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    font-family: "Josefin Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 142.857% */
    letter-spacing: -2.24px;
    text-transform: uppercase;
    padding: 24px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.tablet-row {
    display: flex;
    flex-direction: column;
}

section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.roadmap-item {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
    background: rgba(48, 29, 6, 0.85);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    min-width: 328px;
    padding: 32px 24px 60px;
    color: white;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0;
    will-change: opacity;
    stroke-width: 2px;
    stroke: #AF841B;

    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.35) inset;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(5px);
}



section h2 {
    color: #AF841B;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;

}

section h3 {
    color: #FDFF5D;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 0;
}



section p {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 24px;
    margin-bottom: 0;
}

section h4 {
    color: #FF1D20;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-top: 24px;
}

section h4.released {
    color: #34CD66;
}

.timeline-connector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    z-index: 1;
    position: relative;
}

.tablet-row:last-of-type .timeline-connector {
    display: none
}

.timeline {
    border-right: 2px solid #AF841B;
    border-left: 2px solid #AF841B;
    height: 40px;
    width: 8px;
    position: relative;
}

.diamond {
    display: flex;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    flex-direction: column;
    align-items: center;
    aspect-ratio: 1/1;
    background: #AF841B;
    position: absolute;


}

.request-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 32px;


}

.request-border {
    display: flex;
    width: 4px;
    padding: 7px 0px;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    border-top: 1px solid #320600;
    border-bottom: 1px solid #320600;
    border-left: 1px solid #320600;
    background: linear-gradient(180deg, #80644E 0%, #CCBB96 49.52%, #80644E 100%);
    height: 48px;
}

.request-button-wrapper {
    display: flex;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    border: 1px solid #320600;
    background: linear-gradient(180deg, #A68265 0%, #FFEABB 49.52%, #A68265 100%);
    min-width: 240px;

}

.request-a-feature {
    display: flex;
    color: white;
    height: 48px;
    padding: 18px 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    border: 1px solid #320600;
    background: linear-gradient(180deg, #FD9614 0%, #B13700 100%);
    box-shadow: -3px -3px 1px 0px rgba(111, 25, 0, 0.65) inset, 3px 3px 1px 0px rgba(255, 221, 68, 0.40) inset;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.20);
    font-family: "Josefin Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 143.75% */
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.request-a-feature span {
    display: block;
}

.request-a-feature .coming-soon {
    font-size: 12px;
}

.request-a-feature:hover {
    color: white;
}

@media screen and (min-width: 768px) {
    main {
        padding-left: 24px;
        padding-right: 24px;
    }

    .full-timeline {
        position: relative;
    }

    .full-timeline:before {
        content: ' ';
        border-radius: 8px;
        border: 2px solid #AF841B;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 100%;

    }

    .tablet-row {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .tablet-row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .roadmap-item {
        max-width: 335px;
    }

    /* .roadmap-item.short {
        background-image: url(roadmap-desktop-short.svg);
    } */

    .timeline-connector {
        width: 44px;
        height: 8px;
        margin-left: 0px;
    }

    .tablet-row:last-of-type .timeline-connector {
        display: flex;
    }

    .diamond {
        position: absolute;
        right: -2px;
    }

    .tablet-row:nth-child(even) .diamond {
        right: unset;
        left: -2px;
    }

    .tablet-row:nth-child(odd) .timeline-connector {
        width: 50px;
    }

    .timeline {
        border: 0;
        border-top: 2px solid #AF841B;
        border-bottom: 2px solid #AF841B;
        width: 100%;

    }

    .tablet-spacer {
        flex: 1 1 50%;
        min-width: 50%;
    }

    .request-button-wrapper {
        max-width: 245px;
    }

    .request-a-feature span {
        display: inline;
    }

}

@media screen and (min-width: 1024px) {
    main {
        background-size: cover;
        background-position: center center;

    }

    .full-timeline {
        min-width: 984px;
        margin: 0 auto;
    }


    .roadmap-item {
        max-height: unset;
        min-height: unset;
        min-width: unset;
        min-width: 466px;
    }

}