/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT US
#SCHEDULE
#VENUE
#PRICING PLANS
#REGISTER FORM
#FAQ
#OUR
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	background-color: #000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 15px;
	line-height: 1.59;
}

a { 
	text-decoration: none;
	color: #8080ff;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: #4141ff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13;
	background-color: #22222283;
	color: white;padding: 10px;display: inline-block;margin-top: 24px; border-radius: 1em;
}

h3 {  
	font-size: 26px;
	background-color: #22222283;color: white;padding: 10px;display: inline-block; border-radius: 1em;
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

p {
	background-color: #22222283;float: left;color: white;padding: 12px;margin-bottom: 14px; border-radius: 2em;
}

img {
	border: none;
	max-width: 100%;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}


/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 4px;
	border: 2px solid #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 12px 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
}

.mu-send-msg-btn {
	color: #555;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 250px;
	color: #fff;
	border-radius: 5px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-hero {
	background-image: url("assets/images/dark_bg.jpg");
	display: inline;
	float: left;
	width: 100%;
	background-position: 0 64%;
	background-size: cover;
}

.mu-hero-overlay {
	display: inline;
	float: left;
	opacity: 0.94;
	width: 100%;
}

.mu-logo-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-logo {
	display: inline-block;
	color: white;
	padding: 5px 20px;
	margin-bottom: 30px;
	border-radius: 0em;
	font-family: "Rock Salt", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 7em;
	width: 50%;
}

.mu-menu-btn {
	position: fixed;
	right: 15%;
	top: 50px;
	color: #fff;
	font-size: 25px;
	border: 2px solid #fff;
	padding: 5px 14px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-menu-btn:hover,
.mu-menu-btn:focus {
	border: 2px solid #fff;
}



/*=== Featured section ===*/

@font-face {
	font-family: fellix;
	src: url(assets/fonts/fellix.woff2) format("woff2");
}

.mu-hero-featured-area {
	display: inline;
	float: left;
	padding: 60px 0 50px;
	width: 100%;
}

.mu-hero-featured-content {
	display: inline;
	float: right;
	text-align: center;
	width: 100%;
}

.mu-hero-featured-content h1 {
	font-family: fellix;
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}


.mu-hero-featured-content h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}

.mu-hero-featured-content button {
	margin-top: 30px;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #00000026;*/
	/*backdrop-filter: blur(5px);*/
}

.booking-button {
  margin-top: 20px;
  min-width: 300px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 22px;
  font-family: fellix;
  font-weight: 700;
  color: #ffffff;
  background-color: #00000026;
  backdrop-filter: blur(5px);
  /*background: #4FD1C5;*/
/*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/

  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(255, 255, 255, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.booking-button::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #8080ff;
  box-shadow: 0 0 60px #8080ffa4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.booking-button:hover, 
.booking-button:focus {
  /*color: #1c1cc7;*/
  transform: translateY(-10px);
}

.booking-button:hover::before, 
.booking-button:focus::before {
  opacity: 1;
}

.booking-button {
  position: relative;
  border-radius: 50px;
  overflow: visible;
  z-index: 1;
}

.booking-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 4px solid #ffffff;
  opacity: 1;
  transform: scale(1);
  z-index: 11;
  animation: ringBorder 2.5s infinite;
}

@keyframes ringBorder {
  0% {
    transform: scale(1.09);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.booking-button:focus {
  animation: focusReset 1s forwards;
  outline: none;
}
.gift-button:focus {
  animation: focusReset 1s forwards;
  outline: none;
}

@keyframes focusReset {
  0% {
    transform: translateY(-10px);
    box-shadow: 0 0 60px #8080ffa4;
  }
  100% {
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(255, 255, 255, 0.64);
	border: none;
	color: white;
  }
}

/*Gift button*/
.gift-button {
  margin-top: 20px;
  min-width: 300px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 25px;
  font-family: fellix;
  font-weight: 700;
  color: #ffffff;
  background-color: #00000026;
  backdrop-filter: blur(5px);
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(255, 255, 255, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.gift-button::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(500px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #8b0303;
  box-shadow: 0 0 60px #ff0000a4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}


.gift-button:hover {
  /*color: #1c1cc7;*/
  transform: translateY(-10px);
  border: orangered;
}



/*Games button*/
.games-button {
  min-width: 300px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 22px;
  font-family: fellix;
  font-weight: 700;
  color: #ffffff;
  background-color: #00000026;
  backdrop-filter: blur(5px);

  border: none;
  border-radius: 1000px;
  box-shadow: 0px 15px 25px rgba(255, 255, 255, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.games-button::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #8080ff;
  box-shadow: 0 0 60px #8080ffa4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.games-button:hover, 
.games-button:focus {
  /*color: #1c1cc7;*/
  transform: translateY(-10px);
}

.games-button:hover::before, 
.games-button:focus::before {
  opacity: 1;
}

.games-button:focus {
  animation: focusReset 1s forwards;
  outline: none;
}

@keyframes focusReset {
  0% {
    transform: translateY(-10px);
    box-shadow: 0 0 60px #8080ffa4;
  }
  100% {
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(255, 255, 255, 0.64);
	border: none;
	color: white;
  }
}

.games-button {
  position: relative;
  border-radius: 50px; 
  overflow: visible;
  z-index: 1;
  margin-top: 20px;
}

.games-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 4px solid #ffffff;
  opacity: 1;
  transform: scale(1);
  z-index: 11;
  animation: ringBorder 2.5s infinite;
}

.mu-event-date-line {
	background-color: #ffffffb4;
	color: #333;
	padding: 10px 10px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	font-size: 24px;
	border-radius: 2em;
}

.mu-event-counter-area {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

#mu-event-counter{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.mu-event-counter-block {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 180px;
	width: 180px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 0 20px;
	font-weight: 300;
}

.mu-event-counter-block span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding-top: 56px;
	line-height: 40px;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#mu-hero .navbar-default {
	background-color: #00000026;
    backdrop-filter: blur(5px);
	border-color: #ffffff86;
	padding: 5px 0;
	opacity: 0.95;
}

.mu-navbar {
	transition: all 0.5s;
}

.mu-navbar .container {
	padding: 0;
}

.mu-nav-show {
	top: 0px;
}

#mu-hero .navbar-default .navbar-brand {
	padding: 5px 5px;
	margin-left: 30px;
	font-size: 28px;
	line-height: 20px;
	width: 100px;
	height: auto;
}

.navbar-brand {
	padding: 5px 5px;
	margin-left: 30px;
	width: 100px;
	height: auto;
}

.mu-navbar .mu-menu li a {
	color: #cecece;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	border-radius: 30px;
	font-weight: 900;
}



/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-title-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 120px;
	width: 100%;
}

.mu-title {
	color: #FFF;
	margin-bottom: 15px;
	padding: 0;
	z-index: 10;
	text-transform: capitalize;
	text-align: center;
	padding: 10px;
}

.mu-games {
	padding: 60px 30px;
	text-align: center;
	font-size: 22px;color: white;display: inline-block; border-radius: 1em;
}

.mu-about-left {
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-right {
	display: inline;
	float: left;
	margin-top: 30px;
	width: 100%;
}

/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#mu-schedule {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-schedule-area {
	display: inline;
	float: left;
	padding: 48px 0;
	width: 100%;
}

.mu-schedule-content-area  {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-schedule-menu {
	text-align: center;
	border: none;
}


.mu-schedule-menu li {
	float: none;
	display: inline-block;
}

.mu-schedule-menu li a {
	border-radius: 0;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-schedule-menu li a:hover,
.mu-schedule-menu li a:focus,
.mu-schedule-menu li.active a,
.mu-schedule-menu li.active a:hover,
.mu-schedule-menu li.active a:focus {
	color: #fff;
}

.mu-schedule-content{
	margin-top: 50px;
}

.mu-event-timeline ul li {
	list-style-type: none;
	position: relative;
	width: 2px;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #ddd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-event-timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: inherit;
}


.mu-event-timeline ul li .mu-single-event {
	background-color: #fff;
	-webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	-moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	position: relative;
	top: 0;
	width: 470px;
	min-height: 170px;
	padding: 15px;
	text-align: left;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
	left: 50px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
	left: -520px;
	text-align: right;
}

.mu-event-timeline ul li .mu-single-event img {
	height: 140px;
	width: 140px;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.mu-event-timeline ul li .mu-single-event::before {
	content: '';
	position: absolute;
	top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
	left: -16px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.mu-event-timeline ul li .mu-single-event h3 {
	margin-bottom: 5px;
	font-size: 18px;
}

.mu-event-timeline ul li .mu-single-event p {
	margin-bottom: 5px;
}

.mu-event-timeline ul li .mu-single-event span {
	font-size: 14px;
}

.mu-event-time {
    font-weight: bold;
    font-size: 20px;
}


/*--------------------*/
/* DEVICES */
/*--------------------*/

#mu-devices {
	background-color: #000;
}

/*--------------------*/
/* PRICING */
/*--------------------*/


#mu-pricing{
	background-image: url("assets/images/dark_bg.jpg");
	background-size: cover;
	background-color: #000;
	display: inline;
	float: left;
	width: 100%;
}

.mu-pricing-area {
	display: inline;
	padding: 15px 0;
	width: 100%;
}

.pricing-p {
	float: none;
	margin-top: 10px;
}

.embed-map iframe {
	filter: invert(90%) hue-rotate(180deg);
	border: 0;
}

.mu-about-area a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-single-price {
	background-color: #0000009e;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 36px 0 0 40px;
	margin-bottom: 50px;
    overflow: hidden;
    height: 105px;
}

.mu-single-price-head {
	color: #555;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mu-single-price-head .mu-currency {
	font-weight: bold;
	font-size: 30px;
}

.mu-single-price-head .mu-rate {
	font-size: 60px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 3px;
}

.mu-single-price-head .mu-time {
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
	font-style: italic;
}

.mu-single-price .mu-price-title {
	color: #555;
	font-size: 22px;
	padding: 10px 0;
}

.mu-single-price ul {
	list-style: none;
}

.mu-single-price ul li{
	list-style: none;
	color: #555;
}

.mu-single-price .fa {
	font-weight: bold; font-size: 18px; color: #8080ff;
}

.mu-register-btn {
	background-color: #fff;
	border: 1px solid #555;
	color: #555;
	margin-top: 20px;
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-register-btn:hover,
.mu-register-btn:focus,
.mu-popular-price .mu-register-btn {
	color: #fff;
}

.mu-popular-price .mu-price-tag {
	color: #fff;
	background-color: #8080ffa6;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -62px;
	padding: 10px 60px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	transform: rotate(-45deg);
	text-align: center;
}

/*--------------------*/
/* REGISTER */
/*--------------------*/

#mu-register {
	background-color: #22222283;
	width: auto;
	position: relative;
    overflow: hidden;
}

.games-bg {
	background-image: url("assets/images/meta_games.webp");
	filter: blur(10px);
 /* -webkit-filter: blur(8px);*/
  	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	margin-top: 5px;
}

.mu-register-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
	text-align: center;
}

.mu-register-area .mu-title,
.mu-register-area p {
	color: #fff;
}

.mu-register-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 200px;
	margin-top: 50px;
}

.mu-register-form .form-group {
	margin-bottom: 25px;
}

.mu-register-form .form-control {
	height: 50px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.mu-register-form select.form-control option{
	color: #333;
}

.mu-register-form .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-size: 15px; 
}

.mu-register-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-ms-input-placeholder {  
	color: #fff;
	font-size: 15px;
}

.mu-reg-submit-btn {
	background-color: transparent;
	color: #fff;
	padding: 10px 50px;
	margin-top: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* SPONSORS */
/*--------------------*/

#mu-sponsors {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-sponsors-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-sponsors-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-sponsors-single {
	background: #eee;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mu-faq {
	position: relative;
    overflow: hidden;
}

.faq-bg {
	background-image: url("assets/images/smoke_bg.jpg");
	filter: blur(8px);
 /* -webkit-filter: blur(8px);*/
  	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	height: 100%; 
	width: 100%;
	z-index: -1;
	margin-top: 5px;
}

#mu-faq .container {
	position: relative;
	z-index: 2;
}

.mu-faq-area {
	float: left;
	width: 100%;
}

.mu-faq-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 150px;
}

.mu-faq-content .panel-default {
	border-radius: 2em;
	border-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}

.panel {
	background-color: transparent;
}

.panel-group {
	background-color: #22222283;
	color: white;padding: 10px;border-radius: 2em;
}

.mu-faq-content .panel-default > .panel-heading {
	color: white;
	background-color: transparent;
	/*border-color: #ddd;*/
	padding: 0;

}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	text-align: left;
}

.panel-body a {
	color: #bebebe;
	text-decoration: underline;
}


.mu-faq-content .panel-title {
	text-align: left;
	font-weight: 300;
}

.mu-faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-faq-content .panel-title a>span {
	margin-right: 5px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #383838;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	padding: 28px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.87);
    margin: 30px auto;
    height: 224px;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0 120px;
}

.mu-contact-content{
	display: inline;
	float: left;
	margin: 12px 0;
	padding: 0 6%;
	width: 100%;
}


.mu-contact-form-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	border: 1px solid #888;
	height: 45px;
	margin-bottom: 24px;
}

.mu-contact-form .form-group textarea {
	background: transparent;
	border: 1px solid #888;
	border-radius: 5px;
	color: #333;
	font-size: 18px;
	padding: 10px;
	height: 190px;
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-area{
	display: inline;
	float: left;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.mu-footer-top {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media {
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.mu-social-media a {
	border: 1px solid #19191a;
	border-radius: 50px;
	color: #19191a;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.mu-footer-bottom {
	display: inline;
	float: left;
	width: 100%;
}

.mu-copy-right {
	margin-bottom: 0;
}

.mu-copy-right a {
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.embed-map {
	width: 100%;
	height: 350px;
	border-radius: 10px;
	position: relative;
 	z-index: 20;
}

#mu-gallery {
	display: inline;
	float: left;
	width: 100%;
}

#mu-form {
  clear: both;
}

.booking-bg {
  background:
    /*linear-gradient(to right, black, white 15%, white 85%, black),
    linear-gradient(to bottom, black, white 10%, white 90%, black);*/
	linear-gradient(to right, #000000, #7d92e5 15%, #dd9aebb8 85%, black), 
	linear-gradient(to bottom, black, #4b1a32 10%, #08086b 90%, black);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}

.calendly-inline-widget {
	height: 700px;
	filter: invert(1) hue-rotate(200deg) brightness(0.9);
}

.scroll-booking-anim {
  will-change: transform;
  transition: transform 0.2s ease-out;
  /*padding-bottom: 100px;*/
}



.container {
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}

/* UL cards */

* { margin: 0; padding: 0; box-sizing: border-box }
ul {
  font-family: 'Roboto', sans-serif;
  display: grid;
  width: 70%;
  /*overflow: hidden;  wider csikok*/
  margin-inline: auto;
  padding-inline: clamp(1rem, 10vw, 6rem);
  list-style: none;
  perspective: 1000px;
  row-gap: 0.5rem;
}
ul li.card {
  position: relative;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  background-color: var(--bg-color);
  transform-style: preserve-3d;
  color: var(--color);
  display: grid;
  grid-template: 'icon' 'title' 'content';
  column-gap: 2rem;
}
ul li.card::before, ul li.card::after {
  --side-rotate: 60deg;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform-origin: calc(50% - (50% * var(--ry))) 50%  ;
  transform: rotateY(calc(var(--side-rotate) * var(--ry)));
  background-color: inherit;
  background-image: linear-gradient(calc(90deg * var(--ry)), rgb(0 0 0 / .25), rgb(0 0 0 / .5));  
}
ul li.card::before {--ry: -1; right: 100% }
ul li.card::after {--ry: 1; left: 100% }

ul li.card .icon {
  grid-area: icon;
  display: grid;
  place-items: center;
}
ul li.card .icon i {
  font-size: 2rem;
}
ul li.card .title{
  grid-area: title;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
ul li.card .content{
  grid-area: content;
}

@media (min-width: 30rem){
  ul li.card {
    grid-template: 'icon title' 'icon content';
    text-align: left;
  }
  ul li.card .title { text-align: left }
}

/* ul cards colors */
:root {
  --card-color: #ececec;
  --card-bg-1: #6A2520;
  --card-bg-2: #4B1A32;
  --card-bg-3: #3A1745;
  --card-bg-4: #241055;
  --card-bg-5: #08086B;
}

.card {
  --color: var(--card-color);
}

.card-1 { --bg-color: var(--card-bg-1); }
.card-2 { --bg-color: var(--card-bg-2); }
.card-3 { --bg-color: var(--card-bg-3); }
.card-4 { --bg-color: var(--card-bg-4); }
.card-5 { --bg-color: var(--card-bg-5); }

/* Card */

.pricing-card {
  position: relative;
  height: 350px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);	
  display: inline-grid;
  width: 200px;
  margin: 7px 10px 0px 10px;
}

.img-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(30px) scale(0.5);
  transform-origin: top;
}

.img-bx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.pricing-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pricing-content .pricing-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.pricing-content .pricing-detail h2 {
  font-size: 1.6em;
  font-weight: bolder;
  background: none;
}

.pricing-content .pricing-detail h2 span {
  font-size: 0.7em;
  color: #8080ff;
  font-weight: bold;
}

.pricing-content .pricing-detail h4 {
  margin: 0;
}



.sci {
  position: relative;
  display: flex;
  margin-top: 5px;
}

.sci li {
  list-style: none;
  margin: 4px;
}

.sci li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  font-size: 1.5em;
  color: #444;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}

.pricing-card:hover {
  border-color: #2a2aff;
  color: #2a2aff;
}


/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

	.mu-register-content {
		padding: 0 150px;
	}

	.mu-video-iframe-area {
		padding: 16% 0;
	}

	.mu-video-close-btn {
		top: 5%;
		right: 5%;
		margin-top: 0;
	}

	.mu-apps-screenshot-slider .slick-prev {
		left: -25px;
	}

	.mu-apps-screenshot-slider .slick-next {
		right: -25px;
	}

	#mu-form .calendly-inline-widget {
		height: 1200px;
	}

	.embed-map {
		width: 200px;
	}

	.pricing-card {
		width: 200px;
		margin: 7px 7px 0px 7px;
	}
		
}

@media (max-width: 991px) {	

	.mu-logo {
		margin-bottom: 10px;
		font-size: 80px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-navbar .mu-menu {
		margin-top: 5px;
	}

	.mu-navbar .mu-menu li a {
		font-size: 15px;
		padding: 10px 6px;
	}

	.mu-hero-featured-content h1 {
		font-size: 35px;
	}

	.mu-hero-featured-content h2 {
		font-size: 18px;
	}

	.mu-event-date-line {
		font-size: 14px;
	}

	.mu-event-counter-block {
		height: 130px;
		width: 130px;
		font-size: 16px;
		margin: 0 10px;
	}

	.mu-event-counter-block span {
		font-size: 30px;
		padding-top: 32px;
		line-height: 32px;
	}

	.mu-event-timeline ul li {
		margin-left: 15%;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: 50px;
		text-align: left;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
		right: auto;
		left: -16px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #fff transparent transparent;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
		float: left;
		margin-right: 15px;
		margin-left: 0;
	}

	.mu-video-iframe-area {
		padding: 16% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
	}

	.mu-title-area {
		padding: 0 50px;
	}

	.mu-faq-content {
		padding: 0;
	}

	.mu-contact-right {
		margin-top: 50px;
	}

	.mu-menu-btn {
		right: 5%;
	}

	.mu-single-price {
		margin-bottom: 30px;
	}

	.embed-map {
		margin: auto;
		width: auto;
		height: 300px;
	}

	ul li {
		list-style: disc;
		font-size: small;
		line-height: 1.2;
	}

	h2 {
		font-size: 25px;
	}
		
}

@media (max-width: 767px) {

	.mu-logo {
		margin-bottom: 10px;
		font-size: 60px;
	}

	.mu-logo img {
		width: 150px;
	}

	
	.mu-navbar .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-toggle {
		margin-right: 30px;
	}

	.mu-navbar .mu-menu {
		padding: 0 15px;
	}

	.mu-video-close-btn {
		font-size: 16px;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}
	
}

@media (max-width: 694px) {

	.booking-bg {
		padding-top: 100px;
	}
	#mu-form .calendly-inline-widget {
		height: 1100px;
	}
	ul li {
		list-style: disc;
		font-size: smaller;
	}
}

@media (max-width: 640px) {
	
	.mu-logo {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.mu-event-counter-block {
		height: 100px;
		width: 100px;
		font-size: 15px;
	}

	.mu-event-counter-block span {
		font-size: 22px;
		padding-top: 22px;
		line-height: 25px;
	}

	.mu-title-area {
		padding: 0;
	}

	.mu-video-iframe-area {
		padding: 5% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
		height: 100%;
	}

	.mu-register-content {
		padding: 0 100px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}

	
}


@media (max-width: 480px) {

	body li.card {
		font-size: 14px;
	}

	.mu-logo {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.mu-hero-featured-area {
		padding: 60px 0 60px;
	}

	.mu-hero-featured-content {
		margin-top: 20px;
	}

	.mu-hero-featured-content h1 {
		font-size: 25px;
	}

	.mu-hero-featured-content h2 {
		font-size: 14px;
	}

	.mu-event-date-line {
		font-size: 12px;
	}

	.mu-event-counter-area {
		margin-top: 20px;
	}
	
	.mu-event-counter-block span {
		font-size: 18px;
		padding-top: 16px;
		line-height: 20px;
	}

	.mu-event-counter-block {
		height: 75px;
		width: 75px;
		font-size: 12px;
		margin: 0 5px;
	}
	
	.mu-video-close-btn {
		top: 2%;
		right: 5%;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

	.mu-menu-close-btn {
		right: 5%;
		top: 30px;
	}

	.mu-video-area {
		padding: 100px 0;
	}

	.mu-video-iframe-area {
		padding: 10% 5%;
	}

	.mu-video-iframe-area iframe {
		height: 250px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.mu-schedule-content {
		margin-top: 30px;
	}
	
	.mu-schedule-menu li {
		margin-bottom: 15px;
	}

	.mu-schedule-menu li a {
		font-size: 15px;
	}

	.mu-event-timeline ul li {
		margin-left: 5%;
	}

	.mu-event-timeline ul li .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 350px;
	}

	.mu-event-timeline ul li .mu-single-event h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.mu-venue-address h4 {
		font-size: 16px;
	}

	.mu-register-content,
	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-faq-content .panel-title {
		font-size: 14px;
	}

	.pricing-card{
		width: 172px;
		margin: 7px 2px 0px 2px;
	}
}


@media (max-width: 375px) {

	.mu-logo img {
		width: 120px;
	}

	.mu-hero-featured-area {
		padding: 30px 0 30px;
	}

	.mu-event-counter-block {
		height: 56px;
		width: 56px;
		font-size: 10px;
	}

	.mu-event-counter-block span {
		font-size: 16px;
		padding-top: 10px;
		line-height: 16px;
	}

	.mu-video-area {
		padding: 50px 0;
	}

	.mu-video-iframe-area {
		padding: 15% 5%;
	}

	.mu-video-play-btn, .mu-video-close-btn {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 46px;
		margin-top: 50px;
	}

	h2 {
		font-size: 25px;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 280px;
	}

	.pricing-card{
		width: 160px;
		margin: 7px 3px 0px 3px;
	}
}



@media (max-width: 320px) {

	.mu-video-iframe-area {
		padding: 30% 5%;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 250px;
	}

	h2 {
		font-size: 22px;
	}
	
	
	
}
