h2 , h3 {
color: #ffffff !important;
}
h1.ql-align-center  span {
color: #ffffff !important;
}
h2.ql-align-center  {
color: #fff200 !important;
}
p.ql-align-center {
color: #ffffff !important;
}
h1 > span{
color: #ffffff !important;
}
h2 > span{
color: #fff200 !important;
}
p >  span {
color: #ffffff !important;
}
.appbar .appbar-container .appbar-logo {
    height: 100%;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 80px  !important;
}
@media only screen and (max-width: 480px) {
    .appbar .appbar-container .appbar-logo {
        max-height: 40px !important;
    }
}
.appbar-menu .menu-item{
background-image: url("https://ik.imagekit.io/k9j3jqox2/New_Button_BG%202.webp") !important;
background-color: #780038;
background-position: center  !important;
background-repeat: no-repeat !important;
background-size: 140% 140% !important;
}
.menu-list .menu-item {
  position: relative;
  background-image: url("https://ik.imagekit.io/k9j3jqox2/BG.webp") !important;
  background-color: #16000c;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 140% 140% !important;
  overflow: hidden; 
}
.menu-list .menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 119, 0); 
  transition: background 0.25s ease;
  pointer-events: none; 
}
.menu-list .menu-item:hover::after {
  background: rgba(255, 0, 119, 0.22); 
}
.div-card img {
    border-radius: 8px;
    height: 300px !important;
    width: 508px !important;
}
.swiper-slide {
    width: 500px !important;
}
@media only screen and (max-width: 480px) {
    .div-card img {
          height: 170px !important;
    }    
.swiper-slide {
    width: 300px !important;
 }
}
.page { 
  position: relative;
  background-image: url("https://ik.imagekit.io/k9j3jqox2/BG%20_1920x1080_.webp?updatedAt=1782216569544") !important;
  background-color: #08070b;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
  min-height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .page {
    background-image: none !important; 
    background-color: #08070b !important; 
    background-attachment: scroll !important;
    background-size: auto !important; 
    min-height: 100vh; 
  }
}
.bg {
    color: #ffffff !important;
}
.appbar .v-toolbar__content {
background: #08070b;
background: linear-gradient(360deg, rgba(8, 7, 11, 1) 0%, rgba(81, 0, 38, 1) 50%, rgba(210, 0, 91, 1) 100%);
}
.div-ticket .span-right{
  color: #fff200 !important;
}