/*common start*/

body {
	background: #271e87;
}

a {
	color: #fff;
}

a:hover {
	color: #fff000;
}

.box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}

.box2 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.z-in1 {
	z-index: 1;
}

.z-in2 {
	z-index: 2;
}

.z-in3 {
	z-index: 3;
}

.text-gray {
	color: #7c7a7a;
}

/* fonts */

.merienda {
	font-family: "Merienda";
}

.train {
	font-family: "Train One";
}

.ald {
	font-family: "Aldrich";

}

.text-grade {
	background: #F3F0FF;
	background: linear-gradient(to right, #F3F0FF 0%, #FCC158 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}

.support iconify-icon {
	font-size: 36px;
}

.header-bg {
	padding: 10px 0px;
}

.banner-top {
	padding: 32px 0px;
}

.bonus-caro.owl-carousel {
	display: block;
}

.bonus {
	background: #FEF7DB;
	background: -webkit-linear-gradient(95deg, rgba(254, 247, 219, 1) 0%, rgba(254, 247, 219, 1) 100%);
	background: -moz-linear-gradient(95deg, rgba(254, 247, 219, 1) 0%, rgba(254, 247, 219, 1) 100%);
	background: linear-gradient(95deg, rgba(254, 247, 219, 1) 0%, rgba(254, 247, 219, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEF7DB", endColorstr="#FEF7DB", GradientType=0);
	border-radius: 20px;
	padding: 9px 11px;
}


/**********************************Header end **********************************/


/**********************************banner start **********************************/

.trading-line-bg {
	background: url("../img/trading-line-bg.png") no-repeat;
	padding: 2px 11px;
	height: 50px;
}

.banner-content h1 span {
	font-size: 33px;
}

.banner-content small {
	font-size: 55px;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 0%, 25% 25%, 50% 50%, 75% 0, 100% 100%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}

.banner-content h1 {
	line-height: 66px;
}

.bonus-value {
	border-radius: 20px;
	padding: 5px 33px;
	margin-top: 22px;
	display: inline-block;
}

.banner-main {
	background: url("../img/main-bg.png") no-repeat scroll center;
	height: 505px;
	width: 100%;
	margin: 0 auto;
	padding: 97px 73px 27px 45px;
	border-radius: 36px;
}

.banner-main-sec {
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-img-left {
	top: 3px;
	left: 20px;
}

.banner-img-right {
	top: 113px;
	right: 111px;
}

.payment {
	padding-top: 10px;
}

.added-banner-vectors li {
	position: absolute;
}

.added-banner-vectors li:first-child {
	right: -73px;
	top: 69px;
	animation-name: flipInX;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.added-banner-vectors li:nth-child(2) {
	right: -43px;
	top: -34px;
	animation: animate 4s ease-in-out infinite;
}

.added-banner-vectors li:nth-child(3) {
	right: -43px;
	bottom: 21px;
	animation-name: flipInY;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
}

.added-aero {
	position: absolute;
	right: 241px;
	top: 24px;
}

.banner-carousel .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin: 20px 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 21px;
}

.banner-carousel .owl-carousel,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.banner-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1b136c;
	width: 39px;
}

.banner-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: rgba(27, 19, 108, 0.7);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

/**********************************banner end **********************************/




/**********************************fea start**********************************/

/* input box */
.heart-option i {
	color: #fff;
	font-size: 24px;
}

.heart-option {
	display: inline-block;
	cursor: pointer;
	margin: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	background: #28a3cc;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]:checked+.heart-option {

	transform: scale(1.1);
}

.heart-option:hover {
	background: #cc28c6;
}

.heart-icon {
	font-size: 24px;
	color: white;
}

/* input box */

.payment-icon iconify-icon {
	color: #fff;
	font-size: 39px;
}

.payment-icon {
	border-radius: 50%;
	background: #271e87;
	padding: 3px 7px;
	margin-right: 7px;
}

.payment a {
	background: #4a55c7;
	border: 2px solid #fff;
	border-radius: 15px;
	padding: 6px 21px;
	box-shadow: -1px 11px 0px -4px rgba(83, 74, 172, 0.62);
	-webkit-box-shadow: 4px 8px 0px -6px rgba(83, 74, 172, 0.62);
	-moz-box-shadow: -1px 11px 0px -4px rgba(83, 74, 172, 0.62);
}

.payment a:hover {
	background: #534aac;
}

.banner-added-links {
	padding: 30px 0px;
}

.games-sec {
	border-radius: 15px;
	padding: 19px 4px;
}

.games-sec li h6 {
	margin-bottom: 0px;
	font-size: 20px;
	font-family: "Merienda";
	text-transform: uppercase;
}

.games-sec li .nav-link {
	color: #000;
	background: #fff;
	padding: 12px 20px;
	border-radius: 15px;
}

.games-sec li {
	margin: 0px 6px;
}

.tab-inner-content {
	padding-top: 26px;
}

.game-start {
	background: #fff;
	border-radius: 20px;
	padding: 1px 18px;
}

.heart-icon iconify-icon {
	color: #fff;
	font-size: 29px;
	animation-name: tada;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.heart-icon {
	background: #28a3cc;
	width: 39px;
	height: 39px;
	text-align: center;
	border-radius: 50%;
	padding: 5px 0px;
}


.heart-icon:hover {
	background: #cc28c6;

}

.game-type-box {
	border-radius: 23px;
	padding: 10px 10px;
	width: 269px;
	height: 243px;
	margin: 0 auto;
}

.game-start {
	background: #fff;
	border-radius: 20px;
	padding: 1px 18px;
	position: absolute;
	right: 21px;
	top: 17px;
}

.gamelist-carousel .owl-nav .owl-prev {
	background: #FFB9CD;
	background: -webkit-linear-gradient(180deg, rgba(255, 185, 205, 1) 0%, rgba(252, 213, 120, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(255, 185, 205, 1) 0%, rgba(252, 213, 120, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 185, 205, 1) 0%, rgba(252, 213, 120, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB9CD", endColorstr="#FCD578", GradientType=0);
	right: 64px;
}

.gamelist-carousel .owl-nav .owl-next {

	background: #D3C9FE;
	background: -webkit-linear-gradient(180deg, rgba(211, 201, 254, 1) 0%, rgba(191, 244, 255, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(211, 201, 254, 1) 0%, rgba(191, 244, 255, 1) 100%);
	background: linear-gradient(180deg, rgba(211, 201, 254, 1) 0%, rgba(191, 244, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3C9FE", endColorstr="#BFF4FF", GradientType=0);
}

.gamelist-carousel .owl-nav.disabled {
	display: block;
}

.gamelist-carousel .owl-nav button {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: -97px;
	right: 0px;
}

.added-aero img {
	animation-name: tada;
	animation-duration: 8.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.game-image img {
	border-radius: 15px;
}

.game-overall-sec {
	margin: 0px 30px;
}

/**********************************fea end**********************************/

/**********************************footer start **********************************/

.cpy-rights small {
	font-size: 16px;
}

.social-icons li {
	display: inline-block;
	margin: 0px 3px;
}

.banner-bg::before {
	position: absolute;
	content: "";
	background: url("../img/banner-wave-2.png") no-repeat scroll center;
	width: 100%;
	height: 545px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}

.banner-bg::after {
	position: absolute;
	content: "";
	background: url("../img/banner-wave-1.png") no-repeat scroll center;
	width: 100%;
	height: 545px;
	top: 155px;
	left: 0px;
	right: 0px;
	z-index: -1;
}

.footer {
	background: #1e176d;
	margin-top: 90px;
}

/**********************************footer end **********************************/





/************************ animation **********************************/




/* Add styles for glossy shine */
.game-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.game-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 13%;
	height: 100%;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	animation: shine 2.5s infinite;
	pointer-events: none;
	z-index: 1;
}

@keyframes shine {
	0% {
		left: -75%;
	}

	100% {
		left: 125%;
	}
}

.masked {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}


@keyframes mask {
	0% {
		mask-size: 0% 70%;
	}

	20% {
		mask-size: 20% 100%;
	}

	30% {
		mask-size: 30% 100%;
	}

	40% {
		mask-size: 40% 100%;
	}

	60% {
		mask-size: 60% 100%;
	}

	80% {
		mask-size: 80% 100%;
	}

	100% {
		mask-size: 100% 100%;
	}
}


.spinner {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {


	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes play {
	from {
		background-position: 0px;
	}

	to {
		background-position: -1024px;
	}
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}


.typewriter h1 {
	color: #fff;
	/* overflow: inherit; */
	white-space: break-spaces;
	margin: 0 auto;
	letter-spacing: 0px;
	animation: typing 3.5s, blink-caret .5s step-end alternate;
}



@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

}

@keyframes animate {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}



/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
	.cpy-rights small {
		font-size: 14px;
	}

	.footer-logo {
		padding-top: 11px;
	}

	.social-icons li img {
		width: 80%;
	}

	.trading-line-bg {
		background: #3d3593;
		padding: 5px 11px;
		height: auto;
		border-radius: 25px;
	}

	.games-sec {

		margin: 20px 0px;
	}
}

@media only screen and (max-width: 991px) {

	.banner-main {
		width: 100%;
		background-size: cover;
		height: auto;
		padding: 20px;
		background: url("../img/mobile-banner-bg.png") no-repeat scroll 0 0;
		border-radius: 49px;
	}

	.footer {

		text-align: center;
	}

	.social-icons {
		padding: 33px 0px;
	}

	.games-sec {
		margin-top: 30px;
	}

	.footer {

		margin-top: 30px;
	}

	.payment {
		justify-content: space-around !important;
	}

	.header-bg {
		text-align: center;
	}

	.nav-button {
		justify-content: center !important;
		margin-top: 21px;
		margin-bottom: 26px;
	}

	.bonus {

		border-radius: 12px;
		padding: 7px 11px;
	}

	.banner-img-left {
		top: 3px;
		left: 20px;
		display: none;
	}

	.banner-img-right {
		top: 0px;
		right: 0px;
		text-align: center;
		margin-top: 27px;
	}

	.owl-carousel .owl-item img {
		display: inline-block;
	
	}
.game-image img {
	width: 100%;
}
	.added-aero {
		display: none;
	}

	.trading-line-bg {

		margin-bottom: 20px;
	}

	.support {
		display: flex !important;
		justify-content: center;
	}
}

@media only screen and (max-width:767px) {
	.trading-line-bg h6 {
		font-size: 14px;
	}

	.payment a {
		background: #4a55c7;
		border: 2px solid #fff;
		border-radius: 15px;
		padding: 6px 10px;
		box-shadow: -1px 11px 0px -4px rgba(83, 74, 172, 0.62);
		-webkit-box-shadow: 4px 8px 0px -6px rgba(83, 74, 172, 0.62);
		-moz-box-shadow: -1px 11px 0px -4px rgba(83, 74, 172, 0.62);
	}

	.game-type-box {
		width: 86% !important;
		height: 100%;

	}
}

@media only screen and (max-width: 575px) {
	.bonus-width {
		display: flex !important;
		justify-content: center;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.payment {
		display: block !important;
		width: 52%;
		margin: auto;
	}

	.payment a {

		margin-bottom: 9px;
	}
}

@media only screen and (max-width: 470px) {

	.games-sec li {
		margin: 0px 5px;
	}

	.games-sec li .nav-link {

		padding: 12px 12px;
	}

	.games-sec li h6 {

		font-size: 15px;

	}

	br {
		display: none;
	}

	.banner-content h1 {
		line-height: 46px;
	}

	.banner-content h1 {
		font-size: 33px;
	}
}

@media only screen and (max-width: 424px) {
	.payment {
		justify-content: space-around !important;
	}

	.payment a {
		padding: 6px 12px;

	}

	.payment-icon iconify-icon {

		font-size: 29px;
	}

	.payment-icon {

		padding: 3px 7px;
		margin-right: 5px;
	}

	.payment h6 {
		font-size: 17px !important;
	}

	.gamelist-carousel .owl-nav button {

		width: 38px;
		height: 38px;
	}

	.gamelist-carousel .owl-nav .owl-prev {

		right: 46px;
	}

	.gamelist-carousel .owl-nav button {
		top: -84px;


	}


	.banner-main {

		background-size: cover;
	}

}

@media only screen and (max-width: 370px) {
	.social-icons li {

		margin: 0px 1px;
	}

	.support .btn-info {
		font-size: 16px;
	}

	.banner-content small {
		font-size: 45px;
	}

	.banner-img-right img {
		width: 100%;
	}

	.bonus-value h5 {
		font-size: 15px;
	}
}