@media (max-width: 599px) {

	.promotion-current-credit {
		width:100%;
	}
	#historybutton {
		color:white;
		background:rgb(175, 0, 181);
		padding:8px;
		font-size:9px;
		border-radius:24px;
	}
	.promotion-more-info-rule {
		position: relative;
		font-size: 19px;
		text-transform: uppercase;
		text-shadow: 2px 2px 20px white;
		font-weight: 900;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.promotion-min-deposit-lbl {
		position: relative;
		text-align: center;
		display: inline-block;
		width: 100%;
		font-size: 13px;
	}
	.promotion-btn-more-info-lbl {
		z-index: 1003;
		position: relative;
		font-size: 16px;
		color: white;
		float: left;
		top: 0;
		border-radius: 24px;
		display: inline-block;
		right: 0;
		box-shadow: 2px 2px 20px turquoise;
		padding: 12px 24px 12px 24px;
		background: turquoise;
		font-weight: 600;
		cursor: pointer;
		width: 134px;
		text-align: center;
	}

	.promotion-frame-container {
		height:160px;
	}

.promotion-bonus-title {
	font-size: 24px;
}

.promotion-content {
	max-width: 800px;
	font-family: sans-serif;
	border: 4px solid #370066;
	background: linear-gradient(45deg, #7300ff, rgb(11, 231, 255));
	margin: 0px auto;
	max-height: 1200px;
	height: 100vh;
	box-shadow: 2px 2px 200px #370066;
	border-radius: 24px;
	padding: 12px;
	animation: flashShadow 0.5s infinite alternate;
}


.col-md-12 {
	padding: 0px;
	margin: 0px;
}

.container {
	padding: 2px;
}

.col-md-4 {
	padding: 0px;
	margin: 0px;
}


/* Header Styles */
#header {}

/* Promo Styles */
#promo {}

/* Carousel Styles */
.carousel {
	border-radius: 12px;
	height: 120px;
	overflow-x: hidden;
	animation: colorchange 5s infinite alternate;
}



.carousel-cell {
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: rgb(10, 10, 10);
	border-radius: 5px;
}

.carousel-cell img {
	width: 100%;
	transform: scale(1.2) translate(0px, 10px);

}

.mobilelogo {
	display: block;
	width: 120px;
	margin: 0 auto;
	transform: scale(1.5);
	padding: 0px;
}

/* Jackpot Styles */
.jackpot {
	position: relative;
	height: 70px;
	margin: 0 auto 20px;
	width: 380px;
	margin-top: 0px;
	background-position: center;
	background-size: cover;
	/*animation: vibrate 8s infinite alternate;*/
}

.jackpot-amount {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	/*animation: shine 10s infinite;*/
}





.nav>li>a {
	color: white !important;
	height: 60px;

	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #321d59;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}

.headerbg {
	padding: 0px;
	margin: 0px;
}

.headerbg .container {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.headerbg .col-md-12 {
	padding: 0px;
}

.user-info,
.user-wallet {
	width: 50%;
	margin: 0px;
	font-size: 11px !important;
}


.user-wallet>.btn {
	font-size: 11px;
}

.user-info>.btn {
	font-size: 11px;
}

.user-info {
	display: inline-block;
	position: relative;
	bottom: 0;
	text-align: right !important;

	right: 0px;
}

.user-info * {
	font-weight: 700;
}

.user-info>* {
	margin: auto 2px;
}

.user-info-icon {
	width: 15px !important;
	height: 15px !important;
}

.logo {
	display: none;
}

.navbar-inverse {
	border: none;
	min-height: 0;
}

.navbar-inverse .navbar-toggle {
	border: none;
}


@keyframes scroll {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.marquee {
	display: flex;
	align-items: center;
	height: 50px;
	width: 100%;
	background-color: none;
	color: white;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#announcement .col-md-8 {
	width: 100%;
	padding: 0px;
}


.icon {
	margin-right: 10px;
}

.text {
	display: inline-block;
	white-space: nowrap;
	animation: scroll 15s linear infinite;
}

#promo {
	padding: 0px;
}



.flickity-viewport {

	border-radius: 12px;

}

#announcement {
	padding: 0px;
}


.marquee {
	display: flex;
	align-items: center;
	height: 20px;
	background-color: black;
	color: white;
	padding: 1px;
	position: relative;
	overflow: hidden;
}



.icon {
	margin-right: 10px;
}

.text {
	display: inline-block;
	white-space: nowrap;
	font-size: 8px;
	animation: scroll 15s linear infinite;
}



.rebate-box {
	font-size: 12px;
	padding-bottom: 8px;
}

#claimButton {
	width: 70px;
}

.rebatebtn .btn-refresh-rebate {
	padding: 0px;
}







.scroll {
	overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
	display: none;
}

.navbar {
	border-radius: 10px;
	padding-bottom: 0px;
}

#games {
	min-height: 80vh;
	padding-bottom: 240px;
	width: 100%;
}

#navigation {
	position: sticky;
	top: 0;
	transition: all 0.5s ease-in-out, left 0.3s ease-in-out, position 0.3s ease-in-out;
	z-index: 999990;
	/* Adjust as needed */

}

#navigation.sticky {
	position: fixed;
	top: 0;
	height: 50px;
	padding-top: 0px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	/* Adjust as needed */
}

#navigation.sticky .logo {
	transform: scale(1);
}

#game-navigation {
	position: sticky;
	transition: all 0.5s ease-in-out, left 0.3s ease-in-out, position 0.3s ease-in-out;
	z-index: 999;
	/* Adjust as needed */

}

#game-navigation .col-md-12 {
	padding: 0px;
}

#game-navigation.sticky {
	position: fixed;
	top: 50px;
	padding-top: 0px;
	background: linear-gradient(45deg, #2e053f, #4b2477);
	width: 100%;
	left: 0;
	right: 0;
	z-index: 900099;
	/* Adjust as needed */
}


#game-navigation.sticky .gamenav {

	border-radius: 0px;
	padding: 0px;




}

#game-navigation.sticky .navbar {
	width: 100%;

}

#game-navigation.sticky .navbar>a {
	font-size: 12px;

}

#game-navigation.sticky .searchbar-wrapper {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
	float: left;

}




.input-group {
	width: 100%;
}

#game-navigation.sticky #input-search {
	background: rgba(0, 0, 0, 0.2);

}

#game-navigation.sticky #btn-search {}


.navbar>a {
	float: left;
	padding: 8px;
	color: white;
	text-decoration: none;
	text-align: center;
	border-bottom-width: thick;
}

.navbar>.group-item:hover {
	background-color: #fc00e7;
	border: none;
	border-radius: 100px;
	box-shadow: 2px 2px 40px #fc00e7;

}

.navbar>a.active {
	background-color: #fc00e7;
	border: none;
	font-weight: bold;
	border-radius: 100px;
	box-shadow: 2px 2px 40px #fc00e7;

}

.navbar-header {
	margin-top: 0px;
}

.nav-item>a:hover,
.nav-item>a:focus {
	background-color: #481e96 !important;
}

.nav-item:hover,
.nav-item:focus {
	background-color: #481e96;
}

.nav-item.active>a {
	background-color: #481e96;
	border-bottom-color: #ffae00;
}





.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	background-color: #481e96 !important;
	font-weight: bold;

}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #481e96;
}

.logo {
	height: 80px;
	max-width: 100%;
	max-height: 100%;
	transform: scale(1.5);

}

.logo img {
	max-width: 100%;
	max-height: 100%;
}





.content {}

.card-body {
	margin: 2px;
}

#games .col-md-12 {
	padding: 0px;
}




.language-picker img {
	width: 48px;
}

.top-navbar {
	flex-wrap: wrap;
	top: 0;
	border-width: 0 0 1px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-left: auto;
	margin-right: auto;
}

.marquee-addon {
	font-size: 12px;
	font-weight: 700;
}

.marquee-text {
	font-size: 12px;
}


.btn-layout-group {
	margin-top: 10px;
}

.game-4 .card {
	width: 100%;
}

.game-4 .card-image {
	width: 100%;
	border-radius: 24px;
}

.game-5 .card-image {
	width: 100%;
}

.game-4 .btn-game-text {
	font-size: 10px;
}


.game-card .game-4 {
	width: 33.3%;
}
.game-card .game-5 {
	width: 16.66%;
}


.game-4 .btn-favourite img {
	width: 28px;
}



.btn-promotion-default-title {
	width: 180px;
}

.btn-promotion-default-end-in {
	width: auto;
	position: relative;
	top: 0;

	display: inline-block;
}

.btn-promotion-default-timer {
	position: relative;
	width: auto;
	top: 0;
	display: inline-block;
}


.promotion-btn-more-info {
	right: 35px;
	top: 10px;
}


.promotion-frame-close-btn {
	position: relative;
	top: 0px;
	float: right;
	right: 0px;
}

.promotion-bonus-title {
	display: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: sans-serif;
	color: #ffffff;

	font-weight: 900;
	width: 100%;

}

.promotion-sub-title {
	display: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.promotion-container-overflow {
	left: 0px;
	top: 20px;

	width: 100%;
}

.promotion-frame {
	width: 100%;
	height: 90px;
	margin: 0 auto 20px auto;
}

.promotion-btn-more-info-shining {
	right: 20px;
	top: -5px;
}

.promotion-btn-more-info {
	right: 35px;
	top: 10px;
}



.promotion-btn-more-info-shining {
	right: 20px;
	top: -5px;
}

.promotion-btn-more-info {
	right: 35px;
	top: 10px;
}


}

@media (max-width: 569px) {
	.game-card .game-4 {
		width: 33.33%;
	}
	.game-card .game-5 {
		width: 16.66%;
	}

	.navbar {
		margin: 0px;
	}

	/* Jackpot Styles */
	.jackpot {
		position: relative;
		height: 80px;
		margin: 0 auto 20px;
		width: 380px;
		margin-top: 0px;
		background-position: center;
		background-size: cover;
		/*animation: vibrate 8s infinite alternate;*/
	}

	.jackpot-amount {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.5em;
		font-weight: 900;
		color: #fff;
		/*animation: shine 10s infinite;*/
	}


	/* Carousel Styles */
	.carousel {
		border-radius: 12px;
		height: 120px;
		overflow-x: hidden;
	}



	.carousel-cell {
		width: 100%;
		height: 120px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1.3) translate(0px, 10px);

	}

	.gamenav {
		background: none;
	}


	.btn-promotion-default-title {
		width: 180px;
	}

	.btn-promotion-default-end-in {
		width: auto;
		position: relative;
		top: 0;

		display: inline-block;
	}

	.btn-promotion-default-timer {
		position: relative;
		width: auto;
		top: 0;
		display: inline-block;
	}


	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


	.promotion-frame-close-btn {
		position: relative;
		top: 0px;
		float: right;
		right: 0px;
	}

	.promotion-bonus-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		font-family: sans-serif;
		color: #ffffff;

		font-weight: 900;
		width: 100%;

	}

	.promotion-sub-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	.promotion-container-overflow {
		left: 0px;
		top: 20px;
		width: 100%;

	}

	.promotion-frame {
		width: 100%;
		height: 90px;
		margin: 0 auto 20px auto;
	}

	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}



	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}
}

@media (max-width: 420px) {
	#historybutton {
		color:white;
		background:rgb(175, 0, 181);
		padding:8px;
		font-size:7px;
		border-radius:24px;
	}
	.user-info,
	.user-wallet {
		width: 50%;
		margin: 0px;
		font-size: 8px !important;
	}

	.mobilelogo {
		display: block;
		width: 120px;
		margin: 0 auto;
		transform: scale(1.4);
		padding: 0px;
	}

	.game-card .game-4 {
		width: 33.33%;
	}
	.game-card .game-5 {
		width: 33.33%;
	}

	.navbar {
		margin: 0px;
	}

	/* Jackpot Styles */
	.jackpot {
		position: relative;
		height: 70px;
		margin: 0 auto 20px;
		width: 100%;
		margin-top: 0px;
		background-position: center;
		background-size: cover;
		/*animation: vibrate 8s infinite alternate;*/
	}

	.jackpot-amount {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.5em;
		font-weight: 900;
		color: #fff;
		/*animation: shine 10s infinite;*/
	}


	/* Carousel Styles */
	.carousel {
		border-radius: 12px;
		height: 80px;
		overflow-x: hidden;
	}



	.carousel-cell {
		width: 100%;
		height: 80px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1.5) translate(0px, 5px);

	}

	.gamenav {
		background: none;
	}


	.btn-promotion-default-title {
		width: 180px;
	}

	.btn-promotion-default-end-in {
		width: auto;
		position: relative;
		top: 0;

		display: inline-block;
	}

	.btn-promotion-default-timer {
		position: relative;
		width: auto;
		top: 0;
		display: inline-block;
	}


	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


	.promotion-frame-close-btn {
		position: relative;
		top: 0px;
		float: right;
		right: 0px;
	}

	.promotion-bonus-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		font-family: sans-serif;
		color: #ffffff;

		font-weight: 900;
		width: 100%;

	}

	.promotion-sub-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	.promotion-container-overflow {
		left: 0px;
		top: 20px;
		width: 100%;

	}

	.promotion-current-credit {
		width:100%;
	}

	.promotion-frame {
		width: 100%;
		height: 90px;
		margin: 0 auto 20px auto;
	}

	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}



	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}

}

@media (max-width: 320px) {
	.game-card .game-4 {
		width: 33.33%;
	}
	.game-card .game-5 {
		width: 33.33%;
	}

	.navbar {
		margin: 0px;
	}

	/* Jackpot Styles */
	.jackpot {
		position: relative;
		height: 50px;
		margin: 0 auto 20px;
		width: 100%;
		margin-top: 0px;
		background-position: center;
		background-size: cover;
		/*animation: vibrate 8s infinite alternate;*/
	}

	.jackpot-amount {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1em;
		font-weight: 900;
		color: #fff;
		/*animation: shine 10s infinite;*/
	}


	/* Carousel Styles */
	.carousel {
		border-radius: 3px;
		height: 70px;
		overflow-x: hidden;
	}


	.carousel-cell {
		width: 100%;
		height: 70px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1.5) translate(0px, 5px);

	}

	.gamenav {
		background: none;
	}



	.btn-promotion-default-title {
		width: 180px;
	}

	.btn-promotion-default-end-in {
		width: auto;
		position: relative;
		top: 0;

		display: inline-block;
	}

	.btn-promotion-default-timer {
		position: relative;
		width: auto;
		top: 0;
		display: inline-block;
	}


	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


	.promotion-frame-close-btn {
		position: relative;
		top: 0px;
		float: right;
		right: 0px;
	}

	.promotion-bonus-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		font-family: sans-serif;
		color: #ffffff;

		font-weight: 900;
		width: 100%;

	}

	.promotion-sub-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	.promotion-container-overflow {
		left: 0px;
		top: 20px;
		width: 100%;

	}

	.promotion-frame {
		width: 100%;
		height: 90px;
		margin: 0 auto 20px auto;
	}

	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}



	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


}


/* END Mobile */

/* Large Mobile */
@media (min-width: 600px) {
	.promotion-current-credit {
		width:100%;
	}
	.promotion-bonus-title {
		font-size: 24px;
	}

	.promotion-content {
		max-width: 100%;
		font-family: sans-serif;
		border: 4px solid #370066;
		background: linear-gradient(45deg, #7300ff, rgb(11, 231, 255));
		margin: 0px auto;
		max-height: 1200px;
		height: 100vh;
		box-shadow: 2px 2px 200px #370066;
		border-radius: 24px;
		padding: 12px;
		animation: flashShadow 0.5s infinite alternate;
	}


	.mobilelogo {
		display: block;
		width: 120px;
		transform: scale(1.3);
		margin: 0 auto;
		padding: 0px;
	}

	.logo {
		display: none;
	}

	.jackpot {
		position: relative;
		height: 100px;
		margin: 0 auto;
		width: 450px;
		background-position: center;
		background-size: cover;
		animation: vibrate 8s infinite alternate;
	}

	.jackpot-amount {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 2em;
		font-weight: 900;
		color: #fff;
		animation: shine 10s infinite;
	}

	::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}


	.user-info,
	.user-wallet {
		width: 50%;
		margin: 0px;
		font-size: 11px !important;
	}

	.col-md-12 {
		padding: none !important;
	}

	/* Carousel Styles */
	.carousel {
		border-radius: 24px;
		height: 120px;
		overflow-x: hidden;
		box-shadow: 2px 2px 20px rgb(154, 4, 184);
		animation: colorchange 5s infinite alternate;
	}

	@keyframes colorchange {
		0% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}

		25% {
			box-shadow: 2px 2px 20px rgb(139, 0, 146);
		}

		50% {
			box-shadow: 2px 2px 20px rgb(40, 1, 91);
		}

		75% {
			box-shadow: 2px 2px 20px rgb(0, 179, 255);
		}

		100% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}
	}

	.carousel-cell {
		width: 100%;
		height: 120px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1) translate(0px, 0px);

	}



	.content {
		/* min-height: calc(100vh - 68px); */
		left: 0;
		right: 0;
		overflow-y: scroll;
		top: 0;
		bottom: 0;
	}


	.language-picker img {
		width: 48px;
	}




	.marquee-addon {
		font-size: 12px;
		font-weight: 700;
		width: 80px;
		height: 30px;
		line-height: 30px;
		padding: 0px 12px;
	}

	.marquee-text {
		font-size: 12px;
	}


	.btn-layout-group {
		margin-top: -46px;
		display: inline-block;
		position: relative;
		left: -75px;
	}

	.btn-promotion-layout-group {
		margin-top: 0px;
		display: none;
		position: relative;
		right: -10px;
	}

	.btn-default-promotion-layout-group {
		margin-top: 0px;
		position: relative;
		right: 0px;
	}

	.btn-promotion-default-title {
		width: 80px;
	}

	.btn-promotion-default-end-in {
		display: none;
	}

	.btn-promotion-default-timer {
		display: none;
	}


	.btn-promotion-default-title {
		width: 180px;
	}

	.btn-promotion-default-end-in {
		width: auto;
		position: relative;
		top: 0;

		display: inline-block;
	}

	.btn-promotion-default-timer {
		position: relative;
		width: auto;
		top: 0;
		display: inline-block;
	}


	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


	.promotion-frame-close-btn {
		position: relative;
		top: 0px;
		float: right;
		right: 0px;
	}

	.promotion-bonus-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		font-family: sans-serif;
		color: #ffffff;

		font-weight: 900;
		width: 100%;

	}

	.promotion-sub-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	.promotion-container-overflow {
		left: 0px;
		top: 20px;
		width: 100%;

	}

	.promotion-frame {
		width: 100%;
		height: 90px;
		margin: 0 auto 20px auto;
	}

	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}



	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


	me-panel {
		max-width: 100%;
	}

	.game-card .game-4 {
		width: 20%;
		padding: 2px;
	}

	.game-card .game-5 {
		width: 33.33%;
	}
	.game-4 .card {
		width: 100%;
	}

	.col-md-12 {
		padding: 0px;

	}



	.game-4 .card-image {
		width: 100%;
	}
	.game-5 .card-image {
		width: 100%;
	}


	.navbar {
		margin: 0px;
	}

	.gamenav {
		background: none;
	}

	.game-4 .btn-favourite img {
		width: 35px;
	}




}

/* END Large Mobile */


@media (min-width: 768px) {
	group {
		margin-top: -46px;
		display: inline-block;
		position: relative;
		left: -100px;
	}

	.col-md-12 {
		padding: 0px;
	}


	.jackpot {
		position: relative;
		height: 110px;
		margin: 0 auto;
		width: 480px;
		background-position: center;
		background-size: cover;
		animation: vibrate 8s infinite alternate;
	}

	.jackpot-amount {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 2em;
		font-weight: 900;
		color: #fff;
		animation: shine 10s infinite;
	}


	#promo {
		width: 100%;
	}

	#game-navigation {
		width: 100%;
	}

	.marquee-addon {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.marquee-text {
		font-size: 15px;
	}

	.carousel {
		border-radius: 24px;
		height: 120px;
		overflow-x: hidden;
		box-shadow: 2px 2px 20px rgb(154, 4, 184);
		animation: colorchange 5s infinite alternate;
	}

	@keyframes colorchange {
		0% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}

		25% {
			box-shadow: 2px 2px 20px rgb(139, 0, 146);
		}

		50% {
			box-shadow: 2px 2px 20px rgb(40, 1, 91);
		}

		75% {
			box-shadow: 2px 2px 20px rgb(0, 179, 255);
		}

		100% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}
	}

	.carousel-cell {
		width: 100%;
		height: 120px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1) translate(0px, 0px);

	}

	.user-info,
	.user-wallet {
		width: 50%;
		margin: 0px;
		font-size: 11px !important;
	}


	.game-panel {
		max-width: 100%;
		padding: 0px;
	}

	.game-card .game-4 {
		width: 16.66%;
		padding: 8px;
	}
	.game-card .game-5 {
		width: 16.66%;
	}

	.game-4 .card {
		width: 100%;
	}


	.game-4 .card-image {
		width: 100%;
	}
	.game-5 .card-image {
		width: 100%;
	}


	.game-4 .btn-game-text {
		font-size: 14px;
	}



	.game-4 .btn-favourite img {
		width: 41px;
	}




	/* .mobile-button {
		border: none;
		padding: 7rem 0px;
		text-align: center;
		text-decoration: none;
		display: block;
		margin: 10rem 10rem;
		border-radius: 20px;
		font-size: 60px;
	} */
}

/* END Tablet / Laptop */
@media (min-width:992px) {
	.promotion-content {
		max-width: 800px;
		font-family: sans-serif;
		border: 4px solid #370066;
		background: linear-gradient(45deg, #7300ff, rgb(11, 231, 255));
		margin: 80px auto;
		max-height: 1200px;
		height: 80vh;
		box-shadow: 2px 2px 200px #370066;
		border-radius: 24px;
		padding: 12px;
		animation: flashShadow 0.5s infinite alternate;
	}

	.logo {
		display: none;
	}

	.carousel {
		border-radius: 24px;
		height: 150px;
		overflow-x: hidden;
		box-shadow: 2px 2px 20px rgb(154, 4, 184);
		animation: colorchange 5s infinite alternate;
	}

	@keyframes colorchange {
		0% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}

		25% {
			box-shadow: 2px 2px 20px rgb(139, 0, 146);
		}

		50% {
			box-shadow: 2px 2px 20px rgb(40, 1, 91);
		}

		75% {
			box-shadow: 2px 2px 20px rgb(0, 179, 255);
		}

		100% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}
	}

	.user-info,
	.user-wallet {
		width: 50%;
		margin: 0px;
		font-size: 11px !important;
	}

	.carousel-cell {
		width: 100%;
		height: 150px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1) translate(0px, 0px);

	}

	.game-card .game-4 {
		width: 16.66%;
		padding: 8px;
	}
	.game-card .game-5 {
		width: 16.66%;
	}

	#promo {
		width: 970px;
	}

	#game-navigation {
		width: 970px;
	}

}

/* Large Screen */
@media (min-width: 1200px) {
	.mobilelogo {
		display: none;

	}

	.logo {
		display: block;
	}

	.top-bar-wrapper {
		max-width: 1200px;
	}

	.top-navbar-wrapper {
		max-width: 1200px;
	}

	.top-navbar {
		height: 55px;
		flex-wrap: wrap;
		margin: auto;
		position: relative;
	}

	.user-info,
	.user-wallet {
		width: 30%;
		margin: 0px;
		font-size: 14px !important;
	}


	/* Jackpot Styles */
	.jackpot {
		position: relative;
		height: 160px;
		margin: 0 auto;
		margin-bottom:12px;
		width: 800px;
		background-position: center;
		background-size: cover;
		animation: vibrate 0.5s infinite alternate;
	}

	.jackpot-amount {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 42px;
		font-weight: 900;
		color: #fff;
		animation: shine 1s infinite;
	}

	#promo {
		width: 1170px;
	}

	#game-navigation {
		width: 1170px;
	}

	.navbar {
		margin: 0px;
		min-height: 0px;
	}

	.navbar>a {
		font-size: 14px;
	}

	.nav>li>a {
		font-size: 12px;

	}

	announcement .col-md-8 {
		width: 66%;
		padding: 0px;
	}



	.navbar>a.active {}

	.carousel {
		border-radius: 24px;
		height: 200px;
		overflow-x: hidden;
		box-shadow: 2px 2px 20px rgb(154, 4, 184);
		animation: colorchange 5s infinite alternate;
	}

	@keyframes colorchange {
		0% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}

		25% {
			box-shadow: 2px 2px 20px rgb(139, 0, 146);
		}

		50% {
			box-shadow: 2px 2px 20px rgb(40, 1, 91);
		}

		75% {
			box-shadow: 2px 2px 20px rgb(0, 179, 255);
		}

		100% {
			box-shadow: 2px 2px 20px rgb(154, 4, 184);
		}
	}

	.carousel-cell {
		width: 100%;
		height: 200px;
		overflow: hidden;
		background: rgb(10, 10, 10);
		border-radius: 5px;
	}

	.carousel-cell img {
		width: 100%;
		transform: scale(1) translate(0px, 0px);

	}

	#container-announcement>.input-group {
		/*width: 1200px;*/
		width: 100%;
	}

	#game-navigation {
		padding: 8px;
		border-radius: 8px;
		margin-bottom: 18px;
		background: rgb(34, 34, 34);
	}

	#game-navigation .row {
		padding: 0;
		margin: 0px;
	}


	.gamenav {
		width: 50%;
		float: left;
		min-height: 0px;
	}

	.gamesearch {
		width: 50%;
		min-height: 0px;
		float: left;
	}


	.btn-layout-group {
		margin-top: -46px;
		display: inline-block;
		position: relative;
		left: -75px;
	}

	.btn-promotion-layout-group {
		margin-top: 0px;
		display: none;
		position: relative;
		right: -10px;
	}



	.btn-promotion-default-title {
		width: 180px;
	}

	.btn-promotion-default-end-in {
		width: auto;
		position: relative;
		top: 0;

		display: inline-block;
	}

	.btn-promotion-default-timer {
		position: relative;
		width: auto;
		top: 0;
		display: inline-block;
	}


	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}


	.promotion-frame-close-btn {
		position: relative;
		top: 0px;
		float: right;
		right: 0px;
	}

	.promotion-bonus-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		font-family: sans-serif;
		color: #ffffff;

		font-weight: 900;
		width: 100%;

	}

	.promotion-sub-title {
		display: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

	.promotion-container-overflow {
		left: 0px;
		top: 20px;
		width: 100%;

	}

	.promotion-frame {
		width: 100%;
		height: 90px;
		margin: 0 auto 20px auto;
	}

	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}



	.promotion-btn-more-info-shining {
		right: 20px;
		top: -5px;
	}

	.promotion-btn-more-info {
		right: 35px;
		top: 10px;
	}

	.game-panel {
		max-width: 1200px;
	}



	.game-4 .card-image {
		width: 100%;
	}


	.game-5 .card-image {
		width: 100%;
	}


	.game-4 .btn-game-text {
		font-size: 18px;
	}


	.game-4 .btn-favourite img {
		width: 65px;
	}


}

/* END Large Screen */


@media screen and (max-width: 768px) {
	#modal:before {
		display: block !important;
		height: 20% !important;
	}

	#modal .modal-dialog {
		display: block !important;
	}
}




@media screen and (orientation:portrait) {


	.angpao-prize {
		width: max-content;
		position: absolute;
		font-size: 70px;
		font-weight: bold;
		line-height: normal;
		color: black;
		top: 15%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-overlay-image {
		position: absolute;
		width: auto;
		height: 900px;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-amount {
		position: absolute;
		font-size: 90px;
		font-weight: bold;
		color: black;
		top: 15%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-con-title {
		position: absolute;
		font-size: 40px;
		font-weight: bold;
		color: rgb(255, 223, 148);
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-con-desc-title {
		position: absolute;
		font-size: 35px;
		font-weight: bold;
		color: rgb(255, 223, 148);
		top: 60%;
		left: 50%;
		text-align: center;
		margin-top: 10px;
		max-height: 60px;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-con-desc {
		position: absolute;
		font-size: 35px;
		font-weight: bold;
		color: rgb(255, 223, 148);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-overlay-close {
		position: absolute;
		top: 94%;
		left: 50%;
		font-size: 45px;
		font-weight: bolder;
		color: rgb(137, 13, 0);
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.angpao-image {
		position: absolute;
		width: 100%;
		height: auto;
		top: 20%;
	}

	.game-modal {
		display: none;
		position: fixed;
		z-index: 999999999;
		padding-top: 20px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.9);
	}

	.modal-game-img {
		padding-top: 10vh;
		padding-bottom: 5vh;
		margin: auto;
		display: block;
		height: 50%;
		max-height: 800px;
	}


	.mobile-button {
		text-transform: capitalize !important;
		border: none;
		text-align: center;
		text-decoration: none;
		display: block;
		background:turquoise;
		box-shadow:2px 2px 20px turquoise;
		border-radius: 42px;
		height: 80px;
		font-size: 24px;
		font-weight:400;
		padding-top:24px;
		margin: 0px 10px 40px 10px;
	}

	.modal-content {
		width: 100%;
		animation-name: zoom;
		animation-duration: 0.6s;
	}

	.modal-game-img {
		animation-name: zoom;
		animation-duration: 0.2s;
	}

	@keyframes zoom {
		from {
			transform: scale(0)
		}

		to {
			transform: scale(1)
		}
	}

	.close-modal {
		z-index: 1002;
		position: absolute;
		top: 0;
		right: 0px;
		color: #f1f1f1;
		font-size: 10rem;
		transition: 0.3s;
	}
}

@media screen and (orientation:landscape) {
	.angpao-image {
		position: absolute;
		width: 500px;
		height: auto;
		top: 25%;
		left: 35%;
	}

	.game-modal {
		display: none;
		position: fixed;
		z-index: 999999999;
		padding-top: 20px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.9);
	}

	.modal-game-img {
		padding-top: 10vh;
		padding-bottom: 5vh;
		margin: auto;
		display: block;
		height: 50%;
		max-height: 800px;
	}


	.mobile-button {
		text-transform: capitalize !important;
		border: none;
		text-align: center;
		text-decoration: none;
		display: block;
		background:turquoise;
		box-shadow:2px 2px 20px turquoise;
		border-radius: 42px;
		height: 80px;
		font-size: 24px;
		font-weight:400;
		padding-top:24px;
		margin: 0px 10px 40px 10px;
	}

	.modal-content {
		width: 100%;
		animation-name: zoom;
		animation-duration: 0.6s;
	}

	.modal-game-img {
		animation-name: zoom;
		animation-duration: 0.2s;
	}

	@keyframes zoom {
		from {
			transform: scale(0)
		}

		to {
			transform: scale(1)
		}
	}

	.close-modal {
		z-index: 1002;
		position: absolute;
		top: 0;
		right: 0px;
		color: #f1f1f1;
		font-size: 10rem;
		transition: 0.3s;
	}
}

@media screen and (orientation:landscape) and (min-width: 768px) {
	.mobile-button {
		border: none;
		padding: 5rem 0px;
		text-align: center;
		text-decoration: none;
		display: block;
		margin: 7rem 10rem;
		border-radius: 20px;
		font-size: 60px;
	}
}

@media screen and (orientation:landscape) and (min-width: 600px) {
	.game-modal {
		display: none;
		position: fixed;
		z-index: 999999999;
		padding-top: 20px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.9);
	}

	.modal-game-img {
		padding-top: 10vh;
		padding-bottom: 5vh;
		margin: auto;
		display: block;
		height: 50%;
		max-height: 800px;
	}


	.mobile-button {
		text-transform: capitalize !important;
		border: none;
		text-align: center;
		text-decoration: none;
		display: block;
		background:turquoise;
		box-shadow:2px 2px 20px turquoise;
		border-radius: 42px;
		height: 80px;
		font-size: 24px;
		font-weight:400;
		padding-top:24px;
		margin: 0px 10px 40px 10px;
	}

	.modal-content {
		width: 100%;
		animation-name: zoom;
		animation-duration: 0.6s;
	}

	.modal-game-img {
		animation-name: zoom;
		animation-duration: 0.2s;
	}

	@keyframes zoom {
		from {
			transform: scale(0)
		}

		to {
			transform: scale(1)
		}
	}

	.close-modal {
		z-index: 1002;
		position: absolute;
		top: 0;
		right: 0px;
		color: #f1f1f1;
		font-size: 10rem;
		transition: 0.3s;
	}
}