/*=== Header area start ===*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {	
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

@font-face {
    font-family: 'Bebas-Regular';
    src: url('fonts/Bebas-Regular.ttf');
}
h2 {
    font-family: 'Bebas-Regular';
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.social-area {
    padding: 15px 0;
    background-color: #181c23;
}

.social-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-item ul li {
    display: inline-block;
}

.social-item ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #cecfd0;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-right: 13px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.social-item a:hover {
    opacity: .8;
}

.social-item div a {
    font-size: 17px;
    color: #fff;
    display: block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-area {
    padding-top: 20px;
    background-color: #f8f4f4;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 80px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-link {
    font-family: 'Bebas-Regular';
    font-size: 25px;
    font-weight: 400;
    color: #181c23;
    text-transform: uppercase;
    padding: 0 25px!important;
    display: block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.navbar-nav .nav-link img {
    width: 160px;
    margin-bottom: -25px;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-nav .nav-link:hover {
    opacity: .8;
}

.navbar-nav li:nth-of-type(4) a:hover {
    opacity: 1;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sticky ~ .content{
    padding-top: 270px;
}


/*hamburger css*/
.hamburger {
  padding: 10px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }



/*=== game area start ===*/

.game-area {
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 110px;
}

.game-area-inner {
    padding-left: calc((100% - 1370px) / 2);
    padding-right: 15px;
}

.game-item {
    display: flex;
}

.game-item-inner h3 {
    font-size: 83px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    margin-top: 30px;
}

.game-item-inner h2 {
    font-size: 225px;
    font-weight: 400;
    color: #00bdf2;
    margin: 0;
    text-transform: uppercase;
}

.game-item-inner h2 span:nth-of-type(1) {
    color: #df2a32;
}

.game-item-inner h2 span:nth-of-type(2) {
    color: #fff035;
}

.game-item-inner h2 span:nth-of-type(3) {
    color: #f3f3f1;
}

.game-item-inner2 img {
    max-width: 100%;
}

/*=== about area start ===*/

.about-area {
    background-image: url(images/05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
}

.about-item {
    padding: 130px 90px 250px;
    background-color: #f8f4f4;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.about-item img {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: translate(-15%, -25%);
}

.about-item h2 {
    font-size: 65px;
    font-weight: 400;
    color: #434343;
    margin: 0 0 45px;
}

.about-item p {
    font-size: 30px;
    font-weight: 200;
    color: #434343;
    margin: 0;
}

.about-area-inner {
    position: relative;
    padding-bottom: 230px;
}

.about-item2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-item2 img {
    width: 100%;
}

/*=== repair area start ===*/

.repair-area {
    background-color: #181c23;
    padding: 130px 0 90px;
}

.inner-container h2 {
    font-size: 65px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.inner-container p {
    font-size: 30px;
    font-weight: 200;
    color: #979797;
    margin: 0 0 90px;
    text-align: center;
}

.inner-container a {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.inner-container a i {
    margin-left: 10px;
}

.inner-container a:hover {
    opacity: .8;
}

.inner-container ul {
    list-style: none;
    color: whitesmoke;
    padding-bottom: 4em;
}

.repair-item {
    margin-bottom: 15px;
    position: relative;
}

.repair-item img {
    width: 100%;
}

.repair-item-inner {
    position: absolute;
    left: 20px;
    bottom: 25px;
} 

.repair-item-inner h2 {
    font-size: 15px;
    font-weight: 400;
    color: #00bdf2;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.repair-item-inner p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.repair-item2 {
    margin-top: 40px;
}

.repair-item2 a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    margin: auto;
    background-color: #00bdf2;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.repair-item2 a:hover {
    opacity: .8;
}

/*=== booking area start ===*/

.booking-area {
    padding: 70px 0;
}

.booking-item {
    margin-bottom: 30px;
}

.booking-item h2 {
    font-size: 65px;
    font-weight: 400;
    color: #181c23;
    text-transform: uppercase;
    margin: 65px 0 25px;
}

.booking-item p {
    font-size: 30px;
    font-weight: 200;
    color: #434343;
    margin: 0;
}

.booking-item2 a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: #00bdf2;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.booking-item2 a:hover {
    opacity: .8;
}

/*=== contact area start ===*/

.contact-area {
    background-image: url(images/10.png);
    background-repeat: no-repeat;
    background-size: 35% 90%;
    background-position: center left;
    padding: 170px 0 150px;
    background-color: #00bdf2;
}

.contact-area > img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    display: none;
}

.contact-item h2 {
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 50px;
}

.contact-item h2 span {
    margin-left: 22px;
}

.contact-item h3 {
    padding-bottom: .5em;
}

.contact-item h3 a:link {
    color: white;
}

.contact-item h3 a:hover {
    color: rgba(245, 245, 245, 0.736);
}

.contact-item input {
    font-size: 20px;
    font-weight: 300;
    color: #181c23;
    height: 75px;
    line-height: 75px;
    width: 100%;
    display: block;
    background-color: #8fe2f9;
    border: none;
    padding: 0 30px;
    margin-bottom: 25px;
    border-radius: 40px;
}

.contact-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-item-inner input {
    flex: 0 0 calc(50% - 17px);
}

.contact-item textarea {
    font-size: 20px;
    font-weight: 300;
    color: #181c23;
    height: 230px;
    width: 100%;
    display: block;
    background-color: #8fe2f9;
    border: none;
    resize: none;
    padding: 30px;
    margin-bottom: 22px;
    border-radius: 40px;
}

.contact-item button {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    width: 250px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    border: none;
    border-radius: 35px;
    background-color: #181c23;
    margin-left: auto;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.contact-item button:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area {
    background-color: #f8f4f4;
    padding-top: 140px;
}

.footer-item {
    margin-top: 200px;
    margin-bottom: 60px;
}

.footer-item h2 {
    font-size: 32px;
    font-weight: 400;
    color: #181c23;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.footer-item ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #181c23;
    display: block;
    margin-bottom: 25px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item ul li a:hover {
    opacity: .8;
}

.footer-item2 {
    margin-bottom: 60px;
}

.footer-item2 img {
    width: 230px;
    display: block;
    margin: 0 auto 70px;
}

.footer-item2 p {
    font-size: 18px;
    font-weight: 300;
    color: #181c23;
    margin: 0 0 40px;
}

.footer-item2 ul li {
    font-size: 18px;
    font-weight: 300;
    color: #181c23;
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.footer-item2 ul li i {
    color: #22262d;
    margin-right: 15px;
}

.footer-item p {
    font-size: 18px;
    font-weight: 300;
    color: #181c23;
    margin: 0 0 50px;
}

.footer-item form {
    position: relative;
}

.footer-item form input {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    padding: 0 30px;
    display: block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    background-color: #0a0d1b;
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    padding-right: 65px;
}

.footer-item form i {
    font-size: 20px;
    color: #00bdf2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(10% + 25px);
}

.footer-item3 {
    margin-top: 15px;
    text-align: center;
}

.footer-item3 p {
    font-size: 18px;
    font-weight: 300;
    color: #181c23;
    margin: 0;
}

.footer-item3 ul li {
    display: inline-block;
}

.footer-item3 ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #35c9f2;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 0 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item3 ul li a:hover {
    opacity: .8;
}

.footer-area > img {
    width: 100%;
}

/* VRCADE Page */

.vrcade-area {
    padding: 70px 0;
}

.vrcade-item {
    margin-bottom: 30px;
}

.vrcade-item h2 {
    font-size: 65px;
    font-weight: 400;
    color: #181c23;
    text-transform: uppercase;
    margin: 65px 0 25px;
}

.vrcade-item p {
    font-size: 30px;
    font-weight: 200;
    color: #434343;
    margin: 0;
}

.vrcade-button a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: #00bdf2;
    border-radius: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.vrcade-button a:hover {
    opacity: .8;
}


/* VRCade Page CSS */

#amenities-list {
    list-style: disc;
    padding-left: 5%;
    padding-right: 5%ƒ;
}

#amenities-list > li {
    padding-bottom: 10px;
}
.games-area {
    background-color: #181c23;
    padding: 130px 0 90px;
}

.vrgames-header {
    color: rgb(163, 163, 163);
}

.reserve-area {
    background-image: url(images/05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
}

.reserve-item {
    padding: 130px 25px 100px;
    background-color: #f8f4f4;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.reserve-area-inner {
    position: relative;
    padding-bottom: 230px;
}

.reserve-item h2 {
    font-size: 65px;
    font-weight: 400;
    color: #434343;
    margin: 0 0 45px;
}

.reserve-item p {
    font-size: 20px;
    font-weight: 200;
    color: #434343;
    margin: 0;
    padding-top: 50px;
}

.repair-item hr {
    padding-top: 25px;
    padding-bottom: 25px;
}

.estimate-form > h2 {
    font-size: 65px;
}

.estimate-form > p {
    font-size: 20px;
}

.available-hours {
    font-weight: bold;
}

#reserve-form {
    background-color: rgb(184, 184, 184);
    border-radius: 25px;
    padding: 50px;
}

.alt-form {
    margin-bottom: 20px;
}

.form-end > h3 {
    padding-left: 10px;
    padding-right: 30px;
}