body {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;

	background-image: url('../images/bg-main.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.body-cover {
	overflow: hidden;
	position: relative;
}

img {
	max-width: 100%;
}

p {
	font-size: 18px;
	color: #cfcfcf;
}

.container {
	max-width: 1320px;
}

header {
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.top-menu {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.logo {
	display: block;
	width: 200px;
}

.main-menu {
	flex: 1;
	max-width: 60%;
	padding-top: 32px;
}

.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu ul li {
	display: inline-block;
}

.main-menu ul li a {
	color: #cfcfcf;
	font-weight: 500;
	font-size: 18px;
}

.section-top {
	background-image: url('../images/top-img.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	padding-top: 140px;
	padding-bottom: 30px;
	height: 700px;
	position: relative;
}

.gold-line {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.gold {
	color: #dbae5f;
}

.gold-mobile-box {
	background-image: url('../images/bg-gold.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;

	height: 700px;
	position: relative;
}

.item-1 {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: -15px;
	width: 80px;
}

.mmc-box h2 {
	font-size: 80px;
	color: #fff;
}

.mmc-box h3 {
	font-size: 61px;
	color: #fff;
}

.mmc-box p {
	max-width: 90%;
	font-size: 17px;
}

.mmc-box a {
	display: inline-block;
}

.group-row-item {
	display: flex;
	align-items: center;
	grid-gap: 24px;
	margin-top: 30px;
}

.mobile-float {
	margin-top: -45px;
}


.title-top {
	display: block;
	width: 420px;
	margin: auto;
	margin-bottom: 30px;
}

.top-content {
	margin-top: 160px;
	position: relative;
	z-index: 5;
}

.top-content p {
	text-align: center;
	margin-bottom: 60px;
}

.play-button {
	display: block;
	width: 180px;
	margin: auto;
}

.top-pic {
	position: relative;
	height: 600px;
	z-index: 1;
}

.top-pic img {
	position: absolute;
	width: 700px;
	top: 0;
	right: 0;
	max-width: none;
}

.section-login {
	padding: 60px 0;
}

.title-login {
	max-width: 400px;
	margin: auto;
	margin-bottom: 45px;
}

.input-login {
	border: none;
	padding: 10px;
	border: 1px solid #B48D4E;
	background-color: #000;
	border-radius: 10px;
	width: 100%;

	font-size: 18px;
	text-align: center;
	color: #fff;
}

.input-group {
	position: relative;
}

.input-group img {
	width: 32px;
	position: absolute;
	top: 6px;
	left: 10px;
}

.login-button {
	display: block;
	padding: 12px 0;

	width: 100%;
	background-image: url('../img/button-login.png');
	background-size: 100% 100%;

	text-align: center;
	color: #B9B9B9;
	font-size: 18px;

	margin-top: 20px;
}

.login-button:hover {
	text-decoration: none;
	color: #B9B9B9;
}

.section-jackpot {
	padding: 100px 0;
	background-image: url('../img/bg-jackpot.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jackpot-number {
	background-image: url('../img/bg-jackpot-number.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;

	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;

	position: relative;
	overflow: hidden;
}

.jackpot-number span {
	font-size: 68px;
	letter-spacing: 10px;
	font-weight: bold;

	background: -webkit-linear-gradient(#F0D098, #8D6025);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wink-pos-1 {
	position: absolute;
	top: -30%;
	left: -20%;
}

.wink-pos-2 {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.section-provider {
	padding: 150px 0;
}

.img-title {
	text-align: center;
	margin-bottom: 60px;
}

.img-title img {
	height: 40px;
}

.img-title p {
	margin-top: 30px;
	font-size: 20px;
}

.provider-slide {
	padding: 10px;
}

.provider-slide img {
	margin-bottom: 20px;
}

.slick-dots li button {
	opacity: 0;
}

.slick-dots li {
	background-image: url('../images/dot.png');
	background-size: 100% 100%;
}

.slick-dots li.slick-active {
	background-image: url('../images/dot-active.png');
}

.section-promotion {
	padding: 60px 0;
}

.promotion-slider img {
	padding: 10px;
}

.promotion-slider .slick-dots {
	bottom: -40px;
}

.section-feature {
	padding: 100px 0;
}

.feature-cover {
	display: flex;
	justify-content: space-between;
	grid-gap: 16px;
}

.feature-cover .feature-box {
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 460px;

	width: 25%;
	position: relative;
}

.feature-cover .feature-box p {
	text-align: center;
	position: absolute;
	padding: 0 15px;
	bottom: 25px;
	width: 100%;
}

.number-row {
	display: flex;
	justify-content: center;
	grid-gap: 30px;
	margin-top: 60px;
}

.the-number {
	color: #777777;
	font-size: 20px;
	margin: 0 30px;
}

.the-number img {
	width: 50px;
	margin-right: 10px;
}

.section-qa {
	padding-top: 30px;
	background-image: url('../images/bg-fire.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.faq-item {
	padding: 10px 0;
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #BEBEBE;
	font-size: 20px;
	cursor: pointer;
}

.faq-item img {
	width: 18px;
	position: absolute;
	left: 5px;
	top: 20px;
}

.faq-item .aa {
	padding-left: 45px;
}

.faq-item .qq {
	padding-top: 10px;
	padding-left: 45px;
	display: none;
}

.faq-item.open .qq {
	display: block;
}

.faq-item.open img {
	transform: rotate(180deg);
}

.faq-box {
	margin-bottom: 100px;
}

.faq-box .faq-item:first-child {
	border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
	display: block;
	width: 200px;
	margin: auto;
}

footer {
	background-color: #111;
	background-image: url('../images/bg-footer.png');
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 16px 0;
	border-top: 2px solid #dbae5f;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-menu {
	text-align: center;
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.footer-menu a {
	color: #DFA45E;
	font-size: 18px;
}

.copyright {
	text-align: center;
	color: #777777;
	font-size: 12px;
}

.mobile-play-button {
	display: none;
}

.provider-slider-mobile {
	display: none;
}

.promotion-slider-mobile {
	display: none;
}

.section-game {
	background-image: url('../images/bg-gold-2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;

	padding: 60px 0;
}

.light-game {
	position: absolute;
	left: 35px;
	bottom: -90px;
	width: 200px;
	z-index: 2;
}

.game-slider img {
	width: 90%;
	display: block;
	margin: 30px;
}

.game-row {
	display: flex;
	justify-content: center;
}

.game-row .game-box {
	text-align: center;
	width: 100px;
	margin: 0 32px;
}

.game-row .game-box img {
	width: 100%;
}

.game-row .game-box p {
	margin-top: 10px;
	color: #dbae5f;
}

.img-title h2 {
	color: #dbae5f;
	font-size: 32px;
}

.hide-mobile {
	display: block;
}

.hide-desktop {
	display: none;
}

/*zzz*/
@media only screen and (max-width: 1200px) {
  
	.title-jackpot {
		width: 480px;
		display: block;
		margin: auto;
	}

	.jackpot-number {
		width: 800px;
		margin: auto;
	}

	p {
		font-size: 16px;
	}

	.feature-cover .feature-box p {
		font-size: 16px;
	}

}

@media only screen and (max-width: 991px) {

	.top-pic img {
		width: 550px;
		top: 60px;
	}

	.feature-cover {
		flex-wrap: wrap;
		justify-content: center;
	}

	.feature-cover .feature-box {
		width: 35%;
	}

	.the-number {
		font-size: 16px;
	}

	.the-number img {
		width: 35px;
	}

	.section-feature {
		padding: 60px 0
	}

	.logo {
		width: 200px;
	}

	.main-menu {
		max-width: 70%;
	}

	.jackpot-number {
		max-width: 100%;
	}

}

@media only screen and (max-width: 767px) {

	body.locked {
		position: absolute;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-size: initial;
	}

	.burger-icon {
		margin-right: 30px;
	}

	.burger-menu {
		transition: 0.3s;
		display: block;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;

		position: absolute;

		padding-top: 100px;

		transform: translateX(100%);
		background-color: rgba(0,0,0,0.8);
	}

	.burger-menu.menu-open {
		transition: 0.3s;
		transform: translateX(0);
	}

	.burger-menu ul li a {
		color: #fff;
	}

	.input-group {
		margin-bottom: 15px;
	}

	.login-button {
		margin-top: 15px;
	}

	.jackpot-number span {
		font-size: 48px;
	}

	.section-jackpot {
		padding: 30px 0;
	}

	.section-provider {
		padding: 60px 0;
	}

	.feature-cover .feature-box {
		height: 320px;
	}

	.feature-cover .feature-box p {
		font-size: 12px;
		bottom: 15px;
	}

	.feature-cover .feature-box p br {
		display: none;
	}

	.number-row {
		flex-wrap: wrap;
	}

	.number-row .the-number {
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.number-row .the-number img {
		width: 30px;
	}

	.footer-row {
		flex-wrap: wrap;
	}

	.footer-logo {
		order: 1;
		width: 100%;
	}

	.footer-logo img {
		width: 300px;
		display: block;
		margin: auto;
	}

	.footer-menu {
		order: 2;
		width: 50%;
		flex-wrap: wrap;
	}

	.footer-menu a {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.copyright {
		padding: 15px;
		font-size: 10px;
	}

	.section-qa {
		padding-top: 60px;
	}

	.top-pic img {
		right: -110px;
		z-index: -1;
	}

	.top-content .play-button {
		display: none;
	}

	.mobile-play-button {
		display: block;
	}

	.provider-slider {
		display: none;
	}

	.provider-slider-mobile {
		display: block;
	}

	.provider-slide {
		padding: 4px;
	}

	.provider-slide img {
		margin-bottom: 4px;
	}

	.jackpot-number {
		padding-top: 25px;
		padding-bottom: 40px;
	}

	.login-logo {
		width: 200px;
		display: block;
		margin: auto;
	}

	.section-login p {
		font-size: 12px;
	}

	.promotion-slider-desktop {
		display: none;
	}

	.promotion-slider-mobile {
		display: block;
	}

	.mmc-box h2 {
		font-size: 24px;
	}

	.mmc-box h3 {
		font-size: 18px;
	}

	.gold-mobile-box {
		background-size: 100% 100%;
		padding: 0 16px;
		height: auto;
		margin-top: 30px;
	}

	.mmc-box p {
		font-size: 12px;
	}

	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.mmc-box {
		padding-top: 32px;
	}

	.item-1 {
		width: 30px;
	}

	.group-row-item {
		text-align: right;
		margin-top: 0;
		margin-bottom: 16px;
	}

	.group-row-item a {
		width: 100px;
		display: inline-block;
	}

	.group-row-item a img {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.logo {
		width: 140px;
		margin-top: -10px;
		margin-left: -10px;
	}

	.burger-icon {
		margin-right: 10px;
	}

	.section-top {
		overflow: hidden;
	}

	.top-pic {
		height: 300px;
	}

	.top-pic img {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
	}

	.top-content {
		margin: 0;
	}

	.top-content p {
		font-size: 12px;
		text-align: left;
		color: #fff;
		margin-bottom: 16px;
	}

	.top-content p br {
		display: none;
	}

	.jackpot-number span {
		font-size: 22px;
		letter-spacing: 5px;
	}

	.wink-pos-1 {
		top: -18%;
	}

	.wink-pos-2 {
		bottom: -6%;
	}

	.img-title img {
		height: 30px;
	}

	.feature-cover {
		grid-gap: 10px;
	}

	.feature-cover .feature-box {
		width: 48%;
		padding: 0;
		margin: 0;
		height: 250px;
	}

	.feature-cover .feature-box p {
		font-size: 10px;
		padding-bottom: 5px;
		margin: 0;
	}

	.number-row .the-number {
		width: 44%;
		margin: 0;
	}

	.title-login img {
		height: 16px;
		margin: auto;
		display: block;
	}

	.img-title {
		margin-bottom: 16px;
	}

	.img-title img {
		height: 18px;
	}

	.login-form {
		max-width: 320px;
		margin: auto;
	}

	.faq-item .aa {
		font-size: 10px;
		padding-left: 30px;
	}

	.faq-item .qq p {
		font-size: 10px;
		margin: 0;
	}

	.faq-item img {
		width: 16px;
		top: 13px;
	}

	.section-qa {
		overflow: hidden;
	}

	.qa-img {
		height: 200px;
		max-width: none;
		margin-left: -60px;
	}	

	.section-qa .img-title p {
		font-size: 12px;
		color: #fff;
	}

	.footer-logo img {
		width: 130px;
	}

	footer {
		padding: 10px 0;
	}

	.footer-menu a {
		font-size: 12px;
	}

	.number-row .the-number {
		font-size: 16px;
	}

	.small-when-mobile {
		font-size: 12px;
		padding: 0 16px;
	}

	.section-promotion {
		padding: 40px 0;
	}

	.section-qa {
		padding-top: 40px;
	}

	.number-row .the-number img {
		width: 20px;
	}

	.img-title p {
		font-size: 12px;
		margin-top: 10px;
	}

	.slick-dots li button,
	.slick-dots li button:before,
	.slick-dots li {
		width: 16px;
		height: 16px;
	}

	.section-feature {
		padding-bottom: 0;
	}

	.title-jackpot {
		width: 200px;
	}

	.jackpot-number {
		padding-top: 15px;
		padding-bottom: 25px;
		max-width: 80%;
		margin: auto;
	}

	.section-jackpot {
		padding: 0;
	}

	.section-login {
		padding-top: 0;
		padding-bottom: 16px;
	}

	.login-logo {
		width: 260px;
	}

	.section-promotion,
	.section-feature {
		padding: 30px 0;
	}

	.number-row {
		margin-top: 20px;
		grid-gap: 5px;
	}

	.small-when-mobile {
		margin-bottom: 0!important;
	}

	.provider-slide img {
		width: 90px;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}

	.section-top {
		height: 410px;
	}

	.game-slider img {
		width: 80px;
		margin: 0 auto;
		display: block;
		margin-bottom: 16px;
	}

	.light-game {
		width: 70px;
		bottom: -30px;
	}

	.img-title h2 {
		font-size: 20px;
	}

	.game-row .game-box {
		width: 40px;
		margin: 0 6px;
	}

	.game-row .game-box p {
		font-size: 10px;
	}

	.section-game {
		padding: 30px 0;
	}

}

