/* font-family: "Roboto", serif;
  font-family: "Open Sans", serif;
  font-family: "Bebas Neue", serif;
 */

* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clr {
    clear: both;
}
/* body{
    background-color: black !important;
} */


/* header  */
.header_all {
    margin-bottom: 2px;
}

.navbar {
    background: black;
}

.navbar-brand img {
    width: 300px;
    height: 100px;
}

.navbar-nav li {
    margin-right: 30px;
}

.navbar-nav li a {
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
    color: white !important;
}

.navbar-nav li a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 37%;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    background-color: #f94743;
    opacity: 0;
    transition: 0.5s;
}

.navbar-nav li a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 52%;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    background-color: #f94743;
    opacity: 0;
    transition: 0.5s;
}

.navbar-nav li a:hover::after,
.navbar-nav li a:hover::before {
    opacity: 1;
}

.navbar-nav li a:hover {
    color: #f94743 !important;
}

.book-btn .btn {

    padding: 8px 20px;
    line-height: 1.5em;
    background: black;
    border: 1px solid red;
}

.book-btn .btn:hover {

    padding: 8px 20px;
    line-height: 1.5em;
    background: red;
    border: 1px solid red;
}

.book-btn .btn span {
    color: white;
    margin-left: 8px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

/* header  */

/* banner */
.banner_all {
    margin-bottom: 2px;
}

.banner_image {
    background: url(../images/Game\ Zone\ Banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.8;
    z-index: -1;
}

.banner_inner_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner_inner_text h2 {
    margin-top: 40px;
    text-align: center;
    font-size: 50px;
    font-family: "Bebas Neue", serif;
    text-align: center;
    color: white;
    display: inline-block;
    text-transform: uppercase;
}

.banner_inner_text h2 span {
    color: red;
}

.banner_inner_text h3 {
    text-align: center;
    font-size: 60px;
    font-family: "Bebas Neue", serif;
    text-align: center;
    color: red;
    display: inline-block;
}

.banner_inner_text h4 {
    text-align: center;
    font-family: "Bebas Neue", serif;
    text-align: center;
    color: white;
    display: inline-block;
    font-size: 40px;
    letter-spacing: 3px;
    /* line-height: 0; */
}

.banner_inner_text h4 span {
    color: red;
}

.banner_inner_text p {
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: white;
    padding: 0 80px;

}

.banner_inner_text .sub {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: black;
    border: 1px solid red;
    color: white;
    padding: 10px 50px;

}

.banner_inner_text .sub:hover {

    background-color: red !important;
    border: 1px solid red !important;

}

/* banner */

/* slide */
.slide_all {
    margin-bottom: 2px;
}

.slide_inner{
    height: 300px;
}

.cards-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 300px;
}

.card {
    height: 300px;
    width: 430px;
    border: none !important;
    border-radius: 0 !important;
}

.card img {
    width: 100%;
    height: 100%;
}

/* slide */
/* about */

.about_main{
    margin-bottom: 2px;
}
.about_all {
    background-image: url(../images/Game\ Zone\ Banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
}
.about_up{
    padding: 0 20px;
}
.about_up h1 {
    font-family: "Bebas Neue", serif;
    text-align: center;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: red;
}

.about_up_1 {
    width: 100%;
    height: 100%;
    border: 1px solid grey;
    background-color: black;
}

.about_up_1 .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 200px;
}

.about_up_1 h3 {
    text-align: center;
    color: white;

}

.about_up_1 p {
    margin-top: 20px;
    text-align: justify;
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 20px;
}

/* .about_all {
    padding-top: 180px;
    padding-bottom: 180px;
}

.about_up_1 {
    position: relative;
    z-index: 1;
}

.boooox {
    position: absolute;
    top: -100px;
    left: -65px;
    z-index: -1;

}

.about_up .about_up_1 p {
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #f94743;
}

.about_up .about_up_1 h3 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: black;
}

.about_up .about_up_2 p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: black;
    width: 320px;
}

.about_up .about_up_3 p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: black;
    width: 320px;
}

.about_down {
    position: relative;
    margin-top: 20px;
}

.about_down_inner {
    position: relative;
    z-index: 1;
}

.img {
    position: absolute;
    top: -20px;
    right: -115px;
    z-index: -1;
}

.img img {
    width: 73%;
    margin-left: 333px;
}

.about__l h3 {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #f94743;
}

.about__l span {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #f94743;
}

.about__l p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: black;
}

.dot {
    position: absolute;
    top: 10px;
    left: 260px;
} */

/* about */

/* gallery */

/* .gallery_main{
    margin: 50px;
} */

.gallery_main {
    margin-bottom: 2px;
}

.gallery_all {
    background: url(../images/Gallery/gallery.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
}

.gallery_main h1 {
    font-family: "Bebas Neue", serif;
    text-align: center;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: red;
}

.gal_img {
    border: 2px solid black;
    width: 100%;
    height: 100%;
}

.gal_img img {
    width: 100%;
    height: 100%;
}

.gallery_down {
    margin-top: 20px;
}

/* gallery */

/* counter */
.footer_all{
    margin-top: 2px;
}
.footer_main {
    background:black;
    padding: 40px 0;
}

.footer_left h2{
text-align: center;
margin-top: 10px;
color: red;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 700;
}
.footer_left h3{
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 700;
color: white;
}
.footer_middle{
    text-align: center;
    color: white;
}
.footer_middle h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.footer_middle p{
    font-size: 16px;
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.footer_right{
    margin-top: 10px;
    text-align: center;
    color: white;
}
.footer_right h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
.foot_icon i{
    margin-right: 20px;
}

/* counter */

.copyright_main{
    text-align: center;
}
.copyright_main h4{
    font-size: 16px;
}