@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body { font-family: "Open Sans", sans-serif; line-height:1.3; font-size:15px; margin:0 auto; color: #ffffff; background-color: #1c1c24;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button:focus, a:focus, input:focus, textarea:focus, select:focus {
    outline: none;
}
h1,h2,h3,h4 {
    font-weight: 700;
}

/** Header **/
.header {
    position: fixed;
    z-index: 1000;
    width: 100%; 
    background: transparent;
    padding: 15px 15px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.header.active {
    background: #000000a3;
    padding: 15px 15px;
    box-shadow: 0 -1px 3px rgb(0,0,0,0.7);
}
.logo {
    text-align: center;
    max-width: 160px;
    margin: auto;
}
.header .logo .dark {
    display: none;
}
.header.active .logo .light {
    display: none;
}
.header.active .logo .dark {
    display: block;
}
.menu-bar {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    max-width: 30px;
    position: absolute;
    left: 10px;
    z-index: 999;
}
.header.active .menu-bar {
    color: #fff;
}
.dps-top {
    position: absolute;
    right: 15px;
    top: -2px;
    z-index: 999;
}
.deposit-top-btn {
    display: block;
    text-align: center;
    
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 10px 3px;
    width: 120px;
    height: 40px;
    margin: auto;
background-color: #44114c;border: 1px solid #aa20c4;}
.deposit-top-btn:hover {
    background: transparent;
    color: #fff;
}
.header.active .deposit-top-btn {
    background: #fff;
    color: #11234B;
}
.header.active .deposit-top-btn:hover {
    background: transparent;
    color: #fff;
}
.header-left {
    position: absolute;
    left: 5%;
    top: -5px;
}
ul.nav.menu-top li.nav-item a {
    color: #3360b7;
    font-size: 9px;
    text-align: center;
    font-weight: 600;
}
ul.nav.menu-top li.nav-item {
    margin: 0 10px;
}
ul.nav.menu-top li.nav-item a img {
    max-width: 28px;
    display: block;
    margin: 0 auto -4px;
    filter: saturate(2.8) contrast(0.8);
}
ul.nav.menu-top li.nav-item:hover a {
    color: #fff;
}
ul.nav.menu-top li.nav-item:hover a img {
    filter: saturate(0) contrast(1) brightness(15);
}
.header-right {
    position: absolute;
    right: 2%;
    top: 1px;
}
button.login-btn-header {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 100px;
    height: 30px;
    color: #0b1f45;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 3px;
}
button.login-btn-header:hover {
    background: transparent;
    color: #fff;
}
button.join-btn-header {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 100px;
    height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 3px;
}
button.join-btn-header:hover {
    background: #fff;
    color: #0b1f45;
}




/** Slider **/
.slider-text-wrapper {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    left: 11%;
    right: auto;
    top: 54%;
    max-width: 80%;
    margin: auto;
}
.slider-content {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}
.slider-content .free {
    color: #F2E4A0;
    font-size: 26px;
    font-style: italic;
}
.contact-top .slider-content{
    display: none;
}
.slider-join {
    margin-top: 30px;
}
button.join-btn {
    background: #44114c;
    color: #fabdff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 13px;
    width: 210px;
    margin: 5px;
border: 1px solid #aa20c4;}
button.join-btn:hover {
    background: transparent;
}
button.login-btn {
    background: transparent;
    color: #fabdff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 13px;
    width: 210px;
    margin: 5px;
border: 1px solid #aa20c4;}


/** Home Menu **/
.home-game-menu {
    position: relative;
    background: #1c1c24;
    padding: 25px 0;
}
.home-game-menu:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave.png');
    background-size: auto 100%;
    content: "";
}
.mx90{
    max-width: 95%;
    margin: auto;
}
.searchbox {
    position: relative;
    max-width: 370px;
    margin: auto;
}
span.search-icon {
    position: absolute;
    left: 15px;
    top: 8px;
    color: #b622d2;
    font-size: 25px;
}
input.search-input {
    border: 2px solid #44114c;
    border-radius: 30px;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 18px;
    font-weight: 700;
    color: #919191;
    width: 100%;
background-color: #100e11;}
input.search-input::placeholder {
    color: #cdcfd8;
}
.nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.nav-menu a {
    text-align: center;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}
.nav-menu a:hover .roundbox, .nav-menu a.active .roundbox  {
    background: #100e11;
    transition: 0.3s;
box-shadow: 0px 0px 8px 2px #df20fd;}
.nav-menu a:hover .roundbox img, .nav-menu a.active .roundbox img {
    /* filter: brightness(10); */
    animation: spin 0.8s linear;
}
.roundbox {
    background: #100e11;
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s;
}
.filter-menu-bar .roundbox{
    background: #1c1c24;
}
.roundbox img {
    max-width: 40px;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}


/** Home **/
.home-game {
    position: relative;
    background: #100e11;
    padding: 30px 0;
}
.home-game:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}
.title-hot {
    color: #ffffff;
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
}
span.round-frame {
    width: 33px;
    height: 33px;
    display: inline-flex;
    border: 1px solid #ffffff;
    border-radius: 50%;
    vertical-align: bottom;
    margin-right: 7px;
}

.gamebox {
    position: relative;
    border-radius: 12px 12px 0px 0;
    overflow: hidden;
    margin-top: 15px;
}
.gamebox im{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.playpop {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.gamebox:hover .playpop {
    opacity: 1;
    visibility:visible;
    transition: 0.3s;
}
a.play-btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    width: 160px;
    margin: auto;
    border-radius: 37px;
    padding: 7px 0px;
    text-align: center;
    text-transform: uppercase;
    background: #44114c;
    color: #ffffff;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
border: 1px solid #aa20c4;}
a.play-btn:hover {
    background: transparent;
}
.gamebox:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.game-title {
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0;
color: #fff;text-transform: uppercase;}


/** Footer **/
.footer-sec {
    position: relative;
    background: #fff;
    padding: 25px 0;
}
.footer-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}
.seo-content {
    font-size: 13px;
}
.seo-content h1 {
    font-size: 24px;
}
.seo-content h2 {
    font-size: 16px;
}
.footer-bottom-sec {
    position: relative;
    background: #1c1c24;
    padding: 20px 0 30px;
}
.footer-bottom-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave.png');
    background-size: auto 100%;
    content: "";
}
.index_footer_d .footer-bottom-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}
.index_footer_d .footer-bottom-sec {
    position: relative;
    background: #100e11;
    padding: 20px 0 30px;
}
.index_footer_d .footer-copyright {
    background: #1c1c24;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 15px;
}
.footer-menu {
    text-align: center;
    margin-bottom: 27px;
}
.footer-menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 15px;
}
.footer-menu a:hover {
    color: #000;
}
.bottom-logo {
    max-width: 1280px;
    margin: auto;
    text-align: center;
}
.bottom-logo img {
    max-width: 120px;
    margin: auto;
    filter: drop-shadow(0 0 1px rgb(0,0,0));
}
.footer-copyright {
    background: #100e11;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 15px;
}

/** Footer additional **/
.step-sec {
    background:#f8f6f6;
}
.step-wrapper {
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0 25px;
}
.step-box {
    position:relative;
    height:167px;
    padding-top: 15px;
    max-width:350px;
}
.step-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}
.step-box::before {
    border-width: 60px;
    border-right-color: #1B356E;
    border-top-color: transparent;
    border-bottom: transparent;
}
.step-img {
    float: left;
    padding: 14px 15px;
    max-width: 135px;
}
.step-info {
    text-align:right;
}
.step-info h4 {
    font-size:25px;
    font-weight:900;
    color:#1B356E;
    margin-bottom:0;
}
.step-info span {
    color:#707070;
    font-size:16px;
    line-height:1;
}
.step-num {
    font-size:28px;
    font-weight:900;
    position: absolute;
    right: 8px;
    bottom: 0;
}
.step-num span {
    color:#fff;
    margin-left:25px;
}

.highlight-sec {
    padding:30px 0;
}
.highlight-wrapper {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    max-width:1480px;
    margin:auto;
    color:#535353;
    background:url('../images/line-btm.png')no-repeat;
    background-position: bottom center;
}
.gs-title {
    font-size: 18px;
    color: #ffb800;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}
.sbox {
    color: #A2A6A9;
    font-size: 16px;
    text-align: center;
    position: relative;
    min-height: 250px;
    min-width: 280px;
    padding: 0 20px;
}
.sport-caption {
    line-height: 1.2;
    margin-top: 10px;
}
.wel-bonus {
    color:#1B356E;
    font-size:96px;
    font-weight:900;
    line-height: 0.9;
    margin-top: 25px;
}
.wel-bonus span {
    display: block;
    color: #1B356E;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 8px;
}
.welcome-caption {
    max-width:340px;
    margin:auto;
    line-height:1.2;
}
.servicebox {
    position:relative;
    color:#535353;
    font-size:15px;
    padding:0 20px;
    min-width: 280px;
}
.lvlbar-title {
    max-width: 400px;
}
.dw-title {
    font-size: 18px;
    font-weight: 600;
    float: left;
}
span.avr {
    display: block;
    font-size: 13px;
    line-height: 0.7;
}
.dw-time {
    font-size: 32px;
    text-align:right;
}
.dw-time span {
    font-size:14px;
}
.deposit-bar {
    background: #EBE7E4;
    height: 13px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin-bottom:10px;
}
.deposit-bar .level {
    background: #1B356E;
    width: 20%;
    height: 100%;
    border-radius: 8px;
}
.withdraw-bar {
    background: #EBE7E4;
    height: 13px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin-bottom:10px;
}
.withdraw-bar .level {
    background: #1B356E;
    width: 50%;
    height: 100%;
    border-radius: 8px;
}
.avr-caption {
    font-size: 11px;
    line-height: 1.2;
    max-width: 450px;
    padding-top: 5px;
    font-weight: 600;
}

.bdf-1 {
    background:url('../images/line-vertical.png')no-repeat;
    background-position: right center;
    padding-right:10px;
}
.bdfb:after {
    content:url('../images/line-horiz.png');
    display: block;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    right:0;
    left:0;
}
.bdfb-1:after {
    content:url('../images/line-horiz.png');
    display: block;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.bdfb-2:after {
    content:url('../images/line-horiz.png');
    display: block;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.prod-adv {
    position:relative;
    padding:10px 20px;
}
.slidebox h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    color: #545454;
}
.slide_viewer {
  min-height: 180px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slidebox {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    line-height: 1;
    font-size: 12px;
    color: #A2A6A9;
}

.slidebox:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #c1c1c1 !important;
  font-size: 30px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #183A72 !important;
  cursor: pointer;
}
.info-center {
    padding: 10px 20px;
}
.info-center a {
    color:#535353;
    display:block;
    margin-bottom:18px;
    font-size:15px;
    font-weight: 600;
}
.info-center a:hover {
    color:#1B356E;
}
.member-service {
    padding: 10px 20px;
    height:250px;
}
.service-wrapper {
    display:grid;
    grid-template-columns:60px auto;
    grid-gap:15px 0;
    padding: 10px 5px;
}
.cs-icon i {
    font-size:30px; 
    color: #1B356E;
}
.cs-box {
    font-size: 15px;
    font-weight: 600;
    color: #00a2e1;
    line-height: 1.1;
    text-transform: uppercase;
}
.cs-box a {
    font-size:15px;
    color:#535353;
    display:block;
    text-transform:none;
}
.cs-box a:hover {
    color:#1B356E;
}
.footer-seo {
    padding: 33px 0;
}
.seo-wrapper {
    color: #80878c;position: relative;
    /* background: #EEF2F5; */
    /* padding: 45px 60px 60px; */
    border-radius: 15px;
}
.seo-inner h2 {
    font-size: 17px;
    text-transform: uppercase;
}
.seo-inner h3 {
    font-size: 14px;
    text-transform: uppercase;
}
.seo-inner {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    /* max-height: 120px; */
    /* overflow: hidden; */
    transition: max-height 0.5s ease;
}
.seo-btn {
    background: #4F4F4F;
    color: #fff;
    border: none;
    padding: 3px 7px;
    border-radius: 8px;
    font-size: 19px;
    float: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.seo-btn:hover {
    background: #1B356E;
    color: #fff;
}
.hide {
  display: none;
}

.show:target {
  display: none;
}

.show:target ~ .hide {
  display: block;
}

.show:target ~ .seo-inner {
  max-height: 100%;
}

.show:target ~ .faded {
    margin-top: 0;
    display: none;
}
.faded {
  background: linear-gradient(to top, rgba(239,242,244,1) 0%, rgba(239,242,244,0) 75%);
  height: 120px;
  margin-top: -120px;
  position: relative;
}




/** Promotion **/
.promo-top {
    background: url("../images/promo/banner-promotion.jpg")no-repeat top center;
    background-size: cover;
    min-height: 350px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
}
.mix {
    display: none;
}
.filter-menu-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    margin: 15px 0 30px;
}
.promo-bx a {
    color: #fff;
    display: block;
    max-width: 412px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    margin: 5px auto;
}
.pmbox {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}
.pmbox:hover .roundbox, .pmbox.active .roundbox {
    background: #df20fd;
}
.pmbox:hover .roundbox img {
    filter: brightness(10);
    animation: spin 0.8s linear;
}
.pmbox.active .roundbox img {
    filter: brightness(10);
}
.promo-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    max-width: 1280px;
    margin: auto;
}
.promo-banner {
    max-width: 412px;
    height: auto;
    overflow: hidden;
}
.promo-banner img {
    object-fit: cover;
    transition: 0.5s;
}
.promo-title-wrapper {
    background: #1c1c24;
    color: #fff;
    padding: 10px 15px;
}
.promo-title-wrapper h4 {
    font-size: 18px;
}
.smtitle {
    height: 33px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.date-promo {
    font-weight: 600;
    font-size: 14px;
}
.promo-bx:hover .promo-banner img{
    transition: 0.5s;
    transform: scale(1.2);
}
.gr-title {
    font-weight: 700;
}

/** Registration **/
.reg-sec {
    background: url("../images/bg-join.jpg")no-repeat bottom center;
    background-size: cover;
    min-height: 90vh;
    padding: 120px 0 45px;
}
.reg-sec h3 {
    color: #fff;
}
.form-wrapper {
    max-width: 400px;
    margin: auto;
}
.logput {
    position: relative;
    max-width: 400px;
    margin: auto auto 10px;
}
input.regform {
    height: 48px;
    border-radius: 35px;
    border: 2px solid transparent;
    padding: 5px 20px;
    font-weight: 700;
    color: #11234b;
}
input.regform:focus {
    border: 2px solid #11234b;
}
input.regform::placeholder, input.contact-input::placeholder  {
    color: #11234b;
}
.toggle-password {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #11234b;
}
button.submit-btn {
    background: #44114c;
    border: none;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    width: 200px;
    height: 48px;
    margin: auto;
    transition: 0.3s;
border: 1px solid #b622d2;}
button.submit-btn:hover {
    background: #44114c;
    transition: 0.3s;
    letter-spacing: 2px;
}
.logput.contact {
    background: #fff;
    height: 48px;
    border-radius: 35px;
    border: 2px solid transparent;
    padding: 5px 20px;
    font-weight: 700;
    color: #11234b;
    display: flex;
    align-items: center;
}
select.numcode {
    width: 70px;
    border: none;
    background: none;
    font-weight: 700;
    color: #11234b;
}
input.contact-input {
    border: none;
    padding-left: 10px;
    font-weight: 700;
    color: #11234b;
}


/** Login **/
.login-sec {
    background: url("../images/bg-login.jpg");
    background-size: 40px auto;
    min-height: 90vh;
    padding: 120px 0 45px;
    color: #fff;
    background-size: cover;
}
label.flable {
    margin: 0 auto 2px 20px;
    color: #88a1d9;
    font-weight: 900;
    font-size: 13px;
}
.logput-login {
    text-align: center;
    margin: 40px 0 15px;
}
button.login-btn-form {
    background: #44114c;
    color: #fabdff;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    border-radius: 35px;
    width: 100%;
    height: 48px;
    transition: 0.3s;
border: 1px solid #941daa;}
button.login-btn-form:hover {
    background: transparent;
}
button.sign-btn-form {
    background: #100e11;
    border: 1px solid #941daa;
    border-radius: 35px;
    height: 48px;
    width: 100%;
    color: #fabdff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
}
button.sign-btn-form:hover {
    color: #fabdff;
    border: 1px solid #941daa;
background: transparent;}
.forgot {
    text-align: center;
    margin: 15px 0;
}
.forgot a {
    color: #fabdff;
    font-weight: 900;
    font-size: 14px;
}
.forgot a:hover {
    color: #ffffff;
}
.vcode {
    max-width: 100px;
    position: absolute;
    right: 25px;
    top: 12px;
}
.caption-forogot {
    color: #88a1d9;
    font-size: 12px;
}

/** Info Page **/
.about-top {
    background: url("../images/bg-join.jpg")no-repeat bottom center;
    background-size: cover;
    min-height: 330px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}
.info-sec {
    position: relative;
    background: #100e11;
    padding: 25px 0;
    font-size: 17px;
    line-height: 1.6;
}
.info-sec:after {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 8px;
    background: url('../images/wave-white.png');
    background-size: auto 100%;
    content: "";
}
.info-sec h2 {
    color: #4d9fc5;
}
button.btn-tnc {
    background: #11234B;
    width: 100%;
    text-align: left;
    font-size: 17px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
}
button.btn-tnc.collapsed {
    border:1px solid #11234B;
    background: #F5F7FC;
    color: #11234B;
    font-weight: 700;
}
button.btn-tnc:focus {
    outline: none;
}
.tnc-card {
    margin-bottom: 10px;
}
.tnc-body {
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.4;
    border: 1px solid #dedede;
    font-size: 16px;
}
.tnc-body ol {
    padding-left: 15px;
}
.tnc-body ol li {
    padding-bottom: 8px;    
}
.bank-table tr.trans td {
    color: #ffffff;
    border: 1px solid #aa20c4;
    padding: 2px;
}
.bank-table tr.trans1 td {
    color: #ffffff;
    border: 1px solid #aa20c4;
    padding: 2px;
}
.bank-table tr.dwbox td {
    background: #44114c;
    color: #fff;
    border: 1px solid #aa20c4;
    font-weight: 700;
    padding: 2px;
}

/** Deposit **/
.ligh-text {
    color: #88a1d9;
    font-size: 18px;
    padding: 6px;
}
.bktitle {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 15px;
}
.dps-method {
    margin-top: 15px;
}
.dps-method a {
    display: inline-block;
    width: 140px;
    text-align: center;
    background: #EAECEE;
    color: #000;
    margin: 5px 15px;
    padding: 10px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 6px;
}
.dps-method a.active, .dps-method a:hover {
    background: #44114c;
    color: #ffffff;
}
.deposit-table tr th {
    background: #44114c;
    color: #fff;
    text-align: center;
    padding: 6px;
    border: 1px solid #aa20c4;
}
.deposit-table tr td {
    color: #ffffff;
    text-align: center;
    padding: 6px;
    border: 1px solid #aa20c4;
}
.acc-field label {
    margin-bottom: 0px;
    display: block;
    padding-left: 0;
    font-weight: 600;
}
.acc-field {
    margin-bottom: 10px;
}
input.acc_input, select.acc_input {
    height: 40px;
    padding: 2px 15px;
    border-radius: 27px;
    border: 1px solid #979797;
    font-size: 16px;
    width: 100%;
}
input.acc_input:focus, select.acc_input:focus {
    border: 1px solid #11234B;
}
input.acc_input.upload {
    width: 80%;
}
.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
button.upload-button {
    background: #44114c;
    color: #fff;
    border: none;
    border-radius: 35px;
    height: 40px;
    width: 19%;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    font-size: 15px;
    transition: 0.3s;
    text-shadow: 0 1px 2px rgb(0,0,0,0.8);
}
button.dep-submit-btn {
    background: #44114c;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 210px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 35px;
    
border: 1px solid #aa20c4;}
button.dep-submit-btn:hover {
    background: transparent;
    color: #fff;
}
.date-search {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    grid-gap: 15px;
}
button.dep-submit-btn.search {
    height: 40px;
    margin-top: 27px;
    padding: 5px;
}
.history-wrapper {
    padding: 20px 0;
    overflow: auto;
}
.acc_wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 20px;
}
.inbox-table tr th {
    
    color: #fff;
    padding: 5px;
background-color: #44114c;
    border: 1px solid #aa20c4;}
.inbox-table tr td {
    
    padding: 5px;
    font-weight: 600;
    line-height: 1.3;
    padding: 6px 5px;
    font-size: 16px;
    text-align: center;

    border: 1px solid #aa20c4;}
.inbox-table a {
    color: #ffffff;
}
.number-mail {
    text-align: center;
}
.inbox-table tr td.mail-title {
    text-align: left;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-mail {
    font-size: 14px;
    color: #515151;
    line-height: 1;
    margin-top: 5px;
}

.deposit-table.inbox tr td:first-child {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 570px;
    padding-left: 15px;
}
.deposit-table.inbox a {
    color: #11234B;
}
.deposit-table.inbox a:hover {
    color: #2982a5;
}

/** Contact US **/
.contact-top {
    background: url('../images/img/banner-customer support.jpg')no-repeat top center;
    background-size: cover;
    min-height: 350px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}
.contact-title {
    background: #0b1f45;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
}
.contact-wrapper {
    /* background: #f8f8f8; */
    /* padding: 15px; */
    font-size: 14px;
    /* margin-bottom: 30px; */
}
.contact-choice {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.conbox {
    position: relative;
    display: grid;
    align-items: center;
    line-height: 1;
    /* background: #fff; */
    /* border: 1px solid #dfdfdf; */
    padding: 5px 7px;
    color: #818181;
    min-width: 150px;
text-align: center;}
.conbox:hover {
    /* border: 1px solid #14284d; */
    /* color: #14284d; */
}
.icon-contact {
    font-size: 30px;
    margin-right: 0px;
margin-bottom: 10px;}
.icon-contact img{
    width: 55px;
}
.method-ct {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.click-ct {
    color: #818181;
    font-size: 12px;
    padding-top: 2px;
}
.conbox .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #14284d;
    color: #14284d;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 118%;
    left: 50%;
    margin-left: -60px;
}
.conbox .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #14284d transparent;
}
.conbox:hover .tooltiptext {
  visibility: visible;
}

/** Download **/
.download-top {
    background: url("../images/img/banner-download.jpg")no-repeat top center;
    background-size: cover;
    min-height: 350px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
}
.dlbox {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
    max-width: 419px;
    cursor: pointer;
}
.device-icon {
    color: #fff;
    position: absolute;
    top: 29%;
    left: 13px;
    font-size: 25px;
}
a.dl-btn {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 12px;
    background: #44114c;
    color: #ffffff;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
border: 1px solid #aa20c4;}
a.dl-btn:hover {
    background: transparent;
    color: #fff;
}

/** Blog **/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #1c1c24;
}
.blog-title-box {
    background: #44114c;
    padding: 5px;
    display: flex;
}
.blog-title-box i {
    font-size: 25px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}
.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}
.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}
.blog-time-title {
    color: #ffffff;
}
.blog-time-title h4 {
    font-size: 22px;
}
.blog-content {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #0b1f45;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}
.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #dadada;
    border-radius: 10px;
}
.moreinfo_btn {
    background-color: #aa20c4;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}
.blog_details_txt{
    color: #fff;
    font-size: 15px;
}
.blog_details_title{
    color: #0b1f45;
    font-size: 17px;
    font-weight: 600;
}
.blog-title-box i.fab_custom{
    font-size: 15px;
    color: #fff;
    margin-left: 0;
    margin-right: 16px;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}
.blog_back{
    align-self: center;
    margin-left: auto;
}
.gamebox_title{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

/*tournament*/
.challe-box {

    /* max-width: 1500px; */
    height: 358px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;

    width: 100%;
    /* border: 1px solid #dcb848; */
    margin-top: 0;
    display: flex;
    align-items: center;
}

.nvp15 {
    padding-top: 40px;
}

.beach-box {
    background-size: cover;
    background-position: center;

    height: 100%;
    width: 50%;

    position: relative;
    border-radius: 18px 0 0 18px;
    display: flex;
}

.challe-1 {
    background: url("../images/tournament/tnm-pp.jpg")no-repeat center;
background-size: cover;}
.challe-2 {
    background: url("../images/tournament/tnm-pt.jpg")no-repeat center;
background-size: cover;}

.light-box-1 {
    background: #1c1c24;

    width: 50%;
    height: 100%;
    padding: 0 15px;
}

.tbox-1 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #000;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;

    color: #df20fd;
    /* border: 1px solid #cb0000; */
    width: 40px;
    height: 35px;
    line-height: 29px;
box-shadow: 0px 0px 4px 1px #0090ff;}

.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 3px;
    line-height: 1;
}

.btitle {
    position: absolute;
    right: 0;
    bottom: 8%;
left: 0;}

.btitle-1 {
    position: absolute;
    right: 33px;
    bottom: 26px;
}

img.logo-beach {
    position: absolute;
    right: 13px;
    top: 10px;
}

.countdown-wrap {
    background: #000;
    max-width: 203px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.56);
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding: 10px;
    height: 65px;
}

.cd-1 {
    background: #1c1c24;
}

.cd-2 {
    background: #0086c6;
}

.cd-3 {
    background: #0086c6;
}

.cd-4 {
    background: #0086c6;
}

.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
    grid-gap: 13px;
}

.tcap-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.prize-grid- {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}

.prize-grid-1 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px 10px;
    padding: 0px 0 8px 0;
}

.p-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-title-1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 105px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    width: 100%;
    padding: 2px 0px;
    color: #6443b3;
    font-size: 13px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
}

.c-info-1 {
    background: #000;
    border-radius: 10px;
    max-width: 250px;
    max-height: 45px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #df20fd;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    /* border: 1px solid #cb0000; */
    align-items: center;
box-shadow: 0px 0px 4px 1px #0090ff;}

.s-info-1 {
    font-weight: inherit;
}

.prizes-1 {
    background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #6443b3;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}

.prizes-1 a {
    color: #6443b3;
}

.prizes-1 a:hover {
    color: #000;
}

.medal-1 {
    position: absolute;
    left: 14px;
    top: 0px;
}

.prz-1 {
    margin-left: 40px;
}

.winner_list_btn {
    display: block;
}

.winner_list_btn i {

    margin-right: 10px;
}

.challenge-note {
    font-family: 'Abel', sans-serif;
    color: #ffa800;
    font-size: 15px;
    text-transform: uppercase;

}

.challenge-note-end {
    font-family: 'Abel', sans-serif;
    color: #ffff00;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 48px;
}
.tnc-applied {
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
    display: block;
}
/*end*/
.rank-top-1 {display: flex;justify-content: space-between;align-items: center;align-content: center;/* border: 1px solid #fff; */padding: 5px 0px;color: #df20fd;box-shadow: 0px 0px 4px 1px #0090ff;font-weight: 900;}

.winner-rank-1 {}

.rank-row2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    align-content: center;
    /* border: 1px solid #fff; */
    padding: 5px 0px;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0px 0px 4px 1px #0090ff;
}

.rb2 {
    width: 50%;
    text-align: center;
}

.rb3 {}

.rb3 {
    width: 50%;
    text-align: center;
}
.modal-dialog.promo.rank_wrap_cus {
    max-width: 500px;
}
.frame {
    position: absolute;
}
.prv-nm {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 29%;
    bottom: 5%;
}
.prv-txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 45%;
    bottom: 8%;
    font-size: 1vw;
    text-align: center;
    font-weight: bold;
    max-width: 10vw;
}
.frame-1 .prv-nm {
    position: absolute;
    right: 0px;
    left: auto;
    margin: auto;
    /* max-width: 210px; */
    width: 100%;
    bottom: 4%;
    max-width: 10vw;
}
.frame-1 .prv-txt {
    position: absolute;
    left: auto;
    right: 0;
    margin: 0px auto;
    width: 100%;
    bottom: 4%;
    max-width: 10vw;
}
.prv-nm img {
    filter: drop-shadow(1px 1px 1px black);
    height: 1.7vw;
    display: block;
    margin: 0px auto;
}






@media(max-width:1200px) {
.contact-choice {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.conbox {
    min-width: auto;
}
.icon-contact {
    font-size: 25px;
}       
}

@media (max-width:991px) {
.header-left, .header-right {
    display: none;
}
.mx90 {
    max-width: none;
    margin: 0 -15px;
}
.searchbox {
    margin-bottom: 25px;
}
.carousel-item {
    height: 42vh;
}
.carousel-item img {
    height: 100%;
    object-fit: cover;
}   
.footer-menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px 5px;
}
.slider-content {
    font-size: 40px;
}
.filter-menu-bar {
    display: flex;
    justify-content: space-between;
}   
.promo-boxes {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
button.upload-button {  
    width: 40%;
    font-size: 14px;
}
input.acc_input.upload {
    width: 59%;
}   
.banking-table {
    font-size: 15px;
    overflow: auto;
}   
.bdf-1 {
    background: none;
    padding: initial;
}
.bdfb:after,.bdfb-2:after {
    content: none;
}
.highlight-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.member-service {
    height: auto;
    padding: 10px 0;
}
.step-wrapper {
    display: block;
}
.step-box {
    max-width: 280px;
    margin: auto;
    height: 140px;
}
.step-img {
    padding: 10px 0px;
    max-width: 90px;
}
.step-info {
    line-height: 0.9;
}   
.step-info h4 {
    font-size: 21px;
    margin-bottom: 5px;
}   
.step-info span {
    font-size: 15px;
}
.step-num {
    font-size: 24px;
}
.blog-boxer {
    display: grid;
    grid-template-columns: auto;    
}
	.prv-nm {
    bottom: 1vw;
}

.prv-txt {font-size: 2vw;max-width: 20vw;}

.frame-1 .prv-txt {
    bottom: 4%;
    max-width: 22vw;
}

.frame-1 .prv-nm {
    /* right: 4vw; */
    bottom: 2%;
    max-width: 20vw;
}
  .prv-nm img {
    height: 3.7vw;
}
}

@media (max-width:767px) {
.seo-wrapper {
    padding: 30px 30px 60px;
}   
.highlight-sec {
    padding: 30px 0 0;
}   
.highlight-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px 0;
    padding-bottom: 10px;
}
.mobile-none {
    display: none;
}   
.promo-boxes {
    display: grid;
    grid-template-columns: auto;
}   
.date-search {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0 15px;
}
button.dep-submit-btn.search {
    margin: 15px 0 0;
}
.acc_wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 2px 0px;
}
.deposit-top-btn {
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 50%;
}
.deposit-top-btn span {
    display: none;
}
.dps-top {
    position: absolute;
    right: 0px;
    top: 0px;
}
.filter-menu-bar {
    display: flex;
    justify-content: space-around;
}
.pmbox {
    font-size: 14px;
    margin: 10px 5px;
}   
.nav-menu a {
    font-size: 12px;
    margin: 10px 2px;
}
.roundbox {
    margin-bottom: 5px;
}   
 .prv-nm img {
    filter: drop-shadow(1px 1px 2px black);
    /* height: auto; */
    display: block;
    margin: 0px auto;
} 
}


@media (max-width:480px) {  
.menu-bar {
    left: 0;
}   
a.play-btn {
    font-size: 13px;
    width: 100px;
    padding: 6px 0px;
}
.game-title {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.roundbox {
    width: 50px;
    height: 50px;
}   
.roundbox img {
    max-width: 33px;
}   
#filter-box {
    padding: 0 15px;
}   
.history-wrapper {
    font-size: 13px;
}   
input.acc_input.upload {
    width: 100%;
}   
button.upload-button {
    width: 100%;
    margin-top: 10px;
}
.dps-method a {
    width: 130px;
    margin: 5px 8px;
}   
.info-sec {
    font-size: 16px;
    line-height: 1.5;
}   
.date-search {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0 15px;
}   
button.dep-submit-btn.search, button.dep-submit-btn {
    width: 100%;
}
.bktitle {
    font-size: 25px;
}
.blog-wrapper {
    padding: 15px;
}   
.blog-time-title h4 {
    font-size: 18px;
}   
.blog-title-box i {
    font-size: 20px;
    width: 25px;
    height: 38px;
}   
.tbox-1 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #000;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;
    color: #df20fd;
    /* border: 1px solid #cb0000; */
    width: 34px;
    height: 35px;
    line-height: 29px;
    box-shadow: 0px 0px 4px 1px #0090ff;
}
.slider-content {
    display: block;
}
.contact-top .slider-content{
    display: block;
}
.slider-join {
    margin-top: 20px;
}
}




















