@import "cssconfig.css";
audio{
	display:none;
}

@media (prefers-color-scheme: dark) {
body,
html {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5385;
	background-color:var(--mainbgc);
	font-size: 12px !important;
	text-rendering: optimizeLegibility;
	background-image:url(../images/bg2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position:-0% 0vh;
	background-size:cover;
}
}
#apireturn{
	font-size:11px;
	color:red;
}

#loginrespone{
	font-size: 12px;
    color: red;
    margin-bottom: 10px;
}

#returncheckpassword{
	color:red;
	font-weight:bold;
	font-size:12px;
}
button{
	cursor:pointer;
}
/*icon hover*/
.smallbarcontain .imgspan{
	height:15px;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:3px;
}


/*icon hover--end--*/
.smallbar{
	position:fixed;
	z-index:9;
	top:65px;
	height:40px;
	width:100%;
	background-color:#126e51;
    display: flex;
    align-items: center;
}


.smallbarcontain{
	padding-left:10%;
	display:flex;
	white-space:nowrap;
    gap: 20px;
}

.smallbargameclass{
    display: flex;
    align-items: center;
}

.smallbaritemicon{
	height:30px;
	width:30px;
	margin:11.25px 0px;
	cursor:pointer;
}

.smallbaritemtext{
	font-size:13px;
	color:var(--smalltext);
	cursor:pointer;
	transition: all 0.3s ease;
    padding-bottom: 15px;
    margin-top: 15px;
}

.smallbarcurrenttime{
	position: absolute;
    right: 10%;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: center;
	color:var(--smalltext);
	margin-top:15px;
}

.smallbaritemtext a{
	text-decoration:none;
	color:var(--bfont);
}

.smallbaritemtext:hover{
	font-weight:bold;
}

.smallbarcontain #home{
	background: url("../images/homeiconm.png") no-repeat;
	background-size: 30px;
}

.smallbarcontain #home:hover{
	background: url("../images/home.png") no-repeat;
	background-size: 30px;
}

/*top smallbar game hover*/
.hovertop{
	margin-top:40px;
	left: 0;
	right: 0;
	height:0px;
	position:absolute;
	display:none;
}
.hovertopcont{
	width:100%;
	height:auto;
	background-color:white;
	box-shadow: 0px 3px 7px -4px #ccc;
}
.hovertopcontbigbox{
	margin-left:10%;
	margin-right:10%;
	height:100%;
	display:flex;
	white-space:wrap;
	padding:2%;
    flex-wrap: wrap;
}

.hovertopgamebox{
	width:16.6%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.hovertopgamebox2{
	width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.hovertopgamebox2 img{
	width:90%;
	border-radius:6px;
}

.hovertopgamebox img{
	width:100px;
	padding:;
}

.smallbargameclass:hover .hovertop{
	display:block;
	-webkit-animation: falldown 300ms;
}	

#gcbrandname{
	font-size:13px;
	color:var(--bfont);
}

@-webkit-keyframes falldown {
	0% {
		transform: translateY(-0px);opacity:0;
	}
	30%{
		transform: translateY(50px);opacity:1;
	}
	100% {
		transform: translateY(0px); opacity:1;
	}
}

/*top smallbar game hover*/

.Mainslide {
	display:none;
}

.Mainslidedesktop {
	position: relative;
	top:105px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	z-index: 3;
	margin-bottom:155px;
}

.des_margin{
	width:80%;
	margin:0 auto;
	max-width: 1200px;
}

.des_matop{
	margin-top:100px;
}

.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    justify-content: space-between;
}

.bar_title_custom{
	transform: scaleX(-1);
}

.bar_title_img {
    width: 400px;
}
.text_game_title {
    font-size: 20px;
    line-height: 1.1;
    color: #425878;
    font-weight: 500;
    text-transform: uppercase;
	letter-spacing: -1px;
	margin-top:-10px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 25%;
}

.swiper-slide img {
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	display: block;
	object-fit: cover;
	width:100vw;
	height: 100%;
}

.desk_gif img{
	margin-top:150px; 
	margin-bottom:-140px; 
	margin-left:10%; 
	width:80%;
}

.tabbar{
	display:none;
}

.widget{
	display:none;
}

.widgetmobile{
	display:none;
}

.toptabbar{
	display:none;
}

.mobilegameprovider{
	display:none;
}

.widgetdesktop{
	margin-top:155px;
}

.widgetdesktop .widgetcontain{
	margin:0 auto;
	max-width:1200px;
	width:80%;
}

.widgetdesktop .widgetcontain .widgetbox{
	height:50%;
	width:100%;
	display:flex;
}

.widgetdesktop .widgetcontain .widgetbox .widgetleft{
	width:50%;	
	padding-right:10px;
}
.widgetdesktop .widgetcontain .widgetbox .widgetleft img{
	max-height:450px;
	min-height:450px;
	border-radius:20px;
	object-fit:cover;
}


.widgetdesktop .widgetcontain .widgetbox .widgetright{
	width:50%;
	padding-left:10px;
	
}

.widgetright .promotion{
	
}

.mySwiper2 .swiper-wrapper .swiper-slide img{
	height:100%;
	width:100%;
}

.bottomfooter{
	display:none !important;
}

.hotgamedesktop{
	margin-top:30px;
}

.hotgamedesktop .hotgamedesktopcontain{
	margin-left:10%;
	margin-right:10%;
}

.hotgamedesktop .hotgamedesktopcontain .hotgametitle{
	color:var(--main);
	font-weight:bold;
}

.hotgametitle .moregame button{
	float:right;
	margin-top:-35px;
	height:45px;
	width:110px;
	background-color:var(--main);
	color:var(--smalltext);
	font-weight:bold;
	text-shadow: 0px 2px #CA981C;
	transition: all 0.3s ease-in-out;
}

.hotgametitle .moregame button:hover{
	background-color:#111;
	text-shadow: 0px 0px #CA981C;
}

.hotgamebox{
	display:flex;
	margin-top:25px;
	width:100%;
	white-space:nowrap;
	overflow-x:scroll;
	height:260px;
}
.hotgameitem .gamelistbox{
	width: 10%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.hotgamebox .hotgameitem img{
	width:100%;
	border-radius:15px;
}

.hotgameitem{
	display: flex;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
	gap:2%;
	overflow: hidden;
}
#desk_hotgame .gamelistbox .gamelistnamee{
	margin-top:0px;
}
.gamelistnamee{
	margin-top:-20px;
	font-size:12px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main);
  
}

::-webkit-scrollbar-thumb {
  background-color: var(--main);
  background-clip: content-box;
}

.download{
	margin:30px 10%;
	height:350px;
}

.download img{
	width:100%;
}

.bottomfooterdesktop{
	margin-top:30px;
	width:100%;
	background-color:var(--bottompartbg);
}

.bottomfooterdesktop .bottomtoppart{
	margin-left:10%;
	margin-right:10%;
	padding-top:30px;
	display:flex;
}

.bottomfooterdesktop .bottomtoppart .bottompartitem{
	width:auto;
}

.bottompartitem .btmtitle{
	color:var(--bfont);
	font-size:12px;
	white-space:nowrap;
}

.bottompartitem .text{
	color:#8F99A3;
	font-size:12px;
}


.bottompartitem .paymentmethoditem img{
	height:50px;
	margin-right:-10px;
}

.gameprovider{
	margin-top:30px;
	margin-left:10%;
	margin-right:10%;
	padding-bottom:30px;
}

.gameprovider .btmtitle{
	font-size:12px;
	color:var(--bfont);
}


.mySwiper3 .swiper-slide {
	text-align: left;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	align-items: left;
}

.mySwiper3 .swiper-slide img {
	animation-name: pop-in;
	animation-duration: .18s;
	object-fit: contain;
	height: 30px;
}

.mySwiper33 .swiper-slide {
	text-align: left;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	align-items: left;
}

.mySwiper33 .swiper-slide img {
	animation-name: pop-in;
	animation-duration: .18s;
	object-fit: contain;
	height: 30px;
}

.mySwiper5 .swiper-slide {
	text-align: left;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	align-items: left;
}

.mySwiper5 .swiper-slide img {
	animation-name: pop-in;
	animation-duration: .18s;
	object-fit: contain;
	height: 30px;
}

.footerdesk{
	background-color:var(--bfont);
	width:100%;
	padding:5px;
}

.footerdesk .insidefooter{
	margin-left:10%;
	margin-right:10%;
}

.footerdesk .insidefooter a{
	color:var(--smalltext);
	font-size:12px;
	padding:0px 30px 0px 0px;
	cursor:pointer;
}

.footerdesk .insidefooter a:hover{
	background-color: transparent;
	color:var(--main);
	
}


/*for desktop game list*/
.desk_banner{
	-webkit-animation: leftslidein 600ms;
}

@-webkit-keyframes leftslidein {
	0% {
		transform: translateX(-1000px);opacity:0;
	}
	70%{
		transform: translateX(50px);opacity:1;
	}
	100% {
		transform: translateX(0px); opacity:1;
	}
}

.ourgamelist{
	width:100%;
	padding:0px 0px;
}



.gamelistcontain .gamelistbox{
	float:left;
	width:20%;
	text-align:center;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}


.gamelistcontain .gamelistbox img{
	width:90%;
	border-radius:3px;
	height:100%;
}



.gamelistimg {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  text-align: center;
  width: 100%;
  padding-top:95%; 
  position:relative;
  overflow:hidden;
  padding-bottom:1px;
  z-index:1;
}


.gamelistimgbig {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow:hidden;
  padding-bottom:1px;
  margin-bottom:-15px;
}

.gamelistimgmid {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow:hidden;
  padding-bottom:1px;
}

.gamelistimg * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.gamelistimg figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.gamelistimg h3 {
  background-color:var(--main);
  border: 2px solid var(--main);
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.gamelistimg a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.gamelistimg:hover > img,
.gamelistimg.hover > img {
  opacity: 1;
}

.gamelistimg:hover:before,
.gamelistimg.hover:before {
  -webkit-transform: skew(45deg) translateX(-50%);
  transform: skew(45deg) translateX(-50.1%);
}

.gamelistimg:hover:after,
.gamelistimg.hover:after {
  -webkit-transform: skew(45deg) translateX(50%);
  transform: skew(45deg) translateX(50%);
}

.gamelistimg:hover figcaption,
.gamelistimg.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}








.gamelistcontain .gamelistboxbig{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}

.gamelistcontain .gamelistboxbig img{
	padding-left:5px;
	padding-right:5px;
	width:100%;
	border-radius:9px;
}

.gamelistcontain .gamelistboxmid{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:10px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}

.gamelistcontain .gamelistboxmid img{
	width:95%;
	height:100%;
	border-radius:9px;
}



.gamelistcontain .gamelistbox .gamelistname{
	font-size:11px;
	color:var(--ourgamefont);
	margin-top:-10px;
}

.showmoregame{
	text-align:center;
	padding:30px;
	padding-bottom:20px;
	color:var(--smalltext);
	font-family: sans-serif;
	font-size:14px;
	cursor:pointer;
}

.arrow {
  border: solid var(--smalltext);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrowbal {
  border: solid var(--main);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.arrowwhite {
  border: solid var(--bfont);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transition: all 0.3s ease;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin-bottom:2px;
}


.gamelistcontainpromotion{
	margin-top:8px;
	margin-bottom:10px;
	margin-left:-10px;
	margin-right:-15px;
}

.gamelistcontainpromotion .gamepromotionbox{
	float:left;
	width:50%;
	margin-bottom:20px;
	text-align:center;
	margin-bottom:px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}
.indexhide{
	display:none;
}


/*for desktop game list --end--*/

@media only screen and (max-width: 1025px) {

body,
html {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5385;
	background-color:var(--mainbgc);
	background-image:url(../images/bg2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position:-0% 0vh;
	background-size:cover;
	font-size: 100%;
	text-rendering: optimizeLegibility;
	position:relative;
}

html::-webkit-scrollbar {
  display: none;
}


a {
	font-family: 'Roboto', sans-serif;
}

.Mainslidedesktop {
	display:none;
}

.bar_title {
	display:none;
}

.des_margin{
	display:none;
}

.newmobbtn{
	background-color: var(--main);
	color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease;
	font-family: 'Roboto', sans-serif;
}

.gamelistimg:before,
.gamelistimg:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  z-index: 1;
  height:96%;
  width:0%;
}			
.smallbar{
	display:none;
}

.widgetdesktop{
	display:none;
}

.hotgamedesktop{
	display:none;
}

.download{
	display:none;
}

.bottomfooterdesktop{
	display:none;
}

.footerdesk{
	display:none;
}

.Mainslide {
	position: relative;
	top:50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	z-index: 3;
}


.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 25%;
}

.swiper-slide img {
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	display: block;
	object-fit: cover;
	width:100%;
	height: 100%;
}

.desk_gif{
	display:none;
}
/*
.toptabbar{
	display:block;
	height:65px;
	align-items:center;
	background-image:var(--ttbar);
	border-top:var(--ttbarbordert);
	border-bottom:var(--ttbarborderb);
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #291F06 , #F9BB22 ,#291F06) 1 0 1 0;
	border-right:0px;
	border-left:0px;
}
	*/
	.pro_part {
		width: 100vw;
		padding: 0 2.5%;
		display: flex;
		margin-top: 5px;
	}
	
	.toptabbar {
		width: 17vw;
		position: sticky;
		top: 55px;
		display: flex;
		gap: 1.5vw;
		align-self: flex-start;
	}
	
	.toptabbar .toptabbaritembox {
		width: 17vw;
        height: 17vw;
        border-radius: 1.2vw;
        border: double 0.3vw transparent;
        background-image: linear-gradient(#262626, #191919, #262626);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        padding: 2px;
        display: grid;
        margin-bottom: 5px;
        color: #126e51;
        background: transparent;
        border: none;
        font-size: 10px;
        font-weight: 500;
        align-items: center;
        text-align: center;
        justify-content: center;
        background-image: none;
	}
	/*
	.toptabbar .toptabbaritembox.active{
		background-image:var(--m_topbtn);
	}*/
	.toptabbaritembox .ttbselector{
		margin-top:-10px;
	}
	.toptabbaritembox .ttbselector{
		margin-top:-5px;
	}
	.toptabbaritembox .boximg {
		height: 17vw;
	}
	
	.boximg img {
		height: 17vw;
	}
	.active .ttbselector .boxtitle{
		color:white;
	}
	.boxtitle {
		color: var(--ttbartext);
		font-weight: 400;
		font-size: 11px;
		margin-top: 2px;
		line-height: 1em;
	}
	
	.toptabbar .toptabbarbox {
		width: 17vw;
		display: flex;
		flex-direction: column;
	}
	

.toptabbarbox::-webkit-scrollbar {
  display: none;
}


/* underline active way
.toptabbarbox a {
	display: inline-block;
	text-align: center;
	font-size: .625rem;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #105685 , #4f8fb9 ,#11222d) 0 0 0 1;
	padding-left:5px;
}

.toptabbarbox a .ttbselector {
	margin-top:3px;
}

*/
.toptabbarbox a.active .ttbselector {
	border:none;
	padding-bottom:3px;
	border-radius:6px;
	will-change: transform;
	animation-name: pop-in;
	animation-duration: .2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}


.toptabbarbox a {
	display: inline-block;
	text-align: center;
	font-size: .625rem;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.toptabbarbox a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	left: calc(50% - 29.5px);
	height: 2px;
	width: 60px;
	background-image: linear-gradient(to right,#291F06, #F9BB22 ,#FFF071, #F9BB22 ,#291F06);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.toptabbarbox a.active:after {
	will-change: transform;
	animation-name: pop-in;
	animation-duration: .2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out
}



.widgetmobile{
	display:block;
	width:100%;
	margin-left:2.5%;
}

.widgetmobile .widgetmobilecontain{
	margin:0;
}

.widgetmobiletitle{
	font-size:14px;
	background: -webkit-linear-gradient(#FFFED0, #fffefb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight:700;
	margin-top:5px;
	margin-bottom:10px;
}

.widgetmobiletitle2{
	font-size:14px;
	background: -webkit-linear-gradient(#FFFED0, #e8bf58, #A96A22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight:700;
	filter: drop-shadow(1px 1px 0px #333);
	margin-left:2px;
}



.ourgamelist{
	width:100%;
	padding:0px 0px;
	
	border-radius:9px;
	padding-top:9px;
	margin-bottom:30px;
}


.gamelistcontain{
	
	margin-top:-10px;
	margin-bottom:10px;
	margin-left:-1%;
	width:102%;
	
}
#gamelistcontainhot .gamelistbox{
	width:33%;
}
#gamelistcontainhot .gamelistbox .gamelistname{
	margin-top:-10px;
}
.gamelistcontain .gamelistbox{
	float:left;
	width:33.33%;
	text-align:center;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	display: block;
}


.gamelistcontain .gamelistbox img{
	width:90%;
	height:90%;
	margin-left:-45%;
	margin-top:-92.5%;
	position:absolute;
	border-radius:9px;
}


.gamelistcontain .gamelistboxbig{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:10px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}

.gamelistcontain .gamelistboxbig img{
	padding-left:5px;
	padding-right:5px;
	width:100%;
	border-radius:9px;
}

.gamelistcontain .gamelistboxmid{
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:10px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}

.gamelistcontain .gamelistboxmid img{
	width:95%;
	height:100%;
	border-radius:9px;
}

.gamelistname{
	font-size:12px;
	color:var(--ourgamefont);
	font-weight:400;
	margin-top:0px;
	width:100%;
	overflow:hidden;
	height:18px;
}


/*disable hover*/

.gamelistimg:hover:before,
.gamelistimg.hover:before {
  -webkit-transform: skew(45deg) translateX(-0%);
  transform: skew(45deg) translateX(-0%);
  opacity:0;
}

.gamelistimg:hover:after,
.gamelistimg.hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
  opacity:0;
}

.gamelistimg:hover figcaption,
.gamelistimg.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
/*disable hover ---end---*/

.showmoregame{
	text-align:center;
	padding:30px;
	padding-bottom:20px;
	color:var(--smalltext);
	font-family: sans-serif;
	font-size:14px;
	cursor:pointer;
}

.arrow {
  border: solid var(--smalltext);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin-bottom:2px;
}


.gamelistcontainpromotion{
	margin-top:8px;
	margin-bottom:10px;
	margin-left:-10px;
	margin-right:-10px;
}

.gamelistcontainpromotion .gamepromotionbox{
	float:left;
	width:100%;
	margin-bottom:20px;
	text-align:center;
	margin-bottom:px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
}



/*for mobile game list --end--*/


/*widget discover*/
.discoverbox{
	display:flex;
	overflow-x:scroll;
}

.discovergamebox{
	width:300px;
	float:left;
	margin-right:20px;
}

.discovergameimg{
	width:300px;
}

.discoversmallimg{
	width:90px;
}

.discoverboxbtm{
	display:flex;
}

.discoverlabel{
	padding-left:10px;
	color:var(--bfont);
	white-space:wrap;
}
/*widget discover--end--*/

.widget {
	padding-bottom:5px;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #291F06 , #F9BB22 ,#291F06) 0 0 1 0;
	border-right:0px;
	border-left:0px;
	display:block;
}

.widget .header {
	padding:11px 16px;
	color: #ECEDEE;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.widget .grid-discovery .header {
	color: #ECEDEE;
	padding:11px 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.widget .grid-discovery .header {
	color: #ECEDEE;
	padding:11px 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}


.widget .widgetwindows {
	margin: 0px 18px;
	object-fit: cover;
	
}

.widget .widgetwindows img{
	width:100%;
	border-radius:9px;
}


.btn_small {
	font-size: 10px;
	background-image:var(--m_topbtn);
	border:var(--m_topbtnborder);
	padding: 5px;
	color: var(--smalltext);
	border-radius: 3px;
	margin-top: 9px;
}

.box{
    width: 200px;
    height: 200px;
    background-color: #64B6AC;
    text-align: center;
    line-height: 200px;
    margin: 50em 0;
    margin-left: calc(50% - 100px);
    transition: transform 0.5s, opacity 0.5s;
    color: #fff;
    font-weight: bold;
}

.box.top{
    opacity: 0;
    background-color: #3D2645;
}

.box.active{
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
    transform: translateX(0);
    opacity: 1;
}

.login-buttons {
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
}

.login-buttons a {
	display: block;
	text-align: center;
	width:100%;
	font-size: .875rem;
	padding: 5px;
	text-decoration: none
}

.login-buttons .btn-login {
	background-color: var(--main);
	color: #fff;
	font-weight:bold;
	text-shadow: 0px 2px #CA981C;
}

.login-buttons .btn-join {
	background-color: #1A1A1A;
	color: #ebebeb;
	font-weight:bold;
}

button {
        border: 0;
        background-color: transparent
}


.loader{
    text-align: center;
}
.widget20{
	text-align:center;
}

.powered-by-footer {
        color: var(--bottomfont);
        font-size: 11px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 35px;
        text-align: center;
		background-color:#fff;
      }

.widget20 .powered-by-footer img {
        width: 303px;
		 height: 48px;
		 margin-bottom:30px;
}

.mobilegameprovider{
	display:block;
	width:100%;
	background-color:var(--bottompartbg);
}

.topprovider{
	background-color:var(--mainbgc); 
	height:50px; 
	margin-bottom:-30px;
	width:100%;
}

.toppromotion{
	height:90px; 
	margin-top:-5px; 
	margin-left:-20px; 
	margin-right:-20px;
}

.gameprovider{
	height:60px;
	margin-top:15px;
	margin-left:40px;
	margin-right:40px;
	padding-bottom:30px;
}

.gameprovider .widgetmobiletitle{
	margin-bottom:-20px;
	margin-left:-2px;
}


.powered-by-footer{
	opacity: 1;
}

.powered-by-footer.active{
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
    transform: translateX(0);
    opacity: 1;
}

.contactus{
	font-size:10px;
	color:#D2DDE2;
}

.bottomfooter{
	position:fixed; 
	width:100%; 
	border-top:none;
	background-image:var(--footerbg); 
	bottom:0px;
	display:inline !important;
	z-index:88;
	height:60px;
	align-items:center;
}

.bottomfooter .footerbarbox{
	margin:0px;
	height:50px;
	display:flex;
}

.footerbarbox .footerbaritembox{
	height:100%;
	width:20%;
	text-align:center;
}

.footerbaritembox .boximg{
	height:40px;
}

	/*for active part*/
		
	.boximg #home{
		content: url('../images/home.png');
	}
	.active .boximg #home{
		content: url('../images/home.png');
	}
	
	
	.boximg #game{
		content: url('../images/gamem.png');
	}
	
	.boximg #register{
		content: url('../images/userb.png');
	}
	.boximg #promotion{
		content: url('../images/annoucement.png');
	}
	
	.boximg #support{
		content: url('../images/livechat.png');
	}
	.active .boximg #support{
		content: url('../images/livechat.png');
	}
	/*for active part---end---*/


.footerbaritembox .boximg span{
	height:25px;
	margin-top:8px;
}

.footerbaritembox .boximg img{
	height:25px;
	margin-top:8px;
}

.footerbaritembox .boxtitle{
	height:15px;
	color:var(--footertext);
	font-size:10px;
	padding-bottom:10px;
}


.footerbarbox a {
	padding:0px;
}

.indexshow{
	display:block;
}

.indexhide{
	display:none;
}

}

@-webkit-keyframes pop-in {
        0% {
          -ms-transform: scale(0);
          -webkit-transform: scale(0);
          transform: scale(0)
        }

        70% {
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1)
        }

        to {
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1)
        }
      }

      @keyframes pop-in {
        0% {
          -ms-transform: scale(0);
          -webkit-transform: scale(0);
          transform: scale(0)
        }

        70% {
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1)
        }

        to {
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1)
        }
	}		

