#join-us{
    width: 100%;
    padding: 96px 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(22, 15, 35, 0) 0%, #160F23 50%, rgba(22, 15, 35, 0) 100%);
}

.join-us-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 96px;
}

.steps{
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.header{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-around;
}

.text > .sub-text{
    margin-top: 20px;
    text-align: left;
}

.top,.lines{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 24px;
}

.top > .circle {
    width: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.top > .line{
    position: absolute;
}

.process2{
    display: none;
}

.line1{
    top: 0;
    left: 26%;
}
.line2{
    top: 0;
    right: 26%;
}

.lines > .line{
    width: 390px;
    display: flex;
    justify-content: center;
}

.cards{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.cards > .card{
    width: 390px;
    text-align: center;
}

.cards > .card::before{
    padding: 1px;
    background: var(--border-bg);
}

.card > h4{
    font-family: Urbanist;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: 33.6px;
    color: #782EFA;
    margin-bottom: 20px;
}

.guide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

.video-container{
    width: 560px;
    height: 315px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #0F0B19;
    position: relative;
}

.video-container > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumbnail{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.thumbnail > .rectangle{
    height: 100%;
    width: 16px;
    background-color: var(--btn-bg);
}

.thumbnail > img{
    width: 393px;
    height: 315px;
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: color-dodge;
}

.thumbnail > span{
    font-family: Urbanist;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #FAFAFA;
    margin-left: 30px;
    margin-bottom: 15px;
}