
/*global*/
html{
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
a,a:hover ,a:focus{color:#fff;}
a, a:hover, a:focus{text-decoration:none;}
ul, ol{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0;}
h1, h2, h3{font-weight:400;  font-family: 'Monumentextended'; text-rendering: optimizeLegibility;}
h4,h5,h6{font-weight:300;}
input, button, textarea, select{font-family: 'Montserrat', sans-serif;}
p{margin:0;}
/*theme*/
body{
   background-color:#1b1e2a;
   font-family: 'Montserrat';
   font-size:14px; 
   line-height:1.4;
   min-height:100%;
   font-weight:400;
   color:#fff;
   overflow-x:hidden;
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.no-margin{
	margin:0 !important;
}
.no-padding{
 	padding:0 !important;
}
.flex-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-row  > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row  > div > div{
	width:100%;
}
.centered-img{
	display:block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
/*buttons*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn{
	padding: 0 30px;
    font-size: 13px;
	font-family: 'Monumentextended';
    font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
    line-height: 60px;
	border-radius:5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
	outline:none;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}
.btn-blue{
	color:#fff;
	box-shadow: 25px 77px 53px rgb(11 11 11 / 30%);
    background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
	background-size: 300% 300%;
}
.btn-transparent{
	background: -moz-linear-gradient(-45deg, #913df4 0%, #bf38e1 100%);
    background: -webkit-linear-gradient(-45deg, #913df4 0%,#bf38e1 100%);
    background: linear-gradient(135deg, #913df4 0%,#bf38e1 100%);
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.btn-blue:hover,
.btn-blue:focus{
  color:#fff;
  background-image: linear-gradient(to right, #913df4 0%, #bf38e1 50%, #913df4 100%);
  background-position: right center;
}
.btn-transparent:hover,
.btn-transparent:focus{
	background:#fff;
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.clip{
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.form-control,
.form-control[readonly]{
    height: auto;
    padding: 0 12px; 
    font-size: 18px;
    line-height:58px;
    color: #fefefe;
    background-color: rgba(255,255,255,.02);
    font-weight: 400;
    border:none;
	border-bottom: 2px solid;
    border-bottom-color: #bf38e1;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
	outline:none;
}
.form-control:focus{
	outline:none;
	-webkit-box-shadow: none;
    box-shadow: none;
	border-color:#25b8d5;
}
/*header*/
.header-main{
	position:absolute;
	width:100%;
	z-index:9;
	top:0;
	left:0;
}
.header-main .alert{
	margin-bottom:0;
	padding-left:0;
	padding-right:0;
}
.header-main .alert-warning{
	background: #913df4;
    background: -moz-linear-gradient(-45deg, #913df4 0%, #bf38e1 100%);
    background: -webkit-linear-gradient(-45deg, #913df4 0%,#bf38e1 100%);
    background: linear-gradient(135deg, #913df4 0%,#bf38e1 100%);
	border:none;
	color:#fff;
}
.header-main .alert-warning .close{
	opacity:1;
	font-size:18px;
}
.alert-dismissable .close, .alert-dismissible .close{
	top:0;
}
header{
	position:relative;
	padding-top:25px;
	padding-bottom:25px;
	background:rgba(0,0,0,0.2);
}
header .container,
header .container-fluid{
	position:relative;
}
.logo{
	float:left;
}
.main_menu{
	width:665px;
	margin-left:auto;
	margin-right:auto;
}
.main_menu > li{
	float:left;
	margin-left:20px;
	position:relative;
}
.main_menu > li:first-child{
	margin-left:0;
}
.main_menu > li > a{
	display:block;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	letter-spacing:1px;
	position:relative;
	transition:0.4s all;
	-webkit-transition:0.4s all; 
	-moz-transition:0.4s all;
}
.main_menu > li.highlight > a{
	text-shadow: 0 0 0px, 0 0 2px, 0 0 1em #913df4, 0 0 0.5em #913df4, 0 0 0.1em #913df4, 0 10px 3px #000;
}
.main_menu > li.highlight > a b{
	font-weight:400;
}
.main_menu > li.highlight > a b{
	animation: blink linear infinite 2s;
}
.main_menu > li.highlight > a b:nth-child(2){
	animation: blink linear infinite 3s;
}
.main_menu > li > a:hover{
	color:#BF38E1;
}
.menu-toggle{
	display:none;
	position:absolute;
	right:15px;
	top:15px;
	z-index:9;
	width:40px;
	height:40px;
	border-radius:100%;
	text-align:center;
	cursor:pointer;
	background: #913df4;
    background: -moz-linear-gradient(-45deg, #913df4 0%, #bf38e1 100%);
    background: -webkit-linear-gradient(-45deg, #913df4 0%,#bf38e1 100%);
    background: linear-gradient(135deg, #913df4 0%,#bf38e1 100%);
    box-shadow: 25px 77px 53px rgb(11 11 11 / 30%);
}
.menu-toggle svg{
	fill:#fff;
	width:24px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%); 
	-moz-transform:translate(-50%, -50%); 
}
.runner-btn{
	position:absolute;
	right:0;
	top:-25px;
	line-height:74px;
	font-size:12px;
	border-radius:2px;
	background:rgba(0,0,0,0.7);
	background-size:100%;
}
.runner-btn img{
	width:40px;
	height:auto;
	position:absolute;
	bottom:0;
    left:0;
}
/*top bg*/
.top-bg{
	position:relative;
}
.banner-img video,
.banner-img img{
	max-width:100%;
}
.banner-container{
	position:relative;
	height:100vh;
	overflow:hidden;
}
.banner-container > img{
	position:absolute;
	right:0;
	top:0;
}
.banner-caption{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%); 
}
.banner-text h1{
	font-size:43px;
	line-height:64px;
	margin-bottom:20px;
}
.banner-text h1 span{
	position:relative;
	text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #913df4, 0 0 0.5em #913df4, 0 0 0.1em #913df4, 0 10px 3px #000;
}
.banner-text h1 span b{
	font-weight:400;
	animation: blink linear infinite 2s;
}
.banner-text h1 span b:nth-of-type(2){
  animation: blink linear infinite 3s;
}
.banner-text h1 span b:nth-of-type(3){
  animation: blink linear infinite 4s;
}
.mt-30{
	margin-top:30px !important;
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.banner-text p{
	font-size:16px;
	line-height:30px;
}
.banner-text h1 span img{
	position: absolute;
    left: -12px;
    top: -15px;
    z-index: 0;
    width: 200px;
}
.banner-container .button-set a.btn:first-child{
	width:230px;
	position:relative;
}
.banner-container .button-set a.btn:first-child:hover span{
	display:none;
}
.banner-container .button-set a.btn:first-child:hover:after{
	content:"Coming Soon";
}
.banner-container .button-set a.btn i{
	font-size:24px;
	vertical-align:middle;
}
/*section-title and std*/
.section-title{
	position:relative;
	margin-bottom:20px;
}
.section-title h2{
	font-size:30px;
	line-height:40px;
}
.section-title h2 span{
	letter-spacing:1px;
	text-shadow: 0 0 0px, 0 0 2px, 0 0 1em #913df4, 0 0 0.5em #913df4, 0 0 0.1em #913df4, 0 10px 3px #000;
}
.section-title h2 span b{
	font-weight:400;
	animation: blink linear infinite 2s;
}
.section-title h2 span b:nth-of-type(2){
  animation: blink linear infinite 3s;
}
.section-title h2 span b:nth-of-type(3){
  animation: blink linear infinite 4s;
}
.section-title p{
	font-size:15px;
	line-height:25px;
	width:720px;
	margin:0 auto;
    margin-top:15px;
}
.std p{
	font-size:15px;
	line-height:26px;
	margin-bottom:10px;
	color: #d9d9d9;
}
.std p:last-child{
	margin-bottom:0;
}
/*about*/
.about-us{
	position:relative;
	padding:80px 0 80px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#252a36), to(rgba(37, 42, 54, 0)));
    background-image: linear-gradient(180deg, #252a36, rgba(37, 42, 54, 0));
}
.about-rings{
	position:absolute;
	top:-200px;
	left:0;
	width:300px;
}
/*platform*/
.platform{
	margin-top:80px;
	padding:100px 0;
	position:relative;
}
.plaform-pattern{
	position:absolute;
	top:50px;
	left:0;
}
.right-pattern{
	position:absolute;
	top:-250px;
	right:0;
	z-index:0;
}
.animated1 {
    -webkit-animation: uparrow 2s infinite alternate ease-in-out;
}
@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0);  }
  100% { -webkit-transform: translateY(-20px); }
}
/*features*/
.platform-features{
	padding:80px 0;
	position:relative;
}
.mb-40{
	margin-bottom:40px !important;
}
.feature-card{
	border: 2px solid #72747b;
    border-radius: 50px;
	padding:15px 15px 30px 15px;
	text-align:center;
	height:305px;
	position:relative;
	overflow:hidden;
	transition:0.4s all;
	-webkit-transition:0.4s all; 
}
.feature-card:hover{
	border-color:#BF38E1;
	background-color:#252937;
	height:auto;
}
.feature-card img{
	position:relative;
	z-index:2;
}
.feature-card h3{
	font-size:20px;
	margin-top:15px;
	z-index:2;
	position:relative;
}
.feature-card p{
	font-size:13px;
	line-height:20px;
	margin-top:10px;
	padding:10px;
	display:none;
}
.feature-card:hover p{
	display:block;
}
/*aggrecator*/
.aggregator{
	padding:100px 0;
	position:relative;
}
.card-features {
    margin-bottom: 30px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 361px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #252a36;
	padding:0 40px;
	box-shadow: 25px 77px 53px rgba(11, 11, 11, 0.3);
}
.image-card {
    width: 320px;
    height: 290px;
    border-radius: 50px;
    background-color: #1b1e2a;
	padding-right: 12px;
    padding-left: 26px;
	box-shadow: 25px 77px 53px rgba(11, 11, 11, 0.3);
}
.image-card img{
	max-width:100%;
}
.card-features .text-content {
    width: calc(100% - 320px);
	padding-left:40px;
}
.card-features .text-content h3{
	font-size:20px;
	margin-bottom:10px;
}
.card-features .text-content p{
	font-size:15px;
	line-height:26px;
}
.aggrecator-pattern{
	position:absolute;
	left:0;
	top:185px;
	z-index:-1;
}
.aggrecator-rings{
	position:absolute;
	left:0;
	top:70px;
	z-index:-1;
}
.aggrecator-shade{
	position:absolute;
	z-index:-1;
	right:0;
	top:-300px;
}
/*runner*/
.runner{
	padding:80px 0;
	position:relative;
}
/*token economics*/
.token-economics{
	padding:80px 0;
	position:relative;
}
/*.economics img{
	-webkit-filter: blur(10px);
    filter: blur(10px);
}*/
.coming-soon{
	position:relative;
}
.coming-soon h3{
	position: absolute;
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    font-weight: 400;
}
/*use case*/
.mb-60{
	margin-bottom:60px !important;
}
.use-cases{
	padding:100px 0;
	position:relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#252a36), to(rgba(37, 42, 54, 0)));
    background-image: linear-gradient(180deg, #252a36, rgba(37, 42, 54, 0));
}
.use-rings{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.use-pattern{
	position:absolute;
	bottom: -62%;
	right:0;
	z-index:0;
}
.market-card{
	border-radius: 50px;
    background-color: #1b1e2a;
	box-shadow: 9px 9px 56px 0px rgb(0 0 0 / 95%);
	padding:40px;
	position:relative;
	z-index:1;
}
.marketplace-img video{
	max-width:100%;
}
.marketplace-text h3{
	margin-bottom:10px;
	font-size:20px;
}
.marketplace-text p{
	font-size:15px;
	line-height:26px;
	margin-bottom:20px;
	color:#d9d9d9;
}
.usecase-list li{
	padding-left:25px;
	position:relative;
	margin-bottom:15px;
	line-height:26px;
	font-size:15px;
}
.usecase-list li:after{
	content:"";
	width:14px;
	height:14px;
	position:absolute;
	left:0;
	top:7px; 
	display:block;
	border-radius:100%;
	background: #913df4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #913df4 0%, #bf38e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #913df4 0%,#bf38e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #913df4 0%,#bf38e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*roadmap*/
.roadmap{
	position:relative;
	padding:120px 0;
}
.roadmap-img{
	position:relative;
}
.roadmap-left {
    position: absolute;
    left: -500px;
    top: -4px;
    height: 22px;
}
/*partners*/
.partners{
	padding:100px 0;
	position:relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#252a36), to(rgba(37, 42, 54, 0)));
    background-image: linear-gradient(180deg, #252a36, rgba(37, 42, 54, 0));
}
.logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	    margin-top: 50px;
}
.logo-wrapper img{
	-webkit-filter: blur(10px);
    filter: blur(10px);
}
/*footer*/
footer{
	position:relative;
	background:url(../images/footer-bg.png) no-repeat 0 0;
	background-size:auto;
	padding:100px 0 40px 0;
}
.footer-logo{
	margin-bottom:50px;
}
.footer_menu{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}
.footer_menu li{
	display:inline-block;
	margin:0 -1px;
	padding:20px 10px;
	border-top:1px solid rgba(255,255,255,0.250);
	border-bottom:1px solid rgba(255,255,255,0.250);
}
.footer_menu li a{
	display:block;
	font-size:13px;
	line-height:1;
	font-weight: 400;
	letter-spacing:1px;
    font-family: 'Monumentextended';
}
.social_footer ul{
	text-align:center;
}
.social_footer ul li{
	display:inline-block;
	margin:0 8px;
}
.social_footer ul li a{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:24px;
	color:#fff;
	border-radius:100%;
	transition:0.3s all;
	-webkit-transition:0.3s all; 
	-moz-transition:0.3s all;
}
.social_footer ul li a:hover{
	
}
.footer-mail{
	font-size:15px;
	line-height:24px;
	margin-top:25px;
}
/*game page*/
.game-page{
	background:#090D1C;
}
.banner-container.game{
	position:relative;
	height:100vh;
	overflow:hidden;
}
.banner_img{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.banner_img video{
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
