/*----------
    FONTS
-----------*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?lin1f2');
    src: url('../fonts/icomoon.eot?lin1f2#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?lin1f2') format('truetype'),
        url('../fonts/icomoon.woff?lin1f2') format('woff'),
        url('../fonts/icomoon.svg?lin1f2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\e900";
}

.icon-arrow-up:before {
    content: "\e901";
}

/*----------
    STYLE
-----------*/
html,
body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto";
    font-size: 14px;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

button:focus,
button:hover {
    outline: none;
}

img {
    max-width: 100%;
}

/*----------
   Loading
-----------*/
.main-container {
    display: none;
}

.loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: url(../images/loading-bg.jpg?v=555555) no-repeat center;
    background-size: cover;
    z-index: 999;
}

.loading-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.loader {
    position: absolute;
    left: 50%;
    bottom: 18%;
    width: 709px;
    height: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.load-out {
    position: relative;
    padding: 15px 11px;
    width: 100%;
    height: 100%;
    background: url(../images/progress-bg.png) no-repeat center;
    background-size: contain;
}

.load-in {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: visible !important;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}

.load-icon {
    position: relative;
    display: inline-block;
    background: url(../images/load-icon.png) no-repeat center;
    background-size: contain;
    height: 55px;
    width: 55px;
    float: right;
    top: -17px;
    right: -10px;
    z-index: 999;
}
.loadmob {
    display: none;
}

body {
    background: #000 url(../images/bg.jpg) no-repeat bottom;
    background-size: cover;
}

.errorMsg {
    padding: 8px;
    background: #e74e4e;
    border: 1px solid #860404;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

.successMsg {
    padding: 8px;
    background: #6bb34b;
    border: 1px solid #1b4a07;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}
.loadtext {
    margin-top:-50px;
}
.wrapper {
    display: block;
    position: relative;
}

.header-wrapper {
    background: #062819;
}

.head {
    display: block;
    position: relative;
    text-align: right;
    padding: 5px 0;
}

.banner-wrapper {
    background: #00210c url(../images/bannerpage2.jpg) no-repeat center;
    background-size: cover;
    height: 550px;
}

.banner-mob,
.banner-tablet {
    display: none;
}

.btndef {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 175px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    margin: 0 3px;
    vertical-align: middle;
}

.btn-white {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #b2b2b2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #b2b2b2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #b2b2b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b2b2b2', GradientType=0);
}

.btn-yellow {
    background: #fff48e;
    background: -moz-linear-gradient(top, #fff48e 0%, #fecb1b 100%);
    background: -webkit-linear-gradient(top, #fff48e 0%, #fecb1b 100%);
    background: linear-gradient(to bottom, #fff48e 0%, #fecb1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48e', endColorstr='#fecb1b', GradientType=0);
}

.btn-green {
    color: #fff;
    background: #028843;
    background: -moz-linear-gradient(top, #028843 0%, #00602f 100%);
    background: -webkit-linear-gradient(top, #028843 0%, #00602f 100%);
    background: linear-gradient(to bottom, #028843 0%, #00602f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028843', endColorstr='#00602f', GradientType=0);
}

.btn-green > i {
    font-size: 24px;
    vertical-align: middle;
}

a.btn-green:hover {
    color: #fff;
}

.steps-wrapper {
   padding: 37px 0 20px;
}

.steps {
    display: block;
    text-align: center;
    color: #fff;
    border: 4px solid #fff48e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    min-height: 210px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.steps:hover, .steps:active, .steps:focus {
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.stepimg {
    margin-bottom: 20px;
    margin-top: -65px;
    width: 28%;
}

.steptitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.steptitle::after {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    background: #fff;
    margin: 5px auto;
}

.stepcontent {
    font-size: 15px;
    margin: 20px 0 0;
}

.steps .yellow {
    color: #fee71b;
}

.register-form {
    display: block;
    margin: 7% auto 0;
    background: rgba(0, 31, 12, 0.8);
    box-shadow: none;
    border: 2px solid #fff48e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.register-form > .close {
    color: #fff;
    opacity: 1;
    margin-top: 16px;
    margin-right: 31px;
    z-index: 9999;
    position: relative;
    cursor: pointer;
}

.inner-wrap {
    width: 316px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding-top: 38px;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form textarea,
.register-form select {
    background: #000;
    width: 100%;
    height: 43px;
    background-size: contain;
    border: none;
    padding-left: 20px;
    margin: 0 auto;
    font-size: 21px;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 999;
    color: #fff;
    border: 1px solid #fff;
}

.birthDate select {
    width: 31.5%;
    display: block;
    float: left;
    margin-right: 8px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 19px;
    position: relative;
}

.birthDate select:last-child {
    margin-right: 0;
}

.msg-error {
    color: #fff;
    font-size: 12px;
    margin-top: -5px;
    display: none;
    padding: 0 10px;
    margin-bottom: 5px;
}

.capbox-inner {
    position: relative;
}

#CaptchaDiv {
    font-size: 17px;
    font-style: italic;
    color: #fff;
    background-color: gray;
    padding: 4px;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    width: 100px;
    float: right;
    height: 43px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 41px;
    z-index: 999;
}

.dangky {
    width: 100%;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 50px;
    border: none;
}

.popup-Scratch {
    width: 661px;
    height: 397px;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 34%;
    left: 35%;
    border-radius: 5px;
    background: rgb(2, 136, 67);
    background: -moz-linear-gradient(top, rgba(2, 136, 67, 1) 0%, rgba(0, 96, 47, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 136, 67, 1) 0%, rgba(0, 96, 47, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 136, 67, 1) 0%, rgba(0, 96, 47, 1) 100%);
    border: 2px solid #d68c06;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.popup-Scratch .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.gift-game {
    width: 100%;
    margin-top: -90px;
}

.popup-Scratch h4 {
    text-align: center;
    color: #fee71b;
    font-weight: 600;
    font-size: 22px;
}

.popup-info {
    margin-top: 45%;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    background: rgb(2, 136, 67);
    background: -moz-linear-gradient(top, rgba(2, 136, 67, 1) 0%, rgba(0, 96, 47, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 136, 67, 1) 0%, rgba(0, 96, 47, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 136, 67, 1) 0%, rgba(0, 96, 47, 1) 100%);
    border: 2px solid #fff48e;
}

.popup-info > .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    z-index: 999;
    position: relative;
    cursor: pointer;
}
.popup-info.qr > .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    z-index: 999;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: -5px;
}

.playerLeft {
    width: 340px;
    height: 508px;
    display: block;
    background: url(../images/playerGirl.png) no-repeat;
    position: absolute;
    left: -140px;
    top: -126px;
    z-index: 8;
}

.popup-info .customDiv {
    position: relative;
    display: block;
    padding: 29px 4px 29px 163px;
    min-height: 200px;
    font-size: 20px;
    color: #fff;
    margin: 40px 41px;
}
#qrdownload .modal-dialog {
    max-width: 225px;
}
.popup-info .qrpop {
    position: relative;
    display: block;
    min-height: 200px;
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.qr_d_cont {
    text-align: center;
}
.qr_d_cont img {
    display: inline-block;
}
.dl-title {
    color: #fee71b;
    font-weight: 600;
}
.dl-desc, .dl-size {
    color: #fff;
    font-size: 12px;
}
.dl-size {
    margin-top: 5px;
}
.dl-sideBtn {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 192, 0) 0%, rgb(255, 222, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 192, 0) 0%, rgb(255, 222, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 192, 0) 0%, rgb(255, 222, 0) 100%);
}










.footer-wrapper {
    background: #062819;
    height: 65px;
}

.footer-wrapper .container-default {
    padding: 0;
}

.connum {
    color: #fff;
    font-size: 16px;
}

.connum:hover {
    color: #fff;
}

.connum span {
    vertical-align: middle;
}

.fbg {
    display: inline-block;
    background: url(../images/footer.png) no-repeat;
    margin-top: -8px;
}

.fmid {
    background-position: 0 0;
    width: 224px;
    height: 67px;
}

.fcontact {
    background-position: -244px 0;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.fside1 {
    background-position: 0 -72px;
    width: 90px;
    height: 64px;
}

.fside2 {
    background-position: -95px -72px;
    width: 90px;
    height: 64px;
}

.fside3 {
    background-position: -190px -72px;
    width: 90px;
    height: 64px;
}

.fside4 {
    background-position: -285px -72px;
    width: 90px;
    height: 64px;
}

.footdesktop {
    display: block;
}

.footmob {
    display: none;
}

.nopadd {
    padding: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

#phone:focus ~ .msg-error {
    display: block;
}

@media(max-width: 1366px) {
    .btndef {
        height: 40px;
        line-height: 40px;
        min-width: 150px;
        font-size: 16px;
    }

    .steptitle {
        font-size: 18px;
    }

    .stepcontent {
        font-size: 14px;
    }
}

@media(max-width: 1199px) {
    .footer-wrapper {
        height: auto;
        padding-top: 10px;
        padding-bottom: 175px;
    }

    .footdesktop {
        display: none;
    }

    .footmob {
        display: block;
        background: none;
    }

    .fbg {
        margin: 0;
    }

    .midmob {
        margin: 40px 0 0;
        font-size: 0;
    }

    .banner-wrapper {
        background: #00210c;
        height: auto;
    }

    .banner-wrapper .container,
    .nopaddmob {
        width: auto;
        padding: 0;
    }

    .banner-wrapper .container .row {
        margin: 0;
    }

    .banner-tablet {
        display: block;
    }

    .register-form {
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
    }
}

@media(max-width: 991px) {
    .stepimg {
        width: 75px;
        margin-top: -55px;
    }

    .steptitle::after {
        width: 100%;
    }
    
    .loader {
        width: 90%;
    }
}

@media(max-width: 768px) {
    .loadmob {
        display: block;
    }
    .loaddes {
        display: none;
    }
    .banner-mob {
        display: block;
    }

    .banner-tablet {
        display: none;
    }

    .head {
        text-align: center;
    }

    .steps-wrapper {
        padding: 40px 0 50px;
    }

    .steps {
        min-height: auto;
        margin-bottom: 45px;
    }

    .register-form {
        width: 100%;
        padding: 0 15px;
    }

    .inner-wrap {
        width: 100%;
    }

    .birthDate select {
        width: 31%;
    }

    .register-form > .close {
        margin-top: 6px;
        margin-right: 6px;
    }
    
    .loader {
        height: 41px;
    }

    .load-icon {
        height: 45px;
        width: 45px;
    }

    .load-out {
        padding: 15px 7px;
        max-width: 90%;
        margin:0 auto;
    }

}

@media(max-width: 500px) {
    .btndef {
        min-width: auto;
        padding: 0 6px;
    }

    .btn-green > i {
        font-size: 18px;
    }
}


@media(max-width: 425px) {

    .steptitle {
        font-size: 16px;
    }

    .stepcontent {
        margin: 10px 0 0;
    }

    .stepimg {
        width: 60px;
        margin-bottom: 10px;
        margin-top: -45px;
    }

    .steps-wrapper {
        padding: 40px 0 50px;
    }

    .steps {
        margin-bottom: 35px;
        padding: 10px;
    }
}
