@import url(https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap);

@-webkit-keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 10rem, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 10rem, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation: a 0.4s;
    animation: a 0.4s;
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -10rem, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -10rem, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation: b 0.4s;
    animation: b 0.4s;
}

body {
    overflow-x: hidden;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    margin: 20px auto;
    text-align: center;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5,
h6 {
    font-size: 1.6rem;
    /* font-family: 'Alfa Slab One', cursive; */
    /* text-transform: uppercase; */
    color: #ffb800;
    display: table;
    margin: 20px auto;
}

p {
    font-size: 1.3rem;
    text-align: justify;
}

h1,
h2,
h6,
li,
p {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(0, 0, 0, 0.4),
        -1px 0 0 rgba(0, 0, 0, 0.4), 1px 0 0 rgba(0, 0, 0, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    min-width: 320px;
    min-height: 500px;
    background: #fff;
    z-index: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.btn,
.transition {
    transition: all 0.25s ease;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body {
    background-image: url(/landings/290679/1747128565/images/49.png);
}

.progress {
    display: block;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 3;
    width: 90%;
    max-width: 20rem;
    height: 0.5rem;
    border-radius: 5rem;
    overflow: hidden;
    background: transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.progress .bar {
    width: 0;
    height: 100%;
    border-radius: 5rem;
    background-image: linear-gradient(90deg, #1ee8cc, #19a3e0);
}

.videobgbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.video {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0ms;
    -o-object-fit: cover;
    object-fit: cover;
}

.videobgbox:after {
    content: "";
    display: block;
    background: #0006;
    background-size: 2px 2px;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.btnbox {
    display: flex;
    justify-content: flex-end;
    justify-content: center;
    align-items: flex-start;
}

.btn,
.btnbox {
    align-items: center;
}

.btn {
    width: 90%;
    height: 4rem;
    line-height: 1;
    padding: 0 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    border-radius: 5rem;
    cursor: pointer;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    border: 0;
}

.btn--accent {
    color: #fff;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
}

.btn--accent:hover {
    color: #fff;
    background: linear-gradient(270.04deg,
            #7284ff 7.35%,
            #ad74ff 24.54%,
            #d96ac9 41.72%,
            #fd71af 58.9%,
            #ffa27a 76.08%,
            #ffde8c 93.26%);
}

.btn--accent:active {
    color: #fff;
    background: linear-gradient(270.04deg,
            #7284ff 7.35%,
            #ad74ff 24.54%,
            #d96ac9 41.72%,
            #fd71af 58.9%,
            #ffa27a 76.08%,
            #ffde8c 93.26%);
}

.btn--primary {
    /*margin-left: 2rem;*/
    color: #fff;
    background: linear-gradient(270.04deg,
            #7284ff 7.35%,
            #ad74ff 24.54%,
            #d96ac9 41.72%,
            #fd71af 58.9%,
            #ffa27a 76.08%,
            #ffde8c 93.26%);
}

.btn--primary:hover {
    background: linear-gradient(270.04deg,
            #7284ff 7.35%,
            #ad74ff 24.54%,
            #d96ac9 41.72%,
            #fd71af 58.9%,
            #ffa27a 76.08%,
            #ffde8c 93.26%);
}

.btn--primary:active {
    background: linear-gradient(270.04deg,
            #7284ff 7.35%,
            #ad74ff 24.54%,
            #d96ac9 41.72%,
            #fd71af 58.9%,
            #ffa27a 76.08%,
            #ffde8c 93.26%);
}

.btn--round {
    min-width: 8.6rem;
    height: 8.6rem;
    background: #fff;
    border-radius: 6rem;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    width: auto;
    padding: 0 15px;
}

.btn--round.btn--primary {
    background-image: linear-gradient(180deg, #feb700, #6d4300);
}

.btn--round.btn--accent {
    background-image: linear-gradient(180deg, #000000, #868585);
}

.btnbox .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.step,
.stepbox {
    width: 100%;
    height: calc(100% - 260px);
    position: relative;
}

.stepbox {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {

    .step,
    .stepbox {
        height: auto;
        height: auto;
    }

    .stepbox {
        height: calc(100% - 100px);
        min-height: 510px;
    }
}

@media (max-height: 820px) and (orientation: landscape) {
    .stepbox {
        /* height: auto; */
    }
}

.step {
    display: none;
    padding: 0 2rem 2rem;
    color: #fff;
    padding-top: 110px;
    margin: 0 auto;
    height: auto;
}

.step.current {
    display: block;
}

.step:first-child .btnbox,
.step:last-child .btnbox {
    justify-content: center;
}

.step:first-child .btnbox .btn--primary,
.step:last-child .btnbox .btn--primary {
    margin: 0;
}

.step__inner {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step__header {
    margin-bottom: 1rem;
}

.step__body,
.step__footer {
    margin-bottom: 2rem;
}

.step__body p {
    text-align: center;
}

.field-box {
    position: relative;
    margin-top: 12px;
    min-height: 60px;
}

.input-text {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.input-text:focus {
    outline: 0;
}

label.error {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fd4444;
    font-size: 12px;
    height: 30px;
    line-height: 14px;
}

@media (min-width: 375px) {
    html {
        font-size: 75%;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 87.5%;
    }
}

@media (min-width: 992px) {
    .btnbox .btn {
        max-width: 26rem;
    }

    .btnbox .btn--round {
        width: 7rem;
        height: 7rem;
    }

    .step {
        max-width: 60rem;
        /* padding-left: 10rem; */
    }
}

.hllwn_png {
    width: 200px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.step-age .btnbox {
    flex-wrap: wrap;
}

.step-age .btnbox .btn {
    max-width: 12rem;
}

@media (min-width: 992px) {
    .step-age .btnbox .btn {
        max-width: 10rem;
    }
}

@media screen and (max-width: 575px) {
    .step-age .btnbox {
        justify-content: space-between;
    }

    .step-age .btnbox .btn {
        max-width: 47%;
        margin: 0 0 15px;
    }

    .step-0 .btn {
        margin-right: 0;
    }
}

/* POSITION */
.position {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(170px);
    top: 27px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 180px;
}

.position>span {
    display: block;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 29px;
    line-height: 29px;
    background: #ffffff;
    box-shadow: inset 0px 5.48621px 5.48621px rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

.position>span:first-child {
    margin-bottom: 4px;
}

.num-girls {
    color: #00aff0;
}

.position>span img {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .logo {
        left: 30px;
        transform: none;
        max-width: 164px;
    }

    .position {
        left: auto;
        right: 30px;
        transform: none;
        width: 140px;
        font-size: 11px;
    }
}

/* SAFTY BLOCK */
.safety-block {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
}

.safety-block ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 15px 0;
    padding: 0;
}

.safety-block ul li {
    list-style-type: none;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
}

.safety-block h4 {
    font-size: 20px;
    margin: 15px 0 10px;
}

.safety-block img {
    max-width: 60px;
    margin: 0 auto;
}

.safety-block p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
}

@media (max-width: 480px) {
    .safety-block {
        margin: 0 auto;
    }

    .safety-block ul {
        margin: 15px 0 0;
    }

    .safety-block img {
        max-width: 40px;
    }

    .safety-block h4 {
        font-size: 12px;
        margin: 5px 0;
    }

    .safety-block p {
        font-size: 10px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .safety-block {
        position: relative;
    }
}

@media (max-width: 480px) {

    h1,
    h5,
    h6 {
        font-size: 24px;
        margin: 5px auto;
    }

    .step__body,
    .step__footer {
        margin-bottom: 1.5rem;
    }

    .btn {
        height: 4rem;
    }

    p {
        font-size: 14px;
    }
}

.header {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 15px 0 16px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1300px;
    padding: 0 15px;
    margin: auto;
}

.header-logo {
    max-width: 148px;
}

.header-logo img {
    display: block;
    width: 100%;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
}

.header-nav .icon {
    display: block;
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 30px;
}

.header-nav .icon:last-child {
    margin-right: 0;
}

.icon-home {
    background-image: url(/landings/290679/1747128565/images/icon-home.svg);
}

.icon-search {
    background-image: url(/landings/290679/1747128565/images/icon-search.svg);
}

.icon-plus {
    background-image: url(/landings/290679/1747128565/images/icon-plus.svg);
}

.icon-like {
    background-image: url(/landings/290679/1747128565/images/icon-like.svg);
}

.icon-user {
    background-image: url(/landings/290679/1747128565/images/icon-user.svg);
}

.btn br {
    display: none;
}

@media (max-width: 992px) {
    .header-logo {
        max-width: 100px;
    }

    .header-nav .icon {
        display: block;
        width: 24px;
        height: 20px;
    }
}

@media (max-width: 450px) {
    .header-nav .icon {
        margin-right: 10px;
    }
}

@media (max-height: 840px) and (orientation: landscape) {
    .step__footer {
        margin-bottom: 0;
    }

    .step__header {
        margin-bottom: 0;
    }

    h1 {
        font-size: 34px;
        margin: 0 auto;
    }

    .step__body {
        margin-bottom: 15px;
    }

    .safety-block h4 {
        font-size: 18px;
        margin: 10px 0 2px;
    }

    .position,
    .stepbox .timer-wrapper {
        top: 10px !important;
    }

    .step {
        padding: 80px 20px 20px;
    }

    .safety-block ul {
        margin-bottom: 0;
    }
}

@media (max-height: 700px) and (orientation: landscape) {
    .header {
        padding: 5px 0;
    }

    h1 {
        font-size: 30px;
    }

    .comments_list {
        padding-top: 10px !important;
    }

    .step__body {
        margin-bottom: 8px;
    }

    .comments_list_icons {
        padding: 2px 0 8px;
        margin-bottom: 9px;
    }

    .safety-block ul {
        margin-top: 7px;
    }

    .safety-block img {
        max-height: 60px;
    }

    .safety-block h4 {
        font-size: 16px;
        margin: 7px 0 0px;
    }

    .btn {
        height: 45px;
    }

    .stepbox {
        height: calc(100% - 222px);
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .stepbox {
        height: auto;
    }
}

/* modal */

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    max-width: 650px;
}

.modal .modal-content {
    margin-top: 20vh;
    padding: 50px 15px;
    background: #F6F6FB;
    border-radius: 45px;
    color: #222;
}

.modal p {
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    padding-bottom: 20px;
}

.modal .btn {
    margin: 0 auto;
}