@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .intro h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .space {
        padding: 50px 0;
    }

    .heading {
        margin: 0 0 20px 0;
        font-size: 32px;
        line-height: 40px;
    }

    .benefits .heading {
        width: 100%;
    }

    .intro {
        padding-top: 100px !important;
        padding-bottom: 0 !important;
    }

    .our-games .game .game-img {
        margin: 0 0 20px 0;
    }

    .our-games .game .game-name {
        color: #008AFB;
        font-size: 18px;
        line-height: 24px;
    }

    .intro p {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0;
    }

    p {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    .benefits .benefits-block {
        background-color: #fff;
        padding: 30px 25px;
    }

    .benefits .benefits-block ul li {
        font-size: 16px;
        margin: 10px 0;
    }


    .our-games .game .game-img button {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        opacity: 1;
        margin: 20px auto 0;
        display: table;
    }

    .our-games .game .game-img button:hover {
        transform: inherit;
    }

    .our-games .game .game-img:hover:before,
    .our-games .game .game-img:before {
        background-color: transparent !important;
    }

    .our-games .game .game-desc {
        padding: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .nav-btn {
        z-index: 100;
        width: 40px;
        cursor: pointer;
        position: relative;
        display: block;
        float: right;
    }

    .nav-btn span {
        display: block;
        border-radius: 20%;
        height: 4px;
        background-color: #000;
        float: right;
        margin: 2px 0;
    }

    .nav-btn span:nth-child(1) {
        width: 80%;
    }

    .nav-btn span:nth-child(2) {
        width: 100%;
        top: 7px;
    }

    .nav-btn span:nth-child(3) {
        width: 60%;
        top: 14px;
    }

    .nav-close {
        width: 40px;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    .nav-close span {
        display: block;
        border-radius: 20%;
        width: 40px;
        height: 4px;
        background-color: #000;
        position: absolute;
        top: 0;
    }

    .nav-close span:nth-child(1) {
        transform: rotate(45deg);
    }

    .nav-close span:nth-child(2) {
        transform: rotate(-45deg);
    }

    header nav {
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;

        overflow: scroll;

        z-index: 101;
        padding: 10px 15px;
        transform: translateX(100%);
        transition: all .5s;
        right: -100%;
    }

    header nav.open {
        transform: translateX(0%);

        height: 100%;
        padding-bottom: 80px;
        right: 0 !important;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open header {
        height: 100%;
    }

    .intro {
        padding-top: 80px !important;
        padding-bottom: 20px !important;
    }

    .intro p {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0;
    }

    .intro h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .intro .img {
        margin: 0 0 30px 0;
    }

    .our-games .game .game-name {
        font-size: 20px;
        line-height: 28px;
    }

    .our-games .game .game-desc {
        padding: 0;
    }

    .our-games .game .game-img {
        margin: 0 0 15px 0;
    }

    .our-games .heading {
        margin-bottom: 0;
    }

    .our-games .game {
        margin: 20px 0;
    }

    body {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .benefits .benefits-block ul li {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0;
    }

    .benefits .benefits-block {
        padding: 30px;
        margin: 0 0 30px 0;
    }

    .benefits {
        margin: 0 0 -100px 0;
    }

    .benefits .heading {
        width: 100%;
    }

    .newsletter button {
        width: 100%;
        margin: 10px 0 0 0;
    }


    .advantages .heading {
        width: 100%;
        margin-top: 20px;
    }


    .advantages ul li {
        width: 100%;
        margin: 10px 0;
    }


    .heading {
        margin: 0 0 20px 0;
        font-size: 28px;
        line-height: 36px;
    }

    .space {
        padding: 40px 0;
    }

    footer .footer-bot .footer-nav {
        float: none;
        width: 100%;
        text-align: center;
    }

    footer .footer-bot .footer-nav li {
        display: block;
        margin: 5px 0;
    }

    footer .footer-bot .copyright {
        color: #fff;
        text-align: center;
        margin: 15px 0 0 0;
    }

    footer .footer-social {
        margin: 0 auto 40px;
    }

    header nav ul {
        float: none;
        text-align: center;
        padding: 150px 0 0 0;
    }

    header nav ul li {
        display: block;
        margin: 20px 0;
    }

    header nav ul li a {
        font-size: 26px;
        line-height: 26px;
        font-weight: bold;
    }

    .our-games .game .game-img button {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        opacity: 1;
        margin: 20px auto 0;
        display: table;
    }

    .our-games .game .game-img button:hover {
        transform: inherit;
    }

    .our-games .game .game-img:hover:before,
    .our-games .game .game-img:before {
        background-color: transparent !important;
    }
}