@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap);

/*
    font-family: 'Nunito', sans-serif;
*/

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    background-color: #230206;
    height: 100%;
    min-height: 650px;
}

.btn {
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60px;
    max-width: 400px;
    width: 100%;
    background-color: #FCF16C;
    border: 2px solid #FFF5C7;
    border-radius: 30px;
    box-shadow: 0 5px 0 #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    cursor: pointer;
    outline: 0;
    position: relative;
    z-index: 0;
    transition: background-color 0.25s;
    padding: 5px;
}

.btn:hover {
    background-color: #fbed44;
}

.btn::before {
    background: url(/landings/298484/1776954647/images/particles.svg) no-repeat center;
    background-size: contain;
    border-radius: 30px;
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: -12px;
    right: -12px;
    bottom: -55px;
    z-index: -1;
    pointer-events: none;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.layout {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.main::before,
.main::after {
    display: block;
    background: url(/landings/298484/1776954647/images/bg.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    min-height: 100dvh;
}

.main::after {
    content: '';
    z-index: -1;
}

@media (min-width: 1921px) and (min-aspect-ratio: 21/9) {
    .main::before {
        content: '';
        -webkit-filter: blur(5px) brightness(0.8);
        filter: blur(5px) brightness(0.8);
        z-index: -2;
    }

    .main::after {
        box-shadow: 0 0 30px #230206;
        margin: 0 auto;
        max-width: 1920px;
    }
}

.top-bar {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 450px;
    margin: 0 auto;
    padding: 32px 50px;
}

.progress {
    height: 4px;
    border-radius: 4px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.progress-status {
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    transition: width 1s 0.25s ease-out;
}

.forward {
    background-color: #FCF16C;
    border-radius: 50%;
    box-shadow: 0 5px 0 #000;
    cursor: default;
    position: absolute;
    top: 19px;
    right: 10px;
    height: 32px;
    width: 32px;
    text-indent: -1000px;
    overflow: hidden;
}

.forward::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #1F1F1F;
    transform: rotate(0deg);
    top: 10px;
    left: 14px;
    position: absolute;
}

.pagination {
    background: linear-gradient(180deg, #DDDEB9, #242424);
    border-radius: 14px;
    box-shadow: 0 5px 0 #000;
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    height: 30px;
    width: 120px;
    margin: 0 auto;
    z-index: 0;
}

.pagination::after {
    background-color: #1F1F1F;
    border-radius: 12px;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
}

.pagination .item {
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCF16C;
    font-weight: 600;
    height: 100%;
    width: 50%;
}

.pagination .item.active {
    -webkit-animation: fade-in 0.4s linear both;
    animation: fade-in 0.4s linear both;
    background-color: #FCF16C;
    color: #1F1F1F;
}

.steps {
    width: 100%;
    height: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.step {
    position: relative;
    z-index: 9;
    display: none;
    width: 100%;
    -webkit-animation: fade-in 0.4s linear both;
    animation: fade-in 0.4s linear both;
    text-align: center;
    padding: 80px 20px 30px;
    max-width: 480px;
    margin: 0 auto;
}

.step-item.active {
    display: block;
}

.title {
    color: #FCF16C;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 5px 0 #000;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
}

.step p {
    letter-spacing: 0.025em;
    margin-bottom: 15px;
}

.picture {
    margin: 0 auto 30px;
    max-width: 350px;
    border-radius: 60px;
    position: relative;
}

.picture::after {
    background: linear-gradient(180deg, #DDDEB9, #000);
    border-radius: 63px;
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -5px;
    z-index: -1;
}

.picture img {
    border-radius: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.step-fin .title {
    font-size: 28px;
    margin-bottom: 30px;
}

.step .list {
    list-style-type: disc;
    text-align: left;
    padding-left: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.step .list li {
    margin-bottom: 15px;
}

@media (max-width: 1599px) {
    body {
        font-size: 18px;
    }

    .btn {
        font-size: 18px;
        max-width: 276px;
        min-height: 50px;
    }

    .buttons {
        margin-top: 30px;
    }

    .title {
        font-size: 40px;
    }

    .top-bar {
        max-width: 320px;
    }

    .pagination {
        font-size: 16px;
    }

    .picture {
        width: 85%;
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .main {
        background-image: url(/landings/298484/1776954647/images/bgm.jpg);
        background-size: cover;
    }

    .progress {
        max-width: 160px;
    }

    .forward {
        right: 30px;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}