.gx-card-bg-white {
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
	background-color: var(--white);
}
.gx-sales-about-sec h2 {
	margin-bottom: 20px;
}
.gx-sales-about-sec .gx-ginxplus-content ul {
	list-style: none;
}
.gx-sales-about-sec .gx-ginxplus-content li {
	margin: 10px 0 20px;
	color: var(--black);
}
.gx-ginxplus-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0;
	width: 100%;
}
.gx-ginxplus-left, 
.gx-ginxplus-right {
	padding: 40px 20px;
	width: 50%;
}
.mr-top{
	margin-top:60px;
}
.gx-audience-sec h2 {
	text-align: center;
	margin-bottom: 20px;
}
.gx-audience-map {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.gx-audience-cards-row {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	flex-wrap: wrap;
	width: 100%;
}
.gx-first-audience-card {
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 10px;
	border: 2px solid black;
	background-color: transparent;
	border-radius: 40px;
	margin: 0 0 10px 0;
}
.gx-audience-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
}
.gx-audience-name {
	font-weight: 700;
	margin-right: 5px;
}
.audience-percentage {
	font-weight: normal;
	padding-left: 4px;
	margin-right: 10px;
	font-size: 14px;
}
.gx-audience-centered {
	justify-content: center;
}
.gx-audience-card {
	display: flex;
	align-items: center;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}
.gx-audience-gender-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.gx-audience-gender {
	text-align: center;
}
.audience-gender-image {
	width: 30px;
	height: auto;
	margin: 0 20px;
}
.gx-audience-gender-text {
	display: block;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
}
.gx-audience-gender-number {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.gx-audience-stats-card {
	color: black;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
	width: 45%;
}
.audience-stats-title {
	font-size: 20px;
	text-align: center;
	margin: 0 20px;
}
.gx-audience-stats {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
}
.gx-audience-stats-item {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.gx-audience-stats-label {
	margin-right: 100px;
	font-weight: 700;
}
.gx-key-stats-row {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	width: 100%;
	margin-top: 20px;
}
.gx-key-stats-card {
	color: black;
	padding: 20px;
	border-radius: 10px;
	width: 45%;
	text-align: left;
	margin-bottom: 40px;
	width: 30%;
}
.gx-key-stats-title {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.gx-key-stats-list {
	list-style: disc;
	padding-left: 20px;
}
.gx-key-stats-list li {
	font-size: 14px;
}
.gx-followers-card {
	width: 45%;
}
.gx-followers-card .gx-key-stats-list li {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.gx-followers-card .gx-key-stats-list {
	padding-left:0;
}
.gx-services-inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}
.gx-services-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	width: 220px;
	height: 180px;
	background-color: #fdfdfd;
	border-radius: 20px;
}
.card-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 2px;
	margin-top: 10px;
}
.gx-services-card strong {
	font-size: 18px;
	font-family: var(--roboto);
	margin: 18px 0;
}
.gx-services-sec {
	padding: 0 30px;
}
.gx-originals-sec {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.gx-originals-left, 
.gx-originals-right {
	padding: 40px 20px;
	width: 50%;
}
.gx-originals-img {
	position: relative;
	margin-bottom: 20px;
	transition: transform .5s ease,z-index .5s ease;
}
.gx-originals-img:hover {
	transform: scale(1.1);
	z-index: 10;
}
.gx-originals-img:nth-child(1) {
	top: 0;
	left: 50px;
}
.gx-originals-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.gx-originals-img span {
	position: absolute;
	top: 30px;
	right: 50px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,1);
}
.gx-originals-img:nth-child(2) {
	top: 0;
	left: 0;
	margin-top: -100px;
}
.gx-originals-img:nth-child(3) {
	top: 0;
	left: -50px;
	margin-top: -100px;
}
.gx-originals-right p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
	padding-left: 40px;
}
.gx-originals-right p strong {
	font-size: 20px;
}
.gx-originals-right h2 {
	margin-bottom:20px;
}
.gx-sale-video-sec .gx-video-outer {
	margin-top: 30px;
}
.gx-platforms-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	padding-top: 50px;
}
.gx-platforms-card {
	width: 200px;
	height: 160px;
	background-color: #fefefe;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.gx-platforms-card img{
	width: 70%;
	height: auto;
}
.gx-partnerships-sec {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-top: 90px;
	width: 100%;
}
.gx-partnerships-left, 
.gx-partnerships-right {
	width: 48%;
}
.gx-partnerships-left p {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 20px;
}
.gx-partnerships-card {
	background-color: #fefefe;
	border-radius: 20px;
	padding: 20px;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}
.gx-partnerships-card strong {
	font-size: 18px;
	padding-bottom: 10px;
	font-family: arial;
	display: inline-block;
	padding-left: 15px;
}
.gx-partnerships-card ul {
	padding-left: 20px;
}
.gx-partnerships-card li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
}
.gx-ad-unit-sec {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.gx-ad-unit-left, 
.gx-ad-unit-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 45%;
}
.gx-ad-unit-wrapper {
	position: relative;
	width: 100%;
}
.gx-ad-unit-card {
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	width: 100%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.gx-ad-unit-wrapper img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.gx-ad-unit {
	width: 100%;
	margin-bottom: 20px;
}
.gx-ad-unit-card p {
	margin: 10px 0;
	line-height: 20px;
}
.gx-ad-unit-card ul {
	padding-left: 40px;
	list-style: disc;
}
.gx-ad-unit-card li {
	line-height: 19px;
}
.gx-ad-unit-right h2 {
	margin-bottom: 40px;
}
.gx-sale-button a {
	display: inline-block;
	padding: 10px 20px;
	background-color:#ffff01;
	color: var(--black);
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 30px;
	font-weight: 700;
	margin: 100px;
	width: 30%;
}
.gx-sale-button a:hover {
	color:#ffff01;
	background-color: #0b051e;
}
.gx-sale-video-sec .gx-video-outer {
	background: url(../../images/ginx_bg_pattern_darkblue.jpg) center top no-repeat;
	position: relative;
}
.gx-sale-video-sec .gx-video-outer iframe {
	border-radius: 20px;
	box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.5);
}
.gx-video-outer iframe {
	height: 596px;
	width: 100%;
}
.gx-video-section {
	margin-top: 70px;
	margin-bottom: 24px;
}
@media (max-width:1159px) {
	.gx-sales-about-sec .gx-ginxplus-inner {
		flex-direction: column-reverse;
	}
	.gx-sales-about-sec .gx-ginxplus-left {
		margin-top: 30px;
	}
	.gx-originals-img span {
		display: none;
	}
	.gx-originals-img:nth-child(1) {
		top: 0;
		left: 0;
	}
	.gx-originals-img:nth-child(2),
	.gx-originals-img:nth-child(3) {
		margin-top: -25px;
		left: 0;
	}
	.gx-originals-left, 
	.gx-originals-right {
		padding: 0 20px;
		width: 100%;
	}
	.gx-ginxplus-inner {
		flex-wrap: wrap;
	}
	.gx-ginxplus-left, 
	.gx-ginxplus-right {
		padding: 0 20px;
		width: 100%;
	}
	.gx-video-outer iframe {
		height: 420px;
	}
	.gx-video-section {
		margin-top:15px;
	}
}
@media (max-width:991px) {
	.gx-audience-stats-card {
		width: 75.5%;
		justify-content: space-between;
	}
	.gx-services-inner {
		padding: 0 40px;
	}
	.gx-services-card {
		margin-bottom: 10px;
	}
}

@media (max-width:767px) {
	.gx-sales-about-sec .gx-ginxplus-right {
		padding-top: 0px;
	}
	.gx-audience-stats-card {
		width: 100%;
		justify-content: center;
	}
	.gx-audience-stats-label {
		margin-right: 30px;
	}
	.gx-key-stats-row {
		flex-wrap: wrap;
	}
	.gx-key-stats-card {
		margin-bottom: 20px;
		width: 100%;
	}
	.gx-followers-card {
		width: 100%;
	}
	.gx-services-inner {
		padding: 0 0px;
	}
	.gx-sale-video-sec .gx-video-outer iframe {
		height: auto;
	}
	.gx-partnerships-left, 
	.gx-partnerships-right {
		width: 100%;
	}
	.gx-partnerships-sec {
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.gx-ad-unit-sec {
		flex-wrap: wrap;
	}
	.gx-ad-unit-left, 
	.gx-ad-unit-right {
		width: 100%;
	}
	.gx-sale-button a {
		margin: 50px 0;
		width: 100%;
	}
}