
/* ==========================================================================
   Games page header styles
   ========================================================================== */
.hero-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/free-rom-banner.jpg) center no-repeat;
    height: 100vh;
    background-size: cover;
    text-align: center;
    flex-direction: column;
    margin-top: 3rem;

}
.golf-banner{
    background: url(../images/GOLF-banner.jpg) center no-repeat;
    background-size: cover;
}
.occulus-banner{
    background: url(../images/occulus-banner.jpg) center no-repeat;
    background-size: cover;
}
.ps4-banner{
    background: url(../images/ps4banner.jpg) center no-repeat;
    background-size: cover;
}
.img-hover-golf {
    position: relative;
    padding: 0px;
}
.img-hover-ps4 {
    position: relative;
    padding: 0px;
}
.img-hover-ps4:hover:after {
    content: "";
    border-bottom: 45px solid #fece00;
    width: 90%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: 12px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.img-hover-gallery-about {
    position: relative;
    padding: 0px;
}

.img-hover-gallery-about:hover:after {
    content: "";
    border-bottom: 45px solid #fece00;
    width: 100%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -4px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}

.g-title{
    text-transform: capitalize;
    font-weight: 800;
    font-size: 2.3rem;
    text-align: center;
    position: relative;
    margin: 0.5em 1em 0.5em 1em;
    display: initial;
}

.gallery-sec {
    text-align: center;
}

.g-title:after {
    content: "";
    border-bottom: 10px solid #ef0f0f;
    width: 58%;
    text-align: center;
    height: 6px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.s-title:after {
    width: 36%;
}

.title-ps4:after {
    content: "";
    border-bottom: 10px solid #fece00;
    width: 13%;
    text-align: right;
    float: right;
    height: 6px;
    position: absolute;
    right: 0;
    left: initial;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.title-golf:after {
    content: "";
    border-bottom: 10px solid #27c317;
    width: 18%;
    text-align: right;
    float: right;
    height: 6px;
    position: absolute;
    right: 0;
    left: initial;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.title-occulus:after {
    content: "";
    border-bottom: 10px solid #0658e0;
    width: 27%;
    text-align: right;
    float: right;
    height: 6px;
    position: absolute;
    right: 0;
    left: initial;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.img-hover-golf:hover:after {
    content: "";
    border-bottom: 45px solid #27c317;
    width: 90%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: 12px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.img-hover-occulus{
    position: relative;
    padding: 0;

}
.img-hover-occulus:hover:after {
    content: "";
    border-bottom: 45px solid  #0658e0;
    width: 90%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: 12px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.register-btn {
    border: 1px solid #ffffff;
    border-radius: 30px;
    width: 245px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 20px 0;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
}

.register-btn:hover {
    text-decoration: none;
    color: #ffffff;
}
.games-description{
    padding-top: 4rem;
}
.games-description .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.3rem;
    text-align: right;
    position: relative;
    display: initial;
}
.title:after {
    content: "";
    border-bottom: 10px solid #ef0f0f;
    width: 55px;
    text-align: right;
    float: right;
    height: 6px;
    position: absolute;
    right: 0;
    left: initial;
    bottom: -15px;
    transition: all .4s ease-in-out;
}

.games-images {
    text-align: center;
}

.sd{
    text-align: right;
}

.games-description p {
        font-size: 0.9em;
    padding-top: 4rem;
    text-align: end;
}
.games-description img{
    float: right;
    width: auto;
}
.games-images img{
    width: 100%;
    padding: 2rem;
}
.games-images .row{
    margin: 0px;
}
.last-img{
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-hover {
    position: relative;
    padding: 0px;
}

.img-hover:hover:after{
    content: "";
    border-bottom: 45px solid #ef0f0f;
    width: 90%;
    margin:0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay:5s;
    bottom: 12px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}

/* ==========================================================================
   gallery styles
   ========================================================================== */

.gallery-sec{
    padding-top: 4rem;
    margin-bottom: 5em;
}
.gallery-sec .title-gallery{
    text-transform: capitalize;
    font-weight: 800;
    font-size: 2.3em;
    text-align: center;
    position: relative;
    margin: 0.5em 1em 0.5em 1em;
    display: initial;
}

.title-gallery:after {
    content: "";
    border-bottom: 10px solid #ef0f0f;
    width: 60%;
    text-align: center;
    height: 6px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: -15px;
    transition: all .4s ease-in-out;
}

.img-hover-gallery {
    position: relative;
    padding: 0px;
}

.img-hover-gallery:hover:after {
    content: "";
    border-bottom: 45px solid #ef0f0f;
    width: 100%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -4px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}

.img-hover-gallery-golf {
    position: relative;
    padding: 0px;
}

.title-gallery-golf:after {
    content: "";
    border-bottom: 10px solid #27c317;
    width: 12%;
    text-align: center;
    height: 6px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.title-gallery-ps4:after {
    content: "";
    border-bottom: 10px solid #fece00;
    width: 12%;
    text-align: center;
    height: 6px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.title-gallery-occulus:after {
    content: "";
    border-bottom: 10px solid #0658e0;
    width: 12%;
    text-align: center;
    height: 6px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.img-hover-gallery-golf:hover:after {
    content: "";
    border-bottom: 45px solid #27c317;
    width: 100%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -4px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.img-hover-gallery-ps4:hover:after {
    content: "";
    border-bottom: 45px solid #fece00;
    width: 100%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -4px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.img-hover-gallery-ps4 {
    position: relative;
    padding: 0px;
}
.img-hover-gallery-occulus {
    position: relative;
    padding: 0px;
}
.img-hover-gallery-occulus:hover:after {
    content: "";
    border-bottom: 45px solid #0658e0;
    width: 100%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -4px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.common-title {
    position: relative;
    padding: 0px;
}

.common-title:hover:after {
    content: "";
    border-bottom: 45px solid #ef0f0f;
    width: 100%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -4px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.title-game-modal{
    position: relative;
    text-transform: uppercase;
}
.title-game-modal:after{
    content: "";
    border-bottom: 6px solid #ef0f0f;
    width: 100%;
    text-align: left;
    float: left;
    height: 6px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    transition: all .4s ease-in-out;
}
.game-modal p{
    font-size: 14px;
    margin-top: 1rem;

}
.game-points {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-points a {
    color: #212529;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: auto;
}

.game-modal p.plnots {
    font-size: 11px;
}

.game-points li {
    display: flex;
    width: 100%;
    border-radius: 30px;
    margin: 0.2rem;
    height: 70px;
}
.points{
    font-size: 14px !important;
    font-weight: 300;
    margin-top: 0px !important;
    text-transform: none;
}

.know-more-modal {
    border: 2px solid #ef0f0f;
    border-radius: 30px;
    width: 175px;
    height: 46px;
    text-align: center;
    float: right;
    font-size: 1.5em;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    color: #000000;
    font-weight: initial;
    letter-spacing: 1px;
    line-height: normal;
}
.know-more-gallery {
    text-align: center;
    float: right;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    color: #000000;
    font-weight: initial;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
}
.modal-img img{
    padding: 0px;
}
.show-gallery{
 flex-basis: auto;
}
.games-content{
    padding: 1rem;
}
.mobile-address{
    padding: 2rem 0rem;
}

.mac-os.chrome .register-btn { height: 44px !important; }

.slick-prev:before {
    transform: scale(0.5);
}

.slick-next:before {
    transform: scale(0.5);
}


@media screen and (max-width: 768px) {
    .games-description img {
                width: 100%;
                 padding: 2px 2px 10px;

    }

    .games-description .row {
        margin: 0 !important;
    }

    .games-description .title {
        text-align: center;
        font-weight: 800;
        font-size: 2.3rem;

    }


    .games-description p {
        text-align: center;
    }

    .title:after {
        width: 40% !important;
        left: 0%;

    }

    .hero-text {
        height: 50vh;
    }

    .gallery .slick-prev {
        top: 100%;
        left: 110px !important;
    }

    .gallery .slick-next {
        top: 100%;
        right: 145px !important;
    }

    .title-occulus:after {
        margin: auto;
        left: 0%;
    }

    .title-ps4:after {
        margin: auto;
        left: 0%;
    }

    .title-golf:after {
        left: 0%;
        margin: auto;
    }

    .title-game-modal {
        font-size: 1.5rem;
    }

    .game-modal {
        padding: 0rem;
    }

    .game-modal .row {
        padding: 0rem;
    }

    .modal-header {
        padding: 1rem 1rem;
    }

    .game-points li {
        padding: 1px !important;
    }

    .game-points a {
        font-size:11px;
    }

    .game-points .points {
        text-align: center;
    }

    .mobile-col-modal {
        flex-basis: inherit;
        margin-bottom: 1rem;
    }
    .know-more-modal{
        float: none;
        margin-bottom: 2rem;
    }
    .games-description p{
        padding-top: 2rem;
    }

}

.slick-dots li button:before{
    font-size: 12px !important;
}
.slick-dots li button:after{
    font-size: 12px !important;
}

/* ==========================================================================
   Video Banner
   ========================================================================== */
.video-banner {
    position: relative;
    background-color: black;
    height: 100vh;

    width: 100%;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-banner .container {
    position: relative;
    z-index: 2;
}

.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {

    .video-banner video {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .video-banner {
        position: relative;
        height: 70vh;
        /*margin-top: 3rem;*/
        width: 100%;
        overflow: hidden;


    }
    .booking-form .selectable{
        flex-basis:initial;
        margin-bottom: 0.5rem;
    }
    .selectable select{
        background-position-x: 272px;
    }
    .booking-btn{
        width: 43% !important;
    }
    .mob-select input{
        left: 32px !important;
    }
    .booking-slot li p {
        display: block;
        font-weight: 600;
        font-size: 1.0em;
    }
    .slots-sel{
        width: 30px !important;
        height: 30px !important;
    }
.cart-page .cart-details{
    padding-left: 1rem;
    margin-bottom: 0px;
}
.cart-price-box{
    height: 40px !important;
    padding-left: 1rem !important;
    margin-top: -6rem;
    padding-bottom: 3rem;
}
    .statistics li{
        height: 165px;
    }
.cart-details{
    height: 172px !important;
}
.cost-mob{
    margin-top: -4rem;
}
.remove-from-cart{
    margin-top: 2rem;
}
    .statistics li{
        margin: 0rem;
    }

}
.mobile-col-modal .form-control{
    color: #ffffff;
    background-color: #ef0f0f;
    border: 1px solid #ef0f0f;
}
.mobile-col-modal .form-control:focus {
    color: #ffffff;
    background-color: #ef0f0f;
    border: 1px solid #ef0f0f;
}
.modal-lgg{
    max-width: 1000px;
}

.col-md-4.glist ul {
    padding: 0px;
}
.col-md-4.glist ul li {
    list-style: none;
    padding: 3px;
}
.glist{
    text-align: left;
}
.game-points li {
    display: flex;
    width: 100%;
    border-radius: 30px;
    margin: 0.2rem;
    padding: 10px;
}
.business-box h1{
position: relative;
}
.business-title :after {
    content: "";
    border-bottom: 10px solid #ef0f0f;
    width: 32%;
    display: table-cell;
    text-align: left;
    float: right;
    height: 6px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    transition: all .4s ease-in-out;
}
.about-us-title:hover:after{

    content: "";
    border-bottom: 8px solid #ffcd00;
    width: 50%;
    margin: 0 auto;
    height: 6px;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    transition-delay: 5s;
    bottom: -10px;
    transition: all .4s ease-in-out;
    z-index: -9999;
}
.mac-os.chrome .know-more-modal{height:40px!important}
