@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

h1, h2, h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffe93c;
    line-height: 1.3;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-top: 10px;
}
section{
	background-color: black;
}
ul{
	padding: 0;
    list-style: none;
    margin: 0;
}
.title-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.video{
	max-width: 100%;
}
input[name="username"]{
	color: #fff;
}
#home {
    position: relative;
}
#home:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
    z-index: 2;
}
.form-content{
	position: absolute;
	z-index: 3;
    width: 100%;
}
.visible-mobile{
	display: none;
}
.form-control {
    background: rgba(0,0,0,.7);
    border: 1px solid #756d6d;
    color: #fff;
    padding: 15px;
    height: auto;
    font-size: 15px;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    border-radius: 0;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}
.form-control:focus,
.form-control:active{
    background: rgba(0,0,0,.7);
	box-shadow: none;
}
.proceed-button{
    padding: 10px;
    background-color: #ffe93c;
    border: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
	border-radius: 0;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border: 1px solid #ffe93c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	line-height: 25px;
	width: 300px;
	max-width: 100%;
}
.proceed-button.active,
.proceed-button:hover {
    color: #ffe93c;
    background-color: #000;
}
.proceed-button i{
	font-size: 18px;
}
.video-wrapp {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
.video-wrapp iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.video-lesson{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: inherit;
	background-image: url(../images/download-now-desktop.jpg)
}
.generate-window:before{
	content: "";
	background-image: url(../images/white-dott-pattern.png);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 2%;
}
.generate-window{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 99;
	background-image: linear-gradient(to bottom, #344152, #181e2a);
}
#video:before{
	content: "";
    width: 100%;
    background-image: linear-gradient(to right, #000000 5%, #fee000, #000000 95%);
    display: block;
    margin-top: 0;
	height: 2px;
}
.steps{
	margin: 0 80px;
	display: flex;
}
.steps .step{
	width: 150px;
    background: rgba(255,255,255,.3);
    padding: 10px 7px;
    display: flex;
    align-items: center;
	justify-content: center;
    border: 1px solid #868f9e;
    margin-right: 5px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-size: 13px;
}
.steps .step.active{
    background: rgba(239,227,107,.7);
}
.steps .step img{
	width: 24px;
	margin-right: 5px;
}
.cards-wrapp{
	background: rgba(0,0,0,.3);
	border: 1px solid #616c80;
	padding: 5px;
	margin: 0 80px;
	width: 100%;
}
.cards-wrapp .single-card{
	background: radial-gradient(#34404c, #1f2535);
	border: 2px solid #616c80;
	position: relative;
	cursor: pointer;
}
.cards-wrapp .single-card .img-wrapp{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.cards-wrapp .single-card .img-wrapp img{
	max-width: 150px;
    max-height: 150px;
}
.single-card > span{
	display: flex;
    align-items: center;
    padding-top: 7px;
    padding-left: 7px;
    color: #fff;
    font-size: 20px;
}
.single-card span img{
	width: 35px;
	margin-right: 5px;
}
.single-card .free-text{
	font-size: 20px;
    background-image: linear-gradient(180deg, #f2b818, #fffd7f);
    text-align: center;
    padding: 5px;
    font-weight: 900;
}
.information .single-card .img-wrapp img{
	max-height: 70px;
}
.information .single-card .img-wrapp{
	font-size: 24px;
	color: #fff;
	height: auto;
}
.loading-wrapp{
	background: radial-gradient(#34404c, #1f2535);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.loader-wrapp{
	font-size: 36px;
}
.loading-text{
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
}
.single-act{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px;
	background: #c5b326;
	border: 2px solid #f1d608;
	color: #fff;
}
.single-act .coins-summ img{
	margin-right: 7px;
}
.single-act .coins-summ span{
	font-weight: 700;
    font-size: 20px;
}
.modal{
	background: radial-gradient(#34404c, #1f2535);
}
.modal-content{
	background: radial-gradient(#34404c, #1f2535);
}
.modal-content h2{
	
}
.modal-content p{
	font-size: 12px;
}
#footer {
    position: relative;
    background-color: #000;
    color: #adabad;
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
}
#footer .studio-links li {
    vertical-align: middle;
    font-size: 14px;
    line-height: initial;
    width: 200px;
}
#footer .footer-left {
    width: 40%;
}
#footer .studio-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .studio-links li {
    vertical-align: middle;
    font-size: 14px;
    line-height: initial;
    width: 200px;
}
#footer .studio-links li a {
    display: block;
}
#footer .studio-links li img {
    width: 100%;
}
#footer .footer-right {
    width: 60%;
}
#footer .legal-line {
    margin: 20px;
}
#footer .legal-line p {
    font-size: 14px;
	line-height: 15px;
}
#footer .legal-links {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
}
#footer .legal-links > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}
#footer .legal-links li a {
    text-decoration: none;
    color: #ffe93c;
    font-size: 14px;
}
#footer .legal-links li a:hover {
    color: #fff;
}
@media only screen and (max-width:580px) {
	.visible-desktop{
		display: none;
	}
	.visible-mobile{
		display: block;
	}
	#footer .legal-line {
		margin: 20px 0;
	}
	.footer-left, .footer-right{
		width: 100% !important;
	}
	#footer .legal-links li a {
		font-size: 11px;
	}
	.cards-wrapp {
		margin: 0;
	}
	.cards-wrapp .single-card .img-wrapp img {
		max-width: 90px;
		max-height: 90px;
	}
	.cards-wrapp .single-card .img-wrapp{
		height: 121px;
	}
	.steps .step {
		width: 48%;
		margin-bottom: 5px;
	}
	.steps {
		margin: 0;
		width: 100%;
		flex-wrap: wrap;
	}
}