@charset "utf-8";
/* CSS Document */

@media screen and (min-height: 501px) and (orientation:landscape)  {
  body, button, html, input, select, textarea {
      font-size: calc(1vh + 12px);
  }
}

@media screen and (min-width: 501px) and (orientation:portrait) {
	body, button, html, input, select, textarea {
    	font-size: calc(1vw + 12px);
    }
}

@media screen and (max-width: 500px), (max-height: 500px) {
	body, button, html, input, select, textarea {
    	font-size: 15px;
    }
}

* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a, a div {
	text-decoration: none;
}

.accordion-section-wrapper.active .accordion-section-header {
	color: #0066cc !important;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body, button, html, input, select, textarea {
	color: #333;
	font-family: 'Poppins', Arial, "sans-serif";
}

.btn {
	align-items: center;
	background-color: #0066cc;
	color: white;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 10px;
	padding: 15px 25px;
	min-width: 200px;
	white-space: nowrap;
}

.btn:hover:not([disabled]) {
	filter: brightness(1.15);
}

.btn-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto !important;
	text-align: center;
	width: 100%;
}

.btn-wrapper > * {
	margin-left: 10px;
	margin-right: 10px;
}

button > .btn-icon {
	margin-right: 8px;
}

.contact-msg {
	border-radius: 15px;
	color: #fff;
	font-size: 90%;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.contact-msg.error {
	background-color: crimson;
	border: solid 3px darkred;
}

.contact-msg.success {
	background-color: limegreen;
	border: solid 3px darkgreen;
}

.content-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.content-flex-wrapper > div {
	flex: 1;
	padding: 20px 15px;
}

.content-flex-wrapper > div {
	min-width: 25%;
}

.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 150%;
}

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.fixed-tile {
	align-items: center;
	background-color: #015ab2;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

.fixed-tile .material-symbols-outlined {
	font-size: 48px;
}

.fixed-tile:hover {
	filter: brightness(1.15);
}

.fixed-tile-container {
	flex-shrink: 0;
	height: 200px;
	width: 200px;
}

.fixed-tile-title {
	margin-top: 10px;
}

.fixed-tile-wrapper {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-around;
	margin-top: 30px;
}

.flex-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.flex-wrapper.center {
	justify-content: center;
}

.flickity-page-dots {
	display: none;
}

.flickity-prev-next-button {
	height: 40px;
	width: 40px;
}

.flickity-prev-next-button:disabled {
	display: none;
}

.flickity-prev-next-button .arrow {
	fill: white;
}
.flickity-prev-next-button.no-svg {
	color: white;
}

.flickity-prev-next-button.next {
	right: 15% !important;
}

.flickity-prev-next-button.previous {
	left: 15% !important;
}

.footer-bottom-wrapper {
	background-color: #000;
	font-size: 70%;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.footer-column-wrapper {
	display: inline-block;
	flex-grow: 1;
	vertical-align: top;
}

.footer-column-wrapper:first-child {
	text-align: center;
}

.footer-img {
	height: 150px;
}

.footer-title {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
	padding: 8px 10px;
}

.footer-txt {
	color: #bbb;
	padding: 5px 10px;
	text-decoration: none;
}

.footer-txt a {
	color: #bbb;
	text-decoration: underline;
}

.footer-txt a:hover {
	color: #fff;
}

.footer-wrapper {
	background-color: #2b2e30;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 75%;
	padding: 40px;
}

.form-element-wrapper {
	padding: 15px 0px;
}

.form-input, .form-select {
	flex: 1;
	min-width: 200px;
	width: 100%;
}

.form-input-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
	min-width: 200px;
}

.form-wrapper {
	margin-top: 30px;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: orange;
}

.full-stars:before {
    -webkit-text-stroke: 1px orange;
}

/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
 @-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}

.grey-bgrnd {
	background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
	font-size: unset;
	margin: 0px;
}

#header-bar {
	align-items: center;
	background-image: linear-gradient(to bottom, #383838, #090909);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
	display: flex;
	flex-wrap: nowrap;
	gap: 0px 10px;
	justify-content: space-between;
	padding: 0px 20px;
	top: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	width: 100%;
	z-index: 2;
}

#header-company {
	padding: 5px 0px;
}

#header-company > a {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

#header-company > a > div {
	flex: 1;
}

.header-logo {
	height: 60px;
}

#header-wrapper {
	position: sticky;
	-webkit-position: sticky;
	top: 0px;
	width: 100%;
	z-index: 3;
}

.img-bgrnd {
	background-color: #D9D9D9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 20px;
	transition: 0.5s;
}

.img-bgrnd-page {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	min-height: 100vh;
}

.img-logo {
	width: 80px;
}

#index-img > div {
	text-align: center;
}

input, select, button, textarea {
	border-radius: 10px;
	margin: 5px 0px;
	outline: none;
	padding: 15px 20px;
}

input:not([type=submit]), select, textarea {
	background-color: #fff;
	border: solid 1px gainsboro;
}

input[type=file], input[type=password], input[type=submit], input[type=search], input[type=text], select, textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type=submit], button {
	border: none;
	border-radius: 60px;
}

input[type=submit]:hover:not(:disabled) {
	background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}

input[type=submit]:disabled, button:disabled {
	background-color: #ccc;
	cursor: default;
}

input:not([type=range]):focus, select:focus, textarea:focus {
	border-color: rgba(0, 99, 191, .3);
    box-shadow: 0 0 5px #0063bf;
}

input::placeholder, select::placeholder, textarea::placeholder {
	color: #bbb;
}

input:required[nonvalid], select:required[nonvalid], textarea:required[nonvalid] {
	border-color: red !important;
}

input:required[nonvalid] + label, select:required[nonvalid] + label, textarea:required[nonvalid] + label {
	color: red !important;
}

.input-invalid {
	border-color: red !important;
}

.login-icon.material-symbols-outlined, .login-text {
	font-size: 16px;
}

.login-img {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.login-wrapper {
	align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
	gap: 6px;
}

.logo-flex-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	overflow-x: auto;
}

.logo-flex-wrapper > * {
	padding: 0px 10px;
}

.logo-text {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 7px;
	text-decoration: none;
	white-space: normal;
}

#main-btn {
	visibility: hidden;
}

#main-img {
	max-width: 270px;
	min-width: 100px;
	width: 25%;
	visibility: hidden;
}

#main-subtitle {
	color: #fff; 
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 0px;
	text-align: center;
	text-shadow: 1px 1px 10px #333;
	visibility: hidden;
}

#main-title {
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	padding: 10px 0px;
	text-align: center;
	text-shadow: 1px 1px 10px #333;
	visibility: hidden;
}

#main-wrapper {
	width: 100%;
}

.max-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.modal-wrapper {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	display: none;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 5%;
}

.para {
	line-height: 1.7;
	margin-top: 20px;
	width: 100%;
}

.para a {
    color: #0066cc;
    text-decoration: underline;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: 0.25s;
	user-select: none;
	z-index: 3;
}

/*.popup-window.main .popup-close {
	color: #fff;
}*/

.popup-close:hover {
	filter: invert(0.4);
}

.popup-close-wrapper {
	position: relative;
}

.popup-contents {
	padding: 30px;
}

.popup-header {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.popup-header.main {
	background-color: #015ab2;
	color: #fff;
}

.popup-icon {
	font-size: 48px !important;
	width: 100%;
}

.popup-text {
	font-size: 85%;
}

.popup-title {
	font-size: 140%;
	padding: 15px 0px;
	text-align: center;
}

.popup-window {
	background-color: white;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .6);
	margin: auto;
	overflow: auto;
	position: relative;
	width: 420px;
}

.popup-window.main {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .2);
	max-width: 500px;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.pricing-table {
	border-collapse: collapse;
    width: 100%;
}

.pricing-table th, .pricing-table td {
	border-bottom: solid 1px #e6e6e6;
    line-height: 1.5;
    padding: 20px 5px;
	text-align: left;
}

.pricing-table th:not(:first-child), .pricing-table td:not(:first-child) {
	text-align: center;
}

.pricing-tile {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
	font-size: 18px;
	margin: 30px auto;
	max-width: 1200px;
	overflow: auto;
	padding: 30px;
	position: relative;
	width: 100%;
}

.rating-line {
	border-top: solid 2px #0066cc;
	margin: 10px auto;
	text-align: center;
	width: 50px;
}

.ratings {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	color: #b1b1b1;
	overflow: hidden;
}

.section-bgrnd {
	padding: 100px 60px;
}

.section-bgrnd.section-line {
	border-bottom: solid 2px #e2e2e2;
}

.section-bgrnd.top {
	padding-top: 200px;
}

select  {
	background-image: url(../images/double-arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-right: 35px;
	position: relative;
}

.subtitle {
	color: #666;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.subtitle + .flex-wrapper {
	margin-top: 40px;
}

.text-dark {
	color: #333 !important;
}

.text-grey {
	color: #888 !important;
}

.text-light {
	color: #fff !important;
}

.ticket-fees {
	margin: 0px;
}

.ticket-price-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
	margin-top: 30px;
}

.tile {
	align-items: flex-start;
	align-self: stretch;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15);
	display: flex;
	font-size: 18px;
	justify-content: center;
	padding: 70px 30px 30px;
	position: relative;
	width: 100%;
}

.tile .material-symbols-outlined {
	font-size: 40px;
}

.tile-container {
	max-width: 400px;
}

.tile-icon {
	align-items: center;
	background-color: #015AB2;
	border-radius: 50%;
	color: #fff;
	display: flex !important;
	height: 88px;
	justify-content: center;
	position: absolute;
	top: -44px;
	width: 88px !important;
}

.tile-link {
	color: #0066cc;
	cursor: pointer;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}

.tile-link:hover {
	filter: brightness(1.15);
}

.tile-text {
	color: #999;
}

.tile-title {
	color: #444;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

.tile-wrapper {
	display: grid;
	gap: 70px 30px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	margin-top: 80px;
	max-width: 1200px;
	width: 100%;
}

.tile-popup {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	height: 100%;
	overflow: hidden;
	padding: 50px;
	transition: 0.5s;
}

.tile-popup-arrow, .flickity-button {
	align-items: center;
	background-color: #0066cc !important;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 2em;
	justify-content: center;
	position: absolute;
	text-align: center;
	width: 2em;
}

.tile-popup-arrow:hover, .flickity-prev-next-button:hover {
	filter: brightness(1.15) !important;
}

.tile-popup-base {
	margin-top: 30px;
}

.tile-popup-container {
	/*flex: 0 0 60%;*/
	margin: 30px 5%;
	width: 60%;
}

.tile-popup-container.small {
	margin: 20px;
	width: 100%;
}

.tile-popup-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%; 
	position: relative;
	width: 100%;
}

.tile-popup-link {
	color: #3377cc;
	cursor: pointer;
	font-size: 80%;
	margin-top: 8px;
	text-decoration: underline;
}

.tile-popup-links {
	margin-top: 20px;
}

.tile-popup-subtitle {
	color: #777;
	font-size: 90%;
	line-height: 1.7;
	margin-top: 5px;
}

.tile-popup-title {
	font-size: 120%;
}

.tile-popup-wrapper {
	margin-top: 30px;
}

.tile.row {
	box-shadow: none;
	flex-wrap: nowrap;
    gap: 20px;
	padding: unset;
}

.tile.row .tile-icon {
	background-color: unset;
	color: var(--primary-color);
	height: unset;
	justify-content: unset;
	line-height: 1.15 !important;
	position: unset;
	top: unset;
	width: unset;
}

.tile.row .tile-title {
	margin: unset;
}

.title {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}

#top-bar {
	align-items: center;
	background-color: #015AB2;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 5px 20px;
}

#top-bar, #top-bar .material-symbols-outlined {
	font-size: 14px;	
}

.top-bar-item {
	align-items: center;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
}

.top-bar-icon {
	margin-right: 5px;
}

.video-container {
    overflow: hidden;
    padding-bottom: 56.25%; 
	position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 920px) and (max-height: 500px), screen and (max-height: 920px) and (max-width: 500px) {
	
	.btn, input[type=submit] {
		min-width: 150px;
		padding: 13px 20px;
	}
	
	.btn-wrapper {
		margin: 15px auto !important;
		min-width: 150px;
	}
	
	.content-flex-wrapper > div {
		min-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	.flickity-prev-next-button.next {
		right: 1% !important;
	}

	.flickity-prev-next-button.previous {
		left: 1% !important;
	}
	
	.footer-column-wrapper {
		text-align: center;
		width: 100%;
	}
	
	.footer-img {
		height: 50px;
		width: 50px;
	}
	
	.footer-txt {
		padding: 3px 0px;
	}
	
	.footer-wrapper {
		flex-direction: column;
		padding: 20px;
	}
	
	.header-logo {
		height: 40px;
	}
	
	.logo-text {
		font-size: 12px;
	}
	
	#main-subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	#main-title {
		font-size: 32px;
		padding: 5px 0px;
	}

	.pricing-tile {
		font-size: 14px;
		padding: 20px;
	}
	
	.section-bgrnd {
		padding: 60px 40px;
	}
	
	.section-bgrnd.top {
		padding-top: 140px;
	}

	.subtitle + .flex-wrapper {
		margin-top: 0px;
	}

	.ticket-price-wrapper {
		margin-top: 10px;
	}
	
	.tile-popup {
		padding: 30px;
	}
	
	.tile-popup-container {
		width: 90%;
	}
	
	.tile-popup-container.small {
		margin: 0px;
	}
	
	.tile-popup-wrapper {
		margin-top: 0px;
		padding: 30px 0px;
	}
	
	.tile {
		font-size: 14px;
		padding: 40px 20px 20px;
	}
	
	.tile .material-symbols-outlined {
		font-size: 28px;
	}
	
	.tile-icon {
		height: 64px;
		width: 64px !important;
		top: -32px;
	}
	
	.tile-title {
		font-size: 18px;
	}
	
	.tile-wrapper {
		grid-template-columns: 1fr 1fr;
		margin-top: 60px;
	}
	
}

@media screen and (max-width: 500px) {

	.tile-wrapper {
		grid-template-columns: 1fr;
	}
	
}


/* Navigation menu styling */

.active .menu-bar1 {
	-webkit-transform: translate(0px, 6px) rotate(45deg);
	transform: translate(0px, 6px)  rotate(45deg);
}

.active .menu-bar2 {
    opacity: 0;
}

.active .menu-bar3 {
	-webkit-transform: translate(0px, -6px) rotate(-45deg);
	transform: translate(0px, -6px) rotate(-45deg);
}

.header-menu {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: none;
	z-index: 4;
}

.header-menu:hover .menu-bottom-bar {
	width: 40px;
}

.menu-bar1, .menu-bar2, .menu-bar3 {
    background-color: #fff;
	height: 3px;
	margin: 6px 0;
    transition: 0.4s;
	-webkit-transition: 0.4s;
	width: 30px;
}

.menu-bottom-bar {
	background-color: #fff;
	height: 3px;
	margin-top: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 30px;
}

#menu-header {
	align-items: center;
	display: none;
	flex-wrap: nowrap;
	justify-content: right;
}

.menu-txt {
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.menu-txt:before {
	content: 'Menu';
}

.menu-txt.active:before {
	content: 'Close';
}

.menu-wrapper {
	margin-right: 20px;
	text-align: right;
	width: 100%;
}

.menu-wrapper > a {
	color: #fff;
	display: inline-block;
	font-size: 75%;
	padding: 5px 10px;
	text-align: center;
}

.menu-wrapper > a:hover {
	color: #0066cc;
}

.side-menu {
    background-color: #111;
	color: #fff;
	float: right;
	height: 100vh;
	overflow-x: hidden;
    overflow-y: auto;
	position: fixed;
	right: 0;
    transition: 0.7s ease-in-out;
	-webkit-transition: 0.7s ease-in-out;
	visibility: hidden;
	width: 0px;
    z-index: 1;
}

.side-menu.active {
	visibility: visible;
	width: 360px;
}

.side-menu a, .side-menu p {
	background-color: none;
	color: #fff;
    display: block;
    text-decoration: none;
}

.side-menu a {
	font-size: 90%;
	padding: 10px 30px 10px 45px;
}

.side-menu a:hover {
	background-color: #0066cc;
	color: #fff;
}

.side-menu p {
	height: 0px;
}

.side-menu-header {
	background-color: #fff;
	height: 60px;
	position: fixed;
	top: 0;
	width: inherit;
	z-index: 3;
}

.side-menu-img {
	display: inline-block;
	height: 30px;
	margin-right: 20px;
	width: 30px;
}

@media screen and (max-width: 920px) and (max-height: 500px), screen and (max-height: 920px) and (max-width: 500px) {

	.change .menu-bar1 {
		-webkit-transform: translate(0px, 0px) rotate(45deg);
		transform: translate(0px, 5.75px)  rotate(45deg);
	}

	.change .menu-bar3 {
		-webkit-transform: translate(0px, 0px) rotate(-45deg);
		transform: translate(0px, -5.75px) rotate(-45deg);
	}

	.menu-bar1, .menu-bar2, .menu-bar3 {
		height: 2px;
		margin: 4px 0;
		width: 20px;
	}
	
	.menu-bottom-bar {
		width: 25px;
	}

	.menu-button-container {
		cursor: pointer;
		display: inline-block;
		height: 16px;
		width: 20px;
	}
	
	#menu-header {
		display: block;
	}

	.menu-txt {
		font-size: 13px;
	}
	
	.menu-wrapper {
		margin-right: 10px;
	}

	.side-menu a {
		padding: 5px 20px;
	}
	
	.side-menu p {
		height: 60px;
	}

	.side-menu a:hover {
		color: dodgerblue;
	}
	
	.side-menu-header {
		height: 45px;
	}
	
	.side-menu-img {
		display: inline-block;
		height: 20px;
		margin-right: 10px;
		width: 20px;
	}

}

@media screen and (max-width: 500px) {

	.side-menu.active {
		width: 100%;
	}
	
}