@font-face {
    font-family: 'bignoodle';
    src: url("big_noodle_titling.ttf") format('woff');
    font-weight: normal;
    font-style: normal;
}



html,
body {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'bignoodle';
    background-color: #000;
    color: #fff;
}

a {
    text-decoration: none;
    text-underline: none;
    color: #fff;
}

iframe {
    border: none;
    width: 80%;
    min-height: 500px;
}

.displaynone {
    display: none;
}

.stepIn-1 {}

.stepNumber {
    font-size: 65px;
}

.yellow {
    color: #fc9c05;
}

.question {
    font-size: 35px;
    padding: 3vw;
}

.question2 {
    font-size: 35px;
    padding: 0w;
}

.question3 {
    font-size: 49px;
    margin-top: 11vw;
}


.question4 {
    font-size: 65px;
    margin-top: 3vw;
    width: 98%;
}


.stepIn-5 {
    margin-top: 10vw;
    margin-left: 1vw;
}



.subquestion {
    font-size: 25px;
}

.subquestion2 {
    font-size: 25px;
    margin-bottom: 2vw;
}


.bout {
    background-color: #fc9c05;
    width: 36%;
    position: relative;
    left: 30%;
    font-size: 59px;
    padding: 1%;
    margin-top: 5%;
    cursor: pointer;
    transition: ease 0.2s;
    border: solid 1px #fc9c05;
}

.bout:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 1px #fff;
}

.bchoice {
    background-color: #000;
    position: relative;
    width: 45%;
    left: 27%;
    font-size: 59px;
    padding: 0%;
    margin-top: 1%;
    border: solid 1px #fc9c05;
    cursor: pointer;
    transition: ease 0.2s;

}

.bchoice:hover,
.selected {
    background-color: #fc9c05;
    border: solid 1px #fc9c05;
}

.multichoice {
    margin-top: 3%;
}


.bar_border {
    background-color: #000;
    position: absolute;
    height: 65px;
    width: 30%;
    left: 35%;
    font-size: 59px;
    padding: 0%;
    margin-top: 1%;
    border: solid 1px #fc9c05;
    cursor: pointer;
    transition: ease 0.2s;
}

.bar_over {
    background-color: #fc9c05;
    position: absolute;
    height: 65px;
    width: 0%;
    left: 35%;
    font-size: 59px;
    padding: 0%;
    margin-top: 1%;
    border: solid 1px #fc9c05;
    cursor: pointer;
    z-index: 2;
    animation-name: load;
    animation-duration: 3s;
    animation-fill-mode: both;
}

@keyframes load {
    50% {
        width: 14%;
    }

    80% {
        width: 25%;
    }

    100% {
        width: 30%;
    }
}

.preregister {
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 2vw 0 0vw;
    min-height: calc(580px + 6vw + 8vw);
    height: 100%;
}

.bkg-1 {
    background: url("background_3.jpg") top center no-repeat;
}

.bkg-g-1 {
    background: url("background_g_1.jpg") top right no-repeat;
}

.bkg-g-2 {
    background: url("background_g_2.jpg") top center no-repeat;
}

.bkg-g-3 {
    background: url("background_g_3.jpg") top center no-repeat;
}

.bkg-g-4 {
    background: url("background_g_4.jpg") top center no-repeat;
}

.bkg-g-5 {
    background: url("background_g_5.jpg") top right no-repeat
}




.img {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.log-sign {
    width: 636px;
    height: 538px;
    padding-top: 40px;
    margin: 6.1vw auto 0;
    background-image: url("form-bg.png");
    background-size: cover;
    text-align: center;
    z-index: 2;
    cursor: auto;
}

.log-sign ul {
    list-style-type: none;
    margin: 0 0 20px -40px;
    text-align: left;
}

.log-sign .title {
    font-weight: 700;
    font-size: 22px;
    color: #e8b3c5;
}

.log-sign .form-title+li {
    width: 400px;
    margin-left: -30px;
    height: 2px;
}

.log-sign form:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 38px;
    height: 134px;
    background: url("lang-flags.png") top left no-repeat;
    background-size: contain;
}

li.form-title {
    width: 61%;
    margin: 0 auto 5px;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}

form#signupForm {
    width: 87%;
    margin: 0 auto;
}

.form-title p {
    margin: 0;
    text-shadow: 2px 2px 4px rgba(27, 26, 26, 0.8);
}

.log-sign .lable-text {
    color: #c8316c;
    font-size: 14px;
}

.log-sign li.newsletter,
.log-sign li.policy {
    color: #c8316c;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
}

.log-sign li.newsletter {
    margin-top: 10px;
}

.log-sign li.newsletter a,
.log-sign li.policy a {
    text-decoration: none;
    color: #e8b3c5;
}

.log-sign li.newsletter,
.log-sign li.policy {
    font: normal 14px/30px "Open Sans Light", sans-serif;
    color: #e8b3c5;
    margin: 0 auto;
    text-align: left;
}

.log-sign input.field {
    border: 1px solid #eb689b;
    border-radius: 3px;
    width: 354px;
    height: 45px;
    margin: 8px 0;
    padding-left: 10px;
    color: #ffffff;
    font-size: 18px;
    background-color: #c8316c;
    box-shadow: inset -1px 1px 15px 0px #86254b;
    -webkit-box-shadow: inset -1px 1px 15px 0px #86254b;
    -moz-box-shadow: inset -1px 1px 15px 0px #86254b;
    -o-box-shadow: inset -1px 1px 15px 0px #86254b;
}

::-webkit-input-placeholder {
    color: #eb689b;
}

:-moz-placeholder {
    color: #eb689b;
    opacity: 1;
}

::-moz-placeholder {
    color: #eb689b;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #eb689b;
}

::-ms-input-placeholder {
    color: #eb689b;
}

.log-sign li {
    text-align: center;
    position: relative;
}

.log-sign .facebook {
    width: 100%;
    height: 48px;
    background-size: 100%;
    cursor: pointer;
    border: 0;
    color: #ffffff;
    font-weight: 600;
    text-transform: none;
    margin: 20px 0 5px 0;
    background-size: 20px;
    border-color: #1c3770;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
}

.log-sign input.play-btn {
    background: url("play_btn.png") center no-repeat;
    background-size: contain;
    border: 0;
    width: 284px;
    height: 77px;
    text-indent: -9999em;
    cursor: pointer;
    margin-top: 4px;
}

.log-sign #socialSignupForm {
    width: 354px;
    margin: 0 auto 20px;
}

#socialSignupForm ul {
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #df94cf;
    -webkit-padding-start: 0;
}

.ValidationErrors {
    font-size: 12px;
    position: absolute;
    width: 150px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    background: red;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px #aaa;
    text-align: center;
    line-height: 14px;
    margin-top: 10px;
    top: 0;
    right: -5%;
    z-index: 20;
}

.visible {
    opacity: 1 !important;
}

.invisible {
    opacity: 0 !important;
}

.logo {
    position: absolute;
    top: 1.90625vw;
    left: 1vw;
    width: 19.27vw;
    height: 5.9375vw;
    z-index: 1;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    opacity: 0;

}

.logo-centered {
    right: 50%;
    transform: translateX(50%) scale(2);
    transition: all 0.5s ease-in;
    top: 5%;
}

.text-free-game {
    width: 61.25vw;
    height: 3.33vw;
}

.text-title {
    height: 4.0625vw;
    margin-bottom: 3vw;
}

.text-unlock {
    position: absolute;
    top: 38vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60.35vw;
    height: 3.33vw;
    background-image: url("text-unlock.png");
}

.text-unlock-step2 {
    top: calc(500px + 2vw + 8vw + 4.5vw);
}

.girls {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 72vw;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.girls li {
    position: relative;
    width: 12.875vw;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.girls li:hover {
    transform: scale(1.1);
}


.girls li img {
    width: 100%;
    display: block;
    float: left;

}

.girls li span {
    display: block;
    float: left;
    width: 100%;
    height: 2.86vw;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.girls li:nth-child(1) span {
    background-image: url("text-n1.png");
}

.girls li:nth-child(2) span {
    background-image: url("text-n2.png");
}

.girls li:nth-child(3) span {
    background-image: url("text-n3.png");
}

.girls li:nth-child(4) span {
    background-image: url("text-n4.png");
}

.girls li:nth-child(5) span {
    background-image: url("text-n5.png");
}

.girls li.enlarge img {
    transition: transform 0.5s ease-in-out, opacity 0.7s ease 0.5s;
    opacity: 0;
}

.girls li.enlarge span {
    display: none;
}

.girls li.enlarge:nth-child(1) img {
    transform: translate(10.7vw, -1.7vw) scale(1.45);
}

.girls li.enlarge:nth-child(2) img {
    transform: translate(-5.1vw, -1.7vw) scale(1.45);
}

.girls li.enlarge:nth-child(3) img {
    transform: translate(-20.8vw, -0.4vw) scale(1.55);
}

.girls li.enlarge:nth-child(4) img {
    transform: translate(-36.7vw, -0.4vw) scale(1.55);
}

.girls li.enlarge:nth-child(5) img {
    transform: translate(-52.4vw, -0.4vw) scale(1.55);
}

.girl-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    z-index: 0;
    display: flex;
}

.girl-large span {
    display: none;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.girl-large span:nth-child(1) {
    background-image: url("girl-1-large.png");
}

.girl-large span:nth-child(2) {
    background-image: url("girl-2-large.png");
}

.girl-large span:nth-child(3) {
    background-image: url("girl-3-large.png");
}

.girl-large span:nth-child(4) {
    background-image: url("girl-4-large.png");
}

.girl-large span:nth-child(5) {
    background-image: url("girl-5-large.png");
}

.step-2 {
    display: none;
    width: 50%;
    left: 25%;
}

@media (max-width: 780px) {

    .step-2 {
        display: none;
        width: 100%;
        left: 0%;
    }

    .stepIn-4 {
        padding-bottom: 20vw;
    }


    .question4 {
        font-size: 50px;
    }




    .stepIn-6 {
        position: absolute;
        width: 100%;
        z-index: 9999999992;
        top: 0%;
        background-color: #000;
    }


    iframe {
        border: none;
        width: 100%;
        min-height: 500px;
        transform: scale(0.9);
        position: relative;
        top: -45px;
    }

    .bar_border {
        width: 80%;
        left: 10%;
    }

    .bar_over {
        left: 10%;
    }

    @keyframes load {
        50% {
            width: 14%;
        }

        80% {
            width: 45%;
        }

        100% {
            width: 80%;
        }
    }


    .stepNumber {
        font-size: 24px;
    }

    .question {
        font-size: 25px;
    }


    .question2 {
        font-size: 22px;
    }

    .question3 {
        font-size: 35px;
    }

    .subquestion {
        font-size: 18px;
    }

    .bchoice {
        font-size: 30px;
    }

    .bout {
        width: 50%;
        left: 24%;
        font-size: 42px;
    }

    .enlarge {
        transform: none !important;
        transition: none !important;
    }

    .preregister {
        background-size: cover;
        height: 100%;
        min-height: 0;
        padding-top: 2vw !important;
        padding-bottom: 0vw !important;
        background-size: 100% !important;
    }

    .bkg-1 {
        background: url("background_3_p.jpg") no-repeat;
    }

    .bkg-g-1 {
        background: url("background_g_1_p.jpg") no-repeat;
    }

    .bkg-g-2 {
        background: url("background_g_2_p.jpg") no-repeat;
    }

    .bkg-g-3 {
        background: url("background_g_3_p.jpg") no-repeat;
    }

    .bkg-g-4 {
        background: url("background_g_4_p.jpg") no-repeat;
    }

    .bkg-g-5 {
        background: url("background_g_5_p.jpg") no-repeat;
    }

    .log-sign form:first-child:before {
        left: 1vw;
        width: 5.9375vw;
        height: 20.9375vw;
    }

    li.form-title {
        width: 80%;
        margin: 5vw auto 1vw;
        font-size: 4.6875vw;
    }

    .log-sign {
        margin: 54vw 0 -19vw;
        width: 100%;
        height: auto;
        background-image: url("form-bg.png");
        background-size: cover;
        padding-bottom: 10vw;
    }

    form#signupForm {
        width: 100%;
    }

    .log-sign input.play-btn {
        width: 66.09375vw;
        max-width: 423px;
        height: 17.1875vw;
        max-height: 110px;
        margin: 0 auto;
    }

    .log-sign input.field {
        width: 80%;
        height: 46px;
    }

    .log-sign #socialSignupForm {
        width: 83%;
        margin: 0 auto 20px;
    }

    .log-sign li.policy {
        font-size: 12px;
    }

    .log-sign .facebook {
        margin: 20px 0 5px 0;
    }

    .logo {
        top: 2vw;
        left: 73vw;
        right: auto;
        width: 23.8125vw;
        height: 19.8125vw;
        display: none;
        transform: none;
    }

    .logo-centered {
        display: block;
    }

    .text-free-game {
        width: 95%;
        height: 6.9375vw;
    }

    .text-title {
        height: 9.53125vw;
        margin: 3vw 0;
        background-size: 80%;

    }

    .text-unlock {
        top: auto;
        width: 100%;
        height: 18.125vw;
    }

    .text-unlock-step2 {
        display: none;
    }

    .girls {
        flex-wrap: wrap;
        width: 95vw;
    }

    .girls li {
        width: 47.5%;
        margin-bottom: 5vw;
        overflow: hidden;
        height: 48vw;

    }

    .girls li:nth-child(3) {
        display: none;
    }

    .girls li span {
        height: 7.5vw;
        background-size: 80%;
        position: absolute;
        bottom: 0%;
    }

    .girls li.enlarge:nth-child(1) img {
        transition: 0.4s;
        transform: scale(1);
    }

    .girls li.enlarge:nth-child(2) img {
        transition: 0.4s;
        transform: scale(1);
    }

    .girls li.enlarge:nth-child(4) img {
        transition: 0.4s;
        transform: scale(1);
    }

    .girls li.enlarge:nth-child(5) img {
        transition: 0.4s;
        transform: scale(1);
    }

    .girl-large {
        width: 100%;
        height: 71.09375vw;
    }

    .girl-large span:nth-child(1) {
        background-image: url("mobile-girl-1.png");
    }

    .girl-large span:nth-child(2) {
        background-image: url("mobile-girl-2.png");
    }

    .girl-large span:nth-child(4) {
        background-image: url("mobile-girl-4.png");
    }

    .girl-large span:nth-child(5) {
        background-image: url("mobile-girl-5.png");
    }
}


.turn {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999;
    background-color: #000;
    background-image: url("turn.png");
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .turn {
        display: block;
    }

}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.animated {
    z-index: 3;
}

.step-2,
.step-3,
.step-4,
.step-5 {
    position: relative;
}