@charset "utf-8";
/* CSS Document */
body{
	margin: 0 auto;
}
.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin:  0 auto;
	font-family: Roboto;
	font-size: 0.9rem;
	color: #19723c;
	display: block;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin:  0 auto;
	font-family: Roboto;
	font-size: 0.9rem;
	display: block;
}
.top-header{
	background: #13242c;
}
.poker-lobby {
    background: url(../images/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
/*--------------  date time -------------------*/
#clock {
  font-family: Roboto;
  font-size: 1.2em;
  color: #49ad57;
	display: inline-block;
}
#location{
  font-family: Roboto;
  font-size: 1.2em;
  color: #49ad57;
  display: inline-block;
}
.icon-menu-mobile img{
	width: 25px;
	height: auto;
}
/*-----------  end date time --------------*/
.bg-nav{
	background: linear-gradient(100deg, #fff 0%, #fff 20%, #19723c 20%, #19723c 100%);
}
.nav ul{
	display: flex;
}
.nav ul li{
	flex: 1;
}
.nav ul li a{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}
.logo span.logo-web{
	background: #ffffff;
    overflow: hidden;
	margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.logo span.logo-web a img{
	width: 50px;
	padding: 5px 0;
  
}
.logo span.separator img{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	width: auto;
	margin: 0 auto;
	height: 64px;
	margin-left: -5px;
}
.bg-m-01 img{ 
	height: 64px;
}
.card {
  position: relative;
  height: auto;
	width: 100%;
  overflow: hidden;
   background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
    background-size: 50% 100%;
  cursor: pointer;
}

.intro {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background:url("../images/games/bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 0;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.card:hover .intro {
	padding-top: 20px;
  height: 120px;
    bottom: 0;
	left: 0;
	background:url("../images/games/bg-hover.png") no-repeat;
	background-size: 100% 100%;
}

.card:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.card:hover img {
  transform: scale(1.1) /*rotate(-3deg)*/;
}

.card img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.4s ease-in-out;
}

.text-h1 {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
}
.text-p {
  font-size: 16px;
  padding: 10px 0;
  visibility: hidden;
	color: #ffffff;
	line-height: 24px;
  opacity: 0;
}
.section{
	width: 100%;
	padding: 10px 0;
	display: block;
}
.sidecontact_left {
    background: url("../images/download/download_app_en.png") no-repeat;
    position: fixed;
    margin-top: 5px;
    left: -156px;
    top: 30%;
    width: 306px;
    height: 360px;
    cursor: pointer;
    z-index: 999999;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.sidecontact_left:hover {
    left: 0
}
.sidecontact {
    background: url("../images/contact/contact_us_en.png") no-repeat;
    position: fixed;
    margin-top: 5px;
    right: -165px;
    top: 30%;
    width: 221px;
    height: 439px;
    cursor: pointer;
    z-index: 999999;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    webkit-transition-duration: .5s;
    transition-duration: .5s
}

.sidecontact:hover {
    right: 0
}

.sidecontact .joinsekarang {
    width: 130px;
    height: 34px;
    position: absolute;
    top: 126px;
    left: 81px
}

.sidecontact ul {
    display: inline-block;
    width: 165px;
    position: absolute;
    top: 77px;
    right: 0
}

.sidecontact ul li {
    text-align: left;
    padding: 2px 5px
}

.sidecontact ul li a {
    color: #fff;
    font-size: 13px;
    text-align: left;
    border: 1px solid #7c7c7c;
    display: block;
    border-radius: 5px
}

.sidecontact ul li a img {
    width: 20px;
    margin: 5px 8px
}
.sidecontact_left:hover {
    left: 0
}
.hot-game-item {
  	position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00526c82;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.hot-game-item:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-palynow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.title-hot-game{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	background-image: linear-gradient(#46558600 0, #001e7e 100%);
	overflow: hidden;
	z-index: 1;
	display: block;
}
.title-hot-game h1{
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
}
.header-section h1{
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 0;
}
/*------------------ footer --------------------*/
.info-footer h3, .community h3 {
    text-align: left;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #ffffff;
    font-size: 0.7rem;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #ffffff;
    display: block;
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.networks ul li a img {
    width: 35px;
    height: auto;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.bg-footers{
	background: #00260f;
	padding-top: 10px;
	margin-top: 20px;
}
.icon-sound{
	background: #ffffff;
	z-index: 1;
	padding: 0 15px;
}
.news{
	width: 100%;
	height: auto;
	padding-top: 5px;
	display: block;
}
.btn-block{
	width: 100%;
}
.btn-lo-re{
	border-radius: 0 !important;
}
.slider{
		margin-top: 116px;
	}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.bg-slots {
    background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.sport-lobby {
    background: url(../images/lobby/sport/sport-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.casino-lobby {
    background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
  background: #198754 url("../images/lobby/getimgs.svg") no-repeat; }
.box img {
  width: 100%;
  height: 100%; }
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #146c43;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%); }
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%); }
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%); }
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%; }
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1c975d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%); }
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%); }
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }
.box p {
  font-size: 15px; }
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9; }
.pc{
	display: inline-block;
}
	.m{
		display: none;
	}
@media (max-width: 600px){
	.pc{
	display: none;
}
	.m{
		display: inline-block !important;
	}
	.slider{
		margin-top: 47px;
	}
	.bg-nav {
    background: linear-gradient(100deg, #fff 0%, #fff 10%, #19723c 10%, #19723c 100%);
}
	.bg-m-01 img {
    height: 43px;
}
	.logo span.logo-web a img {
    width: 135px;
    padding: 5px 0;
}
	.text-h1 {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 16px;
}
	.intro {
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background: url(../images/games/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
    color: #fff;
    transition: 0.4s ease-in-out;
}
	.title-hot-game h1 {
    font-size: 0.7rem;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
}
.sponsorship ul li a img {
    height: 35px;
    width: auto;
}
.logo span.separator img {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
    height: 47px;
    margin-left: -5px;
}
	.offcanvas{
		max-width: 200px;
		background: #13232e;
	}
	.offcanvas-title img{
		width: 100%;
		max-width: 140px;
		padding: 0px 0;
		margin: 0 auto;
		display: block;
	}
	.offcanvas-header{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		background: #162936;
		display: block;
	}
	.nav-mobile ul{
		width: 100%;
		height: auto;
		display: block;
		text-align: left;
	}
	.nav-mobile ul li{
		width: 100%;
		height: auto;
		display: block;
		padding: 7px 0;
		vertical-align: middle;
		margin: 5px auto;
		text-align: left;
	}
	.nav-mobile ul li a{
		font-size: 1.0rem;
		color: #39b549;
	}
	.nav-mobile ul li span{
		margin-right: 10px;
	}
	.nav-mobile ul li span img{
		max-width: 25px;
	}
}