html {
  scroll-behavior: smooth;
}
body { 
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  background: #161616;
  color: #fff;
  scroll-behavior: smooth; 
  overflow-x: hidden;
  transition: 0.5s;
}
body.body-active{
  background: #F9F9F9;
}
a:focus{
  text-decoration: none;
}
:focus-visible {
    outline: none;
}
.mobile-show{
  display: none!important;
}
.desktop-show{
  display: block!important;
}
header{
  width: 100%;
  position: relative;
  top: 0;
  z-index: 99999;
}
.banner-top-area{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  color: rgba(249, 249, 249, 1);
  font-size: 82px;
  line-height: 82px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 0;
  margin-bottom: 50px;
}
.banner-top-animation{
  max-height: 82px;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.banner-text-animation{
  flex-direction: column;
  animation: myfirst 12s infinite;
  animation-direction: alternate;
  position: relative;
  /*width: 100%;*/
  display: flex;
  flex-direction: column;
  color: #C1C6FF;
}
@keyframes myfirst {
  0%   {left: 0px; top: 0; margin-top: 0; margin-left: 0;}
  15%  {left: 0px; top: 0; margin-top: 0; margin-left: 0;}
  20%  {left: 0; top: 0; margin-top: -82px; margin-left: 380px; }
  25%  {left: 0; top: 0; margin-top: -82px; margin-left: 380px; }
  30%  {left: 0; top: 0; margin-top: -82px; margin-left: 380px; }
  45%  {left: 0; top: 0; margin-top: -82px; margin-left: 380px; }
  50%  {left: 0px; top: 0; margin-top: -164px; margin-left: 0;}
  70%  {left: 0px; top: 0; margin-top: -164px; margin-left: 0;}
  75%  {left: 0; top: 0; margin-top: -164px; margin-left: 0;}
  80%  {left: 0; top: 0; margin-top: -246px; margin-left: 220px;}
  100% {left: 0px; top: 0; margin-top: -246px; margin-left: 220px;}
}
.banner-text-4{
  color: #ffad9e;
}
.banner-text-2{
  color: #a8f9d2;
}
.banner-area{
  width: 100%;
  display: flex;
  position: relative;
  gap:5px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
}
.logo-area{
  width: 100%;
  max-width: 210px;
  display: flex;
  position: relative;
  z-index: 999999;
  margin-right: auto;
}
.logo-area img{
  width: 100%;
}
.enter-bottom{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
.enter-bottom a{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(22, 22, 22, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: rgba(249, 249, 249, 1);
  padding: 10px 15px;
  border-radius: 999px;
  transition: 0.5s;
  text-decoration: none;
}
.enter-bottom a:hover{
  background: rgba(0, 0, 0, 1);
  color: #fff;
}
.menu-area{
  width: 100%;
  position: relative;
  z-index: 999;
  display: flex;
  padding: 30px 0;
}
.menu-area .container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.venu-slider{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: #161616;
  overflow: hidden;
  flex-direction: column;
}
.venu-slider h2{
  position: relative;
}
.venu-slider h2{
  position: relative;
}
.venu-slider h2:after{
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}
.venu-slider .item .product-img{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.venu-slider .item .product-img img{
  width: 639px;
  transition: 0.3s;
  width: 100%;
  object-fit: cover;
}
.venu-slider .item:hover  .product-img img{
  transform: scale(1.2);
}
.venu-slider .owl-dots{
  display: none;
}
.venu-slider .owl-prev , .venu-slider .owl-next{
  width: 48px;
  height: 48px;
  background: url(../images/icn_arrow.svg) no-repeat #B6DFFF!important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center!important;
}
.venu-slider .owl-next{
  transform: rotate(180deg);
}
.venu-slider .owl-nav{
  display: flex;
  align-items: center;
  width: 144px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: -100px;
}
.venu-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.venu-slider h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 54px;
  line-height: 82px;
  color: #F9F9F9;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.venu-img img{
  width: 100%;
  height: 515px;
  object-fit: cover;
}
.venu-slider .item{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.venu-slider .venu-text{
  position: absolute;
  bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  color: #F9F9F9;
  line-height: 24px;
  text-transform: uppercase;
}
.venu-img{
  position: relative;
}
footer{
  padding: 120px 0 60px 0;
  background: #161616;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-logo{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-start;
}
.copy-area{
  width: 100%;
  display: flex;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #F9F9F9;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 40px 0 0;
}
.copy-area .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-2 h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #A8F9D2;
  margin-bottom: 24px;
}
.footer-3 h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #C1C6FF;
  margin-bottom: 24px;
}
.footer-4 h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFAD9E;
  margin-bottom: 24px;
}
.footer-menu-area{
  width: 100%;
  display: flex;
  padding-bottom: 120px;
}
.footer-menu-area ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer-menu-area ul li{
  display: block;
  margin-bottom: 6px;
}
.footer-menu-area ul li a{
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: #F9F9F9;
  padding: 0 0 6px 0;
  text-transform: uppercase;
  display: inline-flex;
  width: auto;
  position: relative;
}
.footer-menu-area ul li:hover a{
  color: #B6DFFF;
}
.footer-menu-area ul li:nth-child(2n):hover a{
  color: #a8f9d2;
}
.footer-menu-area ul li:nth-child(4n):hover a{
  color: #ffad9e;
}
.footer-menu-area ul li a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #B6DFFF;
  transition: 0.2s;
}
.footer-menu-area ul li:hover a:after{
  color: #B6DFFF;
  width: 100%;
}
.footer-menu-area ul li:nth-child(2n):hover a:after{
  background: #a8f9d2;
  width: 100%;
}
.footer-menu-area ul li:nth-child(4n):hover a:after{
  background: #ffad9e;
  width: 100%;
}
.footer-menu-area .row{
  width: 100%;
  flex: auto;
}
.footer-menu-area form .row{
  width: 100%;
  margin-top: 24px;
}

.footer-3 .footer-menu{
  display: flex;
  flex-direction: column;
}
.footer-2{
  display: flex;
}
.footer-2 .footer-menu{
  display: inline-flex;
  flex-direction: column;
}
.footer-1{
  width: 36%;
}
.footer-1 p{
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  max-width: 340px;
}

.footer-2{
  width: 22%;
  display: flex;
  justify-content: center;
}
.footer-3{
  width: 22%;
  display: flex;
  justify-content: center;
}
.footer-4{
  width: 20%;
  display: flex;
  flex-direction: column;
}
.menu-area .container{
  position: relative;
}

.all-collection{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.all-collection a{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  color: #F9F9F9;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding-bottom: 4px;
  position: relative;
  transition: 0.3s;
}
.all-collection a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FFAD9E;
  content: '';
  transition: 0.3s;
  left: 0;
}
.all-collection a:hover{
  color: #FFAD9E;
}
.all-collection a:hover:after{
  width: 0;
}
.banner-text-arrow{
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  gap:60px;
  align-items: center;
  bottom: 60px;
  z-index: 99;
}
.banner-area video , .banner-area img{
  height: 100vh;
  object-fit: cover;
  width: 70%;
  border-radius: 16px;
}
footer .container{
  position: relative;
}
.buy-ticket-area{
  width: auto;
  margin-right: 40px;
  display: flex;
}
.buy-ticket-area a{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(249, 249, 249, 1);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 11px 15px;
  border: 0.5px solid rgba(249, 249, 249, 1);
  border-radius: 999px;
  text-decoration: none;
  transition: 0.5s;
}
.buy-ticket-area a:hover{
  background: rgba(168, 249, 210, 1);
  border: 0.5px solid rgba(168, 249, 210, 1);
  color: #161616;
}
.newslatter-section{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: #B6DFFF;
}
.newslatter-section h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}
.news-input {
  width: 413px;
  height: 44px;
  background: transparent;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  border:1px solid #000;
  border-radius: 999px;
  padding: 10px 24px;
}
.news-input::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.news-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}
.subscribe {
  background: #F9F9F9;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #161616;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  transition: 0.5s;
}
.subscribe:hover{
  background: #161616;
  color: #F9F9F9;
}
.newslatter-email-area form{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:24px;
}
.copy-right-area img:hover{
  filter: brightness(0) saturate(100%) invert(91%) sepia(54%) saturate(666%) hue-rotate(55deg) brightness(100%) contrast(84%);
}
.footer-social{
  width: 100%;
  display: flex;
  gap:16px;
}
.footer-social-icon img{
  width: 24px;
}
.playlists-slider .venu-img img{
  height: 400px;
}
.playlists-slider .owl-prev, .playlists-slider .owl-next{
  background-color: #A8F9D2!important;
}
.event-section{
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: #C1C6FF;
}
.event-section h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 54px;
  line-height: 82px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 0;
}
.event-section .all-collection a{
  color: #161616;
}
.event-section .all-collection a{
  color: #000;
  transition: 0.3s;
}
.event-section .all-collection a:hover{
  color: #A8F9D2;
}
.event-section .all-collection a:after{
  background: #A8F9D2!important;
}
.event-panel-section{
  display: flex;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #000;
  gap:19px;
}
.event-panel-section-first{
  padding-top: 0;
}
.event-panel-section-last{
  padding-bottom: 0;
  border-bottom: none;
}
.event-panel-text h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  margin: 0;
}
.event-panel-text ul{
  padding: 0;
  margin: 0;
  display: flex;
}
.event-panel-text ul li{
  display: flex;
  padding: 0 12px;
  border-right: 1px solid #000;
}
.event-panel-text ul li:first-child{
  padding-left: 0;
}
.event-panel-text ul li:last-child{
  padding-right: 0;
  border-right: none;
}
.event-panel-text ul li a{
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #000000;
}
.event-panel-text ul li:first-child a{
  font-weight: 700;
  font-size:20px;
}
.event-panel-text{
  padding: 25px 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.event-panel-img img{
  width: 104px;
  height: 128px;
  border-radius: 6px;
  object-fit: cover;
}
.event-panel-btn .info-btn a{
  background: transparent;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #161616;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 999px;
  transition: 0.5s;
  text-decoration: none;
  border: 0.5px solid #161616;
  min-width: 161px;
}
.event-panel-btn .info-btn a:hover{
  background: #A8F9D2;
  color: #161616;
  border: 0.5px solid #A8F9D2;
}
.event-panel-btn .buy-ticket-btn a{
  background: #F9F9F9;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #161616;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 999px;
  transition: 0.5s;
  text-decoration: none;
  min-width: 161px;
}
.event-panel-btn .buy-ticket-btn a:hover{
  background: #161616;
  color: #F9F9F9;
}
.event-panel-btn .buy-ticket-btn , .event-panel-btn .info-btn{
  display: flex;
}
.event-panel-btn{
  display: flex;
  flex-direction: column;
  gap:15px;
  justify-content: center;
  margin-left: auto;
}
.vip-about-area{
  width: 100%;
  display: flex;
  padding: 60px 0 0;
  background: #161616;
}
.vip-about-area img{
  width: 100%;
  height: 852px;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.5s;
  opacity: 0.7;
}
.vip-about-area img:hover{
  transform: scale(1.1);
}
.vip-section , .about-section{
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}



.vip-section h2 , .about-section h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 281px;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 50%;
  opacity: 1;
  z-index: 99;
  transform: translateX(-50%);
}
.vip-section h2 span , .about-section h2 span{
  font-weight: 800;
  font-size: 54px;
  line-height: 54px;
  display: block;
}
.vip-section .all-collection , .about-section .all-collection{
  margin-top: 0;
  bottom: 60px;
  position: absolute;
}
.vip-section .all-collection a{
  text-transform: uppercase;
}
.vip-section .all-collection a:after{
  background: #B6DFFF;
}
.vip-section .all-collection a:hover{
  color: #B6DFFF;
}
.play-icon img{
  width: 50px;
}
.play-icon{
  position: absolute;
  top: 27px;
  left: 15px;
  z-index: 99;
}
.playlists-slider .venu-text {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 60px;
  color: #F9F9F9;
  text-transform: uppercase;
  padding: 0 15px;
  flex-direction: column;
}
.playlists-slider .venu-text span{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #F9F9F9;
  text-transform: uppercase;
}
.get-social{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0!important;
  align-items: center;
  background: #F9F9F9;
  gap:31px;
}
.get-social-area{
  display: flex;
  gap:31px;
}
.get-social-area a{
  margin: 0!important;
}
.get-social h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #161616;
}
.get-social p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #161616;
  max-width: 260px;
  margin-bottom: 0;
  text-align: center;
}

.get-mood-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0!important;
  align-items: center;
  background: #B6DFFF;
  margin-top: 60px;
  gap:28px;
}
.get-mood-area h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  margin-bottom: 0;
}
.get-mood-area p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  color: #161616;
  max-width: 230px;
  text-align: center;
}
.menu{
  display: none;
  position: absolute;
  z-index: 99999;
  top: 70px;
}
.menu-icon{
  background: transparent;
  border:none;
}
.menu{
  width: 100%;
  max-width: 430px;
  min-width: 430px;
  overflow: hidden;
  background: #161616;
  text-align: center;
  border-radius: 16px;
}
.menu ul {
  padding: 0;
  margin: 0 0 48px;
  width: 100%;
  border:none;
  list-style-type: none;
}
.menu ul li {
  position: relative;
  width: 100%;
  margin:0;
  padding:0;
}
.menu ul li a {
  display: block;
  width:100%;
  padding: 12px 50px;
  margin: 0;
  color: #F9F9F9;
  text-decoration: none;
  font-family: "Alexandria", sans-serif;
  border-radius:0;
  border:none;
  box-sizing:border-box;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.menu ul li a:hover{
  color: #C1C6FF;
}
.menu ul li:nth-child(2n) a:hover{
  color: #A8F9D2;
}
.menu ul li:nth-child(4n) a:hover{
  color: #FFAD9E;
}
.menu .switch {
  position: relative;
  display: flex;
  background: #F9F9F9;
  border-radius: 999px;
  width: 93px;
  margin: 60px auto 28px;
  height: 46px;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
.switch-btn{
  width: 30px;
  cursor: pointer;
  border-radius: 999px;
  height: 30px;
  display: flex;
  padding: 5px;
}
.switch-active{
  background: #000;
}
.switch-active img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(497%) hue-rotate(226deg) brightness(115%) contrast(95%);
}
.menu .switch.mood-active{
  background: #161616;
}
.menu .switch.mood-active .switch-active {
    background: #F9F9F9;
}
.menu .switch.mood-active img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(497%) hue-rotate(226deg) brightness(115%) contrast(95%);
}
.menu .switch.mood-active .switch-active img{
  filter: brightness(0) saturate(100%) invert(5%) sepia(12%) saturate(18%) hue-rotate(4deg) brightness(93%) contrast(92%);
}
.body-active .menu {
  background: #F9F9F9;
}
.body-active{
  background: #F9F9F9;
}
.home-bg{
  background-image: url(../images/black-home-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.home-bg.body-active{
  /*background-image: url(../images/white-home-bg.png);*/
  background: linear-gradient(rgba(245, 245, 245, 0.6), rgba(245, 245, 245, 0.6)) , url(../images/white-home-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.body-active .venu-slider , .body-active .vip-about-area , .body-active footer{
  background: #F9F9F9;
}
.body-active .buy-ticket-area a{
  color: #161616;
  border-color: #161616;
}
.body-active .buy-ticket-area a:hover{
  background: rgba(168, 249, 210, 1);
  border: 0.5px solid rgba(168, 249, 210, 1);
  color: #161616;
}
.body-active .banner-top-area{
  color: #161616;
}
.body-active .logo-area img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(68%) saturate(1030%) hue-rotate(6deg) brightness(108%) contrast(83%);
}
.body-active .menu ul li a{
  color: #161616;
}
.body-active .menu ul li a:hover{
  color: #C1C6FF;
}
.body-active .menu ul li:nth-child(2n) a:hover{
  color: #A8F9D2;
}
.body-active .menu ul li:nth-child(4n) a:hover{
  color: #FFAD9E;
}
.body-active .get-social-area a:first-child img{
  filter: brightness(0) saturate(100%) invert(76%) sepia(7%) saturate(1449%) hue-rotate(198deg) brightness(102%) contrast(104%);
}
.body-active .get-social-area a:nth-child(2) img{
  filter: brightness(0) saturate(100%) invert(96%) sepia(21%) saturate(760%) hue-rotate(72deg) brightness(97%) contrast(102%);
}
.body-active .get-social-area a:nth-child(3) img{
  filter: brightness(0) saturate(100%) invert(81%) sepia(36%) saturate(677%) hue-rotate(180deg) brightness(103%) contrast(103%);
}
.body-active .get-social-area a:last-child img{
  filter: brightness(0) saturate(100%) invert(97%) sepia(69%) saturate(4289%) hue-rotate(293deg) brightness(99%) contrast(103%);
}
.body-active .venu-slider h2{
  color: #161616;
}
.body-active .venu-slider .all-collection a{
  color: #161616;
}
.body-active .venu-slider .all-collection a:hover{
  color: #FFAD9E;
}
.body-active .copy-area{
  color: #161616;
  border-color: #161616;
}
.body-active .footer-logo img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(68%) saturate(1030%) hue-rotate(6deg) brightness(108%) contrast(83%);
}
.body-active .copy-right-area img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(68%) saturate(1030%) hue-rotate(6deg) brightness(108%) contrast(83%);
}
.body-active .copy-right-area img:hover{
  filter: brightness(0) saturate(100%) invert(91%) sepia(54%) saturate(666%) hue-rotate(55deg) brightness(100%) contrast(84%);
}
.body-active .footer-1 p{
  color: #161616;
}
.body-active .footer-menu-area ul li a{
  color: #161616;
}
.body-active .footer-menu-area ul li:hover a {
  color: #B6DFFF;
}
.body-active .footer-menu-area ul li:nth-child(2n):hover a{
  color: #a8f9d2;
}
.body-active .footer-menu-area ul li:nth-child(4n):hover a{
  color: #ffad9e;
}
.body-active .vip-section , .body-active .about-section{
  background: #161616;
}
.body-active .get-social{
  background: #161616;
}
.body-active .get-social h3{
  color: #F9F9F9;
}
.body-active .get-social p{
  color: #F9F9F9;
}
.black-menu{
  display: block;
}
.white-menu{
  display: none;
}
.body-active .black-menu{
  display: none;
}
.body-active .white-menu{
  display: block;
}
.body-active .footer-social-icon img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(68%) saturate(1030%) hue-rotate(6deg) brightness(108%) contrast(83%);
}
.event-panel-section-last{
  border-bottom: none;
}
.about-banner-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.about-banner-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  color: #F9F9F9;
  font-size: 82px;
  line-height: 82px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-banner-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 1045px;
  margin: 0 auto 15px;
  text-align: center;
}
.about-banner-img{
  width: 100%;
  display: flex;
  margin-top: 100px;
}
.about-img-1 , .about-img-2 , .about-img-3 , .about-img-4 , .about-img-5{
  width: 20%;
  display: flex;
  transition: 0.5s;
  top: 0;
  position: relative;
}
.about-img-1:hover , .about-img-2:hover , .about-img-3:hover , .about-img-4:hover , .about-img-5:hover{
  top: -20px;
}
.about-img-1 img , .about-img-2 img , .about-img-3 img , .about-img-4 img , .about-img-5 img{
  width: 334px;
  height: 395px;
  border-radius: 16px;
  object-fit: cover;
}
.about-img-1{
  transform: rotate(-21.89deg);
  position: relative;
}
.about-img-2{
  transform: rotate(-9.72deg);
  position: relative;
  left: -56px;
}
.about-img-3{
  transform: rotate(0);
  position: relative;
  left: -45px;
  z-index: 9;
}
.about-img-4{
  transform: rotate(9.64deg);
  position: relative;
  left: -45px;
}
.about-img-5{
  transform: rotate(14.62deg);
  position: relative;
  left: -20px;
}
.about-artist-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.about-artist-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}
.about-artist-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #F9F9F9;
  font-size: 54px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about-artist-img{
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.about-artist-panel:nth-child(n) .about-artist-img:after{
  background: linear-gradient(180deg, rgba(193, 198, 255, 0) 0%, rgba(193, 198, 255, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: 0.5s;
}
.about-artist-panel:nth-child(2n) .about-artist-img:after{
  background: linear-gradient(180deg, rgba(168, 249, 210, 0) 0%, rgba(168, 249, 210, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: 0.5s;
}
.about-artist-panel:nth-child(3n) .about-artist-img:after{
  background: linear-gradient(180deg, rgba(182, 223, 255, 0) 0%, rgba(182, 223, 255, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: 0.5s;
}
.about-artist-panel:nth-child(4n) .about-artist-img:after{
  background: linear-gradient(180deg, rgba(255, 173, 158, 0) 0%, rgba(255, 173, 158, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: 0.5s;
}
.about-artist-img img{
  width: 100%;
  border-radius: 16px;
  height: 384px;
  object-fit: cover;
}
.about-artist-img span{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #161616;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 99;
  max-width: 170px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}
.about-artist-img:hover span , .about-artist-img:hover:after{
  opacity: 1!important;
}
.about-artist-panel-area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:60px;
  margin-top: 60px;
}
.about-artist-panel{
  width: 30.12%;
  display: flex;
}

.about-timeline-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  height: 372vh;
  overflow: hidden;
  background-image: url(../images/black-home-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.timeline {
  padding: 0;
  ul {
    padding: 0;
  }

  .default-line {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    background: #383838;
    height: 330vh;
  }

  .draw-line {
    width: 12px;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #C1C6FF;
  }

  ul li {
    list-style-type: none;
    position: relative;
    width: 12px;
    margin: 0 auto;
    height: 110vh;
    background: transparent;

    &.in-view {
      // background-color: $color-red;
      @include global-transition;


      &::before {
        content: '';
        position: absolute;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background-image: url('../images/round.svg');
        background-size: 66px 66px;
        background-repeat: no-repeat;
        background-position: center;
        @include global-transition;

      }
    }

    &::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: inherit;
      background: $color-grey;
      transition: all .4s ease-in-out;
    }

  }
}
.in-view:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(193, 198, 255, 1);
  filter: blur(20px);
}
.about-timeline-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 54px;
  color: #F9F9F9;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
  margin-top: 0;
}
.about-timeline-area h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #F9F9F9;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-timeline-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 22px;
}
.about-timeline-area h3 span{
  color: #FFAD9E;
}
.about-timeline-area img{
  width: 100%;
  height: 507px;
  border-radius: 16px;
  object-fit: cover;
  transition: 0.5s;
  position: relative;
  top: 0;
}
.about-timeline-area img:hover {
  top: -20px;
}


.timeline-panel-text , .timeline-panel-img{
  height: 110vh;
  /*height: 100vh;*/
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.body-active .about-banner-area h2{
  color: #161616;
}
.body-active .about-banner-area p{
  color: #161616;
}
.body-active .about-timeline-area h2{
  color: #161616;
}
.body-active .about-timeline-area h3{
  color: #161616;
}
.body-active .about-timeline-area p{
  color: #161616;
}
.body-active .about-artist-area h2{
  color: #161616;
}
.body-active .about-artist-area p{
  color: #161616;
}
.body-active .about-timeline-area{
  background: linear-gradient(rgba(245, 245, 245, 0.6), rgba(245, 245, 245, 0.6)) , url(../images/white-home-bg.png);
}



.event-area{
  width: 100%;
  display: flex;
  padding: 44px 0 60px 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.event-area h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  color: #F9F9F9;
  font-size: 82px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.event-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.event-bottom-area{
  position: relative;
}
.event-top-area{
  width: 100%;
  display: flex;
  padding: 40px 0 0;
  flex-direction: column;
  gap:24px;
}
.event-bottom-img img{
  width: 100%;
  height: 473px;
  object-fit: cover;
  border-radius: 6px;
}
.event-bottom-panel{
  width: 100%;
  display: flex;
  justify-content: center;
}
.event-panel-des h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #F9F9F9;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.event-panel-des p{
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 7px;
}
.date-frm-area{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.date-area{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #C1C6FF;
}
.frm-area{
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #C1C6FF;
}
.event-panel-des{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.event-bottom-img{
  width: 100%;
  display: flex;
  margin-bottom: 14px;
}

.date-frm-area-2 .date-area , .date-frm-area-2 .frm-area{
  color: #A8F9D2;
}
.date-frm-area-3 .date-area , .date-frm-area-3 .frm-area{
  color: #B6DFFF;
}
.date-frm-area-4 .date-area , .date-frm-area-4 .frm-area{
  color: #FFAD9E;
}
.event-bottom-panel .row{
  margin: 0 -30px;
}
.event-panel-area{
  padding: 30px;
}
.event-bottom-panel{
  width: 100%;
  display: flex;
  padding: 30px 0;
}
.result-section{
  width: 100%;
  justify-content: center;
  display: flex;
  gap:12px;
  margin-top: 24px;
}
.result-section a{
  padding: 12px 14px;
  text-decoration: none;
  border: 0.5px solid #FFFFFF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:24px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.event-dropdown-menu{
  display: flex;
  width: 100%;
  max-width: 187px;
  flex-direction: column;
  position: absolute;
  background: #F9F9F9;
  border-radius: 16px;
  margin-top: 16px;
  min-height: 0;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.event-dropdown-menu.event-details-block{
  height: auto;
  visibility: visible;
  min-height: 100px;
  padding: 20px 25px;
  height: auto;
}

.filter-option {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #161616;
  gap: 6px;
  position: relative;
  padding: 0;
}
.filter-option input {
  opacity: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}
.filter-option span {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
  border: 1px solid rgba(60, 60, 60, 1);
  background: transparent;
  display: flex;
  align-items: center;
justify-content: center;
}
.event-dropdown-menu form {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-option span i{
  display: none;
}
.filter-option input:checked ~ span i{
  display: block;
  font-size: 9px;
  margin-top: -2px;
}
.event-drp-btn{
  background: #C1C6FF;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  border:none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000000!important;
  min-width: 187px;
  border-radius: 999px;
}

.event-drp-btn .cross {
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(161deg) brightness(94%) contrast(101%);
}
.event-drp-btn .down_arrow{
  display: block;
}
.event-drp-btn.event-arrow-block .down_arrow{
  display: none;
}
.event-drp-btn .cross{
  display: none;
}
.event-drp-btn.event-arrow-block .cross{
  display: block;
}
.event-dropdown-area{
  width: 100%;
  display: flex;
  justify-content: center;
  gap:24px;
}
.event-dropdown-panel:nth-child(1) .event-drp-btn{
  background: #C1C6FF;
}
.event-dropdown-panel:nth-child(2) .event-drp-btn{
  background: #A8F9D2;
}
.event-dropdown-panel:nth-child(3) .event-drp-btn{
  background: #B6DFFF;
}
.event-dropdown-panel:nth-child(4) .event-drp-btn{
  background: #FFAD9E;
}
.body-active .event-area h2 , .body-active .event-area p{
  color: #161616;
}
.body-active .result-section a{
  color: #161616;
  border-color: #161616;
}
.body-active .result-section img{
  filter: brightness(0) saturate(100%) invert(4%) sepia(2%) saturate(236%) hue-rotate(314deg) brightness(99%) contrast(91%);
}
.body-active .event-panel-des h3 , .body-active .event-panel-des p{
  color: #161616;
}
.body-active .date-area , .body-active .frm-area{
  color: rgba(0, 0, 0, 0.6);
}
.body-active .event-dropdown-menu{
  border:0.5px solid #161616;;
}
.related-event-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: #B6DFFF;
}
.related-event-area h2{
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.related-event-area .row{
  margin: 0 -20px;
}
.related-event-area .event-panel-area {
    padding: 0 20px;
}
.related-event-area .event-bottom-img img{
  height: 389px;
}
.related-event-area .event-panel-des h3 , .related-event-area .event-panel-des p , .related-event-area .date-area , .related-event-area .frm-area{
  color: #000000;
}
.related-event-area .event-panel-des p{
  font-size: 18px;
  margin-bottom: 6px;
}
.related-event-area .event-panel-des h3{
  margin-bottom: 6px;
}
.related-event-area .event-panel-des p:last-child{
  margin-bottom: 0;
}
.event-details-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.event-details-left{
  width: 35%;
  display: flex;
  gap:24px;
  flex-direction: column;
}
.event-details-left-img{
  width: 100%;
  display: flex;
}
.event-details-left-img img{
  width: 100%;
  height: 473px;
  object-fit: cover;
  border-radius: 6px;
}
.spotify-area{
  width: 100%;
  display: flex;
  align-items: center;
  gap:12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 100%;
}
.spotify-area a{
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap:12px;
}
.spotify-area img{
  width: 16px;
}
.event-details-left-play{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-details-left-play-text h3{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 12px;
}
.event-details-left-play-text p{
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 0;
}
.event-details-right{
  width: 65%;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
}
.event-details-area .container{
  display: flex;
}
.date-details-sec{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(168, 249, 210, 1);
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  display: flex;
}
.date-frm-area-1{
  color: #C1C6FF!important;
}
.date-frm-area-2{
  color: #A8F9D2!important;
}
.date-frm-area-3{
  color: #B6DFFF!important;
}
.date-frm-area-4{
  color: #FFAD9E!important;
}


.event-details-right h2 , .mobile-details-top-area h2 {
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 24px 0;
}
.details-location , .details-calender{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  display: flex;
}
.details-location{
  margin-bottom: 12px;
}
.details-about{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.details-about p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.details-about h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 24px;
}
.g-calender-export-area{
  width: 100%;
  display: flex;
  align-items: center;
  gap:60px;
  margin-top: 40px;
}
.g-calender a , .export-area a{
  width: auto;
  display: flex;
  align-items: center;
  gap:12px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
.details-ticket-area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 12px;
  align-items: center;
  padding: 24px 40px;
  margin: 40px 0;
}
.details-ticket-area span{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 100%;
}
.buy-ticket-btn{
  width: auto;
  display: flex;
  gap:12px;
}
.details-ticket-area .vip-btn a{
  background: transparent;
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(249, 249, 249, 1);
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 9px 16px;
  border-radius: 999px;
  transition: 0.5s;
  text-decoration: none;
  border: 0.5px solid rgba(249, 249, 249, 1);
  min-width: 161px;
}
.details-ticket-area .vip-btn a:hover{
  background: #A8F9D2;
  color: #161616;
  border: 0.5px solid #A8F9D2;
}
.details-ticket-area .buy-ticket-btn a{
  background: rgba(193, 198, 255, 1);
  border: none;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(22, 22, 22, 1);
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  transition: 0.5s;
  text-decoration: none;
  min-width: 161px;
}
.details-ticket-area .buy-ticket-btn a:hover{
  background: #FFAD9E;
  color: #161616;
}
.details-ticket-btn{
  width: auto;
  display: flex;
  align-items: center;
  gap:12px;
}
.details-about-s-p-i{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
.details-about-s-p-i p{
  margin-bottom: 0;
}
.details-about-dr p{
  margin-bottom: 0;
}
.body-active .event-details-right h2 , .body-active  .mobile-details-top-area h2{
  color: rgba(22, 22, 22, 1);
}
.body-active .details-location , .body-active .details-calender{
  color: rgba(22, 22, 22, 1);
}
.body-active .details-ticket-area span{
  color: rgba(22, 22, 22, 1);
}
.body-active .details-about h3 , .body-active .details-about p{
  color: rgba(22, 22, 22, 1);
}
.body-active .details-ticket-area{
  border-color: rgba(22, 22, 22, 1);
}
.body-active .date-details-sec{
  color: rgba(0, 0, 0, 0.6);
}
.body-active .event-details-left-play-text h3 , .body-active .event-details-left-play-text p , .body-active .spotify-area a{
  color: rgba(22, 22, 22, 1);
}
.body-active .spotify-area img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(15%) hue-rotate(315deg) brightness(102%) contrast(95%);
}
.body-active .event-details-left-play img {
  filter: brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(15%) hue-rotate(315deg) brightness(102%) contrast(95%);
}
.body-active .g-calender a , .body-active .export-area a{
  color: rgba(22, 22, 22, 1);
}
.body-active .g-calender img , .body-active .export-area img{
  filter: brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(15%) hue-rotate(315deg) brightness(102%) contrast(95%);
}
.body-active .details-ticket-area .vip-btn a{
  color: rgba(22, 22, 22, 1);
  border-color: rgba(22, 22, 22, 1);
}
.body-active .details-ticket-area .vip-btn a:hover {
  background: #A8F9D2;
  color: #161616;
  border: 0.5px solid #A8F9D2;
}
.mobile-details-top-area{
  display: none;
}



.venue-page-area .row{
  gap:30px;
}
.venue-header p{
  max-width: 992px;
  margin: 0 auto;
}
.venue-page-area{
  width: 100%;
  display: flex;
  padding: 45px 0;
}
.venue-page-panel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.venue-page-panel .venu-text {
  position: absolute;
  bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
  text-transform: uppercase;
}
.venue-page-panel .venu-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.venu-img img{
  transition: 0.5s;
}
.venu-img img:hover{
  transform: scale(1.1);
}
.venue-page-area .col-lg-4 {
    width: 31.76%;
}
.right-roll-area{
  width: 100%;
  display: flex;
  background: rgba(182, 223, 255, 1);
  padding: 60px 0; 
  text-align: center;
}
.right-roll-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: rgba(0, 0, 0, 1);
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
}
.right-roll-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}
.right-roll-area a{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(22, 22, 22, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  background: rgba(249, 249, 249, 1);
  padding: 12px 15px;
  border-radius: 999px;
  display: inline-flex;
  transition: 0.5s;
  margin: 24px auto 0;
}
.right-roll-area a:hover{
  background: rgba(22, 22, 22, 1);
  color: rgba(249, 249, 249, 1);
}
.carrer-area{
  width: 100%;
  display: flex;
  padding: 0 0 60px 0;
}
.carrer-img{
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
.carrer-img img{
  width: 100%;
  height: 403px;
  object-fit: cover;
  border-radius: 16px;
}
.carrer-text h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(249, 249, 249, 1);
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.carrer-text p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(249, 249, 249, 1);
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.carrer-p{
  min-height: 100px;
}
.learn-link{
  width: 100%;
  display: flex;
  margin-top: 24px;
}
.learn-link a{
  font-family: "Alexandria", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: rgba(249, 249, 249, 1);
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding-bottom: 6px;
}
.learn-link a::after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: rgba(193, 198, 255, 1);
  content: "";
  transition: 0.3s;
  left: 0px;
}
.learn-link a:hover {
  color: rgba(193, 198, 255, 1);
}
.learn-link a:hover::after {
  width: 0px;
}
.carrer-area .row{
  gap:45px;
}
.carrer-panel{
  width: 47.23%;
  margin: 15px 0;
}
.carrer-panel:nth-child(2n) .learn-link a{
  color: rgba(249, 249, 249, 1);
}
.carrer-panel:nth-child(2n) .learn-link a::after{
  background: #a8f9d2;
}
.carrer-panel:nth-child(2n) .learn-link a:hover{
  color: #a8f9d2;
}
.carrer-panel:nth-child(4n) .learn-link a{
  color: rgba(249, 249, 249, 1);
}
.carrer-panel:nth-child(4n) .learn-link a::after{
  background: #ffad9e;
}
.carrer-panel:nth-child(4n) .learn-link a:hover{
  color: #ffad9e;
}
.body-active .carrer-text h2 , .body-active .carrer-text p , .body-active .carrer-panel:nth-child(4n) .learn-link a ,  .body-active .learn-link a , .body-active .carrer-panel:nth-child(2n) .learn-link a{
  color: rgba(22, 22, 22, 1);
}
.body-active .learn-link a:hover {
  color: rgba(193, 198, 255, 1);
}
.body-active .carrer-panel:nth-child(2n) .learn-link a:hover{
  color: #a8f9d2;
}
.body-active .carrer-panel:nth-child(4n) .learn-link a:hover{
  color: #ffad9e;
}
.carrer-head-area{
  padding-bottom: 45px;
}
.vip-map-area{
  width: 100%;
  display: flex;
}
.vip-map-area .container{
  position: relative;
}
.pointer-round-area{
  width: 100%;
}
.pop-up-btn , .pop-up-btn-map-2 , .pop-up-btn-map-3{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  position: absolute;
}
.blue-round {
  background: #C1C6FF;
  top: 130px;
  left: 550px;
}
.green-round{
  background: #A8F9D2;
  top: 240px;
  left: 354px;
}
.see-blue-round {
  background: #B6DFFF;
  top: 300px;
  left: 300px;
}
.red-round{
  background: #FFAD9E;
  top: 260px;
  left: 550px;
}
.blue-round-r {
  top: 385px;
  left: auto;
  background: #C1C6FF;
  right: 295px;
}
.vip-map-popup-red.active{
  top: 260px;
  left: 590px;
}
.vip-map-popup-blue.active{
  top: 130px;
  left: 590px;
}
.vip-map-popup-green.active{
  top: 240px;
  left: 400px;
}
.vip-map-popup-see-blue.active{
  top: 300px;
  left: 350px;
}
.vip-map-popup-blue-r.active {
  top: 380px;
  left: 590px;
}

.vip-map-area img{
  width: 100%;
  max-width: 1200px;
}
.vip-head-img img{
  width: 112px;
  float: right;
  height: 138px;
  object-fit: cover;
  border-radius: 6px;
}
.vip-head-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.vip-head-text h2{
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 24px 0;
}
.vip-head-date{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(168, 249, 210, 1);
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  display: flex;
}
.vip-location-date-area{
  width: 100%;
  display: flex;
  gap:24px;
}
.vip-location-area , .vip-date-area{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
}
.vip-head-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vip-book-area{
  width: 100%;
  display: flex;
  padding: 40px 0 60px;
  flex-direction: column;
}
.vip-book-panel{
  width: 100%;
  display: flex;
  padding: 24px 40px;
  background: rgba(193, 198, 255, 1);
  border-radius: 12px;
}
.vip-book-panel-left{
  width: 60%;
  display: flex;
  flex-direction: column;
  gap:10px;
}
.vip-book-panel-right{
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.vip-book-panel-left h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(22, 22, 22, 1);
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
}
.vip-book-panel-left p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(22, 22, 22, 1);
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
}
.vip-book-panel-right a{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(22, 22, 22, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  background: rgba(249, 249, 249, 1);
  padding: 12px 15px;
  border-radius: 999px;
  display: inline-flex;
  transition: 0.5s;
}
.vip-book-panel-right a:hover{
  background: rgba(22, 22, 22, 1);
  color: rgba(249, 249, 249, 1);
}
.vip-book-area .container{
  display: flex;
  gap:24px;
  flex-direction: column;
}
.vip-book-panel:nth-child(2n){
  background: rgba(168, 249, 210, 1);
}
.vip-book-panel:nth-child(3n){
  background: rgba(182, 223, 255, 1);
}
.vip-book-panel:nth-child(4n){
  background: rgba(255, 173, 158, 1);
}

.body-active .vip-head-text h2 , .body-active .vip-location-area, .body-active .vip-date-area , .body-active .vip-head-date{
  color: rgba(22, 22, 22, 1);
}
.position-area{
  width: 100%;
  display: flex;
  background: rgba(193, 198, 255, 1);
  padding: 100px 0;
}
.position-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
}
.position-area img{
  width: 100%;
  height: 384px;
  border-radius: 16px;
  object-fit: cover;
}
.position-area .row{
  gap:30px;
}
.position-area .col-lg-4{
  width: 31.76%;
}
.job-details-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.job-details-img img{
  width: 100%;
  height: 695px;
  border-radius: 16px;
  margin-top: 75px;
  object-fit: cover;
}
.global-details-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}

.global-details-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #F9F9F9;
  margin-bottom: 15px;
}
.global-details-area h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #F9F9F9;
  margin-bottom: 15px;
}
.global-details-area h4{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #F9F9F9;
  margin-bottom: 15px;
}
.global-details-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.body-active .global-details-area h2 , .body-active .global-details-area h3 , .body-active .global-details-area h4 , .body-active .global-details-area p{
  color: #000;
}
.job-details-text h2{
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  color: rgba(249, 249, 249, 1);
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.job-details-text-panel p{
  font-weight: 300;
  color: #F9F9F9;
}
.job-details-text-panel p strong{
  font-weight: 700;
}
.job-details-text-panel h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(249, 249, 249, 1);
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap:24px;
}
.job-details-text-panel{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.apply-now-link{
  width: 100%;
  display: inline-flex;
}
.apply-now-link a{
  font-family: "Alexandria", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  color: #F9F9F9;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding-bottom: 4px;
  position: relative;
  transition: 0.3s;
}
.apply-now-link a:after{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgba(193, 198, 255, 1);
  content: '';
  transition: 0.3s;
  left: 0;
}
.apply-now-link a:hover{
  color: rgba(193, 198, 255, 1);
}
.apply-now-link a:hover:after{
  width: 0;
}


.body-active .job-details-text h2 , .body-active .job-details-text-panel p , .body-active .job-details-text-panel h3 {
  color: rgba(22, 22, 22, 1);
}
.body-active .apply-now-link a {
  color: rgba(22, 22, 22, 1);
}
.body-active .apply-now-link a:hover{
  color: rgba(193, 198, 255, 1);
}
.modal-backdrop.show {
  opacity: 1;
  background: rgba(0,0,0,0.5)!important;
  backdrop-filter: blur(12px);
}
.thankyou-frm .modal-content{
  background: rgba(22, 22, 22, 1)!important;
  border-radius: 24px;
  border: 1px solid rgba(249, 249, 249, 1);
}
.thankyou-frm .modal-content .modal-body{
  padding:40px;
  text-align: center;
}
.thankyou-frm .modal-content .modal-body p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(249, 249, 249, 1);
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.thankyou-frm .modal{
  position: relative;
}
.thankyou-frm .modal-dialog{
  max-width: 389px;
  margin: 0 auto!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%)!important;
}
.thankyou-frm .btn{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(249, 249, 249, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 0.5px solid rgba(249, 249, 249, 1);
  padding: 11px 14px;
  border-radius: 999px;
  display: inline-flex;
  transition: 0.5s;
}
.thankyou-frm .btn:hover{
  color: rgba(22, 22, 22, 1);
  border: 0.5px solid rgba(168, 249, 210, 1);
  background: rgba(168, 249, 210, 1);
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.body-active .thankyou-frm .modal-content {
  border-radius: 24px;
  border: 1px solid rgba(22, 22, 22, 1);
  background: rgba(249, 249, 249, 1)!important;
}
.body-active .thankyou-frm .modal-content .modal-body p{
  color: rgba(22, 22, 22, 1);
}
.body-active .thankyou-frm .btn{
  color: rgba(22, 22, 22, 1);
  border: 1px solid rgba(22, 22, 22, 1);
}
.body-active .thankyou-frm .btn:hover{
  border: 0.5px solid rgba(168, 249, 210, 1);
  background: rgba(168, 249, 210, 1);
}


.content-frm .modal-dialog{
  max-width: 1035px;
  min-width: 1035px;
  margin: 0 auto!important;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%)!important;*/
}
.content-frm .modal-content{
  background: rgba(22, 22, 22, 1)!important;
  border-radius: 24px;
  border: 1px solid rgba(249, 249, 249, 1);
}
.content-frm .modal-content .modal-body{
  padding:40px;
  text-align: center;
}
.content-frm .modal{
  position: relative;
}
.content-frm label{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: rgba(249, 249, 249, 1);
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
}
.content-frm .input-text{
  border: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
  width: 100%;
  border-radius: 999px;
  height: 48px;
  color: #fff;
}
.content-frm .form-group{
  margin-bottom: 24px;
}
.send-btn-popup{
  margin-bottom: 12px!important;
}
.popup-privacy{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(249, 249, 249, 1);
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.popup-privacy a{
  color: rgba(193, 198, 255, 1);
  text-decoration: none;
}
.content-frm .send-free{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(22, 22, 22, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 0.5px solid rgba(22, 22, 22, 1);
  padding: 11px 14px;
  border-radius: 999px;
  display: inline-flex;
  transition: 0.5s;
}
.content-frm .send-free:hover{
  color: rgba(255, 255, 255, 1);
  border: 0.5px solid rgba(22, 22, 22, 1);
  background: rgba(22, 22, 22, 1);
}
.content-frm h2{
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  color: rgba(249, 249, 249, 1);
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content-frm p.form-app{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(249, 249, 249, 1);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}
.form-control:focus{
  box-shadow: none;
}
.input-textarea{
  border: 1px solid rgba(255, 255, 255, 1)!important;
  background: transparent!important;
  width: 100%;
  border-radius: 24px;
  height: 160px;
  color: #fff;
}

.input-file::file-selector-button {
  border: none!important;
  padding: 5px 10px;
  border-radius: 999px;
  background-color: rgba(193, 198, 255, 1)!important;
  height: 48px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(22, 22, 22, 1);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  min-width: 136px;
  position: relative;
  left: -25px;
}
.input-file{
  background: transparent!important;
  border-radius: 999px;
  border: none!important;
  color: #fff!important;
  padding-left: 40px;
  position: relative;
}
.input-file:after{
  position: absolute;
  content: '';
  width: 100%;
  max-width: 310px;
  height: 46px;
  border:1px solid #fff;
  border-radius: 999px;
  right: 0;
  top: 0;
}


.body-active .content-frm .modal-content {
  background: rgba(249, 249, 249, 1) !important;
  border-radius: 24px;
  border: 1px solid rgba(22, 22, 22, 1);
}
.body-active .content-frm h2 , .body-active .content-frm p.form-app , .body-active .content-frm label , .body-active .popup-privacy , .body-active .popup-privacy a{
  color: rgba(22, 22, 22, 1);
}
.body-active .popup-privacy a{
  font-weight: 600;
}
.body-active .input-textarea , .body-active .input-text , .body-active .input-file:after{
  border: 1px solid rgba(22, 22, 22, 1)!important;
  color: rgba(22, 22, 22, 1)!important;
}
.body-active .input-file{
  color: rgba(22, 22, 22, 1)!important;
}
.map-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.map-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 52px;
  color: rgba(249, 249, 249, 1);
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contact-frm-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
  background: rgba(193, 198, 255, 1);
}
.contact-frm-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: rgba(22, 22, 22, 1);
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.contact-frm-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(22, 22, 22, 1);
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.contact-frm-area label {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: rgba(22, 22, 22, 1);
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.contact-frm-area .input-text {
  border: 1px solid rgba(22, 22, 22, 1);
  background: transparent;
  width: 100%;
  border-radius: 999px;
  height: 48px;
  color: rgba(22, 22, 22, 1);
  padding: 12px 18px !important;
}
.contact-frm-area .input-textarea{
  color: rgba(22, 22, 22, 1);
  border: 1px solid rgba(22, 22, 22, 1)!important;
  padding: 12px 18px !important;
}
.contact-frm-area .send-free:hover {
  color: rgba(255, 255, 255, 1);
  border: 0.5px solid rgba(22, 22, 22, 1);
  background: rgba(22, 22, 22, 1);
}
.contact-frm-area .send-free {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgba(22, 22, 22, 1);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 0.5px solid #fff;
  padding: 11px 14px;
  border-radius: 999px;
  display: inline-flex;
  transition: 0.5s;
}
.contact-frm-area .contact-privacy {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgba(22, 22, 22, 1);
  line-height: 150%;
  margin-bottom: 0;
  letter-spacing: 0%;
  vertical-align: middle;
}
.contact-frm-area .contact-privacy a {
  color: rgba(22, 22, 22, 1);
  text-decoration: none;
  font-weight: 700;
}
.contact-frm-area .send-btn-popup{
  text-align: center;
}
.contact-frm-area .form-group {
  margin-bottom: 8px;
}
.contact-frm-area form{
  margin: 40px auto 0;
  max-width: 772px;
}
.contact-frm-area .form-select {
  background-color: transparent;
  border: 1px solid rgba(22, 22, 22, 1);
  max-width: 100%;
  border-radius: 999px;
  height: 48px;
  padding: 12px 18px !important;
}
.form-select:focus {
  outline: 0;
  box-shadow: none;
}
.map-details-area{
  width: 100%;
  display: flex;
  padding: 0 0 60px;
}
.map-details-panel{
  width: 100%;
  padding: 25px 60px 18px 60px;
  display: flex;
  border-bottom: 1px solid rgba(249, 249, 249, 1);
  justify-content: space-between;
  align-items: flex-start;
}
.map-details-panel-1{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: rgba(193, 198, 255, 1);
  font-size: 18px;
  line-height: 100%;
  width: 33.33%;
  display: flex;
  cursor: pointer;
}
.map-details-panel-2{
  width: 33.33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.map-details-panel-2 h3{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  color: rgba(249, 249, 249, 1);
  line-height: 100%;
  margin-bottom: 0;
}
.map-details-text{
  padding-top: 0;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.map-details-text.contact-details-active{
  height: 200px;
  overflow: visible;
  visibility: visible;
  padding-top: 14px;
}
.map-details-text.contact-details-active p{
  margin-bottom: 0;
}

.map-details-panel-3{
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.map-details-text p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(249, 249, 249, 1);
  line-height: 24px;
}
.map-details-panel:hover , .contact-active{
  background: rgba(193, 198, 255, 1);
}
.map-details-panel:hover .map-details-panel-1 , .contact-active .map-details-panel-1 , .map-details-panel:hover .map-details-panel-2 h3 , .contact-active .map-details-panel-2 h3{
  color: rgba(22, 22, 22, 1);
}
.map-details-panel:hover .map-details-panel-3 img , .contact-active .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(5%) sepia(4%) saturate(213%) hue-rotate(315deg) brightness(104%) contrast(92%);
}
.map-details-panel:hover .map-details-panel-2 p , .contact-active .map-details-panel-2 p{
  color: rgba(22, 22, 22, 1);
}
.non-view{
  display: none;
}
.contact-active.non-view{
  display: block;
}
.contact-active.view{
  display: none;
}
.view{
  display: block;
}
.map-details-panel.map-details-panel-green .map-details-panel-1{
  color: #A8F9D2;
}
.map-details-panel.map-details-panel-green:hover{
  background: #A8F9D2;
}
.map-details-panel.map-details-panel-green:hover .map-details-panel-1{
  color: #161616;
}
.map-details-panel.map-details-panel-blue-1 .map-details-panel-1{
  color: #b6dfff;
}
.map-details-panel.map-details-panel-blue-1:hover{
  background: #b6dfff;
}
.map-details-panel.map-details-panel-blue-1:hover .map-details-panel-1{
  color: #161616;
}

.map-details-panel.map-details-panel-red .map-details-panel-1{
  color: #FFAD9E;
}
.map-details-panel.map-details-panel-red:hover{
  background: #FFAD9E;
}
.map-details-panel.map-details-panel-red:hover .map-details-panel-1{
  color: #161616;
}


.map-details-panel.map-details-panel-blue .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(79%) sepia(28%) saturate(1969%) hue-rotate(191deg) brightness(105%) contrast(108%);
}
.map-details-panel.map-details-panel-blue:hover .map-details-panel-3 img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(47%) saturate(825%) hue-rotate(53deg) brightness(94%) contrast(96%);
}
.map-details-panel.map-details-panel-blue.contact-active .map-details-panel-3 img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(47%) saturate(825%) hue-rotate(53deg) brightness(94%) contrast(96%);
}


.map-details-panel.map-details-panel-green .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(86%) sepia(54%) saturate(250%) hue-rotate(80deg) brightness(100%) contrast(96%);
}
.map-details-panel.map-details-panel-blue-1 .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(88%) sepia(86%) saturate(7308%) hue-rotate(172deg) brightness(95%) contrast(111%);
}
.map-details-panel.map-details-panel-red .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(98%) sepia(13%) saturate(5221%) hue-rotate(293deg) brightness(98%) contrast(104%);
}
.map-details-panel:hover .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(2%) sepia(51%) saturate(45%) hue-rotate(314deg) brightness(103%) contrast(88%)!important;
}

.map-details-panel.contact-active .map-details-panel-1{
  color: #161616;
}
.map-details-panel.contact-active .map-details-panel-3 img{
  filter: brightness(0) saturate(100%) invert(2%) sepia(51%) saturate(45%) hue-rotate(314deg) brightness(103%) contrast(88%);
}

.map-details-area h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  color: #F9F9F9;
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.faq-text-p{
  margin-bottom: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.body-active .map-area h2 , .body-active .map-details-panel-2 h3 , .body-active .faq-text-p , .body-active .map-details-area h2{
  color: #161616;
}
.body-active .map-details-panel {
    border-bottom: 1px solid #161616;
}



.map-details-panel.map-details-panel-green.contact-active{
  background: #A8F9D2;
}
.map-details-panel.map-details-panel-blue-1.contact-active{
  background: #b6dfff;
}
.map-details-panel.map-details-panel-red.contact-active{
  background: #FFAD9E;
}
.map-details-panel-3 img{
  position: relative;
  top: -5px;
}
.event-section-next{
  background: #B6DFFF;
}
.best-club--left-area{
  width: 100%;
  display: flex;
  gap:40px;
}
.best-club-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 60px 0 0;
}
.best-club-area p strong{
  font-weight: 700;
}
.best-club-area img{
  width: 100%;
  height: 481px;
  border-radius: 16px;
}
.best-club-left-area-2 img{
  width: 246px;
  height: 37px;
  border-radius: 0;
}
.best-club-left-area-2{
  display: flex;
  flex-direction: column;
  gap:19px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #F9F9F9;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.best-club-left-area-1 h2{
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  color: #F9F9F9;
  font-size: 82px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
}
.best-club-left-area-1 h2 span{
  color: #B6DFFF;
}
.best-club-area-text{
  display: flex;
  align-items: center;
}
.venue-area{
  width: 100%;
  background: #000000;
  position: relative;
  display: flex;
}
.venue-area img{
  width: 100%;
  opacity: 0.6;
}
.venue-banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  text-align: center;
  display: flex;
  gap:28px;
  max-width: 500px;
  flex-direction: column;
}
.venue-banner-text h2{
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 62px;
  color: #F9F9F9;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.venue-banner-text p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #F9F9F9;
}
.venue-banner-bottom{
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  gap:120px;
  max-width: 636px;
}
.venue-banner-bottom-panel{
  width: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.venue-banner-bottom-panel img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}
.venue-banner-bottom-panel h3{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
}
.venue-banner-bottom-panel strong{
  font-weight: 700;
}
.venue-banner-bottom-panel:first-child strong{
  display: block;
}
.best-club-slider .owl-nav , .best-club-slider .owl-dots{
  display: none;
}
.best-club-slider{
  width: 100%;
  display: flex;
  padding: 60px 0;
  overflow: hidden;
}
.best-club-slider .owl-carousel .owl-item img{
  border-radius: 16px;
}
.best-club-area{
  width: 100%;
  display: flex;
  padding-top: 60px;
}
.best-club-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}

.body-active .best-club-area p , .body-active .best-club-left-area-2 , .body-active .best-club-left-area-1 h2{
  color: #161616;
}
.body-active .best-club-left-area-2 img{
  filter: brightness(0) saturate(100%) invert(6%) sepia(2%) saturate(19%) hue-rotate(333deg) brightness(95%) contrast(94%); 
}

.content-frm p{
  margin-bottom: 0;
}
.content-frm .wpcf7-not-valid-tip{
  text-align: left;
}
.content-frm .wpcf7-response-output{
  color: #fff;
}
.send-btn-popup .wpcf7-spinner{
  display: none;
}
.menu-icon:hover{
  background: transparent!important;
}
.contact-frm-area .wpcf7-not-valid-tip{
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
}
.contact-frm-area .wpcf7-response-output{
  text-align: center;
  color: #000;
}
.event-panel-area a{
  text-decoration: none;
}

.map-details-panel .non-view{
  display: none;
  width: 24px;
  height: 24px;
}
.map-details-panel .view{
  display: block;
  width: 24px;
  height: 24px;
}
.map-details-panel.contact-active .non-view{
  display: block;
}
.map-details-panel.contact-active .view{
  display: none;
}
.position-panel-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.position-panel-area .position-hover-text{
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #161616;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 99;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}
.position-hover-text span{
  font-weight: 400;
  display: block;
  font-size: 18px;
}
.position-panel-area a{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.position-panel-area:hover .position-hover-text{
  opacity: 1;
}
.position-panel-sec .position-panel-area:after {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: 0.5s;
}
.position-panel-sec:nth-child(1) .position-panel-area:after{
  background: linear-gradient(180deg, rgba(168, 249, 210, 0) 0%, rgba(168, 249, 210, 1) 100%);
}
.position-panel-sec:nth-child(2) .position-panel-area:after {
  background: linear-gradient(180deg, rgba(182, 223, 255, 0) 0%, rgba(182, 223, 255, 1) 100%);
}
.position-panel-sec:nth-child(3) .position-panel-area:after {
  background: linear-gradient(180deg, rgba(255, 173, 158, 0) 0%, rgba(255, 173, 158, 1) 100%);
}
.position-panel-sec:hover .position-panel-area:after{
  opacity: 1;
}
.vip-map-img-area{
  width: 100%;
  display: flex;
}
.vip-map-img-area img{
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.vip-map-text-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.vip-map-text-area p{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}
.vip-map-text-area p strong{
  font-weight: 600;
}
.add-to-cart-button {
  background: transparent;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 999px;
  transition: 0.5s;
  text-decoration: none;
  border: 0.5px solid #fff;
  min-width: 140px;
  margin-top: 12px;
}
.add-to-cart-button:hover {
  background: #A8F9D2;
  color: #161616;
  border: 0.5px solid #A8F9D2;
}
.vip-map-popup .modal-body{
  padding: 0;
}
.vip-map-popup .modal-title{
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px!important;
  line-height: 20px;
}
/*button:hover{
  background-color: transparent!important;
  border-color: transparent!important;
}*/
.btn-close{
  opacity: 1;
}
.btn-close:focus{
  box-shadow: none!important;
}
.btn-close:hover {
  opacity: 1;
}
.vip-map-popup .modal-dialog {
    max-width: 300px;
    min-width: 300px;
}
.vip-map-popup .modal-content{
  background: #000;
  border:none;
  border-radius: 16px;
}
.vip-map-popup .modal-header {
  border-bottom: none;
}
.vip-map-popup .modal-header .btn-close{
  filter: invert(1);
}
.body-active .vip-map-popup .modal-content {
  background: #fff;
}
.body-active .vip-map-text-area p , .body-active .vip-map-popup .modal-title{
  color: #000;
}
.body-active .vip-map-popup .modal-header .btn-close {
    filter: invert(0);
}
.body-active .add-to-cart-button{
  color: #000;
  border-color: #000;
}
.body-active .add-to-cart-button:hover{
  border-color: #A8F9D2;
}
.vip-map-popup.showme{
  display: block!important;
  opacity: 1!important;
}
.vip-map-popup .modal-backdrop.show{
  display: none!important;
}
.vip-map-popup .fade:not(.show) {
    opacity: 1!important;
}
.vip-map-popup .modal-backdrop.show{
  display: none;
}
.page-id-319 .modal-backdrop.show{
  display: none;
}
.vip-map-popup{
  width: 100%;
  display: none;
  flex-direction: column;
  max-width: 320px;
  z-index: 999;
  min-width: 320px;
  border-radius: 10px;
  background: #000;
  position: relative;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.vip-map-popup.showme{
  display: flex;
}
.vip-map-popup.show-popup{
  display: flex!important;
}
/*.vip-map-popup:before{
  position: absolute;
  left: -15px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 10px solid #000;
  border-bottom: 7px solid transparent;
}*/
.vip-map-popup.show-popup.hide-popup{
  display: none!important;
}
.popup-content{
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.vip-map-popup.active{
  display: block!important;
}
.home .banner-area{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.map-1 , .map-2 , .map-3{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.map-3 .map-3-blue-round {
  top: 212px;
  left: auto;
  background: #C1C6FF;
  right: 230px;
}
.map-3 .map-3-green-round {
  top: 378px;
  background: #A8F9D2;
  left: 575px;
}
.map-3 .map-3-green-round-r {
  top: 360px;
  left: auto;
  background: #A8F9D2;
  right: 235px;
}
.event-dropdown-panel{
  position: relative;
}


.map-2 .blue-round {
  top: 152px;
  left: 336px;
}

.map-2 .green-round {
  top: 217px;
  left: 516px;
}
.map-2 .blue-round-r {
  top: 430px;
  left: auto;
  right: 675px;
}
.map-2 .green-round-r {
  top: 220px;
  left: auto;
  right: 550px;
}
.vip-map-popup-green-map-3.active {
  left: 230px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.map-3 .vip-map-popup-green-r-map-3.active {
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 290px;
}
.map-3 .vip-map-popup-blue-map-3.active {
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 290px;
}
.vip-map-popup-blue-map-2.active{
  top: 200px;
  left: 380px;
  position: absolute;
}
.vip-map-popup-see-green-r-map-2.active{
  top: 200px;
  left: 715px;
  position: absolute;
}
.vip-map-popup-see-green-map-2.active{
  top: 200px;
  left: 560px;
  position: absolute;
}
.vip-map-popup-blue-r-map-2.active {
  top: 430px;
  left: 590px;
  position: absolute;
}
.menu-icon-1 , .menu-icon-2 , .menu-icon-3 , .menu-icon-4 , .menu-icon-5{
  width: 18px;
  height: 18px;
  background: rgba(249, 249, 249, 1);
  border-radius: 5px;
  display: flex;
  z-index: 99999;
  position: relative;
}
.body-active .menu-icon-1 , .body-active .menu-icon-3, .body-active .menu-icon-4 , .body-active .menu-animation .menu-icon-2{
  background: rgba(22, 22, 22, 1);
}

.menu-icon-5{
  background: transparent;
  display: none;
}
.menu-icon-2{
  background: rgba(193, 198, 255, 1);
  transform: rotate(45deg);
}
.menu-icon{
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  height: 40px;
  gap:3px;
  position: relative;
  transition: 0.5s;
}
.menu-animation .menu-icon-5{
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
}
.menu-animation .menu-icon-5 img{
  width: 100%;
  margin-top: -4px;
}
.menu-icon-4{
  opacity: 1;
  transition: all 0.5s ease-in-out; /* Add a smooth animation */
}
.menu-animation .menu-icon-4{
  opacity: 0;
}
.menu-animation .menu-icon-2{
  background: rgba(249, 249, 249, 1);
  transform: rotate(0deg);
}



.menu-icon-1{
  left: 6px;
  position: absolute;
}
.menu-icon-2 {
  top: 0;
  right: 5px;
  position: absolute;
  transition: all 0.5s ease-in-out; /* Add a smooth animation */
}
.menu-icon-2.moved {
  top: 22px;
  right: 5px;
  position: absolute;
}
.menu-icon-3 {
  bottom: 0;
  right: 5px;
  position: absolute;
  transition: all 0.5s ease-in-out; /* Add a smooth animation */
}
.menu-icon-3.moved1 {
  bottom: 0;
  right: 26px;
  position: absolute;
}
.menu-icon-4 {
  bottom: 0;
  left: 6px;
  position: absolute;
  transition: all 0.5s ease-in-out; /* Add a smooth animation */
}

.notselectfilter{
  width: 100%;
}
.details-about-s-p-i p img , .details-location img , .details-calender img , .vip-date-area img , .vip-location-area img{
  width: 20px;
  height: 20px;
}

.venu-slider .owl-item{
  transition: 0.5s;
  top: 0;
}
.venu-slider .owl-item:hover{
  top: -15px;
  position: relative;
}
.footer-social-icon:nth-child(1) img:hover{
  filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(326%) hue-rotate(89deg) brightness(88%) contrast(108%);
}
.footer-social-icon:nth-child(2) img:hover{
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(322%) hue-rotate(180deg) brightness(92%) contrast(94%);
}
.footer-social-icon:nth-child(3) img:hover{
  filter: brightness(0) saturate(100%) invert(24%) sepia(30%) saturate(7447%) hue-rotate(320deg) brightness(99%) contrast(88%);
}
.footer-social-icon:nth-child(4) img:hover{
  filter: brightness(0) saturate(100%) invert(26%) sepia(79%) saturate(5967%) hue-rotate(330deg) brightness(88%) contrast(124%);
}
.footer-social-icon:nth-child(5) img:hover{
  filter: brightness(0) saturate(100%) invert(35%) sepia(74%) saturate(2621%) hue-rotate(179deg) brightness(93%) contrast(99%);
}


.menu.menu-active{
  display: block;
}
.menu-close-blank{
  width: 100%;
  display: none;
  height: 150%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.menu-close-blank.menu-close-blank-hide{
  display: flex;
}
.get-social-area a img{
  width: 32px;
  height: 32px;
}
.menu a{
  text-decoration: none;
}
.step-title-section h1{
  line-height: 32px!important;
  color: #F9F9F9!important;
  font-family: "Alexandria", sans-serif!important;
}
.step-title-section .step-subtitle{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #F9F9F9;
}
.modal-close {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  border: none!important;
  padding: 0!important;
  font-family: "Rubik", sans-serif;
  color: #F9F9F9;
}
.modal-close span{
  font-size: 20px;
  position: relative;
  top: -2px;
}
.modal-close:hover{
  background: transparent;
  color: #fff!important;
}
.modal-logo h2{
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #F9F9F9;
  font-family: "Alexandria", sans-serif;
}
.modal-top-bar{
  padding: 40px 40px 20px 40px!important;
  border-bottom: none!important;
}
.step-circle{
  width: 32px!important;
  height: 32px!important;
  border: 1px solid #838383!important;
  font-size: 16px!important;
  line-height: 32px;
  font-weight: 700!important;
  font-family: "Rubik", sans-serif;
  color: #838383!important;
}
.progress-step.active .step-circle{
  background: #C1C6FF!important;
  border: 1px solid #FFFFFF!important;
  color: #000000!important;
  transform: scale(1)!important;
}
.progress-indicator{
  padding: 15px 40px!important;
}
.checkout-step{
  padding: 0 40px 15px 40px!important;
}
.step-footer .btn-skip{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #F9F9F9;
  padding: 8px 15px;
  min-width: inherit;
}
.step-footer .btn-continue , .step-footer .btn-pay{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #161616;
  padding: 8px 15px;
  min-width: inherit;
}
.step-footer .btn-pay{
  background: #fff!important;
}
.step-footer .btn-pay:hover {
  background: #fff;
}
.btn-continue:hover {
  transform: translateY(0)!important;
  color: #161616!important;
  box-shadow: none!important;
}
.step-footer{
  border-top: none!important;
  padding-top: 0!important;
  margin-top: 40px!important;
}
.checkout-step .product-description{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
}
.checkout-step .product-price{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
}
.checkout-step .product-title{
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
}
.checkout-step .quantity-controls {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 0!important;
    border-radius: 0!important;
    border: none!important;
    width: fit-content;
    margin-top: 0!important;
}
.checkout-step h3{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
}

.category-header {
  padding: 24px 0 !important;
  background: url(../images/arrow-colleps-up.svg) no-repeat !important;
  background-position: center right !important;
}
.collapsed .category-header {
  padding: 24px 0 !important;
  background: url(../images/arrow-colleps.svg) no-repeat !important;
  background-position: center right !important;
}
.category-header:hover , .category-header.collapsed:hover {
  background-color: transparent!important;
}
.category-products{
  padding: 24px 0 48px!important;
}
.quantity-controls .qty-decrease {
  background: rgba(255, 255, 255, 0.3)!important;
  color: #000 !important;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 10px !important;
  font-size: 26px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.quantity-controls .qty-increase {
  background: #FFFFFF !important;
  color: #000 !important;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 10px !important;
  font-size: 26px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.quantity-controls .qty-value{
  font-size: 14px!important;
  line-height: 18px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
}
.category-section{
  border-bottom: 1px solid #fff;
  border-radius: 0!important;
  margin-bottom: 0!important;
}
.product-list-item{
  gap: 40px!important;
}
.category-toggle{
  display: none !important;
}
.order-sidebar{
  border: 0.5px solid #FFFFFF!important;
  padding: 24px 40px!important;
}
.order-sidebar .badge-label {
  font-size: 20px;
  color: #F9F9F9;
  margin-bottom: 4px;
  font-family: "Rubik", sans-serif;
}
.order-sidebar .badge-amount{
  font-size: 20px;
  font-weight: 700;
  color: #F9F9F9;
  margin-bottom: 4px;
  font-family: "Rubik", sans-serif;
}
.order-sidebar .order-totals {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.order-sidebar .divider-small {
  height: 1px;
  background: #F9F9F9;
  margin: 12px 0!important;
}
.order-sidebar .total-row{
  padding: 12pxpx 0!important;
}
.order-sidebar .total-row span{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.order-sidebar .progress-bar-container {
  width: 100%;
  height: 12px;
  background: #fff!important;
  border-radius: 20px!important;
  overflow: hidden;
  border: none!important;
}
.order-sidebar .progress-bar-fill {
  background: #C1C6FF!important;
  border: none!important;
}
.order-sidebar .progress-bar-fill.over-limit {
    background: linear-gradient(90deg, var(--danger), #dc2626)!important;
}
.order-sidebar{
  max-height: fit-content!important;
  gap: 12px!important;
}
.divider{
  background: #F9F9F9!important;
}
.order-sidebar .clear-selection-btn{
  text-decoration: none!important;
  color: #D3D3D3;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.order-sidebar .sidebar-section h3{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.order-sidebar .item-details .item-price , .order-sidebar .item-details .item-name , .order-sidebar .item-details .item-qty{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.order-sidebar .item-details .remove-item{
  display: none;
}
.progress-step.completed .step-circle {
  background: #C1C6FF!important;
  border-color: #fff!important;
  color: #000!important;
}
.checkout-step .form-field label{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.checkout-step .booking-form-container , .checkout-step .summary-container , .checkout-step .payment-container {
  max-width: 100%;
  margin: 40px auto 0;
}
.checkout-step .summary-block {
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #fff;
}
.checkout-step .block-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}
.checkout-step .summary-block .block-header h3{
  font-size: 18px;
  color: #F9F9F9;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.checkout-step .footer-note{
  font-size: 12px;
  color: #F9F9F9;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.checkout-step .field-note{
  font-size: 14px;
  color: #F9F9F9;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  margin-top: 0!important;
}
.checkout-step .form-field input , .checkout-step .form-field textarea {
  border: 1px solid #fff;
  font-size: 14px;
  color: #F9F9F9;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
}
.checkout-step .form-field input:focus, .checkout-step .form-field textarea:focus {
  outline: none;
  border-color: #fff!important;
  background: transparent!important;
}
.checkout-step .info-grid {
  display: flex;
  flex-direction: row;
  padding-bottom: 24px;
  gap: 0;
}
.checkout-step .info-row{
  width: 33.33%;
}
.checkout-step .info-label{
  font-size: 14px;
  color: #F9F9F9;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.checkout-step .info-value{
  font-size: 14px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.checkout-step .edit-btn{
  color: #fff;
}
.checkout-step .edit-btn:hover {
  transform: scale(1);
  color: #fff;
  background-color: transparent!important;
  border-color: transparent!important;
}
.checkout-step #summary-addons-list p{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.checkout-step .total-line span{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.summary-block .total-line.highlight {
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
}
.summary-block .divider-thick {
  background: #fff!important;
}
.summary-block .grand-total span strong{
  font-size: 16px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.summary-block .total-line.grand-total{
  padding: 24px 0;
}
.total-line.grand-total {
  border-top: 2px solid #fff!important;
}
.payment-container .card-input-wrapper input{
  width: 100%;
}
.payment-container .payment-notice{
  background: transparent;
  gap: 5px;
  padding: 0;
  margin-top: 5px;
}
.payment-container .payment-notice p{
  font-size: 12px;
  color: #F9F9F9;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.checkout-modal .modal-overlay{
  background: rgba(0, 0, 0, 0.3);
}

.map-1 .blue-round-1{
  top: 128px;
  left: 382px;
}
.map-1 .blue-round-2{
  top: 128px;
  left: 440px;
}
.map-1 .blue-round-3{
  top: 128px;
  left: 500px;
}
.map-1 .blue-round-4{
  top: 175px;
  left: 350px;
}
.map-1 .blue-round-5{
  top: 175px;
  left: 405px;
}
.map-1 .blue-round-6{
  top: 175px;
  left: 463px;
}
.map-1 .blue-round-7{
  top: 175px;
  left: 524px;
}

.map-1 .blue-round-r-1{
  top: 290px;
  right: 315px;
}
.map-1 .blue-round-r-2{
  top: 335px;
  right: 304px;
}
.map-1 .blue-round-r-3{
  top: 422px;
  right: 327px;
}
.map-1 .blue-round-r-4{
  top: 492px;
  right: 341px;
}
.map-1 .blue-round-r-5 {
  top: 546px;
  right: 332px;
}

.map-1 .green-round-1{
  top: 325px;
  left: 382px;
}
.map-1 .red-round-1{
  top: 274px;
  left: 504px;
}
.map-1 .red-round-2{
  top: 274px;
  left: 570px;
}
.map-1 .see-blue-round-1{
  top: 325px;
  left: 242px;
}
.map-1 .see-blue-round-2{
  top: 305px;
  left: 256px;
}
.map-1 .see-blue-round-3{
  top: 305px;
  left: 292px;
}
.map-1 .see-blue-round-4{
  top: 305px;
  left: 332px;
}
.map-1 .see-blue-round-5{
  top: 259px;
  left: 382px;
}


.map-3 .map-3-blue-round-1{
  top: 200px;
  right: 257px;
}
.map-3 .map-3-blue-round-2 {
  top: 242px;
  right: 254px;
}
.map-3 .map-3-blue-round-3 {
  top: 338px;
  right: 255px;
}
.map-3 .map-3-blue-round-4{
  top: 400px;
  right: 246px;
}
.map-3 .map-3-green-round-1{
  top: 400px;
  left: 572px;
}
.map-3 .round-round-1{
  top: 290px;
  left: 668px;
}
.map-3 .round-round-2{
  top: 300px;
  left: 747px;
}
.map-3 .round-round-3{
  top: 307px;
  left: 820px;
}
.map-3 .round-round-4{
  top: 315px;
  left: 891px;
}
.map-3 .round-round-5{
  top: 250px;
  left: 671px;
}
.map-3 .round-round-6{
  top: 261px;
  left: 748px;
}
.map-3 .round-round-7{
  top: 266px;
  left: 819px;
}
.map-3 .round-round-8{
  top: 274px;
  left: 888px;
}
.map-3 .round-round-7{
  top: 266px;
  left: 819px;
}
.map-3 .round-round-8{
  top: 274px;
  left: 888px;
}
.map-3 .round-round-9{
  top: 217px;
  left: 715px;
}
.map-3 .round-round-10{
  top: 222px;
  left: 784px;
}
.map-3 .round-round-11{
  top: 230px;
  left: 851px;
}


.map-2 .blue-round-1{
  top: 170px;
  left: 326px;
}
.map-2 .blue-round-2{
  top: 170px;
  left: 362px;
}

.map-2 .blue-round-r-1{
  top: 428px;
  right: 680px;
}
.map-2 .blue-round-r-2{
  top: 456px;
  right: 700px;
}

.map-2 .green-round-1{
  top: 238px;
  left: 461px;
}
.map-2 .green-round-2{
  top: 260px;
  left: 545px;
}
.map-2 .red-round-1{
  top: 230px;
  left: auto;
  right: 560px;
}
.map-2 .red-round-2{
  top: 188px;
  left: auto;
  right: 788px;
}
.map-2 .red-round-3{
  top: 202px;
  left: auto;
  right: 753px;
}
.map-2 .red-round-4{
  top: 216px;
  left: auto;
  right: 672px;
}
.map-2 .red-round-5{
  top: 180px;
  left: auto;
  right: 692px;
}
.map-2 .red-round-6{
  top: 196px;
  left: auto;
  right: 633px;
}