::selection {
  background: #222222 !important;
}

:root {
  color-scheme: light dark;
  --invalid: #732323;
  --blue: #2639e6f2;
  --orange: #b32400;
  --darkgreen: #003608;
  --bg: light-dark(#ffffff, #000000);
  --text: light-dark(#121212, #ededed);
  --icon: light-dark(#a1a1a1eb, #3a3a3aeb);
  --label: light-dark(#737373, #d1d1d1);
  --border: light-dark(#ececec, #343434);
}

:root.light {
  color-scheme: light;
}

:root.dark {
  color-scheme: dark;
}

.filter-container, .gCtd {
  scrollbar-width: none;
}

body {
/*  background-color: var(--bg);*/
  background-color: light-dark(transparent, #000000) !important;
}

:root.light .row-menu {
  background: hsla(0, 0%, 94%, 0.62);
}

h1, h2, h3, h4 {
  font-family: 'Libre Franklin' !important;
  letter-spacing: -0.5px !important;
  font-weight: 450 !important;
  margin: 0 !important;
  color: var(--text) !important;
}

h1 {
  font-size: 4.375rem !important;
  letter-spacing: -2px !important;
}

h2 {
  font-size: 2.1rem !important;
  font-weight: 500 !important;
  letter-spacing: -1.6px !important;
}

h3 {
  font-size: 1.625rem !important;
  letter-spacing: -1.1px !important;
}

/*h4 {
  font-size: 1rem !important;
  letter-spacing: 0 !important;
  letter-spacing: -0.5px !important;
  padding: 6px 8px;
  border-radius: 10px;
  background: hsla(0, 0%, 94%, 0.62);
  backdrop-filter: blur(10px);
  color: #121212 !important;
  display: inline-flex;
  width: fit-content;
  font-weight: 550 !important;
  font-size: 13px !important;
}*/

p {
  font-family: 'Libre Franklin' !important;
  letter-spacing: -0.3px;
  font-size: 1rem !important;
  font-weight: 450 !important;
  margin: 0 !important;
  color: var(--text);
}

.style-dark p a {
  color: var(--text);
  text-decoration: underline;
  font-weight: 500;
  transition: all ease-in-out 0.25s;
}

@media (width < 960px) {
  h1 {
/*    font-size: 3.7rem !important;*/
    font-size: 2.7rem !important;
    line-height: 1.1 !important;
    letter-spacing: -2.5px !important;
    font-weight: 500 !important;
    display: none;
  }

  h2 {
    font-size: 1.55rem !important;
    letter-spacing: -1.2px !important;
  }

  .hero h2 {
    font-weight: 580 !important;
  }

  h3 {
    font-size: 1.4rem !important;
    letter-spacing: -0.8px !important;
  }

  h4 {
    font-size: 0.9rem !important;
  }
}

section {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*section > div {
  max-width: min(1200px, 100%) !important;
}*/

.banner {
  position: relative;
  max-width: 100vw !important;
  overflow-x: visible;
}

video {
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
  transform: scale(1);
  filter: contrast(1.3);
}

section .banner:nth-child(2) video {
  object-fit: cover !important;
  position: relative;
  left: 48px;
/*  position: relative;
  overflow-x: visible !important;
  left: -36px;*/
  border-radius: 2.25rem !important;
  width: calc(100vw + 16px);
  aspect-ratio: 16 / 9;
  filter: contrast(1.3);
}

@media (width < 960px) {
  section .banner:nth-child(2) video {
    left: 0 !important;
    width: calc(100vw - 24px);
  }
}

/*section .banner:nth-child(4) video {
  object-fit: cover !important;
  position: relative;
  left: -48px;
  border-radius: 1.75rem !important;
  width: 100vw;
  aspect-ratio: 16 / 9;
  filter: contrast(1.3);
}*/

.package-list video {
  object-fit: cover !important;
  position: relative;
  left: -64px;
/*  position: relative;
  overflow-x: visible !important;
  left: -36px;*/
  border-radius: 2.25rem !important;
  width: calc(100vw + 16px);
  aspect-ratio: 16 / 9;
  cursor: grab;
}

@media (width >= 960px) {
  .package-list video {
    filter: contrast(1.3);
  }
}

@media (width < 960px) {
  .package-list {
    margin: 20px 0 0 0 ;
  }
}

.video-data {
  position: relative;
  display: flex;
  align-items: center;
  left: -52px;
  padding-top: 6px;
  gap: 8px;
  justify-content: end;
}

.video-title {
  position: relative;
  font-size: 0.875rem;
  font-weight: 550;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
  line-clamp: 1;
  text-overflow: ellipsis;
  font-family: 'Libre Franklin';
  letter-spacing: -0.2px;
  width: fit-content;
  color: var(--text);
}

.video-data button {
  display: flex;
  position: relative;
  top: -1px;
  justify-content: center;
  align-items: center;
/*  background-color: light-dark(#121212, #3a3a3aeb);*/
  font-size: 1.5rem;
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  margin-right: 6px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  will-change: transform;
}

.video-data button .bi {
  margin: 0 !important;
}

.video-data button .bi::before {
  position: relative;
  left: 1px;
  top: 1px;
}

.video-data button .bi.bi-pause-fill::before {
  position: relative;
  left: 0px;
  top: 0.5px;
}

@media (width < 960px) {
  .video-data {
    left: -18px;
  }
}

/* containers ----------------------------------------------------------------*/

.hero {
  position: relative;
  display: flex;
  height: 100% !important;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
/*  background-image: url('https://media.kaleidoscopedream.com.au/wp-content/uploads/2025/01/spotfest-backdrop-scaled.webp');
  background-size: cover;
  filter: contrast(1.5);*/
}

.media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 38px;
  right: 80px;
  height: 48px;
  width: 48px;
  background: hsla(0, 0%, 94%, 0.62);
  backdrop-filter: blur(10px);
  color: #121212;
  z-index: 2;
}

@media (width < 960px) {
  .hero .media {
    top: 24px;
    right: 24px;
  }

  .package-list .media {
    bottom: 26px;
    right: 30px;
  }

  .package-list .media {
    height: 36px;
    width: 36px;
  }

  .package-list .media i::before {
    font-size: 24px;
  }

  .hero .media i::before {
    font-size: 32px;
  }
}

/*@media (width >= 960px) {
  .media {
    top: 24px;
    right: 68px;
  }
}*/

.media, .hero i {
  border-radius: 9999px;
}

.media svg {
  width: 100%;
  height: 100%;
}

.media i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  height: 100%;
  width: 100%;
}

@media (width >= 960px) {
  .media i::before {
    font-size: 32px;
  }

  .media {
    transition: all ease-in-out 0.25s;
  }

  button:hover {
  /*  color: #000000 !important;
    background-color: #ecebeb;*/
    transform: scale(1.03);
  }

  .source-link:hover {
    text-decoration: underline;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .new-nav a:not(.btn-text-skin):hover {
    opacity: 0.8;
  }

  :root.light body:not(.menu-force-opacity):not(.navbar-hover) .style-dark-override:not(.is_stuck:not(.menu-desktop-transparent)):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:not(.un-submenu *) {
    color: #121212 !important;
  }

  .style-dark p a:not(.btn-text-skin):hover {
    color: var(--text);
    opacity: 0.5;
  }

  video:hover {
    transform: scale(1.005);
  }
}

.media .bi-play-fill::before {
  position: relative;
  left: 1px;
}

/*.media-container {
  position: absolute;
  top: 24px;
  right: 68px;
  display: flex;
  gap: 10px;
  display: inline-flex;
  width: fit-content;
}*/

@media (width < 960px) {
  .hero {
    height: 70vh !important;
    margin-bottom: 36px;
    width: 100vw;
    max-width: 100vw !important;
    overflow-x: visible;
    margin: 0;
    position: relative;
  }

  .hero .enquire {
    display: none;
  }

  .hero :is(h1, h3, h4) {
    color: #ffffff !important;
  }

/*  .hero button {
    display: none;
  }*/

  h2.mobile {
    max-width: 80%;
    color: #ffffff !important;
    margin-bottom: 14px !important;
  }

  .hero :is(h4) {
    display: none;
  }

  h3.desktop, .source-container.desktop {
    display: none;
  }
}

/*@media (width >= 960px) {
  h2.mobile, video.mobile, .source-container.mobile {
    display: none;
  }
}*/

@media (width >= 960px) {
  .queue {
    display: none !important;
  }

  .hero-outer {
    position: absolute;
    bottom: 74px;
    left: 24px;
  }

  .slider-wrapper {
    position: absolute;
    bottom: 0px !important;
    left: 18px !important;
    width: calc(100% - 36px);
  }

  .enquire {
    display: none;
  }

  section {
    display: flex;
    gap: 18px;
    flex-direction: row !important;
    align-items: start;
    max-width: 100vw;
    height: 100vh;
    padding: 18px;
  }

  .vdb {
/*    background: hsla(0, 0%, 94%, 0.62);
    backdrop-filter: blur(10px);*/
  }
}

.hero-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  z-index: 1;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.splide-vid {
  margin: 6px 0;
}

@media (width < 960px) {

  .hero-outer {
    height: 100%;
    padding: 24px 18px;
  }

  .hero-inner {
    height: 100%;
    justify-content: flex-end;
  }

  .splide-vid {
    display: flex;
    justify-content: center;
    margin: 6px 0;
  }
}

.queue {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stack {
  display: flex;
  flex-direction: column;
/*  min-height: 95vh !important;*/
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 160px 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  width: 75%;
}

@media (width < 960px) {
  section {
    max-width: 100vw !important;
    padding: 0 18px;
  }

  .container {
    gap: 20px;
  }

  .hero + .banner {
    display: none !important;
  }

  .hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .container {
    width: 100%;
  }

  section .banner:nth-child(2) video, .package-list video {
    aspect-ratio: 4 / 6;
    border-radius: 32px !important;
    width: calc(100% - 24px);
  }

  .banner {
    width: 100vw;
    overflow-x: visible;
  }

  section .banner:nth-child(2) video {
    left: 14px;
  }

  .stack {
    margin: 36px 0 0 0 !important;
  }

  .stack.last {
    margin: 40px 0 50px 0 !important;
  }

  .package-list video {
/*    left: -26px;*/
    left: 0;
  }

/*  button:hover, button:focus {
    transform: scale(1);
  }*/
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

/*.bi-chevron-contract, .bi-chevron-expand {
  font-size: 1.375rem;
  padding: 4px 2px;
  background-color: var(--blue);
  border-radius: 12px;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}*/

.expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  padding: 4px 2px 3px 2px;
  max-width: 24px;
  background-color: var(--blue);
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.seo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.seo-content.expansion.contract {
  margin-top: -24px;
}

.seo-content.expansion {
  margin-top: 12px;
}

.expansion {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 13px !important;
  opacity: 0.8;
}

.expansion.contract {
  opacity: 0;
  height: 0;
  transform: scale(0.85);
}

/*button {
  display: inline-flex;
  width: min-content;
  padding: 10px 12px;
  background-color: var(--blue);
  border-radius: 16px;
  font-size: 1rem;
  transition: all ease-in-out 0.25s !important;

  font-family: 'Libre Franklin' !important;
  letter-spacing: -0.6px;
  font-weight: 600 !important;

  will-change: transform !important;
  transform: scale(1);
}*/

.group-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media (width < 960px) {
  .group-content {
    gap: 40px;
  }

  .queue > .stack {
    margin-top: 24px !important;
  }
}

.source-link {
  color: light-dark(var(--blue), #c0c0c0) !important;
  font-family: 'Libre Franklin' !important;
  letter-spacing: -0.8px;
  font-weight: 550 !important;
  font-size: 18px;
  width: fit-content;
}

.source-link .bi {
  color: light-dark(var(--blue), #c0c0c0) !important;
  position: relative;
  top: -0.5px;
  margin-left: 3px;
  -webkit-text-stroke-width: 1.05px;
  font-size: 13px;
}

.source-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 16px;
}

@media (width >= 960px) {
  .source-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
  }
}

.media-header {
  position: absolute;
  top: 28px;
  right: 40px;
  width: 45%;
  pointer-events: none;
}

@media (width >= 960px) {
  .media-header {
    top: 30px;
    right: 82px;
    max-width: 180px;
  }
}

.media-content {
  position: absolute;
  bottom: 70px;
  left: 34px;
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

@media (width >= 960px) {
  .media-content {
    width: 400px;
  }
}

h5 {
  margin: 0 !important;
}

.media-tag {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.8px !important;
  text-align: right;
  line-height: 1.3;
  color: #ffffff !important;
}

.media-desc {
  font-size: 15px !important;
  font-weight: 580 !important;
  letter-spacing: -0.8px !important;
  text-align: right;
  line-height: 1.3;
  color: #ffffffd6 !important;
}

@media (width >= 960px) {
  .media-tag {
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: -1.2px !important;
    line-height: 1.3;
  }

  .media-desc {
    font-size: 18px !important;
    font-weight: 550 !important;
    letter-spacing: -1px !important;
    line-height: 1.3;
  }
}

.media-label {
  font-size: 24px !important;
  font-weight: 580 !important;
  letter-spacing: -0.8px !important;
  color: #ffffffd6 !important;
}

.media-title {
  font-size: 44px !important;
  font-weight: 590 !important;
  letter-spacing: -2.2px !important;
  line-height: 1.1;
  color: #ffffff !important;
}


.banner video {
  cursor: pointer;
}

.volume-container {
  width: 50px;
  height: 6px;
  background: #1b1b1b39;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}

.volume-fill {
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 100%; /* initial volume 50% */
  background: #121212;
  transition: height 0.1s;
}

.volume-platform {
  background: hsla(0, 0%, 94%, 0.62);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: 2;
  position: absolute;
  will-change: transform;
  top: 28px;
  left: 80px;
  padding: 14px 12px;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.volume-platform.volume-scale {
  transform: scale(1.1);
}

.volume-container.volume-scale {
  transform: scale(1.15);
}

.cform {
  margin-top: 0 !important;
}

body {
  background-color: #000;
}

.box {
  display: flex;
  align-items: start;
  -webkit-transform: translate3d(0, 0, 0);
/*  max-height: 105vh;*/
}

.grd {
  display: grid;
/*  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);*/
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  /*  background-color: #0d0d0d;
  border-radius: 0.5rem;
  padding: 0.5rem;*/
  margin-bottom: 18px;
}

.tile-title,
.tile-desc {
  font-family: 'Libre Franklin';
  color: var(--text) !important;
  display: -webkit-box !important;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
}

.tile-desc {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.sTmp {
  display: inline-flex;
  font-family: 'Libre Franklin';
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #fff;
  background-color: #ffffff20;
  border-radius: 8px;
  padding: 6px 5px 4px 5px;
}

.mtd {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.ctd > div:not(.gCtd) {
  width: 100%;
}

.gCtd {
  width: 100%;
}

.ctd {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vdb {
  display: flex;
  position: relative;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
  will-change: transform;
  /*  height: 40vh;*/
  /*  aspect-ratio: 1 / 1;*/
}

.vdb button {
  /*  height: 310px; 28vh;*/
/*  min-height: 200px;*/
/*  aspect-ratio: 16 / 9;*/
  /*  flex: 1*/
  background-size: cover;
  background-position: 65% 50%;
  background-color: transparent;
  filter: grayscale(0) contrast(1.3);
  -webkit-filter: grayscale(0) contrast(1.3);
  transition: all ease-in-out 0.25s;
  padding: 0;
  position: relative;
  will-change: transform;
}

.grd button.active {
  filter: grayscale(1) contrast(1.8);
  -webkit-filter: grayscale(1) contrast(1.8);
}

.vdb {
  transition: 0.3s all ease-in-out;
}

.vdb p {
  margin: 0;
}

.js-shuffle-sizer {
  padding: 0;
}

.slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 18px;
  width: calc(100% - 36px);
  height: 42px;            /* total hit area height */
}

.slider-container {
  height: 8px;             /* visible bar height */
  border-radius: 999px;
  background: rgba(200,200,200,0.3);
  width: 100%;
  overflow: hidden;        /* keeps bar clipped */
  position: relative;
}

.slider-filled {
  width: 100%;
  height: 100%;
  background: #ffffffcd;
  border-radius: 0;
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
  position: relative;
  z-index: 1;
}

.slider-hit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  background: transparent; /* invisible but clickable */
}

.hero-outer {
  pointer-events: none;
}

.hero.loading {
  opacity: 0;
  mix-blend-mode: hard-light;
  filter: brightness(2);
}

.slider-container.dragging .slider-filled {
  transition: none;
}
