@import url("./font/font.css");
@viewport {
width: device-width;
zoom: 1;
}
ul {margin: 0;}
html,body{
  font-family: 'Poppins-r',sans-serif;
  height:100%;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  font-size:12px;
  overflow-x:hidden;
  line-height: normal;
}
.clearboth {clear:both;}
.img100{max-width: 100%;}
#theme-title{ display: none; }
.flexslider{
  margin: 0;
  border: 0;
}
.container90{
  width: 90%;
  margin: auto;
}
.red-text{ color: #9B0803; }

.fancybox-wrap {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: auto !important;
}
.fancybox-inner{ 
  width: 100% !important;
  height: 100% !important;
}
#theme-contain-adminloginx {
    margin: 6% auto;
    width: fit-content;
}
#theme-content{ min-height: 600px; }

/*Header
-----------------------------------------------*/
#theme-header {
  background: #24006a;
  position: relative;
}
#theme-header-logo {
  display: inline-block;
  width: 20%;
  background: #000;
  border-radius: 0 0 20px 20px;
  padding: 10px 15px;
  position: absolute;
  left: 2%;
  z-index: 9;
}
#theme-menu {
  width: 90%;
  height: 100%;
  margin: auto;
}
#theme-header-right {
    float: right;
    width: fit-content;
}
#theme-header-right ul {
    padding: 0;
    list-style: none;
}
#theme-header-right ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 5px;
    box-sizing: border-box;
}
#theme-header-right .login {
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    background: #d60000;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: 3px 4px 0px #000;
    transition: 0.1s;
    display: block;
    transform: translate(-3px, -4px);
}
#theme-header-right .login:hover, #theme-header-right .login:focus {
    box-shadow: 0 0 5px #ffcccc;
    transform: translate(0px, 0px);
    text-decoration: none;
}
/* Home
*********************************************************************************************************/
#info {
  width: 95%;
  max-width: 1920px;
  margin: auto;
  padding: 10px 0;
}
#info div ul {
    list-style: none;
    padding: 0;
}
#info div ul li{
  display: inline-block;
  vertical-align: top;
  padding: 2%;
}
#info div ul li:first-child {
    width: 25%;
    border-right: 1px solid;
    text-align: center;
}
#info div ul li:first-child img {
    border: 4px solid #24006a;
    background: radial-gradient(white, #70acf6);
    border-radius: 100%;
    padding: 5%;
}
#info div ul li:last-child {
    width: 73%;
}
#info div ul li b {
    font-size: 17px;
}
#home-details-outer {
    background: #24006a;
    color: #fff;
}
.home-details-inner {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}
.h-title{
  text-align: center;
}
.home-details {
    display: table;
    margin: 30px 0;
}
.game-categories {
    width: 50%;
    display: table-cell;
}
.game-categories ul {
    padding: 0;
    list-style: none;
}
.game-categories ul li {
    float: left;
    width: 25%;
    border: 1px solid #9180ff;
    text-align: center;
    background: radial-gradient(#3a4bed, #062757);
    transition: 0.2s;
}
.game-categories ul li:hover {
    background: #000;
}

.game-categories ul li:hover a {
    transform: scale(1.2);
}
.game-categories ul li a {
    padding: 40px 10px;
    display: block;
    color: #fff;
    transition: 0.2s;
}
.game-categories ul li a:hover, .game-categories ul li a:focus{
  color: #fff;
  text-decoration: none;
}
.game-categories ul li p{
  margin: 10px 0;
}
.game-info {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.g-info1 {
    display: table-cell;
    vertical-align: middle;
}
.qrcode{
  text-align: center;
  padding: 10px 0;
}
.trusted, .banking, .vip {
  position: relative;
  margin: 20px 0;
}
.trusted:after, .banking:after {
    content: '';
    position: absolute;
    width: 1px;
    left: 11%;
    bottom: -20px;
    height: 20px;
    border-right: 1px solid #fff;
}
.trusted img, .banking img, .vip img {
    display: inline-block;
    width: 19%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-radius: 100%;
}
.trusted div, .banking div, .vip div {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
}
.trusted h2, .banking h2, .vip h2 {
  font-size: 20px;
  margin: 0 0 2px 0;
}
.trusted p, .banking p, .vip p {
  margin: 0 0 2px 0;
}
.g-info2 {
    display: table-cell;
    vertical-align: middle;
}
#products {
    padding: 3% 0 0 0;
    width: 100%;
    margin: auto;
    color: #fff;
    background: #5574a7;
}
#products > h1 {
    border-bottom: 1px solid;
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}
#products .row{ margin: 0; }
.text {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    text-shadow: 1px 1px #000;
}
.prod-img {
    display: inline-block;
    width: 50%;
}
.prod-img img{ width: 100%; }
.sportsbook{
  background: url('./imgs/bg_livematches.jpg') no-repeat center;
  background-size: cover;
}
.vr-sport{
  background: url('./imgs/bg_virtualsports.jpg') no-repeat center;
  background-size: cover;
}
.gaming{
  background: url('./imgs/bg_gaming.jpg') no-repeat center;
  background-size: cover;
}
.casino{
  background: url('./imgs/bg_casino.jpg') no-repeat center;
  background-size: cover;
}
.text a {
    display: block;
    border-radius: 10px;
    background: #e50000;
    padding: 10px 30px;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 0 #fff;
    transform: translate(-2px, -2px);
    transition: 0.1s;
}
.text a:hover {
    transform: translate(0px,0px);
    box-shadow: 0px 0px 5px #ffffff;
}
/* FOOTER
***********************************************************/
#theme-footer {
    background: #24006a;
}
.footer {
    width: 90%;
    margin: auto;
    color: #fff;
    padding: 20px 0;
}
.foot-left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 15px;
}
.foot-left img {
    width: 350px;
}
.foot-right {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.foot-right ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 60px 0 0;
    list-style: none;
    font-size: 16px;
}
.foot-right ul li {
    margin: 5px 0;
}
.foot-right ul li:first-child{ font-weight: 600; }
.foot-right ul li a {
    color: #848484;
    text-decoration: none;
    transition: 0.3s;
}
.foot-right ul li a:hover{ 
  color: #fff;
}/* products
**************************************************************************************************/
#prod-outer {
    display: table;
    padding: 30px 0;
    width: 90%;
    margin: auto;
}
.slider {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}
.slider-inner{
    background: #e3e3e3;
    border-radius: 10px;
    padding: 20px;
}
.s-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.s-title img { width: 40px; }
.s-info { margin-bottom: 10px; }
.info-bold { font-weight: 600; }
.s-banner {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 3px 10px #000000d4;
}
.prods {
    display: table-cell;
    width: 40%;
    padding: 0 10px;
    vertical-align: top;
}
.prods ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
.prods ul li {
    display: inline-block;
    width: 30%;
    min-height: 200px;
    margin: 10px;
    padding: 10px;
    background: #e3e3e3;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #919191;
    overflow: hidden;
}
.prods ul li:hover a img { transform: scale(1.1); }
.prods ul li img{ width: 100%; transition: 0.2s;}
.prods ul li a{ text-decoration: none; }
.prods ul li p {
    width: fit-content;
    padding: 10px 20px;
    display: block;
    margin: 5% auto;
    background: linear-gradient(45deg, #0c0053, #343aff);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
.lotte {
    width: 100%;
    text-align: center;
}
#drawresult ul li table caption{
  padding-left: 0 !important;
  text-align: center !important;
}
.frame-sport{
    width: 100%;
    min-height: 600px;
    margin-bottom: 3% ;
    border: 5px solid #000f99;
    border-radius: 10px;
}
/*Login
***************************************************************************************************/
form#customform {
    width: fit-content;
    margin: auto;
    background: #000000c9;
    padding: 10px 20px;
    border: 2px solid #f00;
}
.loginBg {
    background: url(/data/1818/uploads/login-bg2.jpg);
background-repeat: repeat;
  background-position: center top;
    width: 100%;
    background-size: cover;
    margin: auto;
    padding: 3% 0;
    min-height: 600px;

}
.loginBg h1{ 
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.loginBg .customform input {
    border: 0;
    border-bottom: 3px solid #f00;
    padding: 6px 10px;
    background: #fff;
}
input#customform_submit {
    background: #f00;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
img#customform_varifyImg{ width: 100%; }
/*Responsive
**************************************************************************************************/
@media all and (max-width: 1440px){
  .trusted h2, .banking h2, .vip h2 {
    font-size: 17px;
  }
  .trusted p, .banking p, .vip p {
    font-size: 9px;
  }
}
@media all and (max-width: 1024px){
  .text{ min-height: 250px; }
  #theme-header-logo{
    width: 27%;
  }
  #cssmenu #menu-button::after{
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
  }
  #cssmenu #menu-button::before{
    right: unset;
    transform: translateX(-50%);
    left: 50%;
    top: 14px;
  }
  #cssmenu #menu-button {
    height: 32px;
    color: #fff0;
    padding: 4px 1px;
    width: fit-content;
    position: absolute;
    right: -3%;
    top: -46px;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #theme-header-right {
    position: relative;
    z-index: 9;
    left: 50%;
    transform: scale(0.8) translateX(-50%);
    float: none;
}
  .prods ul li{
    width: 45%;
  }
}
@media all and (max-width: 768px){
  .game-categories, .game-info{
    display: inline-block;
    width: 100%;
  }
  .game-info{
    margin-top: 20px;
  }
  .foot-left, .foot-right{ width: 100%; }
  .foot-left{ border-bottom: 1px solid #fff; }
}
@media all and (max-width: 426px){
  .game-categories ul li{ width: 50%; }
  .g-info1{ display: block; }
  .game-info{ padding-left: 0; }
  #drawresult ul > li { width: 80% !important; }
  .slider{
    display: block;
    width: 100%;
  }
  .prods {
    display: block;
    width: 100%;
  }
  .prods ul li{ width: 90%; }
}
@media all and (max-width: 376px){

}