@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	background: url('../images/bg.jpg') no-repeat scroll 0 0 / cover;
	background-color: #071132;
	position: relative;

	/* font-family: 'Big Space'; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li a,
a {
	text-decoration: none;
}

h2 {
	font-family: 'Big Space';
	font-size: 60px;
	font-weight: 400;
	line-height: 71.43px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

h4 {
	font-family: 'Big Space';
	font-size: 32px;
	line-height: 38.09px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

/*=================  Start Header Section  =================*/

.top_contents_main {
	background: rgba(7, 37, 127, 1);
	padding: 20px 0px;
}

.top_contents p {
	color: #FFFFFF;
	font-weight: 500;
}

.alpha-game-text {
	color: rgb(255, 255, 255) !important;
	font-weight: 800 !important;
	background: rgb(230, 0, 176);
	text-align: center;
	/* Center text inside the box */




}

.top_contents a {
	display: inline-block;
	color: #1DD0F8;
	text-decoration: underline;
	font-weight: 600;
}

.top_contents a:hover {
	text-decoration: none;
}

.header_contents {
	padding: 23px 0px 16px 0px;
	background: rgba(1, 27, 108, 1);
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo a img {
	width: 125px;
	height: auto;
}

.menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu ul li a {
	display: inline-block;
	margin-right: 49px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-bottom: 1px solid transparent;
}

.menu ul li a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.menu ul li:last-child a {
	margin-right: 0px;
}

.menu_icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu_icon ul li a {
	display: inline-block;
	margin-right: 30px;
}

.menu_icon ul li:last-child a {
	margin-right: 0px !important;
}

.menu_icon ul li a img {
	width: auto;
	height: 29px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.menu_icon ul li a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*Start Mobile Menu icon*/
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
	width: 28px;
	height: 23px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-top: 5px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFFFFF;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 2px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 2px;
}

/*End Mobile Menu icon*/
.menu_icon_bar {
	display: none;
}

.menu_icon_mobile {
	display: none;
}

/*=================  End Header Section  =================*/

/*=================  Start Banner Section  =================*/
.banner_main {
	position: relative;
	z-index: 2;
}

#myVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.banner_cnts h2 {
	font-family: 'Big Space';
	font-size: 45px;
	line-height: 70px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	text-align: center;
}

.banner_contents {
	padding: 460px 0px 45px 0px;
	max-width: 408px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.banner_contents_img_pos {
	position: absolute;
	bottom: 0;
	left: 19px;
}

.banner_contents_img_pos img {
	width: 440px;
	height: auto;
}

.banner_cnts {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 5px 10px;
	/* Adjust as needed */
	margin-bottom: 40px;
	/* Add space below the text */
	display: inline-block;
}

.banner_cnts img {
	position: absolute;
	top: -107px;
	left: -115px;
	width: 600px;
	height: auto;
	z-index: -1;
}

.banner_contents_app {
	max-width: 408px;
	width: 100%;
	padding-top: 175px;
	position: relative;
	z-index: 2;
	margin: auto;
}

.banner_contents_app p {
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.banner_contents_app ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
}

.banner_contents_app ul li a {
	margin-right: 13px;
}

.banner_contents_app ul li:last-child a {
	margin-right: 0px;
}

.banner_contents_app ul li a img {
	width: 130px;
	height: 47px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.banner_contents_app ul li a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*.banner_contents_app ul li a {
    margin-right: 13px;
    height: 46px;
    padding: 2px 15px;
    background: #061132;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(82.96deg, #8601EF 1.01%, #09C6F0 102.86%) 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.banner_contents_app ul li:last-child a{
	margin-right: 0px;
}
.banner_contents_app ul li a img{
	width: 99px;
	height: auto;
}*/
/*=================  End Banner Section  =================*/

/*=================  Start Stay connected with us Section  =================*/
.connect_with_us_main {
	padding: 100px 0px 70px 0px;
	background: -o-radial-gradient(50% 52%, 52.17% 52.17%, #0E1630 50.2%, rgba(14, 22, 48, 0) 100%);
	background: radial-gradient(52.17% 52.17% at 50% 52%, #0E1630 50.2%, rgba(14, 22, 48, 0) 100%);
	overflow-x: hidden !important;
	position: relative;
	z-index: 4;
}

.section_title {
	text-align: center;
}

.section_title p {
	padding-top: 30px;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	line-height: 30px;
}

.connect_story_links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

.connect_story_links ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.connect_story_links ul li a:hover {
	/*	opacity: 0.8;*/
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.connect_story_links ul li a::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50px;
	padding: 2px;
	background: -o-linear-gradient(7.04deg, #8601EF 1.01%, #09C6F0 102.86%);
	background: linear-gradient(82.96deg, #8601EF 1.01%, #09C6F0 102.86%);
	-webkit-mask:
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.connect_story_links ul li a img {
	width: 80px;
	height: auto;
}

.connect_story_links ul li a span {
	width: 350px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.connect_with_single_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.connect_with_single_contents p {
	font-size: 20px;
	line-height: 30px;
	color: rgba(255, 255, 255, 1);
	max-width: 661px;
	margin: 25px 0px 40px 0px;
}

.btn_style {
	font-family: 'Big Space';
	font-size: 26px;
	line-height: 31px;
	color: rgba(255, 255, 255, 1);
	width: 220px;
	height: 66px;
	background: -o-linear-gradient(13.96deg, #8500EE 19.52%, #08C5EF 75.62%);
	background: linear-gradient(76.04deg, #8500EE 19.52%, #08C5EF 75.62%);
	border: 1px solid rgba(255, 255, 255, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn_style:hover {
	background: transparent;
	color: #FFF;
}

.btn_style i {
	margin-left: 7.5px;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
}

.connect_with_single_img img {
	max-width: 568px;
	width: 100%;
	height: auto;
}

.cwsimg2 img {
	max-width: 712px;
}

.cwsimg3 img {
	max-width: 556px;
}

.connect_with_single_main2 {
	padding: 50px 0px 70px 0px;
	position: relative;
	z-index: 2;
}

.shadow_image {
	position: absolute;
	bottom: inherit;
	left: 0%;
	top: 16%;
	z-index: -1;
}

.shadow_image img {
	width: 995px;
	height: auto;
}

.shadow_image2 {
	position: absolute;
	bottom: inherit;
	right: 0px;
	z-index: -1;
	top: 0;
}

.shadow_image2 img {
	width: 940px;
	height: auto;
}

.connect_with_single_main_story {
	margin-top: 120px !important;
}

.connect_with_single_img video {
	max-width: 579px;
	width: 100%;
	border: 3px solid #FFF;
}

/*=================  End Stay connected with us Section  =================*/

/*=================  Start Pitch Deck Section  =================*/
.pitch_deck_main {
	padding: 80px 0px 120px 0px;
	position: relative;
	z-index: 3;
	max-width: 2400px;
	margin: auto;
}

.lines_shadow {
	position: absolute;
	bottom: -120%;
	left: 0;
	z-index: -1;
}

.lines_shadow img {
	width: 100%;
	height: auto;
	opacity: 0.2;
}

.pitch_deck_title p {
	max-width: 1235px;
	margin: auto;
}

.pitch_deck_title button {
	margin-top: 44px;
}

.btn_style2 {
	font-family: 'Big Space';
	font-size: 26px;
	line-height: 30.95px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	padding: 20px;
	border-radius: 15px;
	background: #491DF8;
	border: 1px solid rgba(255, 255, 255, 1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.btn_style2:hover {
	background: transparent;
	color: #491DF8;
	border: 1px solid #491DF8;
}

/*=================  End Pitch Deck Section  =================*/

/*=================  Start Membership & Alliances Section  =================*/
.membership_and_alliances_main {
	padding: 0px 0px 30px 0px;
	position: relative;
	z-index: 4;
}

.membership_and_alliances_title p {
	max-width: 1291px;
	margin: auto;
}

.membership_and_alliances_membership {
	max-width: 90%;
	margin: auto;
}

.membership_and_alliances_membership ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.membership_and_alliances_membership ul li {
	flex: 20%;
	text-align: center;
	margin-bottom: 45px;
}

.maam_dimg img {
	width: auto;
	height: 50px;
}

/*=================  End Membership & Alliances Section  =================*/

/*=================  Start Footer Section  =================*/
.footer_main {
	padding: 0px 0px 0px 0px;
	/*border-top: 1px solid;
	-o-border-image: -o-linear-gradient(left, #8601EF 1.74%, #09C6F0 103.65%) 1;
	   border-image: -webkit-gradient(linear, left top, right top, color-stop(1.74%, #8601EF), color-stop(103.65%, #09C6F0)) 1;
	   border-image: linear-gradient(90deg, #8601EF 1.74%, #09C6F0 103.65%) 1;*/
	background: -webkit-gradient(linear, left bottom, left top, from(#001B6C), color-stop(92.55%, rgba(0, 27, 108, 0)));
	background: -o-linear-gradient(bottom, #001B6C 0%, rgba(0, 27, 108, 0) 92.55%);
	background: linear-gradient(360deg, #001B6C 0%, rgba(0, 27, 108, 0) 92.55%);
	position: relative;
	z-index: 4;
}

.footer_contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 70px 0px 45px 0px;
	border-bottom: 1px solid;
	-o-border-image: -o-linear-gradient(left, #8601EF 1.74%, #09C6F0 103.65%) 1;
	border-image: -webkit-gradient(linear, left top, right top, color-stop(1.74%, #8601EF), color-stop(103.65%, #09C6F0)) 1;
	border-image: linear-gradient(90deg, #8601EF 1.74%, #09C6F0 103.65%) 1;
}

.footer_contents_left a img {
	width: 225px;
	height: auto;
}

.footer_contents_left p {
	max-width: 630px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: rgba(255, 255, 255, 1);
	margin-top: 30px;
}

.footer_contents_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 540px;
	width: 100%;
	margin-top: 25px;
}

.footer_contents_right ul p {
	font-family: 'Big Space';
	font-size: 22px;
	line-height: 26.19px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer_contents_right ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	margin-top: 15px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footer_contents_right ul li a:hover {
	text-decoration: underline;
}

.footer_contents_right ul li a img {
	width: 30px;
	height: auto;
	margin: auto;
	transition: 0.2s;
}

.footer_contents_right ul li:last-child a img {
	width: 25px;
}

/*.footer_contents_right ul li a:hover img{
	transform: scale(1.04);
}*/

.footer_links {
	padding: 35px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer_links p {
	margin-right: 14px;
	color: rgba(255, 255, 255, 1);
}

.footer_links p a {
	color: rgba(29, 208, 248, 1);
	text-decoration: underline;
	font-weight: 600;
}

.footer_links p a:hover {
	text-decoration: none;
}

.footer_links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_links ul li {
	color: rgba(255, 255, 255, 1);
}

.footer_links ul li span {
	display: inline-block;
	margin: 0px 14px;
}

.footer_links ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

.footer_links ul li a:hover {
	text-decoration: none;
}

/*=================  End Footer Section  =================*/

/*///////////////////////////// Start Story Page /////////////////////////////*/
.story_main {
	padding: 50px 0px 100px 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.story_shadow {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	z-index: -1;
	max-width: 2400px;
	margin: auto;
	width: 100%;
	overflow: hidden;
}

.story_shadow_bg_color::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 17, 50, 1);
	z-index: -2;
}

.story_shadow img {
	width: 1400px;
	height: auto;
}

.back_button {
	position: relative;
	z-index: 5;
}

.back_button a {
	width: 55px;
	height: 55px;
	background: rgba(7, 37, 127, 1);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.back_button a:hover {
	background: transparent;
	border: 1px solid #FFF;
}

.back_button a i {
	font-size: 20px;
	color: #FFF;
}

.back_button a img {
	width: 25px;
	height: auto;
}

.story_with_single_img img {
	max-width: 650px;
}

.sptimage img {
	max-width: 712px;
}

/*.cwsm_storypage {
    align-items: flex-start;
    margin-top: -80px !important;
}*/
.cwsc_story {
	margin-top: 40px;
}

.single_contents p {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	margin: 20px 0px 55px 0px;
}

.story_footer_main {
	background: -webkit-gradient(linear, left bottom, left top, from(#001B6C), color-stop(108%, rgba(0, 27, 108, 0)));
	background: -o-linear-gradient(bottom, #001B6C 0%, rgba(0, 27, 108, 0) 108%);
	background: linear-gradient(360deg, #001B6C 0%, rgba(0, 27, 108, 0) 108%);
}

.single_contentsstory {
	margin-top: 141px;
}

.story_section_video video {
	width: 600px;
	height: 277px;
	object-fit: cover;
	position: relative;
	z-index: 3;
}

.story_section_video {
	position: relative;
	z-index: 2;
}

.story_section_video::before {
	position: absolute;
	content: "";
	top: -9px;
	left: -8px;
	width: 102.7%;
	height: 104%;
	/* background: red; */
	border: 7px solid #ddd;
	box-shadow: -3px 0px 1.9px 1px rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.story_video_frame {
	position: absolute;
	top: -2px;
	right: -48px;
	width: 740px;
	z-index: -1;
}

.story_video_frame img {
	width: 100%;
	height: auto;
}

.story_video_shadow {
	position: absolute;
	top: -125px;
	left: -240px;
	width: 1104px;
	height: auto;
	z-index: -2;
}

.story_video_shadow img {
	width: 100%;
	height: auto;
}

.single_contentsstory {
	margin-top: 60px;
}

.story_single_contents {
	margin-top: 140px !important;
}

.story_single_contents p {
	margin-top: 20px !important;
}

.shodow_control {
	position: relative;
	overflow: hidden;
}

/*///////////////////////////// End Story Page /////////////////////////////*/

/*///////////////////////////// Start Game Page /////////////////////////////*/
.game_main {
	background: transparent;
}

.game_with_single_contents {
	margin-top: 82px;
}

.game_with_single_contents p {
	margin-bottom: 0px;
	max-width: 695px;
}

.game_single_contents {
	margin-top: 60px;
}

.game_single_contents p {
	margin-bottom: 0px;
	margin-top: 30px;
}

.game_shadow {
	position: absolute;
	bottom: inherit;
	left: 105px;
	overflow-x: hidden;
	top: 12%;
}

.game_shadow img {
	width: 770px;
	height: auto;
}

.game_with_single_img img {
	max-width: 701px;
	margin-right: -75px;
}

.nfg_single_contents ul li {
	margin-bottom: 15px;
}

.nfg_single_contents ul li span {
	margin-left: 50px;
	display: inline-block;
	margin-top: 5px;
}

.game_single_ul p {
	font-size: 20px;
	color: #FFF;
	margin: 30px 0px 15px 0px;
}

.game_single_ul ul li {
	display: flex;
	font-size: 20px;
	color: #FFF;
}

.game_single_ul ul li img {
	width: 20px;
	height: auto;
	margin-right: 13px;
}

.game_in_game_collection_title h2 {
	margin: 120px 0px;
	color: #FFF;
}

.game_in_game_collection_single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1257px;
}

.game_in_game_collection_single2 {
	max-width: 1305px;
	margin: 100px 0px 45px 0px;
}

.gigamec_single_left {
	max-width: 681px;
}

.gigamec_single_left h3 {
	font-family: 'Big Space';
	font-size: 40px;
	color: #FFF;
}

.gigamec_single_left p {
	margin-top: 30px;
	font-size: 20px;
	color: #FFF;
}

.gigamec_single_right img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.gigamec_single_right2 img {
	max-width: 690px;
	width: 100%;
	height: auto;
}

.gigamec_single_left2 h3 {
	max-width: 473px;
}

.gigamec_single_right3 img {
	max-width: 689px !important;
}

.game_in_game_collection_single3 {
	max-width: 100% !important;
}

.game_in_game_collection_title2 h2 {
	text-align: center;
	margin-top: 80px;
}

.game_main {
	padding-bottom: 0px !important;
}

/*///////////////////////////// End Game Page /////////////////////////////*/

/*Start Disclaimer Page*/
.top_title {
	text-align: center;
	margin: 24px 0px 80px 0px;
}

.single_contents p a {
	font-weight: 600;
	color: rgba(29, 208, 248, 1);
	text-decoration: underline;
}

.single_contents p a:hover {
	text-decoration: none;
}

/*Start Privacy-Policy Page*/
.single_contents ul {
	margin-top: -30px;
	margin-bottom: 55px;
	list-style: unset;
	margin-left: 28px;
}

.single_contents ul li {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
}

.pp_mt {
	margin: 20px 0px 0px 0px !important;
}

/*Start Fca-Fscs Page*/
.single_contents p span {
	color: rgba(29, 208, 248, 1);
}

.fca_2nd_title {
	text-align: center;
	padding: 70px 0px 60px 0px;
	border-top: 1px solid;
	-o-border-image: -o-linear-gradient(left, #8601EF 1.74%, #09C6F0 103.65%) 1;
	border-image: -webkit-gradient(linear, left top, right top, color-stop(1.74%, #8601EF), color-stop(103.65%, #09C6F0)) 1;
	border-image: linear-gradient(90deg, #8601EF 1.74%, #09C6F0 103.65%) 1;

}

.fca_2nd_title h3 {
	font-family: 'Big Space';
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
}

.fca_2nd_title p {
	max-width: 1168px;
	margin: auto;
	padding-top: 25px;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	line-height: 30px;
}

.ff_ta {
	max-width: 1152px;
	margin: auto !important;
	text-align: center;
}

.scroll_top {
	position: fixed;
	bottom: 121px;
	right: 90px;
	z-index: 6;
	display: none;
}

.scroll_top a img {
	width: 60px;
	height: auto;
	border-radius: 10px;
}

.FixedHeader {
	display: fixed;
	z-index: 7;
}

/*Start Learn-More Page*/
.single_contents_learn_more {
	margin-top: 80px;
}

.sclm_minitext {
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	margin: -40px 0px 35px 0px !important;
	color: #FFF !important;
	font-weight: bold;
}

.sclm_minitext span {
	color: #FFF !important;
	font-family: 'Big Space';
	display: inline-block;
	font-weight: 400 !important;
}

.sclm_minitext2 {
	margin-top: 25px !important;
}

.single_contents_learn_more p a {
	color: rgba(255, 255, 255, 1) !important;
	font-weight: 400;
}

.single_contents_learn_more ul li a {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

.single_contents_learn_more ul li a:hover {
	text-decoration: none;
}

.top_title_learn_more {
	margin: 24px 0px -30px 0px !important;
}


/*Cookies*/
.popup {
	display: none;
	/* Initially hidden */
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0px 20px;
}

.popup-content {
	background: rgba(7, 17, 50, 0.9);
	padding: 25px 25px;
	border-radius: 20px;
	color: #fff;
	width: 80%;
	max-width: 300px;
	border: 1px solid #FFF;
	box-shadow: -2px 4px 40px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 90px 10px rgba(0, 0, 0, 0.9);
}

.cookies_contents h2 {
	font-size: 50px;
	margin-bottom: 10px;
}

.cookies_contents p {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 25px;
}

.cookies_contents a {
	color: rgba(29, 208, 248, 1);
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
}

.cookies_contents a:hover {
	text-decoration: underline;
}

.button-container {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.button-container button {
	padding: 4px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	background-color: rgba(29, 208, 248, 1);
	color: rgba(7, 17, 50, 1);
	font-size: 18px;
	line-height: 31px;
	font-weight: 700;
	transition: 0.2s;
}

.button-container button:hover {
	opacity: 0.8;
}

.cookies_contents {
	max-width: 483px;
	margin: auto;
}

/*///////////////////////////// Start Game-Policies Page /////////////////////////////*/
.game_policies_main {
	padding: 80px 0px 200px 0px;
}

.game_policies_single {
	max-width: 1185px;
	margin: auto;
	/*	box-shadow: 0px 0px 19.6px 0px #3DFFF3 inset;*/
	background: url('../images/gp-bg.png') no-repeat scroll 100% 100% / 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
}

.game_policies_single::before {
	position: absolute;
	content: "";
	top: -2px;
	left: -11px;
	width: 102%;
	height: 103.9%;
	background: url('../images/game-policies-border.png') no-repeat scroll 0 0 / cover;
	z-index: -1;
}

.game_policies_single2 {
	background: url('../images/gp-bg2.png') no-repeat scroll 100% 100% / cover;
}

.game_policies_single2::before {
	top: -14px;
	left: -11px;
	width: 101.6%;
	height: 101.9%;
	background: url('../images/game-policies-border2.png') no-repeat scroll 0 0 / cover;
}

.game_policies_single_header a {
	display: block;
	font-family: 'Big Space';
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFFFF;
	padding: 33px 0px;
	text-transform: uppercase;
	background: url('../images/gp-shape.png') no-repeat scroll 0 0 / 100%;
}

.game_policies_single_contents {
	padding: 38px 50px 85px 70px;
}

.game_policies_single_contents2 {
	padding: 38px 50px 216px 70px !important;
}

.game_policies_single_contents3 {
	padding: 38px 50px 246px 70px !important;
}

.game_policies_single_contents p {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.game_policies_sc_ul {
	margin-top: 30px;
}

.game_policies_sc_ul p {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}

.game_policies_sc_ul p span {
	font-weight: 400 !important;
}

.game_policies_sc_ul ul {
	padding-left: 30px;
	list-style: disc;
}

.game_policies_sc_ul ul li {
	font-size: 20px;
	color: #FFF;
}

/*///////////////////////////// End Game-Policies Page /////////////////////////////*/

/*///////////////////////////// Start NFT Page /////////////////////////////*/
.nfgwscnts h2 {
	margin-bottom: 25px;
}

.nfgwscnts p {
	max-width: 758px;
	margin: 0px;
	margin-top: 30px;
}

.nftsimg img {
	max-width: 900px;
}

.nftsimg {
	margin-right: -250px;
}

.nfgwscnts {
	margin-top: 120px;
}

.nft_page_update {
	margin-top: -60px;
}

.nfgwscnts ul li {
	color: #FFF;
	font-size: 20px;
}

.nftpupdate_ul {
	padding-left: 40px;
	list-style: disc;
	margin: 30px 0px;
}

.nft_shadow {
	position: absolute;
	top: 10%;
	left: -115px;
}

.nft_shadow img {
	width: 700px;
	height: auto;
}

.genesis_collection_main {
	padding: 80px 0px 90px 0px;
}

.genesis_collection_title {
	text-align: center;
	color: #FFF;
	max-width: 1275px;
	margin: auto;
}

.genesis_collection_title h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 47px;
}

.genesis_collection_title p {
	margin-top: 30px;
	font-size: 20px;
}

.genesis_collection_items {
	display: flex;
	justify-content: space-between;
	max-width: 1340px;
	margin: auto;
	margin-top: 70px;
}

.genesis_collection_single_item {
	max-width: 290px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.genesis_collection_single_item::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DEB00C;
	filter: blur(30px);
	z-index: -1;
	visibility: hidden;
}

.genesis_collection_single_item:hover::before {
	visibility: visible;
}

.genesiscsi2::before {
	background: #28BED2;
}

.genesiscsi3::before {
	background: #BBCB07;
}

.genesiscsi4::before {
	background: #00DED1;
}

.genesis_collection_single_item img {
	width: 100%;
	height: auto;
}

.genesis_collection_btn_text {
	font-size: 20px;
	color: #FFF;
	margin-top: 60px;
}

.genesis_collection_btn_text ul {
	margin: 20px 0px;
}

.genesis_collection_btn {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.nft_page_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 19px;
	font-weight: 600;
	color: #FFF;
	padding: 8px 6px;
	background: #491DF8;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	text-transform: uppercase;
	width: 270px;
	transition: 0.2s;
}

.nft_page_btn img {
	width: 145px !important;
	height: auto;
	margin-top: 3px;
	margin-bottom: 0px !important;
}

.nft_page_btn:hover {
	background: transparent;
	color: #FFF;
}

/*///////////////////////////// End NFT Page /////////////////////////////*/

/*///////////////////////////// Start Charity and Public Collection Page /////////////////////////////*/

.charity_collection {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.charity_collection_left {
	max-width: 755px;
}

.charity_collection_left h2 {
	font-size: 50px;
	margin-bottom: 25px;
	color: #FFF;
}

.charity_collection_left p {
	margin-top: 20px;
	color: #FFF;
	font-size: 20px;
}

.charity_collection_right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.charity_collection_right img {
	max-width: 330px;
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

.public_collection {
	padding: 160px 0px 100px 0px;
}

.public_collection_title h2 {
	font-size: 50px;
	color: #FFF;
	text-align: center;
}

.public_collection_img img {
	width: 100%;
	height: auto;
}

.public_collection_contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -70px;
}

.public_collection_contents p {
	font-size: 20px;
	color: #FFF;
	margin-top: 50px;
	text-align: center;
	max-width: 1215px;
}


/*///////////////////////////// End Charity and Public Collection Page /////////////////////////////*/