@font-face {font-family: 'Roboto';src: url('../fonts/Roboto-Regular.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}
@font-face {font-family: 'iWK';src: url('../fonts/iwkdef.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}
@font-face {font-family: 'iWKBold';src: url('../fonts/iwkbold.woff')  format('woff')}
@font-face {
  font-family: 'pass';
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format('woff');
}
@font-face {font-family: 'VP1';src: url('../fonts/BebasNeue-Regular.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}

@font-face {font-family: 'VP2';src: url('../fonts/Inter-Regular.woff')  format('woff');
-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
    :root{
      --bg:#0f0f0f;
      --card:#121212;
      --accent:#c84b31;
	--defcol:#000;
      --muted:#e5e5e5;
      --glass: rgba(255,255,255,0.04);
      --max-width:1024px;
    }

*{margin:0;padding:0;box-sizing:border-box;
	//font-family:vp1;
}

button {font-family:vp1;}
body{background:#0b0b0b;color:#fff;font-family:vp1;}

.hero{
  height:100vh;
  background:url('../images/cbg1.jpg') center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero::after{
  content: "";
  position: absolute;
  inset: 0;

  /* LEFT (black) ? RIGHT (transparent) */
  background: linear-gradient(
    to right,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.85) 20%,
    rgba(0,0,0,0.2) 30%,
    rgba(0,0,0,0) 100%
  );

  z-index: 1;
}

.sidebar{
  position:absolute;
  left:40px;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
font-size:15pt;
}
.sidebar ul{list-style:none;}
.sidebar h2{font-size:20px;margin-bottom:20px}
.sidebar li{margin:1.13em 0;opacity:.7;cursor:pointer}
.sidebar li:hover{opacity:1}

.top-logo{
  position:absolute;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
}

.top-logo img{
  height:50px;
}

.center{
  text-align:center;z-index:2;
  animation:fadeUp 1s ease;
}
.center h1{
  font-size:clamp(28px,6vw,78px);
  letter-spacing:3px;
font-style:italic;
line-height: 1.04;
  line-height: 104%;
}
.center button{
  margin-top:20px;
  padding:12px 30px;
  border-radius:30px;
  border:2px solid #fff;
  background:transparent;color:#fff;
  cursor:pointer;transition:.3s
}
.center button:hover{
  background:#fff;color:#000
}

.booking01{
  position: relative;
//  bottom: 40px;
	top:0;

  left: 0;
  width: 100%;

  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  background: #000;
  border-radius: 0;
}
.booking{
  position:relative;
//  bottom:40px;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  max-width:1100px;
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:20px;
  border-radius:20px;
	z-index:3;
  background:url('../images/bgrock.jpg');

}

.controls{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center
}

.controls button{
  padding:0 18px;
  border-radius:20px;
  border:none;
  cursor:pointer
}

.toggle button{
  background:#222;color:#fff;border:1px solid #444
}
.toggle .active{background:#555}

.dates{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(4em,1fr));
  gap:10px
}

.date{
  background:#222;
  padding:8px;
  border-radius:10px;
  text-align:center;
  cursor:pointer;
width: 70px;
	font-size:9pt;
	font-weight:100;
    height: 60px;
  transition:.3s;
}
.date strong {font-size:22pt;}
.date:hover{background:#444}
.date.active{background:#fff;color:#000}

.times{
display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
    font-size: 10pt;
    justify-content: center;
}

.time{
  padding:10px 15px;
  border-radius:16px;
  background:#222;
  cursor:pointer
}
.time.active{background:#fff;color:#000}

@keyframes fadeUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

/* MOBILE */
@media(max-width:768px){
  .sidebar{display:none}
  .hero{height:70vh}
}

.courts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}

.court {
  padding: 10px 15px;
  background: #222;
  color: white;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s;
}

.court:hover {
  background: #333;
}

.court.active {
  background: orange;
  color: black;
}

/* ?? UNAVAILABLE */
.court.disabled {
  background: #555;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

.court.disabled:hover {
  background: #555;
}

#courtPreview:hover {
  transform: scale(1.03);
  transition: 0.2s;
}

/* POPUP IMAGE ANIMATION */
/* default state */
#popupImg {
  transform: scale(0.7);
  opacity: 0;
}

/* OPEN animation */
#imagePopup.show #popupImg {
  animation: zoomIn 0.35s ease forwards;
}

/* CLOSE animation */
#imagePopup.hide #popupImg {
  animation: zoomOut 0.25s ease forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}

.courts, .coaches {
  display: none;
}

.coaches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px;
}

.coach {
  width: 120px;
  background: #222;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}

.coach-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.coach-name {
  padding: 6px;
  font-size: 12px;
  color: white;
}

.coach.active {
  outline: 2px solid orange;
}

.coach.disabled {
  opacity: 0.5;
  cursor: not-allowed;
	filter: grayscale(100%);
}

.extras {
  padding: 10px;
  color: white;
}

.extra-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.extra-item button {
  padding: 5px 10px;
  cursor: pointer;
}

.extra-item.active {
  background: orange;
  color: black;
}

.cta {
	color: white;
    font-weight: 100;
    background: linear-gradient(90deg, var(--accent), #ac5a43);
    padding: 6px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 11pt;
    outline: 0;
}
.cta:hover{
cursor: pointer;
    background: #1d8333;
    color: #ffffff;
}

#receiptMain {
font-family:vp2;
}

#receiptMain.dimmed {
  opacity: 0.2;
  filter: blur(2px);
  transition: 0.3s;
}

#qrSection.focus {
  transform: scale(1.1);
  transition: 0.3s;
}

#receiptMain input {
  border: none;
  border-radius: 5px;
  background: #222;
  color: white;
}

#receiptContent {
	font-size:9pt;
}

.inpdim {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;          
}

.input-error {
  border: 2px solid red !important;
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e9e9e9;
  padding: 60px;
  gap: 40px;
}

/* LEFT */
.about-left h1 {
white-space:nowrap;
  font-size: 52px;
  font-weight: 900;
  color: black;
}

/* CENTER IMAGE */
.about-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel {
  width: 320px;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.carousel img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s;
}

.carousel img.active {
  opacity: 1;
}

/* DOTS */
.dots {
  margin-top: 10px;
}

.dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: black;
}

/* RIGHT TEXT */
.about-right {
font-family:vp2;
  max-width: 300px;
  color: #333;
  font-size: 9pt;
  line-height: 1.6;
}

/* TAGLINE */
.tagline {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #555;
}

.tagline span {
  color: black;
}

.tagline::after {
  content: ' >>>>';
  font-weight: normal;
  color: #bbb;
}

.carousel img.active {
  transform: scale(1.05);
}

.events-section {
  display: flex;
  width: 100%;
  height: 200px;
}

/* each panel */
.event-card {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* text panel */
.event-text {
  background: url('images/event3.jpg') center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* dark overlay */
.event-text .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* EVENTS text */
.event-text h2 {
  position: relative;
  color: white;
  font-size: 40px;
  letter-spacing: 2px;
  z-index: 2;
}

.event-card img {
  transition: transform 0.5s;
}

.event-card:hover img {
  transform: scale(1.1);
}

.event-text .overlay {
  background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
}

.location-section {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #e9e9e9;
  padding: 60px;
}

/* LEFT */
.location-left h1 {
  font-size: 60px;
  font-weight: 900;
  color: black;
}

/* CENTER MAP */
.location-center {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

/* RIGHT SIDE */
.location-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* image blocks */
.location-img {
  position: relative;
  width: 220px;
  height: 190px;
  overflow: hidden;
  border-radius: 6px;
}

.location-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* text overlay */
.location-img span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 12px;
  background: rgba(0,0,0,0.6);
  padding: 5px 8px;
  border-radius: 4px;
}

/* BANNERS */
.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
}

.banner-dark {
  background: url('images/bg-dark.jpg') center/cover;
  color: white;
}

.banner-light {
  background: #e9e9e9;
  color: black;
}

.banner-left,
.banner-right {
  font-size: 40px;
  font-weight: bold;
}

.banner-line {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.5);
  margin: 0 20px;
}

/* adjust line color for light */
.banner-light .banner-line {
  background: #999;
}

/* FOOTER */
.footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  background: #ddd;
  font-size: 12px;
}

.footer-left,
.footer-center {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-right {
  text-align: right;
}

.socials span {
  margin: 0 5px;
}

.banner-right::after {
  content: ' >>>>';
  opacity: 0.4;
  margin-left: 10px;
}

.banner:hover {
  transform: scale(1.01);
  transition: 0.3s;
}