* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
}

@font-face {
	font-family: 'MotionControlNeueLite-Bold';
	src: url('../font/motion_control_neue/MotionControlNeueLite-Bold.woff');
}

/* common css */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'MotionControlNeueLite-Bold';
	line-height: 1;
	color: #fff;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	text-transform: capitalize;
}

.section-heading {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.section-heading h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section-heading p {
	font-size: 25px;
}

body {
	font-family: 'Poppins', sans-serif;
}

img {
	max-width: 100%;
}
/* common css */


#main_banner {
	background-image: url(../images/banner.png);
	background-size: 100% 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 0;
	overflow: hidden;
	overflow-y: auto;
}

#main_banner .row {
	align-items: center;
}

.main_banner-block {
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 20PX 0;
}

.container-fluid {
	max-width: 80%;
}

.main_banner-img img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin-left: auto;
}

.logo-box img {
	width: 100%;
	max-width: 500px;
	margin-bottom: 100px;
}

.main_banner-content h1 {
	color: #00FFA4;
	font-size: 58px;
	font-weight: 700;
}

.main_banner-content .text-box {
	text-align: left;
}

.main_banner-content h3 {
	color: #fff;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}
.main_banner-content h3 span {
	font-size: 50px;
}

.main_banner-content h1 span {
	color: #76FFCE;
	font-size: inherit !important;
	font-family: inherit;
	display: block;
	margin-bottom: 0px;
}

#main_banner .text-box h1 img {
	max-width: 200px;
	width: 100%;
	margin-left: -20px;
	vertical-align: bottom;
}
#main_banner .text-box h3 img {
	max-width: 150px;
}

.main_banner-content ul li a.btn {
	color: #fff;
	font-size: 60px;
	padding: 5px 30px;
	border-radius: 50px;
	background: #4AB12B;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	text-transform: uppercase;
	border: 4px solid #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	font-family: 'MotionControlNeueLite-Bold';
}

.main_banner-content ul li {
	text-align: left;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.img-box img {
	max-width: 550px;
	width: 100%;
}
.main_banner-content ul li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 110%;
	background: url('../images/coin.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	z-index: -1;
}
.content-box {
	display: flex;
	align-items: center;
	column-gap: 30px;
	row-gap: 10px;
}

#main_banner .col-lg-6 {
	display: flex;
	justify-content: center;
	text-align: left;
}

#main_banner .col-md-6:last-child {
	display: flex;
	justify-content: center;
}

.btn.btn-green {
	background-color: #4CAF50;
}

.btn.btn-blue {
	background: #039BE5;
}


.main_banner-content ul li a.btn img {
	margin-right: 15px;
	max-width: 80px;
}

.main_banner-content p {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.logo-box.mobile {
	display: none;
}

.mobile {
	display: none;
}
.content-box h2 {
	font-size: 60px;
	background: #09157F85;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 20px;
}