@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 10rem, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp {
    animation: a 0.4s;
}

@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -10rem, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    animation: b 0.4s;
}

body {
    overflow-x: hidden;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18.5px;
    line-height: 1.2;
    color: #333;
}

h1 {
    font-size: 3.3rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #f979aa;
    display: table;
    margin: 20px auto;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5,
h6 {
    font-size: 1.9rem;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #fe7bac;
    display: table;
    margin: 20px auto;
}


}
p {
    font-size: 1.8rem;
    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);
    text-align: center;
}
* {
    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-size: cover;
    background-position: 50%;
}
.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;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.btn,
.btnbox {
    -ms-flex-align: center;
    align-items: center;
}
.btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    padding: 0 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    border-radius: 5rem;
    cursor: pointer;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    font-weight: bold;
}
.btn--primary {
    margin: 0 auto;
    color: #fff;
    background-color: #f979aa;
    background-image: linear-gradient(270deg, #f979aa, #eebb32);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), inset 0 2px 2px hsla(0, 0%, 100%, 0.2);
}
.btn--primary:hover {
    background: #ca0e0e;
    background-image: linear-gradient(270deg, #dc6b96, #cca02d);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.btn--primary:active {
    background-color: #d8551a;
    background-image: linear-gradient(270deg, #fd87b4, #f9ca4b);
    box-shadow: none;
}
.btn--accent {
    color: #fff;
    background-color: #290d00;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.btn--accent:hover {
    background: #c050c0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.btn--accent:active {
    background-color: #290d00;
    box-shadow: none;
}
.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;
    margin: 1rem!important;
}
.btn--round.btn--primary {
    background-image: linear-gradient(180deg, #fe7bac, #feb700);
}
.btn--round.btn--accent {
    background-image: linear-gradient(180deg, #000000, #8a425d);
}
.stepbox {
    left: 0;
    top: 0;
    z-index: 2;
}
.step,
.stepbox {
    width: 100%;
    height: 100%;
    position: relative;
}
.step {
    max-width: 40rem;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 0 1rem 0rem;
    color: #fff;
}
.step.current {
    display: block;
}
.step:first-child .btnbox,
.step:last-child .btnbox {
    -ms-flex-pack: center;
    justify-content: center;
}
.step:first-child .btnbox .btn--primary,
.step:last-child .btnbox .btn--primary {
    margin: 0;
}
.step__inner {
    width: 100%;
    height: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.step__header {
    margin-bottom: 1rem;
}
.step__body,
.step__footer {
    margin-bottom: 2rem;
}
.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;
    top: 40px;
    color: #fd4444;
    font-size: 12px;
}
@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;
    }
}
.hllwn_png {
    width: 170px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.flake {
    display: none;
}
p,
pre {
    margin: 0;
}
.rpx {
    position: fixed;
    top: 0;
    left: 0;
}
#mailing {
    display: none;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.button a {
    max-width: 26rem;
    margin: 0 auto;
    color: #fff;
    background-color: #f979aa;
    background-image: linear-gradient(270deg, #f979aa, #eebb32);
    box-shadow: 0 2px 6px rgb(0 0 0 / 40%), inset 0 2px 2px hsl(0deg 0% 100% / 20%);
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    padding: 0 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    border-radius: 5rem;
    cursor: pointer;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    font-weight: bold;
    color: white
}
.button a:hover {
    background: #ca0e0e;
    background-image: linear-gradient(270deg, #dc6b96, #cca02d);
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}
.email_under_title>p {
    font-size: 20px;
    color: white;
}
.textbox-email {
    width: 90%;
    padding: 5px;
    font-size: 18px;
}

/*TERMS AND PRIVACY END*/

/* google registration css */
.google_button {
    position: relative;
    display: block;
    height: 36px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.googOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
.none {
    display: none;
}
.orRegister {
    text-align: center;
    font-weight: 600;
    font-size: 14px !important;
}
.abcRioButtonBlue {
    width: auto !important;
}
.abcRioButtonContents {
    font-size: 18px !important;
    font-weight: 400;
}

/* google registration css */

/* loader css */
.loader_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.loader_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
#msg_loader {
    color: #fff;
    text-align: center;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 0px auto 20px;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loader css */

/* reg1 css */
.reg1Centered {
    width: 100%;
    padding: 10px;
    display: block;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.emailHeader {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #f979aa;
}
.headline_top {
    font-size: 22px;
    text-align: center;
    margin: 20px auto 15px;
    font-weight: normal;
}
.list_box {
    text-align: left;
    max-width: 335px;
    display: table;
    margin: 0 auto;
    padding: 0;
}
.list_box li {
    display: flex;
    align-items: center;
    font-size: 18px;
    list-style: none;
    font-weight: normal;
    text-align: left;
}
.list_box li:before {
    content: '✓';
    margin-right: 10px;
    font-weight: bold;
}
p.emailText {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 30px;
    padding: 0;
    color: #f979aa;
}
#reg_email {
    display: block;
    margin: 15px auto 40px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    max-width: 320px;
    width: 95%;
    font-size: 16px;
}
#btn_submit {
    width: 100%;
    max-width: 250px;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    position: relative;
    display: block;
    color: #000;
    font-size: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    border-radius: 5rem;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: 0;
    font-weight: bold;
    color: #fff;
    background-color: #f979aa;
    background-image: linear-gradient( 270deg, #f979aa, #eebb32);
    box-shadow: 0 2px 6px rgb(0 0 0 / 40%), inset 0 2px 2px hsl(0deg 0% 100% / 20%);
}
#btn_submit:hover {
    background: #ca0e0e;
    background-image: linear-gradient( 270deg, #dc6b96, #cca02d);
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}
.orRegister {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin: 30px 0px 15px;
}
#termsPrivacy {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 25px;
}
#pleaseAcceptTerms {
    padding: 0;
}
#pleaseAcceptTerms p {
    font-weight: normal;
    float: left;
    width: calc(100% - 20px);
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    padding: 0;
}
#pleaseAcceptTerms p:nth-child(2) {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0;
    clear: both;
    display: block;
    float: none;
}
#acceptPrivacyAndTerms {
    float: left;
    padding: 0;
}
#acceptPrivacyAndTerms input {
    margin: 0px 3px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    position: relative;
    bottom: 2px;
}
#termsLink,
#privacyLink {
    font-weight: 600;
    padding: 0;
}
#emailInputHolder {
    padding: 0;
}
#msg_loader img,
#msg_register img {
    display: block;
    margin: 0 auto;
}
#msg_register span,
#msg_loader {
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-align: center;
}
#msg_loader img {
    margin-bottom: 15px;
}
header span {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    font-family: Baloo Chettan;
}
#reg_body .step {
    padding: 0rem!important;
}
@media screen and (max-width: 500px) {
    .reg1Centered {}
    
    .emailHeader {
        font-size: 21px;
    }
    
    .headline_top {
        font-size: 17px;
        margin: 17px auto 10px;
    }
    
    ul.list_box li {
        font-size: 15px;
        padding-left: 0px;
    }
    
    p.emailText {
        font-size: 21px;
        margin: 20px 0 25px;
    }
    
    #reg_email {
        font-size: 16px;
        width: 90%;
        padding: 7px;
        margin: 10px auto 35px;
    }
    
    #btn_submit {
        font-size: 22px;
    }
    
    .orRegister {
        margin: 25px 0 10px;
    }
    
    #termsPrivacy {
        margin-top: 25px;
    }
    
    #pleaseAcceptTerms p {
        font-size: 12px;
    }
    
    #pleaseAcceptTerms p:nth-child(2) {
        font-size: 11px;
    }
    
    #acceptPrivacyAndTerms input {
        height: 12px;
        width: 12px;
    }
    
    #msg_register span,
    #msg_loader {
        font-size: 16px;
    }
    
    #msg_loader img,
    #msg_register img {
        width: 30px;
    }
    
    header span {
        font-size: 33px;
        color: #fff;
    }
}

/* end reg1 css */
* {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body {
    -ms-overflow-style: none;
}