@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    margin:0;
    padding:0;
    position: absolute;
    left:0;
    font-family:  "Roboto", sans-serif;
    background: #181828;/*#1e1d32*/
    transition: 0.3s ease-out;
    color: #fff;
    overflow-x: hidden;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover {
    color: #fff;
    text-decoration: none;
    display: flex;
}
input[type="text"], input[type="email"] {
    width:  calc(100% - 40px);
    font-family: "Roboto";
    border: none;
    background: white;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
}
textarea {
    width:  calc(100% - 40px);
    border: none;
    background: white;
    font-family: "Roboto";
    border-radius: 5px;
    height: 80px;
    resize: none;
    padding: 20px;
    margin-bottom: 20px;
}
input[type="submit"] {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #7462c8;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    border-radius: 5px;
    height: 50px;
    padding: 0 20px;
}
.join input[type="text"], .join input[type="email"] {
    width: 360px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.join input[type="submit"] {
    width: 120px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
h2 {
    font-family: "Oxanium";
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.header {
    height: 120px;
    width: 100vw;
    position: absolute;
    top:0;
    z-index: 999;
    background: rgba(30, 29, 50, 0.75);
    transition: 0.3s ease-out;
}
.header.down {
    height: 80px;
    position: fixed;
    background: #1e1d32;
}
.header.down .container{
    height: 80px;
}
.header.down .logo img {
    height: 40px;
}
.header.down .button {
    height: 40px;
}
.header .container {
    margin:auto;
    width: 960px;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
.logo {
    display: flex;
    width: 240px;
    cursor: pointer;
}
.logo img{
    height: 50px;
    width:auto;
    transition: 0.3s ease-out;
}

.menu ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.menu ul li {
    height: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    color: #fff;
    cursor: pointer;
}
.menu ul li:hover {
    color: #72EDF2;
}
.menu ul li.active {
    color: #72EDF2;
}
.mobile-trigger {
    display: none;
}

.mobile-trigger ul {
    width:30px;
    height:24px;
    position: relative;
}
.mobile-trigger ul li {
    position: absolute;
    transition: 0.3s ease-out;
    background: #7462c8;
    cursor: pointer;
}
.mobile-trigger.open .overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.5);
}
.mobile-trigger ul li:first-child {
    top:0;
    right:0;
    height:3px;
    width:15px;
    border-radius: 3px;
}
.mobile-trigger ul li:nth-child(2) {
    top:9px;
    right:0;
    height:3px;
    width: 22.5px;
    border-radius: 3px;
}
.mobile-trigger ul li:last-child {
    top:20px;
    right:0;
    height:3px;
    border-radius: 3px;
    width:30px;
}
.mobile-trigger.open ul li:first-child {
    top: 10px;
    width: 30px;

    transform: rotate(45deg);
}
.mobile-trigger.open ul li:nth-child(2) {
    opacity: 0;
}
.mobile-trigger.open ul li:last-child {
    top: 10px;
    width: 30px;
    transform: rotate(-45deg);
}

.mobile-navigation {
    position: fixed;
    right: 0;
    top:0;
    width: 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:100vh;
    transition: 0.3s ease-out width;
}

body.navigation-opened .mobile-navigation {
    width:80vw;
}
.mobile-navigation ul {
    width: 80vw;
    display: flex;
    flex-direction: column;
}
.mobile-navigation ul li {
    width:100%;
    height: 60px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-navigation .footer {
    width: 80vw;
    padding: 0;
    margin-top: auto
}
.mobile-navigation .footer ul {
    border: none;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.mobile-navigation .footer ul li {
    width: auto;
    background: none;
    border: none;
    padding: 0 5px;
}
.mobile ul li:last-child {
    border-bottom: none;
}
.mobile-navigation ul li.active {
    background: #7462c8;
    color: #fff;
}

body.navigation-opened {
    left: -80vw;
}


.footer {
    padding: 40px 20px;
    text-align: center;
}
ul.social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.actions {

}
.button {
    height: 60px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    background-image: linear-gradient(to top, #72EDF2 0%, #7462c8 100%);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.button.outlined {
    background: none;
    border: 2px solid #7462c8;
}
.button.small {
    height:40px;
}
.button.push-left {
    width: fit-content;
}
.button.outlined:hover {
    background: #72EDF2;
    border: 2px solid #72EDF2;
}
.button:hover {
    background: #72EDF2;
}

.container {
    width: 960px;
    /*height: 100vh;*/
    margin: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banners {
    width: 100vw;
    margin: inherit;
    height: 100vh;
    margin-bottom:-100px!important;
}
.g {
    padding-top:50px;
    margin-bottom:-50px!important;
    height: calc(100vh + 100px)
}
.join {
    padding-top: 100px;
    margin-bottom:-50px!important;
    padding-bottom: 100px;
}

.join .background {
    height: calc(30vh + 100px)!important;
}
.contact {
    padding-top: 100px!important;
    margin-bottom:-50px!important;
}
.contact p {
    text-align: center;
    max-width: 500px;
}

.contact .message {
    display: none;
    margin: 0;
}
.contact .message.success {
    display: flex;
    color: #fff;
}
.contact .message.error {
    display: flex;
    color: red;
}
.banners .banner {
    width:100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    max-width: 800px;
}
.banner a {
    margin-bottom: 20px;
}
span.enlarge {
    font-size:180%;
    line-height: 100%;
}
.banner .background {
    top:0;
    bottom:0;
    position: absolute;
    width:100vw;
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 50%;
    z-index: -1;
}


.games {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}

.games .game {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}
.games .game:hover h3 ,  .games .game.active h3{
    color: #72EDF2;
}

.games .game.active:after{
    content: '';
    position: absolute;
    color: #72EDF2;
    bottom: -40px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #1e1d32;

}

.games .game:hover .image, .games .game.active .image  {
    border: 2px solid #72EDF2;
}
.games .game:last-child {
    margin-right: 0;
}
.games .game .image {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
    position: relative;
    border: 2px solid #181828;
}
.games .game img {
    width: auto;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
h3 {
    font-size: 20px;
    line-height: 20px;
    font-family: "Oxanium";
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.games .game .description {
    font-size: 16px;
    line-height: 16px;
    max-width: 200px;
    text-align: center;
    font-family: "Roboto";
}
.game-description {
    width: 100%;
    background: #1e1d32;
    border-radius: 10px;
    margin-top: 40px;
}
.game-description .game-content {
    min-height: 300px;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
    padding: 20px;
    align-items: center;
    display: none;
}
.game-description .game-content.active {
    display: flex;
}

.game-description h3 {
    text-align: left;
}
.game-description .description {
    width: 60%;
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto";
}
.game-description .image {
    width: 35%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}
.game-description .image img {
    height:  auto;
    width: 100%;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%, 0);
}
.game-description .dots {
    padding:10px;
    display: flex;
    flex-direction: row;
    display: none;
}
.dots .dot:last-child {
    margin-right: 0;
}
.dot {
    width:10px;
    height: 10px;
    border-radius: 5px;
    background: #7462c8;
    margin-right: 20px;
}
.dot.active {
    background: #72EDF2;
}

.join {
    height: 30vh;
    width: 100vw;
    margin: inherit;
    position: relative;
    text-align: center;
}
.join .background {
    position: absolute;
    width: 100vw;
    height: 30vh;
    z-index: -1;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    background-position: top;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
}
.form {
    display: flex;
}

.contact {
    height: 70vh;
}

.contact .form {
    flex-direction: column;
    width: 480px;
}

.main-footer {
    position: relative;
    background: #141321;
    margin-top:50px;
}
.main-footer .container {
    width: 960px;
    height: calc(40vh - 160px);
    padding: 80px 0;
    margin: auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-footer .background {
    position: absolute;
    width: 100vw;
    height: 30vh;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-footer .logo {
    width: auto;
}
.main-footer .logo  img{
    width: auto;
    height: 100px;
    opacity: 0.5;
}

.main-footer .social {
    width: 120px;
    justify-content: space-between;
}


@media only screen and (max-width: 600px) {

    .header {
        width: 100vw;
        height: auto;
    }
    .header.down {
        height:auto;
    }
    .header.down .container {
        height: auto;
    }
    .header .container {
        padding: 20px;
        width: auto;
        height: auto;
    }
    .container {
        width: calc(100vw - 40px);
        padding: 0 20px;
    }
    .mobile-trigger {
        display: flex;
    }
    .header .menu {
        display: none;
    }
    .header .actions {
        display: none;
    }
    .logo {
        width: 200px;
    }
    .logo img {
        width: 200px;
        height: auto;
    }
    .banner .background {
        opacity: 0.25;
    }
    .banner h2{
        font-size: 20px;
        line-height: 20px;
        margin-top: 80px
    }
    .banner p {
        padding: 0 40px;
    }
    .games {
        display: none;
    }
    .game-description {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    .game-description .game-content {
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .game-content .description div{
        flex-direction: column;
    }

    .game-content .description div a {
        margin-bottom: 10px;
    }

    .game-description .dots {
        display: flex;
    }
    .game-description .description {
        width: calc(100% - 10px);
        height: calc(40vh - 40px);
        overflow-y: auto;
        overflow-x: hidden;
        margin: 10px 0;
        padding: 0 10px 0 0;
    }
    .game-description .image {
        width: 100%;
        height: 22vh;
        min-height: initial;
    }

    .join {
        height: 60vh
    }
    .join .background {
        height: 60vh!important
    }
    .contact {
        height: 100vh;
    }
    .form {
        width: 100%!important;
    }

    input[type="text"], input[type="email"]  {
        width: calc(100% - 40px);
    }
    input[type="submit"] {
        width: 100%;
    }
    .join input[type="text"], .join input[type="email"] {
        width:70%;
    }
    .join input[type="submit"] {
        width:30%;
    }

    .main-footer .container {
        width:100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .header {
        width: 100vw;
        height: auto;
    }
    .header.down {
        height:auto;
    }
    .header.down .container {
        height: auto;
    }
    .header .container {
        padding: 20px;
        width: auto;
        height: auto;
    }
    .mobile-trigger {
        display: flex;
    }
    .header .menu {
        display: none;
    }
    .header .actions {
        display: none;
    }

    .banners {
        width:100vw!important;
    }

    .banner .background {
        opacity: 0.25;
    }
    body.navigation-opened {
        left: -40vw;
    }
    body.navigation-opened .mobile-navigation {
        width:40vw;
    }

    .mobile-navigation ul {
        width:40vw;
    }
    .mobile-navigation .footer {
        width: 40vw;
    }

    .container {
        width: 90%;
    }
    .games .game .image {
        width: 100px;
        height: 100px;
    }
    .games .game .description {
        display:none;
    }

    .main-footer .container {
        width: 90%;
    }

}
