﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,700i,900,900i');
body {
    margin: 0;
    padding: 0;
    background:#262626;
    overflow-x:hidden;
}

.header{
    width: 100vw;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgb(19, 19, 19); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(32,36,48)0, rgb(19, 19, 19) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(32,36,48) 0, rgb(19, 19, 19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(32,36,48) 0, rgb(19, 19, 19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c6b', endColorstr='#133f58',GradientType=0 );
}

.header-container{
    width: 60%;
    height: 100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.hero{
    width: 100vw;
    height: 65vh;
    background: url('../images/bg.png');
    background-size:cover;
    background-repeat: no-repeat;
    display:flex;
    flex-direction:row;
    justify-content: center;
}

.hero-container{
    width: 60%;
    height: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.bonus-container {
    width: 400px;
    height: 80%;
    background: #000000;
    background: rgba(0,0,0,0.6);
    margin: auto 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    border-radius: 5px;
}

.bonus-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bonus-title h1{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 900;
    font-style: italic;
    font-size: 140px;
    margin: 0 auto;
    max-width: 85%;
    line-height: 135px;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bonus-title h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight: 900;
    font-style: italic;
    font-size: 27px;
    margin: 0 auto;
}
.step-container{
    width: 80%;
    height: 65px;
    margin: 0 auto;
    background: rgb(32,36,48); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(32,36,48)0, rgb(19, 19, 19) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(32,36,48) 0, rgb(19, 19, 19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(32,36,48) 0, rgb(19, 19, 19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164c6b', endColorstr='#133f58',GradientType=0 );
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
}
.step-container:nth-of-type(1){
    margin-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.step-container:nth-of-type(3){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.number-container {
    width: 50px;
    height: 50px;
    background: rgb(19, 19, 19);
    border-radius: 50%;
    margin: auto 20px;
    display: flex;
    -webkit-box-shadow: inset 0 0 5px 0 #000000;
    -webkit-box-shadow: inset 0 0 5px 0 #000000;
    -moz-box-shadow: inset 0 0 5px 0 #000000;
    -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 0 5px 0 #000000;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.05);
}

.number-container span{
    margin: auto;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.join-btn span{
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bonus-desc{
    display:flex;
    flex-direction:column;
    justify-content:center;
    max-height:50px;
    margin: auto 0;
}
.bonus-desc h4{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(255,205,0);
    margin: 0;
}

.bonus-desc span {
    color: #ffffff;
    color: rgba(255,255,255,0.85);
    font-family: 'Roboto', sans-serif;
}

.menu{
    padding:0;
    margin: auto 0;
}

.menu-item{
    display: inline;
}

.menu-item a{
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    transition: all 300ms ease;
}

.menu-item a:hover {
    color:rgb(255,205,0);
    background: #000000;
    background: rgba(0,0,0,0.15);
}

.thumbnails-wrapper{
    width: 100vw;
    display:flex;
    flex-direction:row;
    justify-content:center;
    
}

.thumbnails-container {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.thumbnail{
    width: calc(100% / 3);
    height: 170px;
    position: relative;
    border-radius: 5px;
    margin: 50px 10px;
    background: rgb(165,165,165); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(165,165,165,1) 0, rgba(238,238,238,1) 50%, rgba(165,165,165,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(165,165,165,1) 0,rgba(238,238,238,1) 50%,rgba(165,165,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(165,165,165,1) 0%,rgba(238,238,238,1) 50%,rgba(165,165,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#a5a5a5',GradientType=0 );
}

.thumbnail:nth-of-type(1){
    margin-left: 0;
}

.thumbnail:nth-of-type(3){
    margin-right:0;
    
}

.thumbnail-bg{
    width: 97%;
    height: 94%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
    background-position:center;
    background-size:contain;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.thumbnail-bg h1{
    font-family: 'Roboto', sans-serif;
    font-weight:900;
    text-transform: uppercase;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 30px;
}

.thumbnail-bg p{
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    text-transform: uppercase;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 30px;
}

.footer {
    width: 100vw;
    height: 170px;
    background: rgb(19, 19, 19);;
}
.footer-container {
    margin-top: 15px;
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66667% - 23.33333px + 40px)
}
.footer-container p {
    color: #a0a0a0;
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-right: 70px;
    cursor: pointer
}
.footer-container p:hover{
    color: white;
}
.menu-container {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    background: rgb(19, 19, 19);;
}
.menu-container a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    padding: 8px 25px;
    position: relative;
    font-size: 1.1em;
    transition: all .3s
}
.menu-container a::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    background: rgb(255,205,0);
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    transition: all .3s
}
.menu-container a:hover::after {
    width: 100%
}
.menu-container a:hover {
    color:  rgb(255,205,0)
}
.link{
    color: #a5a5a5;
    font-family: 'Roboto', sans-serif;
    font-size: .9em;
    text-decoration: none;
    line-height: 25px;
    transition: all .3s ease;
    cursor: pointer;
    user-select: none;
}
.link:hover{
    color: white;
}