/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #00e5ff;
  --secondary-color:              #2563ff;
  --section-bg-color:             #10182f;
  --custom-btn-bg-color:          #2563ff;
  --custom-btn-bg-hover-color:    #7c3aed;
  --dark-color:                   #05070d;
  --p-color:                      #b8c2d8;
  --border-color:                 #00e5ff;
  --link-hover-color:             #9f7aea;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.mSL73Zx {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mSL73Zx:hover {
  color: var(--link-hover-color);
}

.mSL73Zx:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.mSL73Zx:hover .xeP2d1V8o circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.mSL73Zx:hover .xeP2d1V8o line {
  transform: rotate(-180deg);
}

.mSL73Zx:hover .xeP2d1V8o line:last-child {
  transform: rotate(180deg);
}

.mSL73Zx::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.mSL73Zx .xeP2d1V8o {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.xeP2d1V8o {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.mSL73Zx .xeP2d1V8o circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.mSL73Zx .xeP2d1V8o line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.mSL73Zx .xeP2d1V8o line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.Eo4PHIoLDh {
  padding-top: 100px;
  padding-bottom: 100px;
}

.Fs5f7Jsi {
  background-color: var(--section-bg-color);
}

.IUgDK5qj7 {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.IUgDK5qj7 + .container {
  position: relative;
}

.lXs4U9 {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.rbfCtyMF4 {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.rbfCtyMF4 .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.rbfCtyMF4 .nav-link:first-child {
  margin-right: 15px;
}

.rbfCtyMF4 .nav-item.show .nav-link, 
.rbfCtyMF4 .nav-link.active,
.rbfCtyMF4 .nav-link:focus, 
.rbfCtyMF4 .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.rbfCtyMF4 h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.rbfCtyMF4 .nav-link.active h5,
.rbfCtyMF4 .nav-link:focus h5, 
.rbfCtyMF4 .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.uG1T0HxPo {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.KPbs3xd4 {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.KPbs3xd4:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.z3d71Q {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.EnEf50 .navbar-nav .nav-link.KPbs3xd4:hover,
.z3d71Q:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.m7BohDq {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.hLIRjOEdH7 {
  z-index: -100;
}

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


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.B6nSnzNe1Q {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
}

.nFzbgHaxH,
.nFzbgHaxH:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.EnEf50 .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.ar39UbJL9E {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.ar39UbJL9E:focus {
  outline: none;
  box-shadow: none;
}

.ar39UbJL9E[aria-expanded="true"] .WusZkZeA {
  background: transparent;
}

.ar39UbJL9E[aria-expanded="true"] .WusZkZeA:before,
.ar39UbJL9E[aria-expanded="true"] .WusZkZeA:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.ar39UbJL9E[aria-expanded="true"] .WusZkZeA:before {
  transform: rotate(45deg);
}

.ar39UbJL9E[aria-expanded="true"] .WusZkZeA:after {
  transform: rotate(-45deg);
}

.ar39UbJL9E .WusZkZeA {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.ar39UbJL9E .WusZkZeA:before,
.ar39UbJL9E .WusZkZeA:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.ar39UbJL9E .WusZkZeA::before {
  top: -8px;
}

.ar39UbJL9E .WusZkZeA::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.tqnT5AaiP7 {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.tqnT5AaiP7 small {
  color: var(--white-color);
  text-transform: uppercase;
}

.tqnT5AaiP7 .IUgDK5qj7 {
  z-index: 2;
  opacity: 0.45;
}

.tqnT5AaiP7 .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.tqnT5AaiP7 .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.SWJDmp {
  background-image: linear-gradient(135deg, rgba(5,7,13,.88), rgba(17,24,48,.84)), url('../AOOBIT/sM5ZrSoC.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.vyKnnEj5 {
  border-radius: var(--border-radius-medium);
  display: block;
}

.Lb7geKG {
  position: relative;
}

.TQDJxvsQRba {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.jfS81NZUk {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.jJ12HQX {
  background-image: linear-gradient(135deg, rgba(5,7,13,.9), rgba(35,20,80,.82)), url('../AOOBIT/yfnWtcizEP.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.yd46ut8f {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.yd46ut8f .sBAk0wo {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.yd46ut8f .sBAk0wo .fPTfPhQ {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.x28pH9iFQJ {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.QpreTQr5 {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.x28pH9iFQJ:hover .lva9Y4dg {
  transform: translateY(0);
  opacity: 1;
}

.lva9Y4dg {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.lva9Y4dg p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.lva9Y4dg p a {
  color: var(--secondary-color);
}

.lva9Y4dg p a:hover {
  color: var(--white-color);
}

.lva9Y4dg hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.RpHAlxRGpiD {
  background-image: linear-gradient(135deg, rgba(5,7,13,.92), rgba(8,20,48,.86)), url('../AOOBIT/NE16GtUPzp.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.YH0wnTayrJe {
	filter: drop-shadow(2px 2px 4px #606060);
}

.VKufVViPN {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.VKufVViPN .WiZ7pr6Aj {
  background: #f0a5a5 !important;
}

.VKufVViPN thead th {
  background-color: var(--secondary-color);
}

.VKufVViPN th,
.VKufVViPN tr,
.VKufVViPN td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.VKufVViPN tr:last-child th,
.VKufVViPN tr:last-child td {
  border-bottom-color: transparent;
}

.VKufVViPN thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.VKufVViPN th + td {
  border-bottom: 0;
}

.VKufVViPN thead th:last-child {
  border-right-color: transparent;
}

.VKufVViPN .BoofnT {
  background-image: url('../AOOBIT/yfnWtcizEP.jpg');
}

.VKufVViPN .OiIcpt1 {
  background-image: url('../AOOBIT/sM5ZrSoC.jpg');
}

.VKufVViPN .xLWXc3 {
  background-image: url('../AOOBIT/NE16GtUPzp.jpg');
}

.OrzjTkf {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.VKufVViPN h3,
.VKufVViPN p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.kaozIm {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.kaozIm h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.JRWOdPQ {
  column-count: 2;
  padding-left: 20px;
}

.yySGE6c90 {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.dqoMNjN6Na {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.dqoMNjN6Na span {
  font-size: 180%;
  line-height: normal;
}

.kaozIm .mSL73Zx {
  color: var(--primary-color);
}

.kaozIm .mSL73Zx:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.VOZJuz {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.RnDkvtGRy .UjPphY {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.RnDkvtGRy button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.RnDkvtGRy button[type="submit"]:hover,
.RnDkvtGRy button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.gOF1j3f8n {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.b5ygvsEK {
  background-color: var(--secondary-color);
  background-image: linear-gradient(90deg, #07111f, #2563ff, #7c3aed);
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lSf6y0nePU {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.TsNSEGe {
  color: var(--primary-color); 
}

.X1TVR4Q,
.d0MAJaHQ {
  color: var(--white-color);
}

.wjftzHX {
  padding-left: 0;
}

.zVLNElSy {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.d0MAJaHQ {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.igrcqloIGCR {
  margin: 0;
  padding: 0;
}

.NJV0Fe9sBb {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.xr6ehfvt {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.xr6ehfvt:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.xr6ehfvt span {
  display: block;
}

.xr6ehfvt span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .Eo4PHIoLDh {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .EnEf50 .navbar-nav {
    padding-bottom: 30px;
  }

  .EnEf50 .navbar-nav .nav-link {
    padding: 0;
  }

  .tqnT5AaiP7 {
    padding-top: 150px;
  }

  .kaozIm {
    padding: 35px;
  }

  .VKufVViPN h3 {
    font-size: 22px;
  }

  .VKufVViPN th {
    padding: 20px;
  }

  .VKufVViPN tr, 
  .VKufVViPN td {
    padding: 25px;
  }

  .jJ12HQX {
    padding-top: 130px;
  }

  .yd46ut8f {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .KPbs3xd4 {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}



/* ZentroVianx conversion additions */
body { background-color: #05070d; color: var(--white-color); }
body p, body ul li { color: var(--p-color); }
.Fs5f7Jsi h2, .Fs5f7Jsi h3, .Fs5f7Jsi h4, .Fs5f7Jsi h5, .Fs5f7Jsi h6 { color: var(--white-color); }
.B6nSnzNe1Q { background: linear-gradient(90deg, #00e5ff, #2563ff); }
.B6nSnzNe1Q strong, .B6nSnzNe1Q .uG1T0HxPo { color: #05070d !important; }
.nFzbgHaxH { letter-spacing: .5px; }
.tqnT5AaiP7 { background-image: linear-gradient(135deg, rgba(5,7,13,.76), rgba(18,24,68,.76)), url('../AOOBIT/vG9Db6p5.jpg'); background-size: cover; background-position: center; }
.hLIRjOEdH7 { display: none; }
.KPbs3xd4 { box-shadow: 0 0 24px rgba(0,229,255,.22); }
.z3d71Q { color: #00e5ff; border-color: #00e5ff; }
.kaozIm, .NBjMt62 { border-color: rgba(0,229,255,.55); background: rgba(255,255,255,.03); box-shadow: 0 1rem 3rem rgba(0,0,0,.25); }
.lva9Y4dg { background-color: rgba(0,229,255,.78); }
.VKufVViPN thead th { background-color: #2563ff; color: #fff; }
.VKufVViPN th, .VKufVViPN td { background-color: rgba(5,7,13,.86); color: #fff; }
.VKufVViPN p, .VKufVViPN li { color: #dbe8ff; }
.jfS81NZUk { background-color: rgba(10,18,38,.82); color: #fff; }
.jfS81NZUk h3, .jfS81NZUk p { color: #fff; }
.a4sJCJnc li { margin-bottom: 12px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.12); padding: 18px 0; }
.faq-question { width: 100%; background: transparent; border: 0; color: #fff; font-size: 20px; font-weight: 700; text-align: left; display: flex; justify-content: space-between; }
.x66YSBGilGG { display: none; padding-top: 12px; }
.faq-item.active .x66YSBGilGG { display: block; }
.yPXqwLMhM7 { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 9999; background: rgba(5,7,13,.96); border: 1px solid rgba(0,229,255,.4); border-radius: 20px; padding: 18px 22px; box-shadow: 0 1rem 3rem rgba(0,0,0,.35); }
.yPXqwLMhM7 p { margin-bottom: 0; }
.tqnT5AaiP7 .wW6kjYoIvc .KPbs3xd4 { margin: 6px; }
.b5ygvsEK { background-image: linear-gradient(90deg, #07111f, #2563ff, #7c3aed); }
