body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
  	font-size: 14px;
}
.title{
	font-family: 'Russo One', Arial, Helvetica, sans-serif;
}

/* Home Section */
.home{
	background-position: top;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-image: url(../images/c1190093dacef3bf2a8f98b797c296706fb99188.png);
	background-color: #000;
}
.home:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(23.84% 40.12% at 50% 42.02%,rgba(27,31,79,.48) 0,rgba(27,31,79,.32) 51.04%,rgba(27,31,79,0) 100%),-webkit-gradient(linear,left bottom,left top,from(rgba(27,31,79,.3)),to(rgba(27,31,79,.3)));
    background: radial-gradient(23.84% 40.12% at 50% 42.02%,rgba(27,31,79,.48) 0,rgba(27,31,79,.32) 51.04%,rgba(27,31,79,0) 100%),linear-gradient(0deg,rgba(27,31,79,.3),rgba(27,31,79,.3));
}
h2.heading-title{
	font-family: 'Russo One', Arial, Helvetica, sans-serif;
	text-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	text-transform: uppercase;
	font-style: italic;
    font-weight: 400;
	font-size: 64px;
	color: #fff;
}
.home.mod{
  filter: blur(8px);
}
#home .visible-desktop,
.visible-mobile {
  top: 5px;
  left: 0;
  width: 100%;
  position: relative;
}
.visible-mobile{
  display: none;
}
.top-bar{
  z-index: 4;
  position: fixed;
  width: 100%;
}
.wrap-menu {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 100%);
    border-radius: 0;
	overflow: hidden;
	height: 72px;
	padding: 0 10px;
}
.wrap-menu a{
	color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 14px;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
.wrap-menu a:hover{
	color: rgba(255,255,255,1);
}
.wrap-menu .logo-icon img{
	height: 40px;
}

.link.logo-icon{
	background-color: #786C74;
	padding: 10px;
}
.link.logo-icon a:hover:after{
	display: none;
}
.general{
	position: absolute;
    top: 0;
    height: 100%;
    display: flex;
	z-index: 2;
}
.logo img{
  max-width: 480px;
}
.top-bar-mobile{
  color: #fff;
  z-index: 99;
  position: fixed;
  font-family: 'Redemption';
  font-size: 26px;
  width: 100%;
  display: none;
  justify-content: left;
  align-items: center;
  background: #000;
  padding-top: 0;
  height: 50px;
}
.top-bar-mobile .wrap-menu .link a{
  color: #fff;
}
.top-bar-mobile .wrap-menu .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

/* generator*/
.generator .content input {
    background-color: rgb(255 255 255 / 85%);
    border: none;
    margin: 0 !important;
    width: 100%;
    color: #000;
    height: 60px;
    padding-left: 70px;
    border-radius: 5px;
    overflow: hidden;
	outline: 0;
	font-size: 14px;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 500;
    
}
.generator .content .wrap-input{
	position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.generator .content .wrap-input img{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
	width: 60px;
	padding: 10px;
}
.generator .platform{
	cursor: pointer;
}

.wrap-button-generate .button-generate,
.button-verify,
.generate-semi-final{
  background-color: #00a5e2;
  border: none;
  height: 35px;
  width: 200px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
}

/* video section */
.video{
	padding: 80px 0;
}
.video .title{
  font-size: 77px;
  color: #4B535D;
}


/* video section */
#video{
  background-image: url(../images/ea6bfdeb8147a4a83510ae012e8878dfd35db766.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}



/*  ACTIVITY  */
.activity{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/4fbc0d924b152e6e193524311264a1e772902c64.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.activity:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-image: url(../images/8728b34117c561f945ea309c2bc9d0147422e08a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}


.modal-content{
  border-radius: 0;
  background-color: rgba(0,0,0,.8);
}
.title-cards{
  color: #fff;
  font-size: 24px;
}
.box{
  cursor: pointer;
}
.box img{
  height: 200px;
}
.box img.active{
  border: 2px solid green;
  transition: border .5s linear 0s;
}
.token img{
  height: 200px;
  cursor: pointer;
}
.token img.active{
  border: 2px solid green;
  transition: border .5s linear 0s;
}
.token-value img,
.box-value img{
  height: 150px;
}
.blo{
  background-image: url(https://static.playoverwatch.com/img/icons/loading-cf09129ccf.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 50px;
    background-size: contain;
}
.description-progress{
	color: #fff;
	font-size: 18px;
    font-weight: 900;
}
/* RECENT ACTIVITY */



iframe, video {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 0;
	border: 0;
}

.coins .price,
.tokens .price{
	font-size: 21px;
    font-weight: 900;
    color: #000;
}
.coins,
.tokens,
.info-content-wrapp{
	background-image: url(../images/960_Silver_Background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	box-shadow: 0 8px 15px rgba(0,0,0,.3);
	padding: 15px;
	font-size: 18px;
    font-weight: 900;
}
.steps-wrapp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background-color: #242a42;
	background-image: url(../images/f823cf8b071d12655904528ef66331f7e2a39cb6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
}
.steps-wrapp:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.step-wrapp{
	opacity: .5
}
.step-wrapp.active{
	opacity: 1
}
.step-wrapp .icon{
	width: 65px;
    height: 65px;
    padding: 14px;
    border: 2px solid hsla(0,0%,100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0,0%,100%,.3);
}
.step-wrapp span{
	font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}
.coins, .tokens{
	border-radius: 8px;
	cursor: pointer;
	border: 2px solid transparent;
    transition: all .1s ease-in-out;
	transform: scale(1);
}
.coins:hover, .tokens:hover{
	border-color: #fff;
	transform: scale(1.05);
}

.btn-orange{
	position: relative;
	z-index: 1;
    border-radius: 2px;
    opacity: .9;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	background: #EA0001;
	height: 60px;
	color: #fff;
	font-weight: 500;
}
.btn-orange:hover {
    opacity: 1;
	color: #fff;
}
.info-content .username,
.info-content .info-coins{
	font-weight: 500;
	font-size: 18px;
}
.info-platform{
	filter: invert(1);
}
#video .description{
	color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0);
    font-size: 18px;
    font-weight: 900;
}


/* MEDIA QUERIES */
.wrap-mobile-box.open{
	left: 0;
}
footer {
    background: radial-gradient(31.74% 3046.23% at 50% 49.81%,#181818 0,#000 100%);
}
.footer-menu a{
	font-size: 16px;
    text-transform: uppercase;
	color: hsla(0,0%,100%,0.7);
	padding: 0 10px;
}
.trademark{
	font-size: 12px;
	color: hsla(0,0%,100%,0.7);
	font-family: "Blizzard",Helvetica,Arial,sans-serif,"Microsoft YaHei";
}
.label-text{
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Russo One', Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.platform-wrapp {
    background-color: #EA0001;
    width: 100%;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    opacity: .9;
}
.platform-wrapp:hover{
    opacity: 1;
}

.loader-wrap{
	width: 100%;
	height: 20px;
	background-color: rgba(0,0,0,.7);
	position: relative;
}
.loader-wrap span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #955656;
	transition: all .3s ease-in-out;
}
.loader-wrap span:last-child{
	background-color: transparent;
	width: 100%;
	color: #fff;
	font-weight: 900;
	text-align: center;
}
.button-proceed{
	border: 2px solid #fff;
    border-radius: 3px;
    background: #1657e7;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.button-proceed:hover{
    background: #fff;
    color: #000;
}
@media (max-width: 992px){
	#video{
	}
  .home{
    background-image: url(https://media-rockstargames-com.akamaized.net/tina-uploads/tina-modules/6ko8/92e7c2a2a548783df679e3b1d9a6169c8a4418a4.png);
	background-size: contain;
	background-repeat: no-repeat;
  }
  .logo img{
    width: 300px;
  }
  .top-bar{ 
    display: none;
  }
  .top-bar-mobile{
    display: flex;
  }
  .wrap-mobile-box{
    position: fixed;
    width: 70%;
    top: 0;
    left: -100%;
    z-index: 999;
    background-color: #000;
    background-attachment: fixed;
    transition: all .3s ease-in-out;
    padding: 0;
    height: 100%;
  }
  .wrap-menu .link:first-child{
	  display: none;
  }
  .wrap-mobile-box .wrap-menu{
    width: 100%;
	background: transparent;
	height: 100%;
  }
  .mob{
    position: relative;
  }
  .logo-mob img{
    height: 40px;
  }
  .mob-icon{
    cursor: pointer;
  }
  .mob .icon i{
    color: #3B464A;
  }
  .top-bar-mobile .wrap-menu .link{
    position: relative;
    padding: 5px;
  }
  .top-bar-mobile .wrap-menu .link:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3E4450;
    bottom: 0;
  }
  .video {
    padding: 40px 0;
  }
  .video .title {
    font-size: 40px;
    color: #4B535D;
  }
  .activity {
    padding-top: 40px;
    padding-bottom: 40px;
  }
	.step-wrapp span {
		font-size: 10px;
	}
	.step-wrapp .icon {
    width: 55px;
    height: 55px;
	}
	
	h2.heading-title{
		font-size: 40px;
	}
	#home h2.heading-title{
		margin-top: 65px;
	}
	.footer-menu a {
		font-size: 12px;
	}
	.trademark {
		font-size: 10px;
	}
	.coins img.my-3,
	.tokens img.my-3{
		max-width: 60px;
	}
	.info-content .username, .info-content .info-coins {
		font-size: 16px;
	}
}
.user::placeholder{
    color: #ca0000;
}