/**
 *  Body
 */

.game-page {
    font-family: "Poppins";
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 70px;
}

.game-page .btn {
    border: none;
}

.game-page a {
    color: #231f20;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.game-page a:hover,
.game-page a:focus,
.game-page a:active {
    color: #231f20;
    text-decoration: none;
}

.game-page .container-fluid {
    max-width: 1400px;
}

.game-page .section {
    padding: 250px 0;
    text-align: center;
}
/**
 *  Layout
 */

.game-page .bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}

/**
 *  Section cover
 */

.game-page .section-cover {
    padding: 0;
    position: relative;
}

.game-page .scrollTo {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #001727;
    display: block;
    margin: 0 auto;
    width: 500px; height: 110px;
    line-height: 106px;
    border-radius: 5px;
    position: absolute;
    bottom: 60px; left: 50%;
    margin: 0 0 0 -250px;
    z-index: 2;
}

.game-page .slide:before {
    display: none;
  }

/**
 *  Section cta
 */

.game-page .section-cta {
    padding: 50px 0 30px;
    background-color: black;
}

.game-page .section-cta .row > div {
    height: 100%;
}

.game-page .section-cta .cta {
    height: 100%;
}

.game-page .section-cta .cta .store-btn {
    padding: 10px 15px;
}

.game-page .section-cta .cta .store-btn > * {
    max-width: 210px;
}

.game-page .section-cta .buy {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-title {
    position: relative;
}

.buy-title * {
    font-family: "Montserrat";
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
}

.buy-title strong,
.about-title strong,
.feature-title strong,
.banner-title strong,
.follow-title strong,
.sign-up-title strong,
.copyrights-text strong {
    font-weight: bold;
}

.buy-title em,
.about-title em,
.feature-title em,
.banner-title em,
.follow-title em,
.sign-up-title em,
.copyrights-text em {
    font-style: italic;
}

.buy-title em strong,
.buy-title strong em,
.about-title em strong,
.about-title strong em,
.feature-title em strong,
.feature-title strong em,
.banner-title em strong,
.banner-title strong em,
.follow-title em strong,
.follow-title strong em,
.sign-up-title em strong,
.sign-up-title strong em,
.copyrights-text em strong,
.copyrights-text strong em {
    font-style: italic;
    font-weight: bold;
}

.game-page .section-cta .title {
    font-family: "Montserrat";
    margin: 0;
}

.buy-title::after {
    content: '';
    height: 1px;
    width: 50px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.game-page .section-cta .underline {
    display: block;
    height: 1px;
    background-color: #fff;
    width: 50px;
    margin: 15px auto 25px;
}

/**
 *  Section About
 */

.game-page .section-about {
    padding: 30px 0 60px;
}

.game-page .section-about .about-game {
    margin-bottom: 60px;
}

.game-page .section-about p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    font-family: "Poppins";
    padding-right: 50px;
    margin-bottom: 20px;
}

.about-title *,
.feature-title * {
    font-family: "Montserrat";
    position: relative;
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 400;
    margin: 0 !important;
    line-height: 22px;
}

.about-title::after,
.feature-title::after {
    display: block;
    margin-top: 15px;
    content: ' ';
    height: 2px;
    background-color: #fff;
    width: 75px;
    margin-bottom: 23px;
}

.game-page .section-about .features-list, .game-page .section-about .about-list {
    text-align: left;
    font-size: 17px;
    margin-top: -3px;
    padding: 0;
}
.game-page .section-about .about-list {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
}

.game-page .section-about .features-list li, .game-page .section-about .about-list li {
    padding: 3px 0;
    list-style: none;
    display: flex;
}

.game-page .section-about .features-list li:before, .game-page .section-about .about-list li:before {
    content:"·";
    font-size: 20px;
    vertical-align:middle;
    line-height: 20px;
    margin-right: 10px;
}

.game-page .section-about .features-list li p {
    margin-bottom: 0;
    width: calc(100% - 20px);
}

.game-page .section-about .features-list li a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.game-page .player {
    margin-bottom: 250px;
    position: relative;
    -webkit-box-shadow: 0 46px 158px rgba(0,0,0,0.3);
            box-shadow: 0 46px 158px rgba(0,0,0,0.3);
    cursor: pointer;
    overflow: hidden;
}

.nav-item {
    margin: 8px;
    position: relative;
}

.nav-item::after {
    content: "";
    height: 100%;
    width: 100%;
    background: transparent url('../img/play.png') no-repeat 0 0;
    background-size: 25%;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.15s linear;
}

.video-nav .slick-slide {
    outline: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid transparent;
}

.video-nav .slick-current {
    border: 2px solid #fff;
    box-shadow: 0 0 8px 1px #fff;
}

.video-nav .slick-arrow {
    height: 70px;
    width: 50px;
    margin-top: -35px;
}

.video-wrapper__container div {
    height: 100%;
}

.game-page .video-player .video-wrapper {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper__item {
    position: relative;
}

.video-wrapper .poster-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-wrapper .poster-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url('../img/play.png') no-repeat 0 0;
    background-size: 20%;
    background-position: center;
    position: absolute;
    top: 0; left: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.game-page .video-player .video-wrapper iframe {
	width: 100%;
    height: 100%;
    /* visibility: hidden; */
}

.game-page .poster img {
    width: 100%;
}

.game-page .poster:after {
    content: "";
    width: 280px; height: 280px;
    background: transparent url('../img/play.png') no-repeat 0 0;
    position: absolute;
    top: 50%; left: 50%;
    margin: -140px 0 0 -140px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.game-page .poster:hover:after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/**
 *  Section Banner
 */

 .game-page .section-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 320px;
    font-family: "Montserrat";
 }

 .game-page .section-banner .mask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.game-page .section-banner .content {
    position: relative;
}

.banner-title * {
    font-size: 33px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.banner-title::after {
    content: '';
    background-color: #fff;
    display: block;
    height: 2px;
    width: 150px;
    margin: 15px auto 30px;
}

.game-page .section-banner .btn {
    padding: 20px 70px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    background-color: #CF4E36;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
    transition: all .3s;
}

.game-page .section-banner .btn p {
    margin: 0;
}

.game-page .section-banner .btn:hover {
    background-color: #363636;
}

.game-page blockquote {
    border: none;
     padding: 0;
    margin: 0;
}

.game-page blockquote:before {
    content: "“";
    font-family: "Montserrat";
    font-size: 400px;
    line-height: 1;
    font-weight: 700;
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto 80px auto;
}

.game-page blockquote p {
    font-family: "Montserrat";
    font-size: 90px;
    font-weight: 700;
    margin: 0 0 100px;
}

.game-page blockquote footer {
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.game-page blockquote footer:before {
    display: none;
}

.game-page .slick-dots li {
    margin: 0 8px;
}

.game-page .slick-dots button {
    width: 8px;
    height: 8px;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

/**
 *  Section Contact
 */

.game-page .section-contact {
    padding: 50px 0 38px;
    text-align: center;
    background-color: #CF4E36;
}

.game-page .section-contact .btn {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #363636;
    max-width: 600px;
    padding: 17px 70px;
    letter-spacing: 2.5px;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
    background-color: #F2F2F2;
    margin-top: 12px;
    transition: all .3s;
}

.game-page .section-contact .btn:hover {
    color: #F2F2F2;
    background-color: #363636;
}

.game-page .section-contact h4 {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 16px 0;
    letter-spacing: 2.5px;
}

.follow-title *,
.sign-up-title * {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.5px;
}

.game-page .follow {
    max-width: 420px;
    margin: 0 auto;
}

.game-page .follow .follow-btn {
    height: 48px;
    width: 48px;
    background-color: #F2F2F2;
    display: inline-block;
    margin: 12px;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
    transition: all .3s;
}

.game-page .follow .follow-btn > i {
    font-size: 24px;
    line-height: 48px;
    color: #363636;
    transition: all .3s;
}

.game-page .follow .follow-btn:hover {
    background-color: #363636;
}

.game-page .follow .follow-btn:hover > i {
    color: #F2F2F2;
}

/**
 *  Section Footer
 */

.game-page .section.section-footer {
    padding: 20px 0;
    background-color: #F2F2F2;
    color: #363636;
    box-shadow: 0 0 34px rgba(0, 0, 0, .4);
}

.game-page .section-footer img {
    margin: 0 auto;
    height: 72px;
}

.game-page .section-footer .small {
    font-size: 14px;
    margin: 30px 0 0 0;
}

.copyrights-text * {
    font-size: 14px;
    font-weight: 400;
}

.game-page .section-footer p a {
    display: inline-block;
    margin: 0 5px;
}

.game-page .section-footer a {
    font-weight: bold;
}

/**
 *  Responsive
 */

@media (max-width:1920px) {
    /* layout */
    .game-page .section {
        padding: 125px 0;
    }

    .game-page .section-cta {
        padding: 50px 0 30px;
    }

    .game-page .section-contact {
        padding: 50px 0 38px;
    }

    .game-page .section-about {
        padding: 30px 0 60px;
    }

    /* cover */
    .game-page .scrollTo {
        font-size: 12px;
        width: 250px; height: 55px;
        line-height: 53px;
        bottom: 30px; left: 50%;
        margin: 0 0 0 -125px;
        z-index: 2;
    }
    /* about */
    .game-page .section-about .title {
        font-size: 35px;
    }
    .game-page .section-about .title:after {
        content: "";
        width: 155px;
        height: 4px;
        margin: 32px auto 35px auto;
    }

    .game-page .player {
        -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.15);
                box-shadow: 0 20px 20px rgba(0,0,0,0.15);
        margin-bottom: 125px
    }
    .game-page .poster:after {
        content: "";
        width: 160px; height: 160px;
        margin: -80px 0 0 -80px;
        background-size: cover;
    }
    /* Banner */
    .game-page blockquote:before {
        content: "“";
        font-size: 200px;
        width: 90px;
        height: 90px;
        margin: 0 auto 40px auto;
    }
    .game-page blockquote p {
        font-size: 45px;
        margin: 0 0 50px;
    }
    .game-page blockquote footer {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .game-page .cover .slide {
        height: 530px;
    }
}

@media (max-width: 1199px) {
    .game-page .section-cta .buy {
        padding-bottom: 60px;
    }

    .game-page .section-about .about-game {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    /* layout */
    .game-page .section {
        padding: 60px 0;
    }

    .game-page .section-about {
        padding: 30px 0 60px;
    }

    /* about */
    .game-page .player {
        margin-bottom: 60px;
    }
    .game-page .poster:after {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
    /* Banner */
    .game-page blockquote p {
        font-size: 30px;
    }
    /* contact */

    .game-page .follow .fa {
        width: 40px; height: 40px;
        line-height: 45px;
        margin: 0 5px 10px 5px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .about-title *,
    .feature-title * {
        font-size: 30px !important;
        line-height: normal !important;
    }

    .game-page .section-about .about-game p,
    .game-page .section-about .about-game ul {
        font-size: 19px;
        text-align: left;
    }

    .game-page .cover .slide {
        height: 100%;
    }
}

@media (max-width: 844px) {
    .game-page .section-contact {
        padding: 30px 0;
    }

    .game-page .follow {
        margin-bottom: 34px;
    }

    .game-page .section-contact h4 {
        margin: 0 0 16px 0;
    }


}

@media (max-width: 780px) {
    .game-page {
      padding-top: 115px;
    }

    .slider-cover {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) and (max-height: 1024px) {
    .game-page .section-cover {
        min-height: 420px !important;
    }
    .game-page .scrollTo {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .game-page {
        margin-top: 0;
    }

    .game-page .cover .slick-dots {
        margin-top: -30px;
    }

    .game-page .cover .slick-dots li button {
        margin: 0 8px;
    }

    .game-page .bg {
        position: relative
    }
    /* cover */
    .game-page .section-cover {
        display: none;
    }

    /* banner */

    .game-page .section-banner {
        min-height: 200px;
     }

    .banner-title * {
        font-size: 30px;
    }

    /* cta */

    .game-page .section-cta .cta .store-btn img {
        max-width: 250px;
        margin: 0 auto;
    }

    /* About */
    .game-page .player {
        -webkit-box-shadow: 0 23px 75px rgba(0,0,0,0.15);
                box-shadow: 0 23px 75px rgba(0,0,0,0.15);
    }
    .game-page .poster:after {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: -35px 0 0 -35px;
    }
    .game-page .section-about .title {
        font-size: 25px;
    }

    .game-page .section-about p {
        margin-bottom: 40px;
        padding: 0;
    }

    .game-page .section-about .about-game > div {
        padding: 0 30px;
    }

    /* Banner */
    .game-page .section-banner {
        padding: 50px 0;
    }
    .game-page blockquote p {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .game-page blockquote footer {
        font-size: 12px;
    }
    .game-page blockquote:before {
        font-size: 150px;
        width: 66px;
        height: 66px;
        margin: 0 auto 30px auto;
    }
    .game-page .slick-arrow {
        /* display: none !important; */
    }
    .game-page .slick-dots {
        display: block !important;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .game-page .slick-dots li {
        display: inline-block;
    }
    .game-page .slick-dots li button {
        padding: 0;
        width: 8px; height: 8px;
        border-radius: 50%;
        /* background: #c8b5a7; */
        border: none;
        text-indent: -999em;
        margin: 50px 17px 0 17px;
    }
    .game-page .slick-dots li.slick-active button {
        /* background: #3a2d36; */
    }
    .game-page .slick-dots li.slick-active button:focus {
        outline: 0;
    }

    /* Footer */
    .game-page .section-footer .small {
        font-size: 9px;
        margin: 30px 0 0 0;
    }

    .copyrights-text * {
        font-size: 9px;
    }

    .game-page .section-footer img {
        height: 57px;
    }
}

@media (max-width: 650px) {
    .game-page {
      padding-top: 54px;
    }
}

@media (max-width: 578px) {
    .game-page .section-cta .cta .store-btn img {
      max-width: 160px;
    }
  }

@media (max-width: 440px) {
    .game-page .section-cta .cta .store-btn {
        /* width: 100%; */
    }

    .game-page .section-cta .cta .store-btn img {
        max-width: 100%;
        margin: 0 auto;
    }

    .game-page .section-contact .btn {
        padding: 17px 55px;
    }
}
