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

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

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

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

	position: absolute;
	width: 100%;
	z-index: 100;
}

.container {
	max-width: 1400px;
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

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

.main-menu ul li a {
	color: #9B95A5;
	display: block;
	padding: 0 24px;
}

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

.logo {
	width: 280px;
}

.section-top {
	overflow: hidden;
}

.content-body {
	background: rgb(48,5,94);
	background: linear-gradient(180deg, rgba(48,5,94,1) 0%, rgba(87,18,174,1) 75%);

	-webkit-box-shadow: 4px -2px 21px 1px rgba(0,0,0,0.43); 
	box-shadow: 4px -2px 21px 1px rgba(0,0,0,0.43);

	margin: auto;
	margin-top: -200px;
	padding-top: 200px;
	margin-bottom: 150px;

	width: 100%;
	max-width: 1280px;

	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	flex: 1;
}

.content-box {
	text-align: center;
	color: #fff;
	margin: 30px 0;
}

.content-box h3 {
	font-size: 56px;
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
}

.content-box h4 {
	font-size: 36px;
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
}

.content-box p {
	font-size: 20px;
	letter-spacing: 0.1rem;
	padding: 0 15px;
}

.pink {
	color: #FF00CE;
}

.button-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0;
}

.button-row a {
	display: inline-block;
	width: 200px;
	margin: 0 32px;
}

.button-row a:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: bounce 0.7s;

  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}

.promotion-box {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 38%, rgba(177,189,218,1) 100%);

	position: relative;
	border-radius: 25px;
	padding: 30px 15px;
	background-color: #fff;
	width: 90%;
	margin: 30px auto;
	margin-top: 100px;
	padding-bottom: 10px;
}

.promotion-title {
	width: 400px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: -66px;
	transform: translateX(-50%);
}

.diamond-promotion {
	position: absolute;
	top: -65px;
	left: 30px;
	width: 80px;
}

.promotion-item {
	transition: 0.3s;
}

.promotion-item:hover {
	transition: 0.3s;
	transform: scale(1.05);
}

.try-box {
	background-image: url('../img/bg-try.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	width: 100%;
	padding: 60px 0;
	position: relative;
}

.game-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.game-row img {
	display: block;
}

.game-row a {
	display: block;
	width: 8%;
	text-align: center;
	color: #fff;
	margin: 0 30px;
}

.game-row p {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #C8ABFF;
	font-size: 12px;
	margin: 10px 0;
}

.btn-test {
	width: 80%;
	max-width: 480px;
	margin: auto;
	margin-top: 36px;
	display: block;
}

.diamond-try-1,
.diamond-try-2 {
	width: 80px;
	position: absolute;
}

.diamond-try-1 {
	top: -35px;
	right: 50px;
	z-index: 2;
}

.diamond-try-2 {
	bottom: -45px;
	left: 120px;
}

.slot-game-box {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 38%, rgba(177,189,218,1) 100%);

	padding: 15px;
	border-radius: 25px;

	width: 80%;
	margin: 30px auto;
	padding-bottom: 30px;
	position: relative;
}

.slot-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.slot-item {
	transition: 0.3s;
	width: 17%;
	margin: 1%;
}

.slot-item:hover {
	transition: 0.3s;
	transform: scale(1.05);
}

.slot-game-box {
	margin-top: 100px;
}

.content-boy {
	color: #fff;
	background-image: url('../img/bg-boy.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;

	padding: 30px 60px;
	font-size: 20px;
	text-align: center;
}

.content-boy p {
	margin: 0;
}

.provider-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	margin-top: 45px;
	margin-bottom: 15px;
}

.provider-box div {
	width: 25%;
}

.diamond-boy {
	width: 80px;
	left: 60px;
	bottom: -50px;
	position: absolute;
	z-index: 2;
	transform: rotate(-30deg);
}

.faq-box {
	padding: 60px 30px;
	width: 100%;
	padding-bottom: 0;

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

.faq-item {
	text-align: center;
	color: #fff;
	margin: 30px 0;
}

.faq-item h3 {
	margin-bottom: 30px;
}

.qa-box {
	padding: 10px ;
	border-top: 1px solid #fff;
	text-align: left;
	font-size: 20px;

	cursor: pointer;
}

.qa-box .qq i {
	margin-right: 30px;
}

.qa-box .aa {
	display: none;
	padding-top: 15px;
	padding-left: 50px;
	font-size: 16px;
}

.faq-item .qa-box:last-child {
	border-bottom: 1px solid #fff;
}

footer {
	padding: 60px 0;
	background-color: #3B047F;
}

.copyright {
	color: #777;
}

.logo-footer {
	width: 280px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

.empty {
	display: none;
}

.burger-menu {
	background-color: #3a0972;
}

.burger-menu ul li {
	text-align: left;
}

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

.swiper-pagination {
	position: relative;
}

/*zzz*/

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

	.empty {
		display: block;
		width: 30px;
	}
	.top-menu {
		justify-content: space-between;
	}

}


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

	.content-box h3 {
		font-size: 30px;
	}
	.content-box h4 {
		font-size: 24px;
	}
	.content-box p {
		font-size: 13px;
	}
	.game-row a {
		width: 10%;
		margin: 0 12px;
	}
	.game-row a p {
		font-size: 11px;
	}
	.content-boy p {
		font-size: 13px;
		padding: 15px 0;
		letter-spacing: 0.1rem;
	}
	.m-order-1 {
		order: 1;
	}
	.m-order-2 {
		order: 2;
	}
	.slot-item {
		width: 48%;
	}

}

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

	.content-box h3 {
		font-size: 20px;
	}

	.content-box h4 {
		font-size: 16px;
	}

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

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

	.button-row a {
		width: 40%;
		margin: 0 10px;
	}

	.button-row {
		margin: 0;
	}

	.promotion-title {
		width: 200px;
		top: -30px;
	}

	.diamond-promotion {
		width: 60px;
		left: 0px;
		top: -35px;
	}

	.promotion-item {
		width: 100%;
	}

	.promotion-flex {
		flex-wrap: wrap;
	}

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

	.game-row a {
		width: 25%;
		margin: 5px;
	}

	.diamond-try-2 {
		left: 15px;
	}

	.content-boy {
		padding: 30px 15px;
	}

	.content-boy p {
		font-size: 10px;
	}

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

	.provider-box {
		margin-top: 15px;
	}

	.faq-item h3 {
		font-size: 20px;
	}

	.qa-box {
		font-size: 14px;
	}

	.qa-box .aa {
		font-size: 16px;
	}

	.content-body {
		margin-bottom: 30px;
	}

	.logo-footer {
		width: 140px;
	}

	footer {
		padding: 30px 0;
	}

	.copyright {
		font-size: 10px;
	}

	.logo {
		width: 120px;
	}

	header {
		position: fixed;
		background-size: 100% 100%;
	}

	.burger-icon {
		height: 25px;
	}

	.burger-line {
		height: 2px;
	}

	.provider-box div {
		width: 33%;
	}

}

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

	.logo {
		width: 100px;
	}

	.burger-icon {
		height: 20px;
		width: 25px;
	}

	.slot-game-box {
		padding: 15px 0;
		width: 90%;
	}

}









