@import url(https://fonts.googleapis.com/css2?family=Pattaya&family=Ubuntu:wght@400;700&display=swap);

/*
    font-family: "Ubuntu", sans-serif;
    font-family: "Pattaya", sans-serif;
*/

/* general */
html,
body {
    height: 100%;
}

body {
    color: #ffffff;
    height: 100%;
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    line-height: 1.4;
    min-height: 100%;
    background: #000000;
    position: relative;
}

.layout {
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.layout::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000004d;
    pointer-events: none;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 80px;
}

@media (max-width: 991px) {
    body {
        font-size: 22px;
    }

    .wrap {
        padding: 0 45px;
    }
}

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

    .wrap {
        padding: 0 30px;
    }
}

/* video-block */
.video-block {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    overflow: hidden;
}

.video-block::before {
    content: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 22%;
    background: rgb(0 0 0 / 20%);
}

.video-block::after {
    content: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 22%;
    background: rgb(0 0 0 / 20%);
}

.video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
}

.video--blur {
    width: 100%;
}

.video--blur1 {
    left: 0;
}

.video--blur2 {
    right: 0;
}

.video--mob {
    display: none;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
    .video--blur {
        display: none;
    }

    .video--mob {
        display: block;
    }

    .video-block::before,
    .video-block::after {
        content: none;
    }
}

/* bg */
.bg-block {
    background-image: url(/landings/296175/1752249876/images/bg-newyear_3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

@media (max-width: 767px) {
    .bg-block {
        background-image: url(/landings/296175/1752249876/images/bg-newyear_3-mob.png);
        background-position: top;
        background-size: contain;
        top: -20px;
        left: 0;
    }
}

/* typography */
.main-title {
    font-family: "Pattaya", sans-serif;
    text-align: center;
    font-size: 96px;
    line-height: 106px;
    padding-bottom: 6px;
    opacity: 0;
}

.title {
    font-family: "Pattaya", sans-serif;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 20px;
    opacity: 0;
}

.txt {
    text-align: center;
    padding-bottom: 50px;
    opacity: 0;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 50px;
        line-height: 60px;
    }

    .title {
        font-size: 40px;
        line-height: 50px;
    }

    .txt {
        padding-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .main-title {
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 15px;
    }

    .title {
        padding-bottom: 10px;
    }

    .txt {
        padding-bottom: 30px;
    }
}

/* btn */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Pattaya", sans-serif;
    font-size: 52px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(264.61deg, #ABFFFF -13.03%, #7F89D7 100%);
    background: transparent;
    color: #ffffff;
    border: 5px solid #FFFFFF;
    outline: 0;
    cursor: pointer;
    transition: transform 0.2s linear;
    z-index: 1;
    position: relative;
    text-transform: lowercase;
    height: 96px;
    max-width: 300px;
    width: 100%;
    padding: 10px;
    border-radius: 100px;
}

.btn.btn--active {
    background: linear-gradient(264.61deg, #ABFFFF -13.03%, #7F89D7 100%);
    color: #000000;
    border: none;
}

.btn--big {
    max-width: 400px;
    margin: 0 auto;
}

.btn:hover {
    transform: scale(1.1);
}

.btn-wrap {
    display: flex;
    justify-content: center;
    gap: 36px;
    opacity: 0;
}

@media (max-width: 991px) {
    .btn-wrap {
        gap: 35px;
    }

    .btn {
        font-size: 34px;
        height: 64px;
    }

    .btn::before,
    .btn::after {
        height: 25px;
    }

    .btn::before {
        border-width: 5px 5px 0 5px;
        transform: perspective(15px) rotateX(2deg);
    }

    .btn::after {
        border-width: 0 5px 5px 5px;
        transform: perspective(15px) rotateX(-2deg);
    }
}

@media (max-width: 600px) {
    .btn-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    .btn {
        max-width: 315px;
        order: 1;
    }

    .btn+.btn {
        order: 0;
    }
}

/* content */
.content {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.step {
    position: relative;
    display: none;
    width: 100%;
}

.step.active {
    display: block;
}

/* progress */
.progress {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 0 12vh;
}

.progress__item {
    width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
    transition: all 0.3s linear;
    opacity: 0.5;
    border-radius: 50%;
}

.progress__item.active {
    opacity: 1;
}

@media (max-width: 991px) {
    .progress {
        padding: 45px 0 10vh;
        gap: 25px;
    }
}

@media (max-width: 600px) {
    .progress {
        padding: 30px 0 8vh;
    }

    .progress__item {
        width: 12px;
        height: 12px;
    }
}

/* animation */
.step.active .main-title,
.step.active .title {
    -webkit-animation: showTop 0.4s linear forwards;
    animation: showTop 0.4s linear forwards;
}

.step.active .txt {
    -webkit-animation: showTop 0.4s 0.2s linear forwards;
    animation: showTop 0.4s 0.2s linear forwards;
}

.step.active .btn-wrap {
    -webkit-animation: showTop 0.4s 0.4s linear forwards;
    animation: showTop 0.4s 0.4s linear forwards;
}

@-webkit-keyframes showTop {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes showTop {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}