@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@200;300;400;500;600;700;800&display=swap');

/* Fonts */
@font-face {
    font-family: 'myriad_proBdCnIt';
    src: url('../fonts/myriadpro-boldcondit-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-boldcondit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_probold_italic';
    src: url('../fonts/myriadpro-boldit-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-boldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_probold';
    src: url('../fonts/myriadpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_probold_condensed';
    src: url('../fonts/myriadpro-boldcond-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-boldcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_prosemibold_italic';
    src: url('../fonts/myriadpro-semiboldit-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-semiboldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_prosemibold';
    src: url('../fonts/myriadpro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_prolight';
    src: url('../fonts/myriadpro-light-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_procondensed_italic';
    src: url('../fonts/myriadpro-condit-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-condit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_procondensed';
    src: url('../fonts/myriadpro-cond-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_proregular';
    src: url('../fonts/myriadpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
    --font-regular:'myriad_proregular', sans-serif;
    --font-semibold:'myriad_prosemibold', sans-serif;
    --font-bold:'myriad_probold', sans-serif;
    --font-light:'myriad_prolight', sans-serif;
}

body{margin:0px; font-family:var(--font-regular);}
b,strong,h1,h2,h3,h4,h5,h6{
    font-family:var(--font-bold);
    font-weight:400;
}
*{
    box-sizing:border-box;
}
img{
    max-width:100%;
}
/* body .main-footer .disclaimer a:before{
    margin-right: 16px;
} */
body .main-footer .disclaimer a {
    padding-left: 14px;
}
.registration-form .iti {
    display: block;
}
section.splash-section {
    max-width: 100%;
    display: flex;
    align-items: center !important;
    height: auto;
/*    min-height: 100vh;*/
}
.splash-wrapper {
    /*max-width: 1200px;*/
    width:100%;
    display: flex;
    /* align-items: center; */
    margin: 0 auto;

}
.splash-content h1 {
    text-align: center;
    color: #664B99;
    font-size: 66px;
    margin: 0;
    line-height: 1;
    font-family: var(--font-bold);
    margin-bottom:60px;
    text-shadow:1px 0 #996699, 1px 0 #996699, 1px 1px #996699, 1px 1px #996699;
}
.splash-wrapper .splash-coming-left {
    width: 50%;   
    padding: 25px;
}
.splash-wrapper .splash-coming-left .download-app{
    font-size: 27px;
    line-height: 1.5;
    padding:40px 0;
}
.splash-wrapper .splash-coming-left .download-app p{
    margin:0 0 40px;
}
.splash-wrapper .splash-coming-left .download-app .download-app-logo{ 
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    margin: 0px auto 25px;
    /* column-gap: 25px; */
    padding-top: 10px;
}
.splash-wrapper .splash-coming-left .download-app .download-app-logo a{
  margin:0 12.5px;
  display: block;
}
.splash-wrapper .splash-coming-left .download-app .download-app-logo img{
    width:100%;
}
.download-app-logo img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.splash-wrapper .splash-coming-right {
    width: 50%;
    /* height: 100vh; */
    text-align: center;
    /* background-color: #8475a0; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    background-image: url('../images/splash-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px;
}
.splash-coming-right img {
    width: 56%;
}
.splash-content h2 {
    text-align: center;
    font-size: 44px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-semibold);
}
.splash-content h2 p{
    margin:0;
}
.splash-content h2 + h2{
    margin-top:45px;
    margin-bottom:50px;
    max-width:615px;
}
.splash-content h2 b{
    font-size:54px;
    line-height: 1;
    display: inline-block;
    font-family:var(--font-semibold);
}
.download-app p {
    text-align: center;
}
.important-notice-section {
    max-width: 760px;
    margin: auto;
    font-size: 26px;
    line-height: 1.6;
    font-weight: 300;
    padding: 0 15px;
    text-align: center;
}
.important-notice-section h2{
    margin: 0 0 15px;
    line-height: 1;
    font-size: 30px;
    font-family:var(--font-bold);
}
.important-notice-section p{
    margin:0;
    font-family:var(--font-light);
}
/* Form css */
.custom-form-wrap .form-fullwidth input {
    width: 100%;
    border-radius: 10px;
    border: 0;
    margin-bottom: 10px;
    height: 45px;
    padding: 5px 10px;
    outline: 0px;
    border: 1px solid #585858;
    font-size:22px;
}
.custom-form-wrap .toc-note{
    font-size: 18px;
    margin:5px 0 12px; 
}
.custom-form-wrap .toc-note a{
    color:inherit;
}
.custom-form-wrap .error-message{
    color: #fff;
    margin: 0px 0 20px;
    display: block;
    background: red;
    text-align: center;
    padding: 5px 10px;
}
.custom-form-wrap .success-message{
    color: #fff;
    margin: 0px 0 20px;
    display: block;
    background: green;
    text-align: center;
    padding: 5px 10px;
}
.custom-form-wrap .astrisk {
    position: absolute;
    color:#f37267;
    left: 10px;
    top: 10px;
    font-size: 22px;
    font-family:var(--font-regular);
}
.custom-form-wrap .form-half {
    /*display: flex;
    justify-content: space-between;*/
    display: inline-flex;
    margin:0 5px 0 0;
    width:48.55%;
    position: relative;
}
.custom-form-wrap .form-half + .form-half{
    display: inline-flex;
    margin:0 0px 0 5px;
}
.custom-form-wrap .form-half + .form-half + .form-half{
    margin:0 5px 0 0;
}
.custom-form-wrap .form-half + .form-half + .form-half + .form-half{
    margin:0 0px 0 5px;
}
.custom-form-wrap .form-half input, .custom-form-wrap .form-half select {
    width: 100%;
    border-radius: 10px;
    border: 0;
    margin-bottom: 10px;
    height: 45px;
    padding: 5px 10px;
    outline: 0px;
    border: 1px solid #585858;
    font-family:var(--font-regular);
    font-size: 22px;
}
.custom-form-wrap input::-webkit-input-placeholder { /* Edge */
   color:#585858;
   font-family:var(--font-regular);
}

.custom-form-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#585858;
   font-family:var(--font-regular);
}

.custom-form-wrap input::placeholder {
   color:#585858;
   font-family:var(--font-regular);
}
.registration-form .country_code{
    color: #585858;
    font-family: var(--font-regular);
    font-size: 21px;
    position: absolute;
    left: 40px;
    top: 10px;
    z-index: 1;
    min-width: 60px;
    text-align: center;
}
.registration-form .form-fullwidth{
    position:relative;
}
.registration-form .error-text:empty{
    display:none;
}
.registration-form .error-text{
    text-align: left;
    font-size: 16px;
    color: #f37267;
    margin-bottom:10px;
}
.registration-form .iti + .error-text{
    margin-top:10px;
    margin-bottom:0;
}
.registration-form .error-text span{
    text-align: left;
    font-size: 14px;
    background: red;
    padding: 3px 8px;
    display: block;
    color: #fff;
}
.registration-form .error-text span.green{
    background:green;
}
body .iti--container{
    z-index:9999;
    background: #fff;
}
.registration-form .iti--allow-dropdown input[type=tel]{
    padding-left:100px;
}
.custom-form-wrap form {
    width:500px;
    margin: 0 auto;
    max-width:100%;
}
.custom-form-wrap p{
    font-size: 20px;
    margin-left: -40px;
    margin-right: -40px;
}
.prizewin-section p {
    padding: 10px 0 0px 0;
    max-width: 740px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    font-family:var(--font-semibold);
    line-height: 1.4;
}
.prizewin-section p:nth-child(1) {
    padding-top: 0;
}
.prizewin-section .ticket-notes{
  padding-top:30px;
  font-family:var(--font-regular);
  padding-bottom:5px;
}
.prizewin-section .ticket-notes strong{
  font-family:var(--font-bold);
}
.prizewin-section p a {
    color: #fff;
    font-size: 28px;
}
p.mandatory-fields {
    color: #f37267;
    padding-bottom: 15px;
    font-family: var(--font-regular);
    font-size: 24px;
}
.custom-form-wrap .form-fullwidth input,
.custom-form-wrap .form-fullwidth input,
.custom-form-wrap .form-half input{
    padding-left:20px;
}
/* input#submit {
    background-color: #F27267;
    width: 30%;
    border-radius: 50px;
    pointer-events: all;
} */
p.terms-conditions a {
    color: #000;
}
.prizewin-section .ticket-notes {
    color: #000;
}
button#register-submit {
    background-color: #f37267;
    min-width: 190px;
    border-radius: 50px;
    pointer-events: fill;
    cursor: pointer;
    border: 0;
    font-size:16px;
    padding: 12px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
button#register-submit.loading:before{
    content:"";
    width:8px;
    height:8px;
    border:2px dotted #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
    margin-right:5px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.social-media-wrap ul {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
}
.social-media-wrap ul li {
    width:50px;
    height:50px;
    list-style-type: none;
    border-radius: 50px;
    border: 1px solid;
    display: flex;
    align-items: center;
    margin: 6px;
}
.social-media-wrap ul li.facebook-icon{
    padding:10px;
}
.social-media-wrap ul li.music-icon{
    padding:8px;
}
.social-media-wrap ul li:hover {
    background-color: #a887c9;
}
.game-logo img {
    width:auto;
    padding: 00px 0 0;
    margin: 00px 0 0 0;
    max-width:500px;
}
.counter-section{
    padding-bottom:40px;
    overflow:hidden;
}
.splash-footer{
    padding-top: 100px;
    padding-bottom: 250px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height:650px;
}
.splash-footer .footer-details.footer-left-section{
    padding-top:0;
    padding-bottom:0;
}
.splash-footer .footer-details {
    width: 50%;
    display: inline-block;
    text-align: center;
    float:left;
    padding:20px;
    color:#fff;
}
.splash-footer .footer-details h4{
    font-family:var(--font-semibold);
    color: #fff;
    font-size:46px;
    margin: 0;
    text-transform: uppercase;
}
.splash-footer .footer-details img{
    height:auto;
}
.splash-footer .footer-right-section.footer-details h4{
    max-width: 740px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.2;
    font-size: 40px;
    font-family: var(--font-regular);
}
.splash-footer .footer-right-section.footer-details .tagline{
    color: #fff;
    font-size: 38px;
    max-width: 570px;
    margin: 50px auto;
    line-height: 1.4;
}
.splash-footer .footer-right-section.footer-details .tagline-bottom{
    font-size: 48px;
    font-family: var(--font-bold);
}
.splash-footer .footer-details .download-app{
    display: flex;
    max-width:620px;
    margin: 0 auto;
}
.splash-footer .footer-details .download-app a{
    margin:0 20px;
    display:inline-block;
}
/* body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
}
.splash-section{
    flex:1;
} */
/* .splash-section .splash-wrapper{
  height:100%;
} */
.splash-wrapper .splash-coming-right{
    min-height: 100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form-wrap p a{
    color:#000;
}
.flipTimer .digit > div {
    padding: 0 7px;
}
.flipTimer{
    font-size: 110px;
    line-height: 102px;
    height: 100px;
    font-weight: 500;
}
.flipTimer .digit-set {
    width: 60px;
    height:100px;
}
.flipTimer .digit-set:after{
    width: 60px;
    height: 13px;
}
.registration-form .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 10px;
    margin-right: 6px;
    font-size: 22px;
    color:#585858;
    font-family:var(--font-regular);
}
.registration-form .iti__selected-flag {
    padding: 0 8px 0 8px;
}
.registration-form .iti__arrow {
    margin-left: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #585858;
}
.registration-form .iti__arrow--up {
    border-top: none;
    border-bottom:6px solid #585858;
}

@media screen and (max-width:1550px) {
    .splash-footer .footer-details h4 {
        font-size: 45px;
    }
    .splash-footer .footer-right-section.footer-details h4 {
        font-size: 36px;
    }
    .splash-footer .footer-right-section.footer-details .tagline {
        font-size: 32px;
        max-width: 490px;
        margin: 40px auto;
        line-height: 1.4;
    }
    .splash-footer .footer-right-section.footer-details .tagline-bottom {
        font-size: 42px;
    }
    .splash-footer .footer-details .download-app {
        max-width: 590px;
    }
    .splash-footer {
        padding-top:80px;
        padding-bottom: 160px;
    }
    .prizewin-section p {
        font-size: 23px;
    }
    .prizewin-section p a {
        font-size: 25px;
    }
    .game-logo img {
        max-width: 400px;
    }
    .flipTimer .digit-set {
        width: 54px;
        height: 90px;
    }
    .flipTimer {
        font-size: 90px;
        line-height: 90px;
        height: auto;
        flex-wrap: wrap;
    }
    .flipTimer .digit-set:after {
        width: 55px;
        height: 12px;
    }
}
@media screen and (max-width:1440px) {
    .splash-content h2 + h2{
        margin-bottom:0;
    }
    .counter-section {
        padding-bottom:12px;
    }
    .flipTimer .counter-column {
        margin: 40px 9px 30px;
    }
}
@media screen and (max-width:1366px) {
    .flipTimer .counter-column{
       margin:40px 6px 30px;
    }
    .splash-wrapper .splash-coming-left {
        padding: 25px 15px;
    }
}
@media screen and (max-width:1290px) {
    .splash-wrapper .splash-coming-left {
        padding: 50px 10px;
    }
    .flipTimer .counter-column{
        margin:40px 5px 30px;
     }
    .splash-footer .footer-details h4 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .splash-footer .footer-details .download-app {
        max-width: 500px;
        margin-top: 20px;
    }
    .splash-footer .footer-details .download-app a{
        margin:0 12.5px;
    }
    .splash-footer .footer-right-section.footer-details h4 {
        font-size: 34px;
    }
    .splash-footer .footer-right-section.footer-details .tagline {
        font-size: 28px;
        max-width: 420px;
        margin: 40px auto;
    }
    .splash-footer .footer-right-section.footer-details .tagline-bottom {
        font-size: 36px;
        line-height: 1.4;
    }
    .splash-footer {
        padding-top: 60px;
        padding-bottom: 120px;
    }
}
@media screen and (max-width:1199px) {
    .splash-wrapper{
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }
    body{
        height:auto;
        display:block;
    }
    .splash-wrapper .splash-coming-left,
    .splash-wrapper .splash-coming-right,
    .splash-footer .footer-details{
        width:100%;
        height: auto;
    }
    .splash-footer{
        min-height:auto;
    }
    .splash-footer .footer-details.footer-right-section{
        padding-top:50px;
    }
}
@media screen and (max-width:640px) {
.important-notice-section,
.splash-footer .footer-right-section.footer-details .tagline,
.prizewin-section p{
    max-width:100%;
}
.counter-section {
    padding-bottom:12px;
}
.flipTimer{
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    row-gap:10px;
}
.flipTimer .counter-column {
    margin:25px 10px 25px;
}
.download-app-logo img{
    width:100%;
}
.splash-wrapper .splash-coming-left {
    padding: 50px 20px;
}
.splash-wrapper .splash-coming-right{
    padding:30px 20px; 
}
.custom-form-wrap form{
    width:100%;
}
.custom-form-wrap .form-half,
.custom-form-wrap .form-half + .form-half,
.custom-form-wrap .form-half + .form-half + .form-half,
.custom-form-wrap .form-half + .form-half + .form-half + .form-half{
    padding: 0;
    margin:0;
    width: 100%;
}
.custom-form-wrap .astrisk {
    font-size: 18px;
}
.custom-form-wrap p{
    margin-left:0;
    margin-right:0;
}
.social-media-wrap ul li {
    width: 36px;
    height: 36px;
}
.social-media-wrap ul li.facebook-icon {
    padding: 6px;
}
.social-media-wrap ul li.music-icon {
    padding: 4px;
}
.splash-footer .footer-details h4{
    line-height:1.2;
}
.custom-form-wrap .form-fullwidth input,
.custom-form-wrap .form-fullwidth input,
.custom-form-wrap .form-half input,
.registration-form .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 18px;
}
.registration-form .country_code {
    font-size: 18px;
    left: 48px;
    top: 11px;
    min-width: 50px;
}
.prizewin-section .ticket-notes br,br{
    display:none;
}
.splash-content h2 + h2 {
    margin-bottom: 20px;
}
}

@media screen and (max-width:500px) {
    .splash-content h2{
        max-width:100%;
    }
    .game-logo img {
        max-width: 100%;
    }
    .splash-wrapper .splash-coming-left .download-app .download-app-logo{
        /* column-gap:15px;
        row-gap:15px; */
        padding-top: 0;
        margin-bottom: 0;
    }
    .splash-wrapper .splash-coming-left .download-app .download-app-logo a{
      margin:7.5px;
    }
    .splash-wrapper .splash-coming-left .download-app .download-app-logo img {
        width: 190px;
    }
    .splash-content h1{
        margin-bottom:40px;
    }
    .important-notice-section{
        padding-left:0;
        padding-right:0;
    }
}
@media screen and (max-width:480px) {
    .splash-content h1 {
        font-size: 46px;
    }
    .splash-content h2 {
        font-size:28px;
    }
    .splash-content h2 b {
        font-size: 32px;
    }
    .splash-content h2 {
        font-size: 28px;
    }
    .splash-wrapper .splash-coming-left .download-app {
        font-size: 18px;
        line-height: 1.4;
    }
    .important-notice-section {
        font-size: 16px;
        line-height: 1.4;
        padding: 0;
    }
    .important-notice-section h2 {
        font-size: 26px;
    }
    .splash-wrapper .splash-coming-left {
        padding: 40px 15px;
    }
    .splash-wrapper .splash-coming-right {
        padding: 30px 15px 30px;
    }
    .prizewin-section p {
        font-size: 18px;
    }
    .prizewin-section p a {
        font-size:19px;
    }
    .custom-form-wrap .toc-note {
        font-size: 16px;
    }
    .splash-footer .footer-details {
        padding-left:15px;
        padding-right:15px;
    }
    .splash-footer {
        padding-top: 45px;
        padding-bottom: 80px;
    }
    .splash-footer .footer-details h4 {
        font-size: 28px;
    }
    .splash-footer .footer-details .download-app a{
        margin:0 7.5px;
    }
    .splash-wrapper .splash-coming-left .download-app p {
        margin: 0 0 25px;
    }
    .splash-wrapper .splash-coming-left .download-app {
        padding-bottom: 30px;
        padding-top:30px;
    }
    .splash-footer .footer-right-section.footer-details h4 {
        font-size: 24px;
    }
    .splash-footer .footer-details.footer-right-section {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .splash-footer .footer-right-section.footer-details .tagline {
        font-size: 22px;
        margin: 25px auto;
    }
    .splash-footer .footer-right-section.footer-details .tagline-bottom {
        font-size: 28px;
    }
    .social-media-wrap ul li {
        margin:4px;
    }
    /* body .main-footer .disclaimer a:before{
        margin-right: 16px;
    } */
    body .main-footer .disclaimer a {
        padding-left: 14px;
    }
}

@media screen and (max-width:460px) {
    /* body .main-footer .disclaimer a:before{
        margin-right: 8px;
    } */
    body .main-footer .disclaimer a {
        padding-left: 8px;
    }
}

@media screen and (max-width:414px) {
    .splash-content h2 {
        font-size: 26px;
    }
    .social-media-wrap ul li {
        width: 30px;
        height: 30px;
        margin: 2px;
    }
}