:root {
  --primary: #1D0E3D;
  --secondary: #18ef18;
  --accent: #C793FF;
  --gradient: linear-gradient(180deg, #0F051D 0%, #1D0E3D 100%);
  --gradient2: linear-gradient(0deg, #402E77 0%, rgba(64, 46, 119, 0) 50%, #402E77 100%);
  --gradient3: linear-gradient(180deg, rgba(15, 5, 29, 0) 0%, #1D0E3D 100%);
  --white: #FFF;
  --black: #0F051D;
}
/* page highlight selection */
::selection {
  background: rgba(29, 14, 61, 0.6);
  color: var(--white);
}
html, body {
  scroll-behavior: smooth;
}
body {
  background: var(--gradient);
  height: 100%;
  width: 100%;
}
:where(.wp-site-blocks *:focus) {
  outline-width: 1px;
  outline-color: var(--secondary);
}
.skip-link.screen-reader-text:focus {
  background-color: var(--primary);
  color: var(--white);
  outline-color: var(--secondary);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--white);
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
}
/* structure */
header {
  overflow: visible;
}
header nav span.wp-block-navigation-item__label {
  font-family: 'Krona One';
  text-transform: lowercase;
  text-shadow: 0 0 5px var(--accent);
}
header nav a {
  transition: .2s ease all;
}
header nav a:hover,
header nav a:focus {
  outline: none;
  text-shadow: none;
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
  text-decoration: none !important;
  transition: .2s ease all;
}
#location-socials a {
  text-decoration: none !important
}
#location-socials svg, .advgb-accordion-header-icon svg {
  filter: drop-shadow(0 0 4px var(--secondary)) saturate(5);
}
#location-socials a:hover,
#location-socials a:focus,
header nav a:hover span.wp-block-navigation-item__label,
header nav a:focus span.wp-block-navigation-item__label {
  text-shadow: none;
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
}
.wp-block-site-logo,
.wp-block-site-logo a {
  transform: translateY(0px);
  transition: .2s ease all;
}
.wp-block-site-logo:hover,
.wp-block-site-logo a:hover,
.wp-block-site-logo a:focus {
  outline-color: transparent;
  transform: translateY(-5px);
  transition: .2s ease all;
}
@media(max-width:1024px) {
  header nav.wp-block-navigation,
  #location-socials {
    display: none;
  }
  :root .animatedfsmenu .animatedfsmenu-navbar-toggler .bar {
    background: var(--secondary) !important;
    box-shadow: 0px 0px 3px 1px var(--secondary);
  }
}
@media(max-width:600px) {
  .wp-block-site-logo {
    max-width: 180px
  }
}
main, main>.entry-content, #ja-grid, footer, #footer-ground,
.home :where(.is-layout-constrained)>* {
  margin-block-start: 0 !important
}
#ja-grid, #footer-wrapper {
  position: relative;
  max-width: 100vw;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  margin-block-start: 0;
}
#rocks {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  z-index: 0;
  height: 600px;
}
#footer-outer {
  overflow-y: visible;
}
#rocks-bg, #gridtop, #gridbottom, #gridtop-rocks, #gridbottom-rocks, #footer-sky, #footer-ground, #asteroid {
  position: absolute;
  max-width: 100vw;
  width: 100%;
}
#rocks figure {
  margin: 0 auto;
}
#gridtop, #footer-sky {
  top: 0;
  z-index: 1;
}
#footer-sky figure {
  display: flex;
  justify-content: center;
}
#footer-sky figure img {
  min-width: 1920px;
  width: 100%;
  height: auto;
}
#footer-sky:after {
  content: '';
  background: var(--gradient2);
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  bottom: -100%;
}
#footer-logo {
  top: auto;
  z-index: 5;
  position: absolute;
  margin: -5% auto 0;
  width: 100%;
  overflow-y: visible;
}
#footer-logo img {
  max-width: 300px;
}
#gridtop-rocks {
  top: 10%;
  left: 5%;
  z-index: 2;
}
#gridtop-rocks img {
  max-width: 50%;
  width: 100%;
}
#asteroid {
  display: block;
  inset: 0;
  top: 2rem;
  right: -50px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  transition: all .3s ease;
}
@media (max-width:1024px) {
  #asteroid {
    display: none;
    opacity: 0;
    transition: all .3s ease;
  }
}
#gridbottom-rocks {
  bottom: 5%;
  z-index: 2;
  left: 80%;
}
.faqs #gridbottom-rocks {
  bottom: 5%;
  z-index: 2;
  left: calc(100vw - 33%);
}
#gridbottom-rocks img {
  max-width: 33%;
  width: 100%;
}
#gridbottom, #footer-ground {
  bottom: 0;
  top: auto;
  z-index: 1;
}
#gridbottom {
  /* top: 0; */
  overflow: hidden;
}
#footer-ground:after {
  content: '';
  background: var(--gradient2);
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: 0;
}
#footer-gradient .wp-block-spacer {
  min-height: 100vh;
  height: 100% !important;
}
#footer-wrapper {
  display: flex;
  justify-content: center;
  min-height: 800px !important;
  height: 100%;
}
#footer-content {
  z-index: 300;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 2rem 1rem;
  display: block;
}
footer .hive-signup-form input {
  background: var(--primary);
  border: 1px solid var(--accent);
  filter: drop-shadow(0 0 6px var(--accent)) saturate(2);
  box-shadow: inset 0 0 2px 2px var(--accent);
  font-family: 'Nunito Sans';
  height: 36px;
  font-size: 16px;
}
footer .hive-signup-form button.mdc-button {
  padding: 0;
  height: 36px;
  border: none;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  text-transform: lowercase;
  font-family: 'Krona One';
  filter: drop-shadow(0 0 6px var(--secondary)) saturate(5);
}
footer .hive-signup-form button.mdc-button:hover,
footer .hive-signup-form button.mdc-button:focus {
  filter: drop-shadow(0 0 6px var(--accent)) saturate(2);
}
footer .hive-signup-form button.mdc-button:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2025/10/buy-icon-copy.webp);
  background-size: contain;
}
@media(min-width:1025px) {
  .hive-signup-form {
    max-width: 300px !important;
  }
  .hive-signup-form input {
    max-width: 275px !important;
  }
  .hive-signup-form button.mdc-button {
    max-width: 300px !important;
  }
  footer div:has(.hive-signup-form) h2.wp-block-heading.has-text-align-left {
    align-self: flex-start;
    margin-left: 27%;
    margin-right: auto;
  }
}
@media(max-width:1024px) {
  footer .wp-block-advgb-columns.advgb-columns-wrapper .advgb-columns-container .advgb-columns {
    flex-direction: column;
    align-items: center;
  }
  #footer-content {
    position: relative;
    padding-top: 300px;
  }
  #footer-content .wp-block-group.is-vertical {
    align-items: center !important;
    margin-bottom: 2rem;
  }
  footer div#advgb-col-18475859-b890-40fc-90d1-20fad58e79ba {
    width: 300px;
  }
  footer #advgb-col-db832d10-17f1-438b-9cbd-9aacb2cb69f7 {
    width: 100%
  }
}
@media(max-width:768px) {
  #footer-content .advgb-column-inner {
    text-align: center;
  }
  #footer-content .advgb-column-inner ul {
    justify-content: center !important;
  }
}
/* events */
.list-view-events, .seetickets-calendar-container, .seetickets-list-events {
  max-width: 100% !important
}
#upcoming-events, #just-announced, #faq-wrapper {
  z-index: 200;
  position: relative;
}
.calendar #upcoming-events {
  padding: 0 2rem;
}
#upcoming-events .list-view-events .mdc-card {
  background: none;
  border: 0;
  padding: 0;
  max-width: 30%;
  width: 100% !important;
  margin: 0 auto 4rem !important;
  font-family: 'Nunito Sans';
}
@media(max-width:1024px) {
  #upcoming-events .list-view-events .mdc-card {
    max-width: 47% !important
  }
}
@media(max-width:600px) {
  #upcoming-events .list-view-events .mdc-card {
    max-width: 97% !important
  }
}
#upcoming-events .seetickets-list-event-container * {
  color: var(--white);
}
#upcoming-events .list-view-events .seetickets-list-view-event-image-container {
  margin: 0 !important;
  display: block;
}
#upcoming-events .list-view-events img.seetickets-list-view-event-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  display: block;
  border: 1px solid var(--secondary);
  box-shadow: 0 0 3px 3px var(--secondary);
}
#upcoming-events .event-date {
  text-align: center;
  padding: 0;
}
#upcoming-events p.fs-18.bold.mt-1r.date {
  border: 1px solid var(--secondary);
  box-shadow: 0 0 3px 3px var(--secondary);
  padding: 10px;
  margin: 0 auto 2px;
  width: 80%;
  font-size: 14px;
  font-family: 'Krona One';
  color: var(--white);
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
}
#upcoming-events .list-view-events .seetickets-list-event-content-container.position-relative {
  margin: 2px auto 0;
  width: 80%;
  border: 1px solid var(--secondary);
  box-shadow: 0 0 3px 3px var(--secondary);
}
#upcoming-events .title a {
  font-size: 18px;
  font-family: 'Krona One';
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  transition: .2s ease all;
}
#upcoming-events .title a:hover,
#upcoming-events .title a:focus {
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
  transition: .2s ease all;
}
a.seetickets-buy-btn, div.seetickets-buy-btn a {
  font-size: 18px;
  font-family: 'Krona One';
  color: var(--white) !important;
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
  background: none;
  width: auto;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  text-transform: lowercase;
  white-space: nowrap;
  transition: .2s ease all;
}
a.seetickets-buy-btn:hover, div.seetickets-buy-btn a:hover,
a.seetickets-buy-btn:focus, div.seetickets-buy-btn a:focus {
  color: var(--white) !important;
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  transition: .2s ease all;
}
div.seetickets-buy-btn a {
  font-size: 12px;
  margin-top: 1rem;
}
a.seetickets-buy-btn:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2025/10/buy-icon-copy.webp);
  background-size: contain;
}
.mdc-card .seetickets-social-media-container.mb-12, .mdc-card .price, .mdc-card .genre, .mdc-card .venue {
  display: none
}
.list-view-events .justify-end:has(ul) {
  justify-content: center !important;
}
.seetickets-list-view-pagination {
  justify-content: center;
  width: 100%;
  margin-block: 0;
}
.seetickets-list-view-pagination li {
  background-color: transparent;
  text-shadow: 0 0 10px var(--secondary);
  transition: .2s ease all;
}
.seetickets-list-view-pagination li.seetickets-list-view-pagination-active {
  background-color: var(--accent);
  color: var(--primary);
  text-shadow: 0 0 10px var(--primary);
  transition: .2s ease all;
}
.seetickets-list-view-pagination li:hover,
.seetickets-list-view-pagination li:focus {
  background-color: var(--primary);
  color: var(--white);
  text-shadow: 0 0 10px var(--secondary);
  transition: .2s ease all;
}
#calendar-button a {
  box-shadow: 0px 0px 12px 3px var(--secondary);
  opacity: 1;
  transition: all 0.2s ease;
}
#calendar-button span {
  display: inline-flex;
  font-family: 'Krona One';
  font-weight: 400;
  color: var(--white);
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
}
#calendar-button span:after {
  content: '';
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2025/10/calendar-icon-small-copy.webp);
  background-size: contain;
  margin-left: 4px;
}
#calendar-button a:hover,
#calendar-button a:focus {
  color: var(--white);
  border: 1px solid var(--accent) !important;
  box-shadow: 0px 0px 12px 3px var(--accent);
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  opacity: 1;
  transition: all 0.2s ease;
}
/* just announced */
#just-announced {
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
  max-width: 1360px;
}
@media(max-width:1440px) {
  #just-announced {
    max-width: calc(100% - 4rem);
  }
}
#just-announced::before, #faq-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2025/10/floatingrocks1-copy.webp') no-repeat;
  background-size: 33% auto;
  background-position: center;
  transform: scaleX(-1);
  z-index: 0;
}
#just-announced>*, #faq-wrapper>* {
  position: relative;
  z-index: 3;
}
#just-announced-events-list {
  padding: 0 1rem;
  border: 2px solid var(--accent);
  background: rgba(29, 14, 61, 0.6);
}
#just-announced .mdc-card {
  display: flex;
  align-items: start;
  height: 100%;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 auto 3px !important;
  font-family: 'Nunito Sans';
  border-top: 1px solid rgba(199, 147, 255, 0.5);
  border-bottom: 1px solid rgba(199, 147, 255, 0.5);
}
#just-announced .mdc-card:first-of-type {
  border-top: none;
}
#just-announced .mdc-card:last-of-type {
  border-bottom: none;
}
#just-announced .mdc-card div:has(img) {
  display: none;
}
#just-announced .seetickets-list-event-content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  padding: 0 2rem 2rem;
  height: -webkit-fill-available;
}
#just-announced .event-info-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0;
  height: calc(100% - 1rem);
}
#just-announced .title a {
  font-size: 24px;
  font-family: 'Krona One';
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  transition: .2s ease all;
}
#just-announced .title a:hover,
#just-announced .title a:focus {
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
  transition: .2s ease all;
}
#just-announced p:not(.title) {
  font-size: 16px;
}
#just-announced p.title {
  order: -1;
}
#just-announced p.fs-18.bold.mt-1r.date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  width: 200px;
  font-size: 24px;
  font-family: 'Krona One';
  color: var(--white);
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
}
#just-announced p.fs-18.bold.mt-1r.date:after {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90px;
  height: 100px;
  background-image: url(/wp-content/uploads/2025/10/calendar-icon-copy.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
#just-announced .buy-and-share-block {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 2rem;
}
@media(max-width:1024px) {
  #just-announced-events-list {
    max-width: 90vw !important;
  }
  #just-announced .seetickets-list-event-content-container {
    flex-direction: column;
    align-items: start;
    padding: 1rem 2rem 2rem;
  }
  #just-announced .event-info-block {
    height: calc(100% - 2rem);
  }
  #just-announced .buy-and-share-block {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    padding-bottom: 1rem;
  }
  #just-announced a.seetickets-buy-btn {
    margin-right: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
@media(max-width:768px) {
  #just-announced-events-list {
    max-width: 66vw !important;
  }
  #just-announced .seetickets-list-event-content-container {
    width: 100%;
    padding: 0;
  }
  #just-announced .mdc-card {
    flex-direction: column !important;
  }
  #just-announced .event-info-block {
    margin: 0;
    padding-bottom: 2rem;
  }
  #just-announced p.fs-18.bold.mt-1r.date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 16px;
    margin-left: 0;
  }
  #just-announced p.fs-18.bold.mt-1r.date:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 -2px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/10/calendar-icon-small-copy.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #just-announced p.fs-18.bold.mt-1r.date:after {
    display: none;
  }
  #just-announced .title a {
    font-size: 16px;
  }
  #just-announced p:not(.title) {
    font-size: 14px;
  }
}
#just-announced .seetickets-list-event-container * {
  color: var(--white);
}
/* calendar page */
.calendar .seetickets-calendar th,
.calendar .seetickets-calendar-year-month-container p,
.calendar .seetickets-calendar td .date-number {
  font-family: 'Krona One';
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  text-transform: lowercase;
}
.calendar .seetickets-calendar-event-container>* p {
  font-family: 'Nunito Sans';
}
.calendar .seetickets-calendar-year-month-container {
  justify-content: center;
  text-transform: lowercase;
}
.calendar .seetickets-calendar-year-month-container,
.calendar .seetickets-calendar td .date-number,
.calendar .seetickets-calendar th,
.calendar .seetickets-calendar-event-container>* p {
  color: var(--white);
}
.calendar .seetickets-calendar th,
.calendar .seetickets-calendar td .date-number {
  font-size: 14px;
}
.calendar .seetickets-calendar td {
  background-color: transparent;
  box-shadow: inset 0px 0px 3px 1px var(--secondary);
  text-align: center;
}
.calendar .mdc-card {
  border: none;
  background: none;
}
.seetickets-calendar-event-title a {
  font-family: 'Krona One';
  color: var(--white);
  font-size: 14px !important;
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
}
.calendar div.seetickets-buy-btn {
  background: none
}
/* faqs */
#faqs {
  padding: 0 2rem;
  max-width: 1300px;
  background: rgba(29, 14, 61, 0.6);
}
.ui-accordion-header {
  background-color: transparent !important
}
.ui-accordion-header-active h3 {
  filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
}
/* mobile menu */
@media (max-width:1024px) {
  .animatedfs_background {
    height: 100dvh !important;
  }
  .animatedfs_background:before {
    content: '';
    display: block;
    height: 100vh;
    max-width: 1024px;
    width: 100%;
    background: url('/wp-content/uploads/2025/10/grid1-copy-2048x1301.webp');
    background-position: center;
  }
  .animatedfs_background:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 100vh;
    max-width: 1024px;
    width: 100%;
    background: url('/wp-content/uploads/2025/10/grid2-copy-2048x1301.webp');
    background-position: center;
  }
  .animatedfs_menu_list .menu-fullscreenmenu-container li>a:before {
    color: #FFF !important;
    background: #FFF !important;
    filter: drop-shadow(0 0 8px var(--secondary)) saturate(5) !important;
  }
  #menu-fullscreenmenu li a {
    font-family: 'Krona One';
    text-transform: lowercase;
    color: #fff !important;
    filter: drop-shadow(0 0 8px var(--accent)) saturate(2) !important;
  }
  .animatedfsmenu .social-media li {
    border-color: transparent !important;
  }
  .animatedfsmenu .social-media li a {
    width: 32px;
    height: 32px;
    font-size: 24px !important;
    color: #FFF !important;
    filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
  }
  .animatedfsmenu .social-media li a:hover,
  .animatedfsmenu .social-media li a:focus {
    color: #FFF !important;
    filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  }
  .animatedfs_menu_list .animatedfsmenu-html-area a {
    color: #FFF !important;
    font-size: 16px;
    text-decoration: none;
    filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
  }
  .animatedfsmenu-html-area a:hover, .animatedfsmenu-html-area a:focus {
    color: #FFF !important;
    text-decoration: none;
    filter: drop-shadow(0 0 8px var(--secondary)) saturate(5);
  }
  .fa-brands {
    font-family: "Font Awesome 7 Brands" !important;
  }
  .animatedfsmenu.navbar-expand-md .navbar-collapse {
    min-width: 100vw;
    margin-left: 0;
    margin-top: 0;
    justify-content: center;
    padding-top: 0;
  }
  .animatedfsmenu-html-area {
    text-align: center;
  }
  .animatedfsmenu .social-media ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .menu-fullscreenmenu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .animatedfs_menu_list .afsmenu {
    list-style: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
@media(max-width:768px) {
  #menu-fullscreenmenu {
    margin-left: 0;
    padding-left: 0;
  }
  .animatedfs_background:before,
  .animatedfs_background:after {
    max-width: 768px
  }
  .animatedfsmenu .animatedfs_menu_list .afsmenu li a {
    font-size: 32px !important
  }
  .animatedfs_menu_list .animatedfsmenu-html-area a {
    font-size: 14px;
  }
}
/* slider */
#slider-custom {
  max-width: calc(100% - 10vw);
  width: 100% !important;
  height: 600px !important;
  overflow: hidden;
  padding: 0;
  margin: 0 auto !important;
  transition: 0s all;
  display: flex;
  align-items: center;
  box-shadow: 0 0 16px 5px var(--secondary);
}
#slider-custom .swiper-wrapper {
  display: flex;
  flex-direction: row;
  height: 600px !important;
  width: 100% !important;
}
#slider-custom .swiper-nav {
  width: 100%;
  height: 600px;
  position: absolute;
  inset: 0;
}
#slider-custom .swiper-button-next {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  height: 600px;
  background: none;
  border: 0;
  color: #FFF;
  font-size: 24px;
  position: absolute
}
#slider-custom .swiper-button-prev {
  bottom: auto;
  left: 0;
  right: auto;
  height: auto;
  background: none;
  border: 0;
  color: #FFF;
  position: absolute
}
#slider-custom button:focus,
#slider-custom button:focus-visible {
  outline: none;
  border-color: transparent !important;
}
#slider-custom .swiper-slide {
  height: 600px !important;
  margin-bottom: 0;
  position: relative;
}
#slider-custom .swiper-slide .slider-img-container {
  max-width: none;
  width: 100% !important;
  height: 600px !important;
  max-height: 600px !important;
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: normal;
  transition: 0s all;
}
#slider-custom .swiper-slide img {
  height: 100% !important;
  width: auto !important;
  min-width: 100% !important;
  object-position: center;
  object-fit: cover;
  object-position: center;
}
#slider-custom .swiper-slide-content {
  background: var(--gradient3);
  opacity: 1 !important;
  background-color: transparent;
  flex-direction: column;
  text-align: left;
  padding: 0 2rem 1rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 4rem);
  height: auto !important;
  min-height: auto;
}
#slider-custom .swiper-slide .slider-event-title {
  padding-left: 0;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 400;
}
#slider-custom .mb-35 {
  margin-bottom: 50px !important;
}
#slider-custom .swiper-slide .slider-event-title a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Krona One';
  text-transform: capitalize;
}
#slider-custom .slider-event-date {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  font-family: 'Krona One';
  text-transform: capitalize;
  filter: drop-shadow(0 0 8px var(--accent)) saturate(2);
}
#slider-custom a.seetickets-buy-btn {
  justify-content: flex-end;
  align-items: flex-end;
  right: 1rem;
  bottom: 2rem;
  position: absolute;
  width: calc(100% - 4rem);
}
@media(min-width:1441px) {
  #slider-custom .swiper-slide img {
    height: 130% !important;
  }
}
@media(max-width:1024px) {
  header img.custom-logo {
    max-width: 70%;
  }
}
@media(max-width:768px) {
  #slider-custom,
  #slider-custom .swiper-slide,
  #slider-custom .swiper-wrapper {
    aspect-ratio: 1/1;
    height: 100% !important;
  }
  #slider-custom .swiper-nav {
    aspect-ratio: 1/1;
    height: calc(100% + 2rem) !important;
  }
  #slider-custom .swiper-button-next {
    top: 0;
    height: 100% !important;
  }
  #slider-custom .swiper-button-prev {
    top: 0;
    height: 100% !important;
  }
  #slider-custom .swiper-slide-content {
    padding: 1rem;
    width: calc(100% - 2rem);
  }
  #slider-custom .swiper-slide .slider-img-container,
  #slider-custom .swiper-slide img {
    aspect-ratio: 1/1;
    height: calc(100vw - 2rem) !important;
    object-position: center;
  }
}