/*----------
    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";
}




/*----------
    LOADING PAGE
-----------*/
.main-container {
    display: none;
}
.loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: url(../images/CasinoLandingPage1.jpg) no-repeat center;
    background-size: cover;
    z-index: 999;
  }
.loading-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .load-title {
    display: block;
    text-align: center;
  }
  
  .load-title img {
    max-width: 80%;
  }
  .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 709px;
    height: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -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;
  }




/*----------
    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;
    color: inherit;
}

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

img {
    max-width: 100%;
}

body {
    background: #082c06 url(../images/bg.jpg) no-repeat bottom;
    background-size: contain;
}
    
.contain_the_content {
    
}
.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;
}

.wrapper {
    display: block;
    position: relative;
}

.headercont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

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

.banner {
    display: block;
    margin: 0 auto;
}

.banner-mob {
    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;
}
.btndef2 {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    min-width: 240px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    margin: 0 3px;
    vertical-align: middle; 
    animation: scaling 3s linear infinite;
    -webkit-animation: scaling 800ms ease infinite;
    padding: 0 5px;
}
.btndef2:hover,.btndef2:focus,.btndef2:active {
    color: #fff;
    text-decoration:none;
}
.redirectBtn {
    text-align: center;
    margin-top: -124px;
    z-index: 9;
    position: relative;
    margin-bottom: 45px;
}


.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: #ef3636;
    background: -moz-linear-gradient(top, #ef3636 0%, #5f0c0c 100%);
    background: -webkit-linear-gradient(top, #ef3636 0%, #5f0c0c 100%);
    background: linear-gradient(to bottom, #ef3636 0%, #5f0c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff48e', endColorstr='#fecb1b', GradientType=0);
    border: 2px solid #900b0b;
}
.btn-yellow2 {
    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);
}

.steps-wrapper {
    padding: 18px 0 20px;
    position: relative;
    z-index: 99;
}

.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: 10px 0 0;
}

.steps .yellow {
    color: #fff;
}
.steps .yellow i {
    color: #fee71b;
    font-style: normal;
}
.register-form {
    width: 530px;
    height: 528px;
    display: block;
    margin: 30% auto 0;
    background: rgba(11, 84, 17, 0.9);
    background: -moz-linear-gradient(top, rgba(11, 84, 17, 0.9) 0%, rgba(2, 45, 4, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(11, 84, 17, 0.9) 0%, rgba(2, 45, 4, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(11, 84, 17, 0.9) 0%, rgba(2, 45, 4, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5411', endColorstr='#022d04', GradientType=0);
    box-shadow: none;
    border: 2px solid #d68c06;
}

.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;
}
@keyframes scaling  {
    0% {
    transform: scale(1,1);
    }
    100% {
        transform: scale(1.1,1.1);
    }
}

@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: 991px) {
    body {
        background-size: cover;
    }

    .stepimg {
        width: 75px;
        margin-top: -55px;
    }

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

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

    .banner-mob {
        display: block;
    }

    .headercont {
        position: relative;
        background: #003c19;
    }

    .head {
        text-align: center;
    }

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

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

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

    .inner-wrap {
        width: 100%;
    }

    .birthDate select {
        width: 31%;
    }

    .register-form > .close {
        margin-top: 6px;
        margin-right: 6px;
    }
    .redirectBtn {
        margin: 20px 0;
    }
}

@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;
    }
}
