@import url('font-awesome/css/font-awesome.min.css');

@font-face {
  font-family: 'getsetpro-five';
  src: url('../fonts/New Grotesk Square FIVE.otf');
}
@font-face {
  font-family: 'getsetpro-four';
  src: url('../fonts/New Grotesk Square FOUR.otf');
}
@font-face {
  font-family: 'getsetpro-six';
  src: url('../fonts/New Grotesk Square SIX.otf');
}
@font-face {
  font-family: 'getsetpro-three';
  src: url('../fonts/New Grotesk Square THREE.otf');
}

.rc-button:hover {
  background: #ed3092 !important;
  color: #fff !important;
  font-family: 'getsetpro-five';
  font-size: 20px !important;
}
#rc-portal input[type='checkbox'] {
  display: table;
  margin-right: auto;
  margin-left: 0;
  float: left;
  width: 35px;
  margin-bottom: 10px;
}
.rc-button {
  font-family: 'getsetpro-five' !important;
  font-size: 20px !important;
}

.detailsTable {
  color: #fff;
}

#vantivFieldSection {
  color: #fff;
}

#feeInstructions {
  color: #fff;
}

#rc-portal div p {
  color: #fff;
}

.page-template-Template-Table #checkAvailability {
  text-transform: uppercase;
}

.rc-button {
  text-transform: uppercase;
  color: #555555;
}

#rcAddVantivCreditCard {
  color: #555;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #0c1328;
}

ul li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  border-bottom: none;
}
* {
  font-family: 'Spectral', serif;
}
body {
  background: #111111;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #353535;
  margin: 0;
  padding: 0;
  font-family: 'Spectral', serif;
}
img {
  max-width: 100%;
}

header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}

.venue-content a:not([href]) {
  color: #fff;
  text-decoration: none;
}

/*
header .header-logo {
	position: absolute;
	left: 32px;
	top: 42px;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
*/

header .header-logo a {
  display: block;
  margin: 0;
  padding: 20px 20px;
  outline: 0;
  border: none;
  width: 180px;
  height: 180px;
  /*	background: url("../images/logo.svg") no-repeat center;*/
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */

#header-menu-trigger {
  display: block;
  position: fixed;
  right: 32px;
  top: 30px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'getsetpro-four';
}

#header-menu-trigger.opaque .header-menu-text {
  background-color: #000000;
}

#header-menu-trigger:hover,
#header-menu-trigger:focus {
  color: #ffffff;
}

#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}

#header-menu-trigger .header-menu-icon::before,
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}

#header-menu-trigger .header-menu-icon::before {
  top: -9px;
}

#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */

#menu-nav-wrap {
  /*	background: #0c142a;*/
  /*	opacity:0.9;*/
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 10px 10px 17px 19px;
  height: 100%;
  width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(180deg, #11091b, #11091bad);
}

#menu-nav-wrap a,
#menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}

#menu-nav-wrap a:hover,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:active {
  color: white;
}

#menu-nav-wrap h3 {
  color: white;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

#menu-nav-wrap .nav-list {
  /*	margin: 3.6rem 0 1.5rem 0;*/
  padding: 0 0px 20px 0;
  /*	padding: 0 0 1.8rem 0;*/
  list-style: none;
  line-height: 40px;
}

#menu-nav-wrap .nav-list li {
  padding-left: 23px 0 0 0;
  /*	line-height: 4.2rem;*/
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
}

#menu-nav-wrap .nav-list li a {
  color: rgb(255, 255, 255);
  display: block;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
}

#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap .nav-list li a:focus {
  color: #ed3093;
  font-weight: bold;
  text-decoration: none;
}

#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 30px;
  padding: 0;
}

#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}

#menu-nav-wrap .header-social-list li a {
  color: rgb(255, 255, 255);
  transition: all 0.5s ease-in;
}

#menu-nav-wrap .header-social-list li a:hover {
  color: rgb(237, 48, 147) !important;
}

#menu-nav-wrap .header-social-list li a:hover,
#menu-nav-wrap .header-social-list li a:focus {
  color: white;
}

#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}

#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  /*  background-color: rgba(0, 0, 0, 0.3);*/
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

#menu-nav-wrap .close-button span::before,
#menu-nav-wrap .close-button span::after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}

#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-nav-wrap .sponsor-text {
  font-size: 1.4rem;
  line-height: 3rem;
}

#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

/* menu is open */

.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.menu-buttons ul li {
  list-style: none;
}

.menu-buttons-outer a {
  /*    display: block;*/
  margin: 0;
}

ul.menu-buttons-outer {
  margin: 0;
  padding: 0;
  font-family: 'Spectral', serif;
}

a.btn-1 {
  padding: 5px 12px;
  border: 2px solid #fdfdfd;
  background: #ed3093;
  color: #fff !important;
  transition: all 0.5s ease-out;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

a.btn-1:hover {
  border: 2px solid #ed3093;
  background: transparent;
  text-decoration: none;
}

a.btn-2:hover {
  border: 2px solid #ed3093;
  background: transparent;
  text-decoration: none;
}

a.btn-2 {
  padding: 5px 12px;
  border: 2px solid #fdfdfd;
  background: #ed3093;
  color: #fff !important;
  transition: all 0.5s ease-out;
  font-size: 16px;
  margin-top: 19px;
  display: table;
  font-weight: bold;
  letter-spacing: 2px;
}

.address {
  margin-top: 30px;
}

.address p {
  color: #fff;
  font-family: 'Spectral', serif;
  font-size: 18px;
  line-height: 1.4;
}
li.one {
  margin-left: -47px;
}
.book-now-outer {
  background: #110618;
  padding: 20px 0 30px 0;
  box-shadow: -1px -20px 20px 20px #110618;
  z-index: 2;
  position: relative;
}
.book-now-outer-2 {
  background: #110618;
  padding: 20px 0px;
  box-shadow: -1px -20px 20px 20px #110618;
  z-index: 2;
  position: relative;
  margin-top: 80px;
}
.book-now-outer-3 {
  background: #110618;
  padding: 20px 0px;
  box-shadow: -1px -20px 20px 20px #110618;
  z-index: 2;
  position: relative;
}

.book-now-outer-4 {
  background: #110618;
  padding: 20px 0px;
  box-shadow: -1px -20px 20px 20px #110618;
  z-index: 2;
  position: relative;
  margin-top: 70px;
}

.book-now-outer-5 {
  background: #110618;
  padding: 20px 0px;
  box-shadow: -1px -20px 20px 20px #110618;
  z-index: 1;
  position: relative;
}
.book-now-inner a {
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease-out;
  font-weight: 600;
}

.book-now-inner a:hover {
  border: 2px solid #ed3091;
  background: #ed3092;
  color: #fff;
}

.happy {
  padding: 0;
}

ul.happy a {
  font-weight: 600;
  padding: 0px 13px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease-out;
  font-weight: 500;
}

ul.happy a:hover {
  color: #ed3092;
}

ul.happy li + li {
  border-left: 1px solid #fff;
}

section.food {
  background: #0c1429;
  z-index: 2;
  position: relative;
}
section.menu-background {
  background: #0c1429 !important;
  /*    position: relative;*/
  /*z-index: 1;*/
}
/*.item img{*/
/*     z-index: 2;*/
/*    position: relative;*/
/*}*/
/*
.back-ballss{
    z-index: 2;
    position: relative;
}
*/
/*for tabbing*/

.tab_div {
  width: 100%;
  transform: translateZ(0);
}

.tabs_menu {
  padding-top: 3%;
  width: 32%;
  float: left;
}

ul.tabs {
  padding: 0;
  margin: 0;
}

#tab1,
#tab2,
#tab3,
#tab4 {
  width: 100%;
}

ul.tabs li {
  list-style-type: none;
  border-right: 2px solid white;
  font-size: 18px;
  color: white;
}

#tab1_content,
#tab2_content,
#tab3_content,
#tab4_content {
  padding-top: 3%;
}

/* hover effect */

.tabs_menu ul.tabs li {
  display: inline-block;
  position: relative;
  padding: 16px;
  cursor: pointer;
  color: white;
  z-index: 0;
  text-align: center;
  border: 2px solid #fff;
  font-size: 30px;
  /* font-weight: 600; */
  border-right: 16px solid #fff;
  letter-spacing: 3px;
  font-family: 'getsetpro-five';
}

ul.tabs li:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed3093;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.5s ease-out;
}

ul.tabs li:hover:before {
  transform: scaleX(1);
}

.tab-left h4 {
  color: #fff;
  font-size: 18px;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-left p {
  color: #fff;
  font-size: 16px;
  width: 80%;
}

.tab-right h4 {
  color: #fff;
  font-size: 18px;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-right p {
  color: #fff;
  font-size: 16px;
  width: 80%;
}

.line hr {
  width: calc(100% - 160px);
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.line {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.line a {
  color: #fff;
  padding-left: 5px;
  font-size: 20px;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-four';
  letter-spacing: 2px;
}
.line a:hover {
  color: #ed3093;
  font-weight: bold;
}
.line-play hr {
  width: calc(100% - 70%);
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-left: 15px;
  margin-top: 20px;
}
.line-play-up hr {
  width: calc(100% - 267px);
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-left: 15px;
  margin-top: 20px;
}
.line-play {
  margin-top: 35px;
  display: flex;
  z-index: 2;
  position: relative;
}

.line-play-up {
  margin-top: 35px;
  display: flex;
  position: relative;
  z-index: 3;
  margin-bottom: 22px;
}

.line-play-up h2 {
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  font-size: 35px;
  font-style: italic;
}
.line-play h2 {
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  font-size: 35px;
  font-style: italic;
}
.full-event-schedule {
  padding-top: 10px;
}
.full-event-schedule a {
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-four';
  letter-spacing: 2px;
  font-size: 20px;
}
.full-event-schedule a:hover {
  color: #ed3093;
  font-weight: bold;
}
/*slider*/

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.line-2 hr {
  width: calc(100% - 145px);
  height: 1px;
  /*	margin-right: auto;*/
  /*	margin-left: auto;*/
  background-color: #fff;
  /*	margin-left: 0;*/
}

.line-2 {
  /*	margin-top: -13px;*/
  display: flex;
  position: relative;
  z-index: 3;
}

.line-2 a {
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-four';
  letter-spacing: 2px;
}
.line-2 a:hover {
  color: #ed3093;
  font-weight: bold;
}
.swiper-container {
  margin-top: -50px;
}
img.games-images {
  width: 100%;
}
.wonder h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 46px;
  padding-bottom: 10px;
}

.price-heads p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
  padding: 0 0 13px 0;
  margin: 0;
}
.price-head p {
  font-size: 18px;
  padding: 13px 0;
  font-weight: 800;
  font-style: italic;
  margin: 0;
}

.wonder-para h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
}

.wonder-para {
  margin-top: 58px;
}

.wonder-para p {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}

h3.bottom-head {
  margin-top: 30px;
}

.event {
  background: #0c1429;
  position: relative;
  z-index: 2;
}

.event-content {
  padding: 80px 0 0px 0;
  z-index: 4;
  position: relative;
}

.bookevent-form {
  margin-top: 85px;
}
.event-content h2 {
  font-weight: 800;
  font-size: 36px;
  color: #fff;
}

.event-content p {
  font-size: 20px;
  color: #fff;
}

.event-content a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-four';
}

.event-content a:hover {
  color: #0b162c;
  font-weight: bold;
}

.event::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0bc2ee;
  outline: 12px solid #0bc2ee;
  border-top: 10px solid #0c1429;
  border-bottom: 10px solid #0c1429;
  margin-top: 30px;
}

.card-form {
  width: 500px;
  padding: 80px 0 0px 0;
}

.card-form .form-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  background: #27ae60;
  border-radius: 10px 10px 0 0;
}

.card-form .form-body {
  display: flex;
}

.card-form .form-body .row {
  display: flex;
  padding: 0 27px 0 0;
}

.card-form .form-body .row input[type='text'] {
  height: 37px;
  outline: 2px solid #fff;
  background: #0bc2ee;
  color: #fff !important;
  font-size: 14px;
}

/*
::placeholder {
	color: #fff;
}
*/

.card-form .rule {
  height: 2px;
  margin: 0px 35px;
}

.card-form .form-footer {
  margin: 0 25px 15px 25px;
  padding: 15px 10px;
}

.card-form .form-footer a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  background: #27ae60;
  margin-right: 10px;
  font-size: 14px;
}

.card-form .form-footer span {
  margin-left: 8px;
}

a.book-btn-outer {
  margin: 18px 0px;
  background: #0c1429;
  color: #fff;
  font-size: 19px;
  height: 35px;
  /*    padding: 0px 20px;*/
  width: 70%;
  text-align: center;
  transition: all 0.5s ease-out;
  font-weight: bold;
}

a.book-btn-outer:hover {
  background: #ed3093;
  color: #fff;
}

.book-btn-outer {
  height: 35px;
}

section.blogs {
  padding-top: 101px;
  background: #11091b;
}

.cards-outer {
  margin-top: 50px;
}

.card-title {
  margin-bottom: 0 !important;
}

.cards-outer .card {
  background: none !important;
  z-index: 2;
  position: relative;
}

.card-title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.card-description p {
  font-size: 16px;
}

.bookevent-form .form-group,
.bookevent-form .form-control {
  position: relative;
}

.bookevent-form .form-group span.span-3 {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-right: 2px solid white;
  font-size: 26px;
  bottom: 0;
}
/* .bookevent-form .form-group span {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    border-right: 2px solid white;
        font-size: 28px;
} */

.bookevent-form .form-group input {
  /*     padding-left: 60px; */
  border: 2px solid white;
  color: white;
  background: transparent;
  padding: 15px 4px 15px 59px;
  border-radius: 0;
  height: 50px !important;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
}
.bookevent-form .book-form-outer input[type='submit'] {
  padding: 14px 0;
  background: #0b162c;
  border: transparent;
}
.bookevent-form .form-group submit {
  padding: 0;
}
.number-form-outer {
  padding-right: 0;
}

.name-form-outer {
  padding-right: 0;
}

.email-form-outer {
  padding-right: 0;
}

.book-form-outer {
  padding-right: 0;
}

.bookevent-form .form-group input::placeholder {
  color: white;
}
.bookevent-form .form-group button {
  font-size: 18px;
  background: #0b162c;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-out;
  padding: 11px;
  border: none;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
}
.bookevent-form .form-group button:hover {
  background: #ed3091;
}
.card__image-holder img.card__image {
  position: relative;
  width: 100%;
}
.card__image-holder {
  position: relative;
}
span.left-1 {
  position: absolute;
  right: 0;
  bottom: 0px;
  /* 	top: -43px; */
  /* 	left: 148px; */
  background: #ed4293;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
  transition: all 0.5s ease-out;
}
span.left-1:hover {
  color: #fff;
  background: #ed3092;
}
span.left-2:hover {
  color: #fff;
  background: #ed3092;
}
span.left-3:hover {
  color: #fff;
  background: #ed3092;
}
.cards {
  position: relative;
}

.date-outer {
  position: absolute;
  right: -14px;
  background: #0bc2ee;
  z-index: 9;
  padding: 15px;
  top: -21px;
}

.date-outer h6 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

span.left-2 {
  position: relative;
  top: -43px;
  left: 148px;
  background: #ed4293;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
  transition: all 0.5s ease-out;
}

.cards {
  position: relative;
}

.date-outer-2 {
  position: absolute;
  right: -14px;
  background: #0bc2ee;
  z-index: 999;
  padding: 15px;
  top: -21px;
}

.date-outer h6 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.date-outer-2 h6 {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.date-outer-3 h6 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

span.left-3 {
  position: relative;
  top: -43px;
  left: 148px;
  background: #ed4293;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
  transition: all 0.5s ease-out;
}

.cards {
  position: relative;
}

.date-outer-3 {
  position: absolute;
  right: -14px;
  background: #0bc2ee;
  z-index: 999;
  padding: 15px;
  top: -21px;
}

.date-outer-3 h6 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.test-outer {
  background: #0bc2ee;
  margin-top: 50px;
}

/*for test*/

ul.flex-direction-nav {
  display: none;
}

.testimonial-container {
  /*	background-color: rgba(245, 245, 245, 1);*/
  width: 100%;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /*	background-color: rgba(245, 245, 245, 1);*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 100px 0px 40px;
  z-index: 2;
}

.cd-testimonials-wrapper h2 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 60px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    padding: 35px 0 70px;
  }
  .cd-testimonials-wrapper h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 100px;
    margin: 0 auto;
  }
}

.cd-testimonials {
  color: rgba(130, 132, 139, 1);
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}

.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.testimonial-content {
  padding: 0 10px;
}
.testimonial-content p {
  font-size: 26px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  line-height: 31px;
}

.testimonial-content h4 {
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
  font-size: 18px;
  font-family: 'getsetpro-four';
  letter-spacing: 2px;
}

/*
@media only screen and (min-width: 768px) {
	.testimonial-content p {
		font-size: 20px;
		font-family: 'Open Sans';
	}
}
*/

/*
@media only screen and (min-width: 1170px) {
	.testimonial-content p {
		font-size: 24px;
		line-height: 1.6;
	}
}
*/

.cd-author-info span p {
  display: inline-block;
  font-size: 14px;
  padding-left: 0;
}

.cd-author-info span p a {
  color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
  display: inline-block;
  vertical-align: top;
}

.cd-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.cd-author .cd-author-info {
  text-align: left;
  line-height: 1;
}

.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  color: #6b6b70;
}

ul.cd-author-info {
  list-style: none;
}

ul.cd-author-info li span:before {
  font-family: 'FontAwesome';
  content: '\f099';
  font-size: 24px;
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  font-style: normal;
  margin-left: -30px;
}

ul.cd-author-info li span {
  font-size: 14px;
  padding-left: 30px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 58px;
    height: 58px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgb(255, 255, 255);
  cursor: default;
}

.flex-control-nav {
  bottom: 30px;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}

@media screen and (max-width: 767px) {
  .flex-direction-nav a {
    width: 30px;
  }
  .flex-direction-nav a:before {
    visibility: hidden;
  }
  .flex-direction-nav a:before {
    padding: 14px 0px 10px 0px;
  }
  .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
  .flex-direction-nav {
    visibility: hidden;
  }
}

section.venue {
  background: #11091b;
}

.venue-image {
  margin-top: 80px;
}

.back-balls {
  z-index: 2;
  position: relative;
}

.halfright:after {
  content: '';
  display: block;
  width: 22%;
  height: 8px;
  padding: 0;
  background-color: white;
  position: absolute;
  top: 42px;
  left: -11px;
  margin: 10px;
}

.halfright:before {
  content: '';
  display: block;
  width: 20%;
  height: 8px;
  padding: 0;
  margin: 0;
  background-color: white;
  position: absolute;
  left: -61px;
  top: 105px;
  transform: rotate(90deg);
}

#tab2_content .tab_div .owl-nav .owl-next {
  right: 2%;
  font-size: 50px;
  color: #bfbec3;
  position: absolute;
  top: 45%;
}

.tab_div .owl-nav.disabled {
  display: block !important;
}
#tab2_content .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  color: #bfbec3;
  font-size: 50px;
  left: 15px;
}

.card {
  border: none !important;
}
.venue-content h2 {
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
  position: relative;
  z-index: 9;
}

.venue-content {
  margin-top: 80px;
}

.venue-content a {
  color: #fff;
  font-size: 17px;
  margin-top: 13px;
  font-weight: bold;
  font-style: italic;
  transition: all 0.5s ease-out;
}
.venue-content ul {
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
.venue-content ul.venue-links li {
  padding-bottom: 10px;
}
.venue-content ul.venue-links li a:hover {
  color: #ed3092;
}

.brochure a {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease-out;
  font-weight: bold;
  font-family: 'getsetpro-four';
  letter-spacing: 1px;
  position: relative;
  z-index: 9;
}

.brochure a:hover {
  color: #ed3092;
  text-decoration: none;
}

.venue-content {
}

.venue-content:after {
  content: '';
  display: block;
  width: 22%;
  height: 8px;
  padding: 0;
  background-color: white;
  position: absolute;
  bottom: -96px;
  right: 0;
  margin: 10px;
}

.venue-content:before {
  content: '';
  display: block;
  width: 20%;
  height: 8px;
  padding: 0;
  margin: 0;
  background-color: white;
  position: absolute;
  bottom: -25px;
  right: -43px;
  transform: rotate(90deg);
}

.follow {
  margin-top: 60px;
  display: flex;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}

.follow h2 {
  color: #fff;
  padding-left: 5px;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
}

.follow hr {
  width: calc(100% - 70%);
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-left: 15px;
  margin-top: 20px;
}
.instagram-feed-img img {
  transition: all 0.5s ease-out;
}
.instagram-feed-img ul li + li {
  margin-left: 2px;
}
.instagram-feed-img ul li {
  height: auto;
  width: calc(100% / 4);
  position: relative;
}
/*.instagram-feed-img ul li img:hover {transform: translateY(-10px);}*/
.instagram-feed-img img {
  position: relative;
  z-index: 2;
}
.instagram-feed-img ul li img {
  width: 100%;
}

.image-text {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.instagram-feed-img ul li:hover .middle {
  opacity: 9;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000000c7;
  z-index: 3;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.middle .text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*
.col-sm-5cols {
	position: relative;
	min-height: px;
	padding-right: 2px;
	padding-left: 0px;
}
*/

@media (min-width: 768px) {
  .col-sm-5cols {
    width: 20%;
    float: left;
  }
}

.galley-follow {
  padding: 0 !important;
  overflow: hidden;
}

section.footer {
  background: #11091b;
  padding: 40px 0 20px 1px;
}

.foot-head {
  padding-top: 13px;
  z-index: 2;
  position: relative;
}
.foot-image {
  z-index: 2;
  position: relative;
  padding: 10px;
}
.foot-2-outer {
  z-index: 2;
  position: relative;
}

.foot-head h4 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: 'getsetpro-five';
  margin-bottom: 0px;
}

.foot-head p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 19px;
}

.footer-social .header-social-list {
  list-style: none;
  margin: 0;
  font-size: 28px;
  padding: 0;
}

.footer-social .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}

.footer-social .header-social-list li a {
  color: rgb(255, 255, 255);
  transition: all 0.5s ease-in;
}

.footer-social .header-social-list li a:hover {
  color: rgb(237, 48, 147) !important;
}

.copyright span {
  color: #fff;
  font-size: 12px;
  z-index: 2;
  position: relative;
}

.foot-2-head h3 {
  color: #53ff27;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 22px;
  font-family: 'getsetpro-five';
}

.foot-2-head h3::after {
  display: block;
  content: '';
  width: 5%;
  height: 3px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -2px;
  left: 2px;
}

.anchors {
  margin-top: 6px;
}

.anchors a {
  color: #fff;
  font-size: 17px;
  transition: all 0.5s ease-out;
}

.anchors a:hover {
  color: #ed3092;
}

.foot-2-outer-bot {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.footer-content {
  padding-top: 10px;
}

.footer-content p {
  color: #fff;
  font-size: 17px;
  transition: all 0.5s ease-out;
  padding-bottom: 20px;
}

.email-form-outer-footer {
  z-index: 2;
  border: 2px solid white;
  width: 80%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s;
}

.email-form-outer-footer span.wpcf7-form-control-wrap {
  flex: 1;
}

.email-form-outer-footer span .fa.fa-envelope-o::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.email-form-outer-footer span .fa.fa-envelope-o .wpcf7-form-control {
  width: 100%;
  height: 100%;
}
.email-form-outer-footer span .fa.fa-envelope-o .wpcf7-spinner {
  width: 100%;
}

.email-form-outer-footer span {
  position: relative;
  width: 52px;
  height: 40px;
  border-right: 2px solid white;
  font-size: 28px;
  margin-right: 0;
  flex: 0 0 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

input.form-control {
  line-height: normal !important;
}
/* .email-form-outer-footer input[type=text]{box-sizing: border-box; text-indent: 5px} */
.email-form-outer-footer input {
  color: white !important;
  background: transparent !important;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: 'getsetpro-five';
  letter-spacing: 2px;
  border: none;
  width: 180px;
  line-height: 20px;
  /*height: 20px;*/
}
.email-form-outer-footer .form-control:focus {
  box-shadow: none !important;
}

.email-form-outer-footer:hover span {
  background: #ed3092;
  border-color: #ed3092;
}

.email-form-outer-footer:hover {
  border-color: #ed3092;
}

.email-form-outer-footer input::placeholder {
  color: white;
}

.name-outer {
  position: absolute;
  top: -2px;
  left: -62px;
  font-size: 24px;
  border: 2px solid #fff;
  padding: 0 15px 0 11px;
}

.email-outer {
  position: absolute;
  top: 52px;
  left: -64px;
  font-size: 24px;
  border: 2px solid #fff;
  padding: 0 10px 0 11px;
}

.number-outer {
  position: absolute;
  top: -2px;
  right: 223px;
  font-size: 24px;
  border: 2px solid #fff;
  padding: 0 10px 0 11px;
}

.name-outer:before {
  content: '\f007';
  font-family: FontAwesome;
}

.email-outer:before {
  content: '\f003';
  font-family: FontAwesome;
}

.number-outer:before {
  content: '\f10b';
  font-family: FontAwesome;
}

.form-body {
  position: relative;
}
.play-with-us {
  background: #0c1328;
  padding-bottom: 115px;
  padding-top: 25px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50% !important;
}
.swiper-button-next,
.swiper-button-prev:before {
  content: '\f104' !important;
  font-family: FontAwesome;
  font-size: 40px;
  color: #bfbec3;
}
.swiper-container {
  position: static !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  left: 15px !important;
}
.swiper-button-next,
.swiper-button-next:before {
  content: '\f105 ' !important;
  font-family: FontAwesome;
  font-size: 40px;
  color: #bfbec3;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  right: 10px !important;
}
.slide__content::before {
  display: block;
  content: '';
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

.slide__content::after {
  display: block;
  content: '';
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

figure.effect-bubba {
  background: #ed3092;
}

figure.effect-bubba img {
  /*	opacity: 0.7;*/
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 20px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sep {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sep img {
  width: 100%;
}
.img-shadow-1 {
  -webkit-box-shadow: 0 28px 16px -26px black;
  -moz-box-shadow: 0 28px 16px -26px black;
  box-shadow: 0 28px 16px -26px black;
}

.img-shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black;
}

.img-shadow-1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.img-shadow-1:hover {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;

  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.image-hover a {
  text-decoration: none;
}
.link {
  color: #555;
  bottom: 12px;
  font-size: 10px;
  position: fixed;
  right: 12px;
}

/* for arrow */
.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/*for slider*/
.slider-container {
  position: relative;
  height: calc(100vh - 70px);
  user-select: none;
  cursor: all-scroll;
  overflow: hidden;
  z-index: 0;
  background: #110618;
}
.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-pagi {
  position: absolute;
  z-index: 3;
  left: auto;
  bottom: 45%;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
  transform: rotate(90deg);
  right: 0;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  background: #fff;
}
.slider-pagi__elem:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before {
  width: 15px;
  height: 15px;
}
.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.slider-container .slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider-container .slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}
.slider-container.slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}
.slider-container .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-container.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slider-container .slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url('../images/hero-bg.jpg');
}

.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url('../images/hero-bg.jpg');
}

.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url('../images/hero-bg.jpg');
}

.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url('../images/hero-bg.jpg');
}

.slide__content {
  display: flex;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  margin: auto;
  justify-content: center;
  align-items: center;
}

h2.slide__text-heading {
  font-size: 8vw;
  margin-bottom: 2rem;
  color: #fff;
  font-family: 'getsetpro-three';
  letter-spacing: 5px;
  line-height: 4px;
}
h3.slide__text-heading-2 {
  font-size: 5.3vw;
  margin-bottom: 2rem;
  color: #fff;
  font-family: 'getsetpro-five';
  letter-spacing: 5px;
  /*        line-height: 1px*/
}
.slide__text-desc {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 2.3rem;
  perspective: 1000px;
}

.slide__text-link:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: top bottom;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  transform: rotateX(0);
}

.scroll-down span {
  border-top: 10px solid #fff;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 5px solid transparent;
  top: 97%;
  position: absolute;
  left: -4px;
}

.scroll-down {
  position: absolute;
  top: 63%;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 2px;
  height: 10%;
  border-right: 3px solid #fff;
  z-index: 9;
  left: 52%;
  -moz-animation: line_r_animation 6s ease-in-out infinite;
  -webkit-animation: line_r_animation 6s ease-in-out infinite;
  animation: line_r_animation 6s ease-in-out infinite;
}

@keyframes line_r_animation {
  0% {
    top: -10%;
    transition: all 0.5s ease-in-out;
  }
  40% {
    top: 70%;
  }
  60% {
    top: 50%;
  }
  80% {
    top: 60%;
  }
  100% {
    top: 110%;
    opacity: 0.2;
  }
}

@-webkit-keyframes line_r_animation {
  0% {
    top: -10%;
    transition: all 0.5s ease-in-out;
  }
  40% {
    top: 70%;
  }
  60% {
    top: 50%;
  }
  80% {
    top: 60%;
  }
  100% {
    top: 110%;
    opacity: 0.2;
  }
}
/*upwards*/

.scroll-down-2 {
  position: absolute;
  top: 0%;
  bottom: 10px;
  display: none;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 2px;
  height: 30%;
  /*  border-bottom: 2px solid #fff;*/
  border-right: 3px solid #fff;
  z-index: 9;
  left: 52%;
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

/*for circle*/

.shapes .shape.circle {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #000;
  top: 75%;
  left: 90%;
  transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
}
.shapes .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.shapes .shape.circle {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 25%;
  transform: rotate(25deg);
}

.box .ball {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ed3093;
  box-shadow: outset -5px -5px 5px rgba(0, 0, 0, 0.6), 15px 15px 2px rgba(0, 0, 0, 0.04);
  position: fixed;
  left: 40%;
  top: -50px;
  animation: moveX 40s linear 0s infinite alternate, moveY 30s linear 0s infinite alternate;
  -webkit-animation: moveX 40s linear 0s infinite alternate, moveY 30s linear 0s infinite alternate;
  z-index: 1;
  transform: translate(120px, 380px);
}

@keyframes moveX {
  from {
    right: 0;
  }
  to {
    right: 0px;
  }
}

@keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 500px;
  }
}

@-webkit-keyframes moveX {
  from {
    right: 0;
  }
  to {
    right: 0px;
  }
}

@-webkit-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 500px;
  }
}

/*for second circle*/

.box-2 .ball-2 {
  /*  display: block;*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ed3093;
  box-shadow: outset -5px -5px 5px rgba(0, 0, 0, 0.6), 15px 15px 2px rgba(0, 0, 0, 0.04);
  position: fixed;
  animation: moveX 40s linear 0s infinite alternate, moveY 30s linear 0s infinite alternate;
  -webkit-animation: moveX 40s linear 0s infinite alternate, moveY 30s linear 0s infinite alternate;
  z-index: 1;
  top: 70%;
  left: -50px;
}

@keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 400px;
  }
}

@keyframes moveY {
  from {
    top: 80;
  }
  to {
    top: 1000px;
  }
}
@-webkit-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 400px;
  }
}

@-webkit-keyframes moveY {
  from {
    top: 80;
  }
  to {
    top: 1000px;
  }
}

/* for third circle*/

.box-3 .ball-3 {
  /*  display: block;*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ed3093;
  box-shadow: outset -5px -5px 5px rgba(0, 0, 0, 0.6), 15px 15px 2px rgba(0, 0, 0, 0.04);
  position: fixed;
  right: -15px;
  top: 40%;
  animation: moveX 40s linear 0s infinite alternate, moveY 30s linear 0s infinite alternate;
  -webkit-animation: moveX 40s linear 0s infinite alternate, moveY 30s linear 0s infinite alternate;
  z-index: 2;
}

@keyframes moveX {
  from {
    right: 0;
  }
  to {
    right: 0px;
  }
}

@keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 500px;
  }
}

@-webkit-keyframes moveX {
  from {
    right: 0;
  }
  to {
    right: 0px;
  }
}

@-webkit-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 500px;
  }
}

/*for about..............*/
section.about-banner {
  background: url(../images/about-banner.jpg);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-banner-content h2 {
  font-size: 11vw;
  color: #fff;
  font-family: 'getsetpro-three';
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  margin: 0;
}

section.about-card {
  background: #0b152b;
  box-shadow: 0px -20px 20px 20px rgba(11, 20, 42, 0.58);
  position: relative;
}
.about-date-outer {
  position: absolute;
  right: -14px;
  background: #0bc2ee;
  z-index: 3;
  padding: 15px;
  top: -21px;
}

.about-date-outer h6 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

span.about-left-1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #ed4293;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
  transition: all 0.5s ease-out;
}

/*for party..............*/

.party-banner {
  background: url(../images/party-banner.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.party-banner-content h2 {
  font-size: 7vw;
  color: #fff;
  font-family: 'getsetpro-three';
  letter-spacing: 5px;
  text-align: center;
}

.party-banner-content p {
  font-size: 2.5vw;
  color: #fff;
}

.party-buttons a.party-button-1.btn {
  color: #fff;
  padding: 6px 36px;
  border: 3px solid #fff;
  font-size: 22px;
  border-radius: 0px;
  margin-right: 10px;
  transition: all 0.5s ease-out;
}
.party-buttons a.party-button-1.btn:hover,
.party-buttons a.party-button-2.btn:hover {
  background: #ed3092;
  color: #fff;
}
.party-buttons a.party-button-2.btn {
  color: #fff;
  padding: 6px 36px;
  border: 3px solid #fff;
  font-size: 22px;
  border-radius: 0px;
}

/*FOR TABLE*/

.table-banner {
  background: url(../images/party-banner.png);
  /*    height: 100vh;*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 30px;
}
.table-banner-content h2 {
  font-size: 70px;
  font-family: 'getsetpro-three';
  color: #fff;
  letter-spacing: 2px;
}

.table-form {
  background: #0f0d20;
  padding: 5px 15px 20px 10px;
}
.table-form-2 {
  background: #0f0d20;
  padding: 5px 15px 20px 10px;
}

div.elem-group {
  margin: 10px 5px;
}

.book-your-table label {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.book-your-table input,
select,
textarea {
  box-sizing: border-box;
  font-size: 13px;
  width: 100%;
  padding: 5px 0 5px 5px;
}

.book-your-table .elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

/* .book-your-table hr {
  border:1px solid rgba(45, 45, 45, 0.72) !important;
} */

/*.book-your-table button {*/
/*    border: 3px solid #fff;*/
/*    color: white;*/
/*    font-size: 1.25em;*/
/*    background: transparent;*/
/*    cursor: pointer;*/
/*     padding: 10px 20px !important;*/
/*    line-height: unset !important;*/
/*    font-weight: bold;*/
/*    transition: all 0.5s ease-out;*/
/*        margin-top: 20px;*/
/*    margin-left: 5px;*/
/*    font-family: 'getsetpro-five';*/
/*    letter-spacing: 2px;*/
/*}*/
button.last-check {
  border: 3px solid #fff;
  font-size: 15px;
  background: transparent;
  cursor: pointer;
  /*     font-family: 'getsetpro-five';*/
  letter-spacing: 2px;
  transition: all 0.5s ease-out;
  padding: 10px 20px;
  font-weight: bold;
}
button.last-check:hover {
  border: 3px solid #ed3091;
  background: #ed3091;
}
.left-table img {
  width: 50px;
}
.right-table span a {
  color: #5b6772;
  font-size: 18px;
}
.right-table span {
  color: #5b6772;
  font-size: 18px;
}

.table-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.on-off-table {
  background: #110a1e;
  box-shadow: 0px -20px 20px 20px #110a1e;
}

.on-peak-outer h6 {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 5px;
}
.on-peak-outer p {
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  line-height: 12px;
}
.off-peak-outer h6 {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 5px;
}
.off-peak-outer p {
  font-size: 18px;
  font-style: italic;
  line-height: 12px;
  font-weight: lighter;
}
.off-peak-outer p2 {
  font-style: italic;
  line-height: 12px;
  font-weight: lighter;
}
.off-peak h6 {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 5px;
}
.off-peak p {
  font-size: 18px;
  font-style: italic;
  line-height: 12px;
  font-weight: lighter;
}
.on-peak h6 {
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 5px;
}
.on-peak p {
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  line-height: 12px;
}

hr.horizontal {
  border: 0;
  width: calc(100% - 420px);
  border-top: 1px solid rgba(255, 255, 255, 0.33) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/*for event*/

div.elem-group-2 {
  margin: 14px 0;
}

div.elem-group-2.inlined {
  width: 49%;
  display: inline-block;
  float: left;
  margin-left: 1%;
  position: relative;
}
div.elem-group-2.inlined-2 input {
  position: absolute;
  top: 3px;
  left: 30px;
}
.book-your-table-event label {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.book-your-table-event input,
select,
textarea {
  box-sizing: border-box;
  font-size: 13px;
  width: 100%;
  padding: 5px 0 5px 5px;
}

.book-your-table-event .elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

.book-your-table-event hr {
  border: 1px solid rgba(45, 45, 45, 0.72) !important;
}

.book-your-table-event button {
  border: 3px solid #fff;
  color: white;
  font-size: 1.25em;
  background: transparent;
  cursor: pointer;
  padding: 8px 20px;
  font-weight: bold;
  transition: all 0.5s ease-out;
}

.book-your-table-2 textarea {
  height: 60px;
}
.table-buttons-event {
  padding-top: 10px;
  padding-left: 5px;
}

.table-buttons-event button {
  border: 3px solid #fff;
  color: white;
  font-size: 1.25em;
  background: transparent;
  cursor: pointer;
  padding: 8px 20px;
  font-weight: bold;
  transition: all 0.5s ease-out;
  margin-right: 10px;
}
.table-buttons-event button:hover {
  border: 3px solid #ed3091;
  background: #ed3091;
}

/*for hungry page*/
.hungry {
  background: #0c1429;
  box-shadow: 0px -20px 20px 7px #0c1328;
}
section.hungry-banner:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0c132882;
  z-index: 0;
  position: absolute;
  transition: 0.5s ease;
}
section.hungry-banner {
  background: url(../images/hungry-banner.jpg) top center;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.hungry-banner-content h2 {
  font-size: 11vw;
  color: #fff;
  font-family: 'getsetpro-three';
  letter-spacing: 2px;
  word-spacing: 5px;
  line-height: 1.5;
  margin: 0;
}
.swiper-2 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.tab-left-header h5 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 15px 0;
  font-family: 'getsetpro-five';
  letter-spacing: 1px;
}

.menu-category-title h5 {
  margin-top: 64px;
  color: #53ff27;
}

.pink p {
  color: #ed3091;
}
.tab-menu-down-outer {
  margin-top: 25px;
  text-align: center;
}
.tab-menu-down {
  padding: 0;
}
.tab-menu-down a {
  color: #fff;
  transition: all 0.5s ease-out;
}
.tab-menu-down a:hover {
  color: #ed3091;
}
.tab-menu-down-outer p {
  color: #ed3091;
  font-size: 18px;
  transition: all 0.5s ease-out;
}
/*.tab-menu-down-outer p:hover{*/
/*  color: #ed3091;*/

/*}*/
/*for tabb*/
.tab_div {
  width: 100%;
  transform: translateZ(0);
  z-index: 2;
  position: relative;
}

.tabs_menu-2 {
  padding-top: 3%;
  width: 25%;
  flex: 0 0 25%;
  float: left;
}

ul.tabs {
  padding: 0;
  margin: 0;
}

#tab1,
#tab2,
#tab3,
#tab4 {
  width: 100%;
}

ul.tabs li {
  list-style-type: none;
  border-right: 2px solid white;
  font-size: 18px;
  color: white;
}

#tab1_content,
#tab2_content,
#tab3_content,
#tab4_content {
  padding-top: 3%;
}

.tabs_menu-2 ul.tabs li {
  display: inline-block;
  position: relative;
  padding: 15px 0px 15px 0;
  cursor: pointer;
  color: white;
  z-index: 0;
  text-align: center;
  border: 2px solid #fff;
  font-size: 30px;
  font-weight: 600;
  border-right: 16px solid #fff;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'getsetpro-five';
}

.tabs_menu-2-heading h4 {
  text-align: center;
  font-style: italic;
  color: #fff;
  margin-top: -56px;
  letter-spacing: 4px;
  padding: 0px 0 5px 0;
  font-size: 35px;
}

ul.tabs .active {
  background-color: #ed3091;
  color: #fff;
}

.mhn-slide .mhn-text {
  text-align: center;
  padding: 6px 10px;
}
.mhn-slide .mhn-text h4 {
  font-weight: 700;
}
.mhn-slide .mhn-text p {
  overflow: hidden;
}
.mhn-slide .owl-stage-outer {
  z-index: 1;
}
.mhn-slide .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mhn-slide .owl-nav svg {
  color: currentColor;
}
.mhn-slide .owl-nav .disabled {
  display: none;
}
.mhn-slide .owl-prev,
.mhn-slide .owl-next {
  top: 110px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}
.mhn-slide .owl-prev {
  left: -10px;
}
.mhn-slide .owl-next {
  right: -10px;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag img {
  min-height: 316px;
}
/*for event-innner-page*/

section.innerevent {
  background: #0b152a;
  padding-top: 240px;
}

.full-event-inner a {
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-four';
  font-size: 22px;
  letter-spacing: 1px;
}
.full-event-inner a:hover {
  color: #ed3091;
}

.inner-event-heading h4 {
  padding-bottom: 20px;
  font-size: 36px;
  font-family: 'getsetpro-five';
  letter-spacing: 1px;
}

.inner-event-heading hr {
  width: 70%;
  height: 1px;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 20px;
}
.lower-heading p {
  text-align: justify;
}
.inner-event-heading-buttons a.inner-event-button-1.btn {
  color: #fff;
  padding: 6px 18px;
  border: 3px solid #fff;
  font-size: 22px;
  border-radius: 0px;
  margin-right: 10px;
  transition: all 0.5s ease-out;
  font-family: 'getsetpro-five';
  letter-spacing: 1px;
}
.inner-event-heading-buttons a.inner-event-button-1.btn:hover {
  background: #ed3092;
  color: #fff;
}

.inner-event-heading-buttons {
  padding: 30px 0 50px 0;
}

a.carousel-control-next {
  right: -10% !important;
  font-size: 55px;
  color: #fff !important;
  opacity: 10 !important;
}

a.carousel-control-prev {
  left: -10% !important;
  font-size: 55px;
  color: #fff !important;
  opacity: 10 !important;
  z-index: 3;
}
section#games .carousel-inner {
  overflow: visible;
}
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.tab_div .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.tab_div .owl-nav i {
  font-size: 40px;
  color: #bfbec3;
}

.tab_div .owl-nav .owl-prev {
  left: 15px;
}

.tab_div .owl-nav .owl-next {
  right: 15px;
}

/*for buttons hover*/

.masonry {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.masonry img {
  width: 100%;
  cursor: pointer;
  padding: 3px;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.masonry img:hover {
  transform: scale(1.4) rotate(15deg);
  overflow: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^='arrow'] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^='arrow']:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #000 !important;
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

/*for hover images*/

.parlour-tab a.active.nav-link {
  color: #ed3091 !important;
}
.tab-gallery {
  background: #0c1429;
  padding-top: 240px;
  padding-bottom: 50px;
}
#gallery {
  padding-top: 0px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 0px 30px 0 30px;
  }
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ed2f93;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}

.foot-image a {
  width: 100px;
  display: block;
  margin-left: -15px;
  margin-top: -10px;
}
.lower-heading p {
  padding: 0 100px 0 0;
}

.lower-heading p a {
  color: #ed3092;
}

.inner-event-heading p u a {
  color: #ed3092 !important;
}

.page-template-Template-Table .rc-legend {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 0 !important;
  padding: 15px 0 10px 0;
}
.page-template-Template-Table .rc-label-column {
  width: 100%;
}
.page-template-Template-Table .rc-input-column {
  width: 100%;
}
.page-template-Template-Table .rc-required {
  background-color: transparent;
}
.page-template-Template-Table #rc-portal {
  max-width: 100% !important;
}
.page-template-Template-Table .rc-input-column input {
  box-sizing: border-box;
  font-size: 16px !important;
  width: 100%;
  padding: 5px 0 5px 5px;
}
.page-template-Template-Table .rc-input-column select {
  box-sizing: border-box;
  font-size: 16px !important;
  width: 100%;
  padding: 5px 0 5px 5px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.page-template-Template-Table #checkAvailability {
  border: 3px solid #fff;
  border-radius: 0;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  font-family: 'getsetpro-five';
  letter-spacing: 3px;
  transition: all 0.5s ease-out;
  padding: 6px 20px;
  font-weight: bold;
  color: white;
}
.page-template-Template-Table .rc-footnote .rc-label-column {
  width: 40% !important;
  float: left;
}
.page-template-Template-Table .rc-logo-reserve {
  width: 50px;
}
.page-template-Template-Table .rc-footer-column {
  width: 60%;
}
.page-template-Template-Table .rc-footer-column span {
  color: #5b6772;
  font-size: 18px;
  float: right;
}
.page-template-Template-Table .rc-footer-column span a {
  color: #5b6772;
}
.page-template-Template-Table #checkAvailability:hover {
  border: 3px solid #ed3091;
  background: #ed3091;
}
.calender a {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
}
.calender {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}
.calender hr {
  color: #fff !important;
  border: 3px solid #fff;
  width: 400px;
  margin-left: -80px;
}

.tab-menu-down-outer p a {
  color: #ed3091;
}

.tab-menu-down-outer p a:hover {
  color: #fff;
}

#rc-portal .rc-label-input-pair select option:checked {
  background: none !important;
}

.table-banner {
  background-attachment: fixed;
}

#chargeMessage {
  color: #fff;
}
