

html, 
body{
	height: 100%;
	width: 100%;
	position: relative;
} 
.fa-coins{
	font-size: 60px;
}
main {
	/* height: 100%; */
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-image: url('bg-game.webp');
	background-repeat: no-repeat;
    background-size: cover;
	font-family: Droid Serif;
	padding: 200px 0rem;
}
.hero_play{
	color: #FFF;
	line-height: normal;
	letter-spacing: 0.85px;
	font-family: Droid Serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
	margin-bottom: 30px;
}
.welcom_label{
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	font-family: Droid Serif;
}
.mind_level{
	color: #FFF;
	font-family: Droid Serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 70px;
}
.game_more{
	color: #FFF;
	font-family: Droid Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	padding: 0.9rem 1.5rem;
	z-index: 1;
	border: none!important;
	outline: none!important;
	background: linear-gradient(93deg, #F49820 0%, #E0A423 107.64%);
}
.game_more:hover, .game_more:focus{
	border: none!important;
	outline: none!important;
}
.feature_title h2{
	color: #FFF;
    font-family: Droid Serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom: 15px;
}
.video_points .feature_points{
	color: #FFF;
	font-family: Droid Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding: 0.6rem 0rem;
}
.video_points  .arrow_feature{
	font-size: 16px;
	margin-right: 15px;
}
.btn_box{
	text-align: center;
    padding-top: 12rem;
}
@media screen and (max-width: 768px) {
	main{
	  padding: 70px 0rem;
	}
	.welcom_label {
		font-size: 20px;
	}
	.hero_play {
		font-size: 38px;
		margin-bottom: 15px;
	}
	.mind_level {
		font-size: 18px;
	}
	.game_more{
		padding: 0.6rem 1.2rem;
		font-size: 18px;
	}
	.mind_level{
		margin-bottom: 40px;
	}
	.hero_play span{
		text-transform: inherit!important;
	}
	.slider_item{
		padding: 0rem 0rem;
    margin: 7px!important;
	}
	.slider_item .module_btn{
		margin: 4px 2px;
	}
	.feature_title h2{
		font-size: 36px;
		padding-top: 3rem;
	}
	.video_points .feature_points {
		font-size: 16px;
		padding: 0.2rem 0rem;
	}
	.btn_box{
		padding-top: 2rem;
    	padding-bottom: 2rem;
	}
	.btn_box .game_more{
		display: block;
	}
	.premium_video{
		padding-top: 2rem;
	}
	.fa-coins{
		font-size: 40px;
	}

  }
/* body {
	margin: 0;
	--color-text: #ec9e34;
    --color-bg: #0c0c0c;
    --color-link: #6b5537;
	--color-link-hover: #fff;
	--color-content-title-sub: #6b5537;
    color: var(--color-text);
    background-color: var(--color-bg);
    --cursor-stroke: #6b5537;
    --cursor-fill: none;
    --cursor-stroke-width: 1px;
	font-family: bilo, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

/* .demo-2 {
	--color-text: #000000;
    --color-bg: #832f05;
    --color-link: #ffffff;
    --color-link-hover: #000;
    --color-content-title-sub: #ec9e34;
    --cursor-stroke: #000000;
    --cursor-fill: none;
    --cursor-stroke-width: 1px;
}

.demo-3 {
	--color-text: #239c34;
    --color-bg: #000000;
    --color-link: #ffffff;
    --color-link-hover: #ccc;
    --color-content-title-sub: #ffffff;
    --cursor-stroke: #239c34;
    --cursor-fill: none;
    --cursor-stroke-width: 3px;
} */

/* a {
	text-decoration: underline;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: var(--color-link-hover);
	outline: none;
} */

/* Page Loader */
/* .js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

.message {
	position: relative;
	z-index: 100;
	text-align: center;
	background: var(--color-text);
	color: var(--color-bg);
	padding: 1rem;
	font-size: 0.85rem;
	position: relative;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
	text-decoration: none;
}

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	align-items: center;
	justify-content: center;
	max-height: 300px;
}

.grid {
	pointer-events: none;
	position: absolute;
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
	display: grid;
	grid-template-columns: repeat(50,2%);
	grid-template-rows: repeat(50,2%);
}

.grid__item {
	position: relative;
}

.grid--img .grid__item {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
}

.grid__item-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.grid--img .grid__item-img {
	flex: none;
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	will-change: transform;
}

/* Shorthand grid-area: grid-row-start / grid-column-start / grid-row-end / grid-column-end */

/* .pos-1 {
	grid-area: 17 / 1 / 37 / 9;
}

.pos-2 {
	grid-area: 1 / 26 / 11 / 36;
	
}

.pos-3 {
	grid-area: 1 / 40 / 14 / 46;
}

.pos-4 {
	grid-area: 13 / 12 / 32 / 20;
}

.pos-5 {
	grid-area: 15 / 32 / 34 / 40;
}

.pos-6 {
	grid-area: 20 / 41 / 31 / 50;
}

.pos-7 {
	grid-area: 40 / 2 / 50 / 12;
}

.pos-8 {
	grid-area: 38 / 14 / 48 / 24;
}

.pos-9 {
	grid-area: 38 / 26 / 50 / 38;
}

.pos-10 {
 	grid-area: 37 / 40 / 47 / 49;
}

.pos-11 {
	grid-area: 1 / 11 / 10 / 21;
}
.pos-12 {
	grid-area: 1 / 2 / 13 / 10;
}

.content__title {
	font-family: bely-display, sans-serif;
	font-weight: 400;
	font-size: 7vw;
	margin: 0;
	line-height: 1;
	position: relative;
}

.content__title-sub {
	color: #ec9e34;
	font-size: 5.5vw;
	display: block;
	margin-left: 7vw;
	opacity: 0.6;
	/* line-height: 0.5; */
/* }

.cursor {
	display: none;
}  */

/* @media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100%;
		padding: 3rem;
		pointer-events: none;
		grid-template-columns: 75% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links'
							'... ...'
							'... demos';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
	}
	.frame__tagline {
		position: relative;
		margin: 0 0 0 1rem;
		padding: 0 0 0 1rem;
		opacity: 0.5;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100%;
		justify-content: center;
		max-height: none;
	}
}

@media (any-pointer: fine) {
	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
	}
	.cursor__inner {
		fill: var(--cursor-fill);
		stroke: var(--cursor-stroke);
		stroke-width: var(--cursor-stroke-width);
	}
} */ 