@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Righteous&display=swap');

:root {
  --color-white: #ffffff;
  --theme:  #fc4a1a;

  --btn-primary:  #fc4a1a;
  --btn-primary-hover:  #141414;

  --bg-image-primary: linear-gradient(180deg, #fc4b1ae5 0%, #fc4b1ae1 100%);
}

body, html {
  height: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 17px;
  color: #525252;
  font-family: 'Nunito', sans-serif;
  color: #f1f1f1;
}
strong {
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

.wrap__container {
  width: 80%;
  margin: 0 auto;
}

.tag__line-main {
  font-family: 'Righteous', cursive;
  font-size: 45px;
}

.btn__primary {
  background-color: var(--btn-primary);
  color: var(--color-white);
  padding: 8px 16px;
  border: none;
  border: 1px solid var(--color-white);
  cursor: pointer;
  transition: 200ms;
  display: inline-block;
  border-radius: 4px;
}

.btn__primary:hover {
  background-color: var(--color-white);
  color: var(--btn-primary);
  padding: 8px 16px;
  border: none;
  border: 1px solid var(--btn-primary-hover);
}

.section__header {
    font-family: 'Righteous', cursive;
    /* font-family: "Nunito", sans-serif; */
  font-size: 50px;
  text-align: center;
}

.tag__line {
    font-family: 'Righteous', cursive;
    font-size: 65px;
}

.big__text {
  font-size: 50px;
}

.medium__text {
  font-size: 20px;
}

.highlight {
  color: var(--theme);
  text-transform: uppercase;
}

.text-theme {
  color: var(--theme);
}

.bg-theme {
  background-color: var(--theme);
}

/* 

    SECTION STYLING

*/

.body__wrap {
  position: relative;
}

.hamberger {
}

.body__header {
  /* width: 100%; */
  z-index: 9;
  margin-top: 20px;
}

/* banner section */
.body__banner img {
  /* height: 100vh; */
  /* width: 100%; */
}

.carousel-indicators .active {
  /* border: 1px solid var(--theme);
  background-color: var(--theme); */
  
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* background-color: transparent; */
  /* border: 1px solid#f48024; */
  /* display: none; */
}

/* parallax section 1 */

.parallax-1 {
    /* The image used */
    background-image: url('../img/slide-1.jpg');
    width: 100%;
    /* Full height */
    height: 100vh; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 65px;
}

/* section timing */
.section__timing{
  width: 100%;
  /*  */
  font-size:36px;
  color: #fff;
    /* background-image: var(--bg-image-primary); */
    background-image: linear-gradient(180deg, #0f0f0fef 0%, #000000e7 100%);
  font-family: 'PT Sans', sans-serif;
  position: relative;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.time__detail ul li {
  font-size: 17px;
  padding-bottom: 15px;
  color: #f1f1f1;
  line-height: 30px;
}

.time__detail ul li::before {
  padding-right: 15px;
  font-family: "FontAwesome"; 
  font-weight: 900; 
  content: "\f058";
  color: var(--theme);
}

.time__header {
  color: var(--theme);
  font-size: 30px;
}

.time__{
  
}

.section__timing::after {
  content: "";
  background-image: url("../img/Go_Bowling.png");
  background-position: center;
  /* background-color: red; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* parallax section 2 */

.parallax-2 {
    /* The image used */
    background-image: url('../img/SLIDE-2.jpg');

    /* Full height */
    height: 60vh; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 65px;
}

.section__tab-container {
  min-height: 90vh;
  padding: 80px 0;
  background-image: linear-gradient(180deg, #fc4a1a 0%, #fc4a1a 100%);
  font-family: 'PT Sans', sans-serif;
}

.tab {
  margin-bottom: 50px;
}

.tab__btn{
  font-size: 20px;
  /* padding: 8px 20px ; */
  width: 200px;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--color-white);
  color: var(--color-white);  
  transition: 200ms;
}

.hide {
  display: none;
}

.tab__btn:hover{
  background-color: var(--color-white);
  color: var(--theme);
  cursor: pointer;
}

.active__tab{
  background-color: var(--color-white);
  color: var(--theme);
}

.tab__btn + li {
  margin-left: 1px;
}

.tab__details .food {
  
}

.tab__details .svg {
  width: 30px;
  height: 30px;
  fill: var(--color-white);
  margin-right: 10px;
}

.tab__details article header {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Righteous', cursive;
  color: var(--color-white);
  font-weight: regular;
}

.food-body-header {
  font-size: 30px;
  margin-bottom: 40px;
}

.food-body > div{
  padding: 30px 0 50px;
}

.food-body .icon svg{
  width: 100%;
  height: 70px;
  fill: #fff;
}

.booking__location figure {
	max-width: 500px;
	height: 350px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.booking__location figure img {
	width: 100%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s ease-in-out;
	transition: 1000sms ease-in-out;
}
.booking__location-section:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.booking__location-section{
  position: position;
  overflow: hidden;
}

.booking__location-section header {
  background-color: rgba(5, 5, 5, 0.678);
  width: 500px;
  text-align: center;
  /* position: absolute;
  top: 130px; */
	-webkit-transition: .3s ease-in-out;
  transition: 400ms ease-in-out;
}

.booking__location header{
  position: absolute;
  top: 0;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.booking__location-section header:hover{
  background-color: rgba(5, 5, 5, 0);
}

.booking__location header h2 {
  color: #fff;
  transition: 200ms ease-in-out;
  /* padding-bottom: 30px; */

}

.booking__location header address {
 /* display: none; */
  color: #fff;
  /* font-size: 0; */
  transition: 2000sms ease-in-out;

}

.booking__location header:hover  h2{
  /* font-size: 25px; */
  display: none;
}

.booking__location header:hover address {
  /* font-size: 20px; */
  /* display: block; */
  /* font-size: 15px; */
  display: none;

}

.booking__location h2 {
  color: rgb(29, 29, 29);
}

.booking__location address{
  font-size: 14px;
  color: #000;
}
.booking__location-detail footer {
  /* position: relative; */
}

.booking__location-detail ul {
  background-color: rgb(231, 231, 231);
  padding: 10px 30px;
  /* position: absolute;
  bottom: -30px; */
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.295);
}

.booking__location-detail ul li i {
  margin-right: 10px;
}

/* parallax section 3 */

.parallax-3 {
    /* The image used */
    background-image: url('../img/Slide-5.jpg');

    /* Full height */
    height: 70vh; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 65px;
}

.parallax-1-content{
    background-color: rgba(0, 0, 0, 0.487);
    font-family: 'Righteous', cursive;
}

.section__container{
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size:36px;
  font-family: 'Righteous', cursive;
  color: #fff;
}

/* section facilities */
.section__facilities {
}

.section__facilities-container  {
  padding: 100px 0;
  background-image: linear-gradient(180deg, #0f0f0f 0%, #000000 100%);
  /* min-height: 90vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.section__facilities-container .section__header{
  color: var(--color-white);
}


.facilities__detail {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}

.fecility-one, .fecility-two, .fecility-three, .fecility-four {
  /* height: 400px; */
  width: 50%;
  position: relative;
}

.facilities__detail figure {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.facilities__detail figure img {
  width: 100%;
  /* -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0); */
  filter:blur(0px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  
}
.facilities__detail figure:hover img {
	/* -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px); */
  filter:blur(2px);
}

.facilities_detail-header {
  text-align: center;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.795);
  display: flex;
  flex-direction: column;
  justify-content: center;
	-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /* cursor: pointer; */
}

.facilities_detail-header:hover {
  background-color: rgba(0, 0, 0, 0.541);

}

.facilities__icon {
  display: block
}

.facilities__icon .svg {
  width: 50px;
  height: 50px;
  transition: .3s ease-in-out;
  fill: var(--theme);
}

.facilities_detail-header h2 {
  color: var(--color-white);
  font-family: 'Righteous', cursive;
  font-size: 20px;
  padding-bottom: 30px;
  transition: .3s ease-in-out;

}

.facilities_detail-header:hover h2{
  color: var(--theme);
}

.facilities_detail-header:hover .svg{
  width: 70px;
  height: 70px;
  fill: var(--color-white);
}

/* section safety */
.section__safety {
    padding: 100px;
    background-color: var(--theme);
    
}

/* section testimonial */
.section__testimonial {
  
  background-color: var(--theme);
}

.section__testimonial .section__header {
  color: var(--color-white);

}

.section__testimonial-container {
    padding: 50px 0;
}

.wrap__testimonial {
  background-color: var(--theme);
  margin: 50px 20px;
    font-family: 'Righteous', cursive;
    padding: 20px 30px;
    position: relative;
}

.wrap__testimonial::before {
  font-family: "FontAwesome"; 
  font-weight: 900; 
  content: "\f10d";
  color: var(--color-white);
  font-size: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.wrap__testimonial header {
  font-size: 20px;
  padding-bottom: 30px;
  color: white;
}

.wrap__testimonial header cite {
  font-style: normal;
}

/* section footer */


.parallax-footer {
  /* The image used */
  background-image: url('../img/slide-3.jpg');

  /* Full height */
  height: 60vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 65px;
}


.wrap__footer {
  /* The image used */
      background-image: url('../img/Slide-5.jpg');
  
      /* Full height */
      /* height: 70vh;  */
  
      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      font-size: 65px;
}

.wrap__footer .container {
  background-color: #0000007a
}

.wrap__footer .phone {
  font-size: 30px;
  font-family: 'Righteous', cursive;
  color: var(--color-white);
  margin-bottom: 20px;
}

.wrap__footer ul li a{
  display: inline-block;
  font-size: 20px;
  color: var(--theme);
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  line-height: 50px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  border: 1px solid var(--color-white);
}

.wrap__footer ul li a + a {
  margin-left: 20px;
}


.wrap__footer ul li a:hover{
  background-color: var(--theme);
 color: rgb(255, 255, 255);
 box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.295);
}

        
/* form section */

.btn__form-close {
  position: relative; 
}

.btn__form-close .wrap__btn {
  position: absolute;
  top: -35px;
  right: -30px; 
}

.modal {
  background-color: rgba(2, 2, 2, 0.616);
}