/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #292727;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 80px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kumbh Sans', sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #008AFB;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #008AFB;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 30px 0;
    font-size: 38px;
    line-height: 50px;
    color: #080A0C;
    font-family: 'Kumbh Sans', sans-serif;
}

.heading span {
    color: #008AFB;
}


.button-icon img {
    height: 10px;
    margin-left: 10px;
}

button,
button:focus,
button:visited {
    outline: none;
    box-shadow: none;
}

.button {
    height: 50px;
    padding: 0 35px;
    border-radius: 14px;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, .16);
    font-weight: lighter;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button-primary {
    background-color: #008AFB;
    border: 1px solid #008AFB;
    color: #fff;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active {
    color: #fff;
    background-color: #006bc3;
    border-color: #006bc3;
}


header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;

    transition: all .6s;
}

header .logo {
    z-index: 105;
    position: relative;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0;
    transform: translateY(-115%);
    box-shadow: 0 5px 3px rgba(0, 0, 0, .07);
    background-color: #fff;
    display: none;
}

header.fixed-block {
    display: block;
}

header.fixed-show {
    transform: translateY(0);
}

header nav ul {
    float: right;
}

header nav ul li {
    display: inline-block;
    margin: 0 0 0 35px;
}

header nav ul li a {
    color: #292727;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

header nav ul li a.active {
    color: #008AFB;
}

.intro {
    background: url("../imgs/intro-bgr.jpg") bottom center no-repeat;
    background-size: cover;
    padding-top: 170px;
}

.intro h1 {
    font-size: 80px;
    line-height: 80px;
    color: #14181B;
    font-weight: bold;
}

.intro p {
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0;
}


.our-games {
    padding-top: 0;
}

.our-games .heading {
    text-align: center;
}

.our-games .game .game-name {
    color: #008AFB;
    font-size: 28px;
    line-height: 36px;
    display: block;
    text-align: center;
    font-weight: lighter;
    margin: 0 0 10px 0;
}

.our-games .game .game-name:hover {
    color: #080A0C;
}

.our-games .game .game-img:before {
    content: "";
    background-color: #48b6fd;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    opacity: 0;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.our-games .game .game-img:hover:before {
    opacity: .5;
}

#video_pop .modal-content {
    border: 0;
    background-color: transparent;
}

.application .close {
    position: absolute;
    right: 15px;
}

.close {
    margin: 0 0 10px 0;
    font-size: 40px;
    opacity: 1;
    color: #fff;
}
.close:hover {
    color: #fff;
    opacity: .8;
}

.our-games .game .game-img:hover button {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    opacity: 1;

    transform: translate(-50%, -50%);
}

.our-games .game .game-img button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
}

.our-games .game .game-desc {
    text-align: center;
    padding: 0 50px;
}

.our-games .game .game-img {
    margin: 0 0 25px 0;
    display: block;
    position: relative;
}

.our-games .game .game-img img {
    border-radius: 26px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, .1);
}

.our-games .game.comming-soon .game-img img {
    box-shadow: none;
}


.newsletter {
    background-color: #080A0C;
}

.newsletter .heading {
    color: #fff;
    text-align: center;
}

.newsletter .newsletter-group {
    position: relative;
}

.newsletter .newsletter-group img {
    position: absolute;
    top: 17px;
    left: 20px;
}

.newsletter .newsletter-group .form-control {
    padding: 0 15px 0 60px;
}

.form-control {
    height: 52px;
    background-color: #323232;
    border: 0;
    padding: 0 25px;
    border-radius: 14px;
    color: #fff;
}


.offers {
    position: relative;
    background-color: #1F2025;
}

.offers .video {
    margin: 30px 0 0 0;
    position: relative;
    z-index: 3;
}

.offers .video iframe {
    width: 100%;
    height: 410px;
    border-radius: 26px;
}

.offers .heading {
    color: #fff;
}

.offers p {
    color: #fff;
}

.offers .offer {
    margin: 0 0 30px 0;
}

.offers .offer img {
    height: 70px;
}

.offers .offer h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 5px 0;
}

.offers .offer p {
    color: #B1ABAB;
    margin: 0;
}


.container {
    position: relative;
    z-index: 3;
}


.benefits {
    position: relative;
    margin: 0 0 -100px 0;
}

.benefits:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F7FC;
}

.benefits .heading {
    width: 50%;
}

.benefits .benefits-block {
    background-color: #fff;
    border-radius: 26px;
    padding: 40px 45px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, .16);
}

.benefits .benefits-block h3 {
    color: #008AFB;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px 0;
    font-weight: lighter;
}

.benefits .benefits-block ul li {
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    padding: 0 0 0 23px;
}

.benefits .benefits-block ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../imgs/ben-icon.svg) center center no-repeat;
    background-size: 20px;
}


.advantages {
    background-color: #080A0C;
    position: relative;
}

.advantages .heading {
    color: #fff;
    width: 40%;
    padding: 20px 0 0 0;
}

.advantages ul li {
    width: 50%;
    float: left;
    margin: 20px 0;
    padding: 0 0 0 65px;
    font-weight: lighter;
    color: #B1ABAB;
    position: relative;
}

.advantages ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../imgs/adv-icon.svg) center center no-repeat;
    background-size: 40px;
}

.advantages ul li span {
    display: block;
    font-weight: bold;
    color: #fff;
}

.careers {
    background-color: #1A1D22;
}

.careers .heading,
.careers p {
    color: #fff;
}


.contacts {
    background-color: #080A0C;
}

.contacts .heading,
.contacts p {
    color: #fff;
    text-align: center;
}

.contacts form {
    margin: 40px 0 0 0;
}

.contacts form button {
    margin: 15px auto 0;
    display: table;
}

textarea.form-control {
    padding: 15px 25px;
    resize: none;
}


footer {
    background-color: #080A0C;
    border-bottom: 1px solid #292929;
}

footer .footer-logo {
    margin: 0 auto 40px;
    display: table;
}

footer .footer-social {
    margin: 0 auto 70px;
    display: table;
}

footer .footer-social li {
    display: inline-block;
    margin: 0 10px;
}

footer .footer-social li a {
    display: block;
}

footer .footer-social li a:hover {
    opacity: .7;
}

footer .footer-bot {
    background-color: #1e2022;
    padding: 25px 0;
    font-weight: lighter;
}

footer .footer-bot .copyright {
    color: #fff;
}

footer .footer-bot .footer-nav {
    float: right;
}

footer .footer-bot .footer-nav li {
    display: inline-block;
    margin: 0 0 0 40px;
}

footer .footer-bot .footer-nav li a {
    color: #fff;
    text-transform: uppercase;
}

.application .modal-content {
    background-color: #070A0C;
    border: 0;
}

.application .modal-content form {
    padding: 15px 25px 25px 25px;
}

.application .modal-content h6 {
    color: #fff;
    text-align: center;
    margin: 15px 0 0 0;
}

.application .modal-content form button {
    width: 100%;
    display: block;
}

.application .modal-content form input[type=file],
.application .modal-content form label {
    color: #fff;
}

.modal-backdrop.show {
    opacity: .9;
}