.gx-app-banner {
	background: url(../../images/ginx_bg_pattern_darkblue.jpg) center top no-repeat;
	background-size: cover;
	aspect-ratio: 32/9;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin: -20px -20px 0 -20px;
}
.gx-app-inner {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.gx-app-inner img {
	max-width: 220px;
}
.gx-ginxplus-section {
	width: 100%;
}
.gx-ginxplus-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	width: 100%;
}
.gx-ginxplus-left,
.gx-ginxplus-right {
	padding: 40px 20px;
	width: 50%;
}
.gx-ginxplus-content ul {
	margin: 10px 0;
	padding-left: 40px;
	list-style: disc;
}
.gx-ginxplus-content li {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}
.gx-ginxplus-content {
	display: inline-block;
	width: 100%;
}
.ginxplus-play {
	display: flex;
	gap: 0 43px;
	margin-top: 25px;
	width: 100%;
}
.ginxplus-play a {
	max-width: 212px;
	width: 100%;
}
.ginxplus-play img {
	width: 100%;
	height: 72px;
}
.ginxplus-carousel {
	position: relative;
	aspect-ratio: 9/16;
	width: 100%;
	max-width: 500px;
	max-height: 400px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.ginxplus-carousel-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top: 0;
	left:0;
	opacity: 0;
	transform-style: preserve-3d;
	animation: carouselAnimation1 20s infinite;
}
.ginxplus-carousel-image:nth-child(1) {
	animation-delay: 0s;
	transform: rotate3d(1,1,1,15deg) scale(1.5);
	top: 90px;
	left: -15px;
}
.ginxplus-carousel-image:nth-child(2) {
	animation-delay: 5s;
	transform: rotate3d(1,1,1,-25deg) scale(1.5);
	top: 90px;
	left: 20px;
}
.ginxplus-carousel-image:nth-child(3) {
	animation-delay: 10s;
	transform: rotate3d(1,1,2,15deg) scale(1.5);
	top: 90px;
	left: -15px;
}
.ginxplus-carousel-image:nth-child(4) {
	animation-delay: 15s;
	transform: rotate3d(1,1,2,-15deg) scale(1.5);
	top: 90px;
	left: 20px;
}
.ginxplus-carousel-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
@keyframes carouselAnimation1 {

	0%,
	35%,
	100% {
		opacity: 0
	}

	10%,
	25% {
		opacity: 1
	}
}

@media (max-width:1159px) {
	.gx-ginxplus-inner {
		flex-wrap: wrap;
	}
	.gx-ginxplus-left, 
	.gx-ginxplus-right {
		padding: 0 20px;
		width: 100%;
	}
	.gx-ginxplus-voting .gx-ginxplus-inner {
		flex-direction: column-reverse;
	}
	.gx-ginxplus-right > img {
		width: 100%;
	}
	.gx-ginxplus-voting .gx-ginxplus-left {
		padding-top: 40px;
		padding-left: 40px;
	}
	.gx-ginxplus-right {
		padding-top: 30px;
	}
	.gx-ginxplus-voting .gx-ginxplus-right {
		padding-top: 0;
	}
}
@media (max-width:767px) {
	.ginxplus-play {
		gap: 0 30px;
		margin-top: 10px;
	}
	.ginxplus-play img {
		width: 100%;
		height: 55px;
	}
 
	
}