#mc_embed_signup{font:14px Helvetica,Arial,sans-serif; width:100%;}

@font-face {
  font-family: fribug;
  src: url('../fonts/AlegreyaSans-Regular.ttf');
}

@font-face {
  font-family: fribug-bold;
  src: url('../fonts/AlegreyaSans-Bold.ttf');
}

@font-face {
  font-family: fribug-medium;
  src: url('../fonts/AlegreyaSans-Medium.ttf');
}

.event-card { transition: ease-in-out all 0.2s }
.event-card:hover { transform: scale(1.1);}
.seat{
  width: 36px; height: 42px;        /* a bit bigger for touch */
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
}

#seat-map * {
  pointer-events: none;
}

/* …except actual seat elements */
#seat-map [data-seat-id] {
  pointer-events: auto;   /* clickable */
  position: relative;
  z-index: 2;             /* above decorative layers */
}

/* Optional: if you have intentional interactive elements, whitelist them too */
#seat-map .interactive,
#seat-map [data-interactive="true"] {
  pointer-events: auto;
  z-index: 3;
}
.seat.available { background:#009e57; color: #fff; }
.seat.seatNotForSale {width: 36px; height: 42px; background: transparent; color: transparent; display:inline-block; margin: 2px; cursor:not-allowed;user-select: nome;}
.seat.vip  { background:#ffc107; color: black; }
.seat.reserved  { background:#dc3545; cursor:not-allowed; }
.seat.sold      { background:#dc3545; cursor:not-allowed; }
.seat.selected  { outline:2px solid #005; }
.seat.mine { outline: 2px solid #005; background: #1af; cursor: pointer !important;} /* your seats */
#seat-map .overlay, #seat-map .label { pointer-events: none; }
body { background:  #005; }
.bg-blue { background:  #005; color: white; }
.bg-blue-fade-top { background: linear-gradient(0deg,rgba(0, 0, 85, 1) 0%, rgba(0, 0, 85, 0) 100%); height: 12px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: fribug-medium; }
#summary-list { overflow: scroll; flex: 1; }
.shadowy {
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
 }

#content .h4 {
	font-family: fribug-bold;
}

.bg-teal {
	background: #F7D030;
	color: #000 !important;
}

body {
	font-family: fribug;
}

header.full {
	min-height: 100vh;
}

.text-yellow {
	color: #F7D030;
}

.gray {
	background-color: #005;
}

@media (min-width: 768px) {
	header #logo {
		padding-top: 2vh;
		max-width: 700px;
		height: 500px;
	}

}

@media (min-width: 768px) { /* tablet and up */
  #summary-list {
	max-height: 59vh;
	overflow-y: auto; /* so it actually scrolls */
  }
}

@media (max-width: 768px) {

header #logo {
	padding-top: 2vh;
	max-width: 280px;
	max-height: 200px;
}
}

header h2 {
	font-size:1.3em;
	font-weight:500;
	margin:auto;
	text-align:center;
	width:70%;
}

#billet {
	margin-top: -5vh;
	max-width: 840px
}

.form-row {
	padding-bottom: 20px;
}

.form-row label {
	font-weight: bold;	
}

footer {
	margin: 0;
	padding: 50px;
}

section h2 {
	font-weight:700;
	margin-bottom:20px;
	padding-bottom:10px;
}

.underline {
	/* border-bottom: 3px solid #E0413D; */
}

section.gray h2 {
	color: #F7D030 !important;	
}

.col-xl-2 {
	width: 350px;
}

.arrow-wrapper {
	position: absolute;
	bottom: 0px;
	left: 45%;
	width: 10%;
	text-align: center;
}

.arrow-wrapper img {
	max-height: 55px;
}

.width-100 {
	width:100%;
}


video {
	margin: auto;
	height: 200px
}

#gallery {
	max-width: 800px;
	margin: auto;
}

.video {
	cursor: pointer;
	transition: all 0.25s;

}
.video .poster {
	height: 220px;
	margin: auto;
	max-width: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

a, a:hover, a:active {
 text-decoration: none;
	border: none !important
}
.star {
	position: absolute;
	z-index: 100;
	top: -20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 90px;
	width: 100px;
	height: 100px;
	background: url('../img/star.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 3px;
	border: none;
}

.video:hover {
	text-decoration: none;
	border: none;
	 transform: scale(1.2) rotate(-5deg) !important;
}

.sky {
	background: linear-gradient(to bottom, #020111 10%, #161B42 100%); 
}

.flip {
	display: inline-block;	
	transform: scaleX(-1);
}

@media (min-width: 768px) {
	header p {
		font-size: 20px;
	}	
}

@media (min-width: 992px) {
		header p {
		font-size: 20px;
	}	
}

@media (min-width: 1200px) {
		header p {
		font-size: 20px;
	}	
}

.section-img {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: auto;
}

.bg-yellow {
	background: #F7D030;
}

.btn-yellow {
	background: #F7D030 !important;
	color: #000;
	font-weight: 600;
	border-radius: 50px;
	transition: all ease-in-out 0.25s;
}

.btn-yellow:hover {
	color: #000;
	background: #dab625 !important;
	transform: scale(0.98);
}

#people .bg-yellow {
	font-size: 22px;
}

#reveillon li {
	margin-left: 30px;
}

#reveillon .bg-yellow, #reveillon .btn-yellow {
	color: black;
}

#reveillon a {
	color: orange; 
}

.head-title {
	color: #F7D030 !important; 
	font-size: 16px;
	font-weight: bolder;
}

header .btn {
	padding: 0px;
	font-size: 1.2em !important;
}

header .btn:hover {
	transform: scale(1.02);
}

.rotate-2 {
	 transform: rotate(-2deg) !important;	
}

.rotate-3 {
	 transform: rotate(-3deg) !important;	
}

.rotate-4 {
	 transform: rotate(-4deg) !important;	
}

.rotate-5 {
	 transform: rotate(-5deg) !important;	
}
	

.rotate-2-clock {
	 transform: rotate(2deg);	
}

.rotate-3-clock {
	 transform: rotate(3deg);	
}

.rotate-4-clock {
	 transform: rotate(4deg);	
}

.rotate-5-clock {
	 transform: rotate(5deg);	
}

#reveillon {
	background-image: url('../img/confetti.webp');
	background-size: cover;
	background-position: center center;
}

article {
	font-size: 1.25rem;
}

article img {
	width: 100%;
}

#reveillon video {
	border: 1px solid #999;
	max-height: 200px;
}

article a {
	color: #c49e00;
}

article a:hover {
	color: #bea025;
	text-decoration: underline;
}
.dateBtn .card:hover {
	background: #F7D030 !important;
}


/* Viewport scrolls; enables momentum scrolling on iOS */
.seatmap-viewport{
  position: relative;
  overflow: auto;
  margin: auto;
  width: 100%;       /* <- your “design” width */
  -webkit-overflow-scrolling: touch;
  min-height: 60vh;    /* let it breathe on small screens */
}

/* Fixed logical canvas width; tweak to your venue */
.seatmap-canvas{
  width: 9	60px;       /* <- your “design” width */
  transform-origin: 0 0;
}

/* Ensure long rows don't wrap unpredictably */
.seats-line{ white-space: nowrap; }