/* ----------------------------
// colors
// ----------------------------*/
/* ----------========== Media Query Break Points ==========---------- */
* {
  padding: 0;
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #EC008C;
}
a:hover {
  color: #FFD400;
}

body {
  font-size: 18px;
  line-height: 25px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  margin: 0 !important;
}

h1 {
  font-size: 56px;
  line-height: 43.2px;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  color: #FFD400;
  margin: 0;
}
@media (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

.h1 {
  font-size: 56px;
  line-height: 43.2px;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  color: #FFD400;
  margin: 0;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 44px;
    line-height: 40px;
  }
}

h2 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 33px;
    line-height: 37px;
  }
}

h3 {
  font-size: 25px;
  line-height: 27px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
    line-height: 23px;
  }
}

h4 {
  margin: 0;
}

.p-small {
  font-size: 14px;
  line-height: 22px;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn--primary {
  display: block;
  max-width: fit-content;
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #EC008C;
  border: 1px solid #EC008C;
  border-radius: 42px;
  transition: all 0.3s ease;
}
.btn--primary:hover {
  background-color: #FFD400;
  color: #EC008C;
  border-color: #FFD400;
}
.btn--primary.btn--outline {
  color: #EC008C;
  background-color: transparent;
}
.btn--primary.btn--outline:hover {
  background-color: #FFD400;
  color: #EC008C;
  border-color: #FFD400;
}
.btn--primary.btn--rounded {
  font-size: 13px;
  line-height: 100%;
  padding: 6px 17px;
  border-radius: 22px;
}
.btn--primary.btn--rounded-outline {
  font-size: 13px;
  line-height: 100%;
  padding: 6px 17px;
  border-radius: 22px;
  color: #EC008C;
  background-color: transparent;
}
.btn--primary.btn--rounded-outline:hover {
  background-color: #EC008C;
  color: #ffffff;
}
.btn--primary.btn--highlight {
  border-color: #FFD400;
  color: #EC008C;
  background-color: #FFD400;
}
.btn--primary.btn--highlight:hover {
  color: #FFD400;
  background-color: transparent;
}

.el-animate {
  transform: translateY(120px);
  opacity: 0;
  transition: transform 1s 0.2s, opacity 1s 0.2s;
}
.el-animate.animated {
  transform: translateY(0);
  opacity: 1;
}

.site-header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 28px 0;
  margin-bottom: 80px;
}
@media (max-width: 1165px) {
  .site-header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .site-header {
    margin-bottom: 0;
  }
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1165px) {
  .site-header .header-inner {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .site-header .header-inner {
    gap: 10px;
    justify-content: space-between;
  }
}
.site-header .header-btn-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  .site-header .header-btn-group {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .site-header .header-btn-group {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .site-header .header-btn-group .btn--primary:not(.toggle-menu) {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .site-header .header-btn-group .btn--primary:not(.toggle-menu) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .site-header .header-btn-group .btn--primary:not(.toggle-menu).phone-btn {
    background-image: url(../image/toggle-menu-icon.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    padding: 13px 20px;
  }
}
.site-header .header-btn-group .btn--primary:not(.toggle-menu) span {
  display: block;
  font-size: 9px;
}
@media (max-width: 767px) {
  .site-header .header-btn-group .btn--primary:not(.toggle-menu) span {
    display: none;
  }
}

.site-logo {
  max-width: 134px;
}
@media (max-width: 1165px) {
  .site-logo {
    max-width: 90px;
  }
}

.main-navigation {
  width: auto;
  margin-left: auto;
}

.toggle-menu {
  position: relative;
  aspect-ratio: 33/25;
  height: 40px;
  display: none;
}
@media (max-width: 991px) {
  .toggle-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .toggle-menu {
    height: 30px;
  }
}
.toggle-menu span {
  width: 18px;
  height: 2px;
  background: #EC008C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.toggle-menu span:nth-child(1) {
  top: 13px;
}
@media (max-width: 767px) {
  .toggle-menu span:nth-child(1) {
    top: 8px;
  }
}
.toggle-menu span:nth-child(2) {
  top: 18px;
}
@media (max-width: 767px) {
  .toggle-menu span:nth-child(2) {
    top: 13px;
  }
}
.toggle-menu span:nth-child(3) {
  top: 23px;
}
@media (max-width: 767px) {
  .toggle-menu span:nth-child(3) {
    top: 18px;
  }
}
.toggle-menu:hover span {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .main-navigation {
    position: fixed;
    width: auto;
    height: 100%;
    background: rgb(28, 1, 17);
    left: -100%;
    top: 0;
    z-index: 1;
    flex-direction: column;
    padding: 80px 30px 30px;
    min-width: 300px;
    transition: all 0.5s ease;
  }
}
.main-navigation:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: -1;
}
.main-navigation.active {
  left: 0;
}
.main-navigation.active:after {
  opacity: 0.5;
}

.close-toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  display: none;
}
@media (max-width: 991px) {
  .close-toggle {
    display: block;
  }
}
.close-toggle::after, .close-toggle::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #ec008c;
  position: absolute;
  top: 14px;
  left: 2px;
}
.close-toggle:before {
  transform: rotate(45deg);
}
.close-toggle:after {
  transform: rotate(-45deg);
}

.menu {
  gap: 15px;
  display: flex !important;
}
@media (min-width: 768px) {
  .menu {
    align-items: center;
  }
}
@media (max-width: 1165px) {
  .menu {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .menu {
    flex-direction: column;
    gap: 30px;
  }
}
.menu li a {
  color: #EC008C;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1165px) {
  .menu li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .menu li a {
    font-size: 16px;
  }
}
.menu li a:hover {
  color: #FFD400;
}
.menu .menu-item-has-children {
  max-width: fit-content;
  margin-right: 20px;
}
.menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #EC008C;
  border-bottom: 2px solid #EC008C;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .menu .menu-item-has-children:hover::after {
    transform: translateY(-40%) rotate(-135deg);
    border-color: #FFD400;
  }
}
@media (max-width: 767px) {
  .menu .menu-item-has-children.active::after {
    transform: translateY(-40%) rotate(-135deg);
    border-color: #FFD400;
  }
}
.menu .sub-menu {
  flex-direction: column;
}
@media (min-width: 768px) {
  .menu .sub-menu {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
  }
  .menu .sub-menu .menu-item {
    border-bottom: 1px solid #EC008C;
  }
  .menu .sub-menu .menu-item:last-child {
    border-bottom: 0;
  }
  .menu .sub-menu .menu-item a {
    padding: 5px 10px;
  }
  .menu .sub-menu .menu-item:hover a {
    color: #FFD400;
    background-color: #EC008C;
  }
}
@media (max-width: 767px) {
  .menu .sub-menu {
    left: auto;
	  position: relative;
  }
  .menu .sub-menu .menu-item a {
    padding: 5px 0;
  }
}

.site-footer {
  padding: 84px 0 116px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 60px;
  }
}
.site-footer .footer-inner {
  display: flex;
  gap: 95px;
}
@media (max-width: 991px) {
  .site-footer .footer-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.site-footer .footer-logo img {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  object-fit: cover;
  display: block;
}
.site-footer .footer-info-part {
  display: flex;
  gap: 60px;
  max-width: 700px;
}
@media (max-width: 991px) {
  .site-footer .footer-info-part {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-info-part {
    flex-direction: column;
    gap: 40px;
  }
}
.site-footer .footer-info-part .footer-info {
  max-width: 217px;
}
@media (max-width: 991px) {
  .site-footer .footer-info-part .footer-info {
    max-width: 337px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-info-part .footer-info {
    max-width: 100%;
  }
}
.site-footer .footer-info-part .footer-info .p-small {
  margin: 0;
}
.site-footer .address {
  font-weight: bold;
  color: #EC008C;
  text-decoration: none;
}
.site-footer .address:hover {
  color: #FFD400;
}
.site-footer .timing p {
  margin: 26px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.site-footer .timing p span {
  display: block;
}
.site-footer .footer-menu-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.site-footer .footer-menu-item .footer-menu {
  margin: 0;
  list-style: none;
}
.site-footer .footer-menu-item .footer-menu a {
  display: block;
  font-weight: bold;
  color: #EC008C;
  text-decoration: none;
  max-width: fit-content;
}
.site-footer .footer-menu-item .footer-menu a:hover {
  color: #FFD400;
}
.site-footer .footer-social {
  display: flex;
  gap: 30px;
  align-items: center;
}
.site-footer .footer-social img {
  width: 20px;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.site-footer .footer-social img:hover {
  transform: scale(1.1);
}
.site-footer .footer-contact a {
  display: block;
  font-weight: bold;
  color: #EC008C;
  text-decoration: none;
  max-width: fit-content;
}
.site-footer .footer-contact a:hover {
  color: #FFD400;
}

body {
  background-image: url(../image/body-bg.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body {
    background-size: 180vh;
  }
}

.hero-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(32, 3, 23) 12%, rgba(32, 3, 23, 0) 25%, rgba(25, 2, 18, 0.1) 57%, rgb(0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
.hero-sec .subtitle {
  color: #FFD400;
}
.hero-sec .hero-sec-inner {
  position: relative;
  z-index: 1;
  padding: 90px 0 40px;
}
@media (max-width: 767px) {
  .hero-sec .hero-sec-inner {
    padding: 60px 0 20px;
  }
}
.hero-sec .hero-sec-inner h1.title {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .hero-sec .hero-sec-inner h1.title {
    margin-bottom: 10px;
  }
}
.hero-sec .hero-banner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .hero-sec .hero-banner {
    margin-top: 40px;
  }
}
.hero-sec .hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(28, 1, 17) 23%, rgba(130, 5, 79, 0) 77%);
  opacity: 90%;
}
.hero-sec .hero-banner img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .hero-sec .hero-banner img {
    height: 400px;
  }
}
.hero-sec .hero-banner:hover img {
  transform: scale(1.03);
}
.hero-sec .hero-banner-content .content {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-sec .hero-banner-content .content {
    left: 20px;
    bottom: 20px;
    max-width: 300px;
  }
}
.hero-sec .hero-banner-content .content p {
  margin: 19px 0;
}
.hero-sec .badge {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFD400;
  color: #000000;
  border-radius: 50%;
  font-size: 32px;
  line-height: 30px;
  font-weight: 800;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .hero-sec .badge {
    width: 70px;
    height: 70px;
    font-size: 22px;
    line-height: 20px;
    top: 10px;
    right: 10px;
  }
}
.hero-sec .badge span {
  display: block;
  font-size: 20px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .hero-sec .badge span {
    font-size: 14px;
    line-height: 15px;
  }
}

.vr-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .vr-section {
    padding: 20px 0;
  }
}
.vr-section .title {
  margin-bottom: 60px;
}
.vr-section .vr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .vr-section .vr-grid {
    grid-template-columns: 1fr;
  }
}
.vr-section .vr-grid.vr-grid-experience .vr-card::after {
  display: none;
}
.vr-section .vr-grid.vr-grid-experience .vr-card a > img {
  aspect-ratio: 565/543;
}
.vr-section .vr-grid.vr-grid-experience .vr-card a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(28, 1, 17) 23%, rgba(130, 5, 79, 0) 77%);
  opacity: 90%;
}
.vr-section .vr-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.vr-section .vr-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(28, 1, 17) 23%, rgba(130, 5, 79, 0) 77%);
  opacity: 90%;
}
.vr-section .vr-card:hover img {
  transform: scale(1.03);
}
.vr-section .vr-card.calm-experiences .card-content .main-category .calm-experiences {
  color: #4285F4;
}
.vr-section .vr-card.engaging-experiences .card-content .main-category .engaging-experiences {
  color: #FFD400;
}
.vr-section .vr-card.intense-experiences .card-content .main-category .intense-experiences {
  color: #EC008C;
}
.vr-section.things-to-do .vr-card img {
  position: relative;
  z-index: -1;
}
.vr-section.things-to-do .vr-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(5, 4, 4, 0.3) 0%, rgb(5, 4, 4) 100%);
  opacity: 60%;
}
.vr-section img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .vr-section img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .vr-section img {
    height: 400px;
  }
}
.vr-section .card-content {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: 1;
  max-width: 448px;
}
@media (max-width: 767px) {
  .vr-section .card-content {
    left: 20px;
    bottom: 20px;
    max-width: 100%;
  }
}
.vr-section .card-content img {
  max-width: 143px;
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.vr-section .card-content h2 {
  color: #ffffff;
}
.vr-section .card-content p {
  margin: 19px 0 0;
  color: #ffffff;
}
.vr-section .card-content .info-list {
  margin: 19px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .vr-section .card-content .info-list {
    gap: 5px 15px;
  }
}
.vr-section .card-content .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 19px 0 0;
}
.vr-section .card-content .main-category {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 19px;
}
.vr-section .card-content .main-category img {
  width: 25px;
  height: 15px;
  margin: 0;
}
.vr-section .card-content .main-category span {
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
}

.vr-full-width-sec {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .vr-full-width-sec {
    padding: 20px 0;
  }
}
.vr-full-width-sec .vr-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.vr-full-width-sec .vr-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(28, 1, 17) 23%, rgba(130, 5, 79, 0) 77%);
  opacity: 90%;
}
.vr-full-width-sec .vr-card:hover img {
  transform: scale(1.03);
}
.vr-full-width-sec img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .vr-full-width-sec img {
    height: 400px;
  }
}
.vr-full-width-sec .card-content {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .vr-full-width-sec .card-content {
    left: 20px;
    bottom: 20px;
  }
}
.vr-full-width-sec .card-content h2 {
  color: #ffffff;
}
.vr-full-width-sec .card-content p {
  margin: 19px 0 0;
  color: #ffffff;
}
.vr-full-width-sec .card-content .info-list {
  margin: 19px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .vr-full-width-sec .card-content .info-list {
    gap: 5px 15px;
  }
}
.vr-full-width-sec .card-content .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 19px 0 0;
}

.features-section {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .features-section {
    padding: 20px 0;
  }
}
.features-section .title {
  margin-bottom: 60px;
}
.features-section .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px 60px;
}
@media (max-width: 991px) {
  .features-section .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
  }
}
@media (max-width: 767px) {
  .features-section .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
.features-section .feature-item h3 {
  color: #FFD400;
  margin-bottom: 10px;
  margin-top: -30px;
  padding-left: 75px;
}
.features-section .feature-item p {
  padding-left: 75px;
  margin: 0;
}

.vr-experience-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .vr-experience-section {
    padding: 20px 0;
  }
}
.vr-experience-section .title {
  margin-bottom: 60px;
}
.vr-experience-section .vr-exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .vr-experience-section .vr-exp-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .vr-experience-section .vr-exp-grid {
    grid-template-columns: 1fr;
  }
}
.vr-experience-section .vr-exp-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.vr-experience-section .vr-exp-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(28, 1, 17) 23%, rgba(130, 5, 79, 0) 77%);
  opacity: 90%;
}
.vr-experience-section .vr-exp-card:hover .img {
  transform: scale(1.03);
}
.vr-experience-section .exp-link:nth-child(1) .exp-title {
  color: #4285F4;
}
.vr-experience-section .exp-link:nth-child(2) .exp-title {
  color: #FFD400;
}
.vr-experience-section .exp-link:nth-child(3) .exp-title {
  color: #EC008C;
}
.vr-experience-section .img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.vr-experience-section .card-content {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: 1;
  max-width: 250px;
}
@media (max-width: 767px) {
  .vr-experience-section .card-content {
    left: 20px;
    bottom: 20px;
    max-width: 100%;
  }
}

.venue-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .venue-section {
    padding: 20px 0;
  }
}
.venue-section .content {
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 60px 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 215px;
  position: relative;
}
@media (max-width: 767px) {
  .venue-section .content {
    gap: 40px;
    padding: 50px 20px;
  }
}
.venue-section .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(130, 5, 79, 0) 54%, rgb(28, 1, 17) 100%);
  opacity: 60%;
}
.venue-section .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(28, 1, 17) 0%, rgba(130, 5, 79, 0) 53%);
  opacity: 88%;
}
.venue-section .venue-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .venue-section .venue-title {
    text-align: center;
  }
}
.venue-section .venue-title .title {
  font-size: 136px;
  line-height: 130px;
  color: #ffffff;
  margin-bottom: -5px;
}
.venue-section .venue-title .subtitle {
  max-width: 200px;
}
@media (max-width: 767px) {
  .venue-section .venue-title .subtitle {
    max-width: 100%;
  }
}
.venue-section .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
  top: 1px;
  z-index: 1;
}
@media (max-width: 991px) {
  .venue-section .info-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .venue-section .info-item {
    text-align: center;
  }
}
.venue-section .info-item .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .venue-section .info-item .icon {
    margin: 0 auto;
  }
}
.venue-section .info-item .title {
  margin: 15px 0;
}
.venue-section .info-item p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.venue-section .info-item a {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  display: block;
  max-width: 150px;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .venue-section .info-item a {
    margin: 0 auto 20px;
  }
}
.venue-section .info-item a:hover {
  color: #EC008C;
}

.review-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .review-section {
    padding: 20px 0;
  }
}
.review-section .title {
  margin-bottom: 60px;
}
.review-section .reviewSlider {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .review-section .reviewSlider {
    padding-bottom: 60px;
    width: 100%;
  }
}
.review-section .reviewSlider .swiper-slide {
  padding: 35px 38px;
  border-radius: 20px;
  background-color: #111111;
}
.review-section .reviewSlider .stars {
  display: flex;
  gap: 6px;
}
.review-section .reviewSlider .review-text {
  margin: 19px 0;
}
.review-section .reviewSlider p {
  margin: 0;
}
.review-section .review-slider-container {
  position: relative;
}
.review-section .swiper-button-next::after {
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px 14px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .review-section .swiper-button-next::after {
    border-color: #EC008C;
    color: #EC008C;
  }
}
.review-section .swiper-button-next:hover::after {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .review-section .swiper-button-next:hover::after {
    background-color: #EC008C;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .review-section .swiper-button-next {
    bottom: 0;
    top: auto;
    right: 37%;
  }
}
.review-section .swiper-button-prev::after {
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px 14px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .review-section .swiper-button-prev::after {
    border-color: #EC008C;
    color: #EC008C;
  }
}
.review-section .swiper-button-prev:hover::after {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .review-section .swiper-button-prev:hover::after {
    background-color: #EC008C;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .review-section .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 37%;
  }
}

.social-media-section .social-media {
  border-radius: 20px;
  border: 1px solid #3C4043;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 15px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .social-media-section .social-media {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.social-media-section .social-media .social-media-block:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(7490%) hue-rotate(316deg) brightness(93%) contrast(104%);
}
.social-media-section .social-media .social-media-block:hover p {
  color: #EC008C;
}
.social-media-section .social-media img {
  width: 100%;
  object-fit: cover;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .social-media-section .social-media img {
    max-width: 25px;
  }
}
.social-media-section .social-media a {
  text-decoration: none;
}
.social-media-section .social-media p {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  .social-media-section .social-media p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}

.faq-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .faq-section {
    padding: 20px 0;
  }
}
.faq-section .title {
  margin-bottom: 60px;
}
.faq-section .extender-accordion .accordion .accordion-main {
  border-bottom: 1px solid #EC008C;
  padding: 15px 30px 15px 15px;
}
.faq-section .extender-accordion .accordion .accordion-main .accordion-title-trigger {
  position: relative;
  cursor: pointer;
}
.faq-section .extender-accordion .accordion .accordion-main .accordion-title-trigger::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #EC008C;
  transition: all 0.3s;
}
.faq-section .extender-accordion .accordion .accordion-main .accordion-title-trigger::before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: #EC008C;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.faq-section .extender-accordion .accordion .accordion-main .accordion-title-trigger h3 {
  font-size: 18px;
  line-height: 27px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.faq-section .extender-accordion .accordion .accordion-main .accordion-description {
  display: none;
  padding-top: 15px;
  max-width: 500px;
}
.faq-section .extender-accordion .accordion .accordion-main:first-child .accordion-description {
  display: block;
}
.faq-section .extender-accordion .accordion .accordion-main.open .accordion-title-trigger::before {
  transform: rotate(180deg);
}

.enquiry-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .enquiry-section {
    padding: 20px 0;
  }
}
.enquiry-section .enquiry-sec-inner {
  display: flex;
  border-radius: 30px;
  background: radial-gradient(circle at left bottom, #FFD400 5%, #EC008C 52%, #4285F4 100%);
  position: relative;
}
@media (max-width: 991px) {
  .enquiry-section .enquiry-sec-inner {
    flex-direction: column;
    background: radial-gradient(circle at left center, #FFD400 13%, #EC008C 50%, #4285F4 100%);
  }
}
.enquiry-section .vr-form-left {
  width: 65%;
  padding: 60px;
}
@media (max-width: 991px) {
  .enquiry-section .vr-form-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-left {
    padding: 50px 20px 30px;
  }
}
.enquiry-section .vr-form-left .title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-left .title {
    margin-bottom: 30px;
  }
}
.enquiry-section .vr-form-left .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-left .form-row {
    flex-direction: column;
  }
}
.enquiry-section .vr-form-left .form-col {
  flex: 1;
  min-width: 45%;
}
.enquiry-section .vr-form-left input[type=text],
.enquiry-section .vr-form-left input[type=email],
.enquiry-section .vr-form-left input[type=tel],
.enquiry-section .vr-form-left input[type=date],
.enquiry-section .vr-form-left input[type=number],
.enquiry-section .vr-form-left textarea {
  width: 100%;
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  line-height: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  display: block;
  -webkit-appearance: none;
  appearance: none;
}
.enquiry-section .vr-form-left input[type=text]::placeholder,
.enquiry-section .vr-form-left input[type=email]::placeholder,
.enquiry-section .vr-form-left input[type=tel]::placeholder,
.enquiry-section .vr-form-left input[type=date]::placeholder,
.enquiry-section .vr-form-left input[type=number]::placeholder,
.enquiry-section .vr-form-left textarea::placeholder {
  color: #000000;
}
@media (min-width: 768px) {
  .enquiry-section .vr-form-left input[type=text],
  .enquiry-section .vr-form-left input[type=email],
  .enquiry-section .vr-form-left input[type=tel],
  .enquiry-section .vr-form-left input[type=date],
  .enquiry-section .vr-form-left input[type=number],
  .enquiry-section .vr-form-left textarea {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-left input[type=text],
  .enquiry-section .vr-form-left input[type=email],
  .enquiry-section .vr-form-left input[type=tel],
  .enquiry-section .vr-form-left input[type=date],
  .enquiry-section .vr-form-left input[type=number],
  .enquiry-section .vr-form-left textarea {
    padding: 9px 20px;
  }
}
.enquiry-section .vr-form-left select {
  display: none;
}
.enquiry-section .vr-form-left .rev-select {
  position: relative;
}
.enquiry-section .vr-form-left .rev-select .select-styled {
  padding: 5px 20px;
  border: none;
  color: #000000;
  background-color: #ffffff;
  outline: none;
  border-radius: 20px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-left .rev-select .select-styled {
    padding: 11px 20px;
  }
}
.enquiry-section .vr-form-left .rev-select .select-styled::after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../image/down-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.enquiry-section .vr-form-left .rev-select .select-options {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid #000000;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
  overflow: hidden;
}
.enquiry-section .vr-form-left .rev-select .select-options li {
  padding: 5px 20px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.enquiry-section .vr-form-left .rev-select .select-options li:hover {
  background-color: #000000;
  color: #ffffff;
}
.enquiry-section .vr-form-left .rev-select .select-options li:first-child {
  display: none;
}
.enquiry-section .vr-form-left .enquiry-form-submit p {
  display: flex;
  align-items: center;
}
.enquiry-section .vr-form-left .custom-submit {
  display: block;
  max-width: fit-content;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 17px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #EC008C;
  border: 1px solid #EC008C;
  border-radius: 42px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.enquiry-section .vr-form-left .custom-submit:hover {
  background-color: transparent;
  color: #EC008C;
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-left .custom-submit {
    padding: 10px 17px;
  }
}
.enquiry-section .vr-form-left .wpcf7-form.invalid .wpcf7-not-valid-tip {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 20px;
  border-radius: 16px;
  margin-top: 2px;
}
.enquiry-section .vr-form-left .wpcf7-form.invalid .wpcf7-response-output {
  border-color: red;
  color: red;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0;
  border-radius: 16px;
}
.enquiry-section .vr-form-left .wpcf7-form.sent .wpcf7-response-output {
  border-color: green;
  color: green;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0;
  border-radius: 16px;
}
.enquiry-section .vr-form-right {
  width: 35%;
  background-color: rgba(117, 0, 78, 0.5019607843);
  border-radius: 30px;
  padding: 60px;
}
@media (max-width: 991px) {
  .enquiry-section .vr-form-right {
    width: 100%;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .enquiry-section .vr-form-right {
    padding: 30px 20px 50px;
  }
}
.enquiry-section .vr-form-right .sub-title {
  color: #FFD400;
}
.enquiry-section .vr-form-right .p-small {
  margin: 20px 0;
}
.enquiry-section .vr-form-right .p-small.second-title {
  margin: 34px 0 20px;
}
.enquiry-section .vr-form-right a {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 17px;
}
.enquiry-section .vr-form-right a:hover {
  background-color: #EC008C;
  border-color: #EC008C;
}
.enquiry-section .vr-form-right .contact-options {
  display: flex;
  align-items: center;
  gap: 10px;
}
.enquiry-section p {
  margin: 0;
}

.quick-nav {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .quick-nav {
    padding: 20px 0;
  }
}
.quick-nav .nav-list {
  margin: 0;
  list-style: none;
  padding: 10px;
  border-radius: 20px;
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .quick-nav .nav-list {
    flex-direction: column;
    padding: 20px;
  }
}
.quick-nav a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.quick-nav a:hover {
  color: #EC008C;
}

.common-hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(32, 3, 23) 12%, rgba(32, 3, 23, 0) 25%, rgba(25, 2, 18, 0.1) 57%, rgb(0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
.common-hero-section.thank-you .banner-content .title {
  color: #ffffff;
}
.common-hero-section .banner {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .common-hero-section .banner {
    margin-bottom: 20px;
    padding: 40px 0 0;
  }
}
.common-hero-section .banner img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .common-hero-section .banner img {
    height: 580px;
  }
}
.common-hero-section .banner .banner-content {
  position: absolute;
  left: 60px;
  bottom: 0;
  top: auto;
  background-color: rgba(236, 0, 140, 0.8);
  padding: 50px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 700px;
}
@media (max-width: 767px) {
  .common-hero-section .banner .banner-content {
    left: 0;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.common-hero-section .banner .banner-content .title {
  margin-bottom: 24px;
}
.common-hero-section .banner .banner-content .badge {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFD400;
  color: #000000;
  border-radius: 50%;
  font-size: 32px;
  line-height: 30px;
  font-weight: 800;
  position: absolute;
  top: -55px;
  right: 40px;
}
@media (max-width: 767px) {
  .common-hero-section .banner .banner-content .badge {
    width: 70px;
    height: 70px;
    font-size: 22px;
    line-height: 20px;
    top: -30px;
    right: 30px;
  }
}
.common-hero-section .banner .banner-content .badge span {
  display: block;
  font-size: 20px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .common-hero-section .banner .banner-content .badge span {
    font-size: 14px;
    line-height: 15px;
  }
}
.common-hero-section p {
  margin: 0;
}

.vr-packages {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .vr-packages {
    padding: 20px 0;
  }
}
.packages-card-block:last-child:nth-child(2n - 1) {
	grid-column: span 2;
}
.vr-packages .title {
  margin-bottom: 60px;
}
.vr-packages .packages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .vr-packages .packages {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}
.vr-packages .package-card {
  padding: 50px 40px;
  border-radius: 20px;
  background: radial-gradient(circle at left bottom, #FFD400 5%, #EC008C 52%, #4285F4 100%);
}
@media (min-width: 992px) {
  .vr-packages .package-card {
    min-height: 521px;
  }
}
@media (max-width: 767px) {
  .vr-packages .package-card {
    padding: 40px 20px;
  }
}
.vr-packages .package-card img {
  display: block;
  object-fit: cover;
}
.vr-packages .package-card .pricing-options {
  display: flex;
  gap: 50px;
  align-items: center;
  margin: 29px 0;
}
@media (max-width: 767px) {
  .vr-packages .package-card .pricing-options {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.vr-packages .package-card .pricing-options .short-desc {
  margin: 0 0 19px;
}
.vr-packages .package-card .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.vr-packages .package-card .buttons .btn--primary {
  background-color: #ffffff;
  color: #EC008C;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .vr-packages .package-card .buttons .btn--primary {
    padding: 2px 17px;
    font-size: 13px;
    line-height: 23px;
  }
}
.vr-packages .package-card .buttons .btn--primary:hover {
  background-color: transparent;
  color: #ffffff;
}
.vr-packages .package-card .buttons .btn--primary.btn--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.vr-packages .package-card .buttons .btn--primary.btn--outline:hover {
  background-color: #ffffff;
  color: #EC008C;
}
.vr-packages .package-info {
  padding: 50px 40px;
  background-color: #111111;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .vr-packages .package-info {
    min-height: 537px;
  }
}
@media (max-width: 767px) {
  .vr-packages .package-info {
    padding: 40px 20px;
  }
}
.vr-packages .package-info .heading {
  color: #FFD400;
  margin-bottom: 29px;
}
.vr-packages .package-info .sub-title {
  margin-bottom: 10px;
}
.vr-packages .package-info .info-list {
  margin: 29px 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .vr-packages .package-info .info-list {
    gap: 5px 15px;
  }
}
.vr-packages .package-info .content-block h3 {
  margin: 10px 0;
}
.vr-packages .package-info .content-block ul {
  margin: 0;
  padding-left: 18px;
}
.vr-packages .package-info .content-block li {
  font-size: 14px;
  line-height: 22px;
}
.vr-packages p {
  margin: 0;
}

.how-it-works {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .how-it-works {
    padding: 20px 0;
  }
}
.how-it-works .title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .how-it-works .title {
    margin-bottom: 30px;
  }
}
.how-it-works .steps-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 31px;
}
@media (max-width: 991px) {
  .how-it-works .steps-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .how-it-works .steps-container {
    grid-template-columns: 1fr;
  }
}
.how-it-works .step .step-number.yellow {
  font-size: 141px;
  line-height: 135px;
  color: #FFD400;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
}
.how-it-works .step .step-number.pink {
  font-size: 141px;
  line-height: 135px;
  color: #EC008C;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
}
.how-it-works .step .step-number.blue {
  font-size: 141px;
  line-height: 135px;
  color: #4285F4;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
}
.how-it-works .step .yellow-text {
  color: #FFD400;
}
.how-it-works .step .pink-text {
  color: #EC008C;
}
.how-it-works .step .blue-text {
  color: #4285F4;
}
.how-it-works .step .p-small {
  margin: 15px 0 0;
}
.how-it-works .step .step-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.how-it-works .step .step-btn a:hover {
  color: #EC008C;
  background-color: #FFD400;
}

.get-tickets {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .get-tickets {
    padding: 20px 0;
  }
}
.get-tickets .get-ticket-inner {
  padding: 60px;
  border-radius: 30px;
  background: radial-gradient(circle at left bottom, #FFD400 5%, #EC008C 52%, #4285F4 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .get-tickets .get-ticket-inner {
    padding: 40px 20px;
  }
}
.get-tickets .get-ticket-inner .title {
  margin-bottom: 20px;
}
.get-tickets .get-ticket-inner .description {
  margin-bottom: 20px;
}
.get-tickets .get-ticket-inner .btn--primary.btn--rounded {
  background-color: #ffffff;
  color: #EC008C;
  border-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.get-tickets .get-ticket-inner .btn--primary.btn--rounded:hover {
  background-color: transparent;
  color: #ffffff;
}
.get-tickets .get-ticket-inner .btn--primary.ticket-btn {
  margin: 0 auto;
}
.get-tickets .get-ticket-inner .secondary-buttons {
  margin-top: 34px;
}
.get-tickets .get-ticket-inner .secondary-buttons p {
  margin-bottom: 20px;
}
.get-tickets .get-ticket-inner .secondary-buttons .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.get-tickets .get-ticket-inner .secondary-buttons .btn--primary.btn--rounded-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.get-tickets .get-ticket-inner .secondary-buttons .btn--primary.btn--rounded-outline:hover {
  background-color: #ffffff;
  color: #EC008C;
}

.contact-section {
  margin-bottom: 250px;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.contact-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(32, 3, 23) 12%, rgba(32, 3, 23, 0) 25%, rgba(25, 2, 18, 0.1) 57%, rgb(0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
.contact-section .contact-block {
  max-width: 786px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-section .contact-block {
    max-width: 100%;
    padding: 50px 20px;
    border-radius: 20px;
  }
}
.contact-section .contact-block .title {
  margin-bottom: 60px;
}
.contact-section .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-section .form-row {
    flex-direction: column;
  }
}
.contact-section .form-col {
  flex: 1;
  min-width: 45%;
}
.contact-section input[type=text],
.contact-section input[type=email],
.contact-section input[type=tel],
.contact-section textarea {
  width: 100%;
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  display: block;
  -webkit-appearance: none;
  appearance: none;
}
.contact-section input[type=text]::placeholder,
.contact-section input[type=email]::placeholder,
.contact-section input[type=tel]::placeholder,
.contact-section textarea::placeholder {
  color: #000000;
}
@media (max-width: 767px) {
  .contact-section input[type=text],
  .contact-section input[type=email],
  .contact-section input[type=tel],
  .contact-section textarea {
    padding: 9px 20px;
  }
}
.contact-section .enquiry-form-submit p {
  display: flex;
  align-items: center;
}
.contact-section .custom-submit {
  display: block;
  max-width: fit-content;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 17px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #EC008C;
  border: 1px solid #EC008C !important;
  border-radius: 42px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact-section .custom-submit:hover {
  background-color: transparent;
  color: #EC008C;
}
@media (max-width: 767px) {
  .contact-section .custom-submit {
    padding: 10px 17px;
  }
}
.contact-section .wpcf7-form.invalid .wpcf7-not-valid-tip {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 20px;
  border-radius: 16px;
  margin-top: 2px;
}
.contact-section .wpcf7-form.invalid .wpcf7-response-output {
  border-color: red;
  color: red;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0;
  border-radius: 16px;
}
.contact-section .wpcf7-form.sent .wpcf7-response-output {
  border-color: green;
  color: green;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0;
  border-radius: 16px;
}
.contact-section p {
  margin: 0;
}

.img-section {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .img-section {
    padding: 20px 0;
  }
}
.img-section .img-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .img-section .img-block-inner {
    grid-template-columns: 1fr;
  }
}
.img-section .img-block-inner img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: -1;
}
.img-section .img-block {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.img-section .img-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at left bottom, rgb(255, 212, 0) 2%, rgba(236, 0, 140, 0.8) 38%, rgba(66, 133, 244, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 60%;
}
.img-section .img-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 34%;
}
.img-section .img-block:hover img {
  transform: scale(1.03);
}

.content-section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .content-section {
    padding: 20px 0;
  }
}

.full-width-content {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .full-width-content {
    padding: 20px 0;
  }
}

.blog-detail-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(32, 3, 23) 12%, rgba(32, 3, 23, 0) 25%, rgba(25, 2, 18, 0.1) 57%, rgb(0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
.blog-detail-sec .blog-detail-inner {
  position: relative;
  z-index: 1;
}
.blog-detail-sec .blog-detail-inner .content {
  padding: 50px 60px;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .blog-detail-sec .blog-detail-inner .content {
    width: calc(100% - 100px);
    padding: 30px 50px;
  }
}
@media (max-width: 1024px) {
  .blog-detail-sec .blog-detail-inner .content {
    width: calc(100% - 80px);
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .blog-detail-sec .blog-detail-inner .content {
    width: calc(100% - 60px);
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-detail-sec .blog-detail-inner .content {
    width: 100%;
    position: relative;
    margin-top: 30px;
    border-radius: 20px;
  }
}
.blog-detail-sec .blog-detail-inner .content h1 {
  line-height: 50px;
}
.blog-detail-sec .post-thumbnail img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1140/580;
}
@media (max-width: 767px) {
  .blog-detail-sec .post-thumbnail img {
    aspect-ratio: 1140/970;
  }
}

.blog-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .blog-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .blog-container {
    padding: 40px 0;
  }
}
.blog-container p {
  margin-bottom: 30px;
}

.wp-block-heading {
  margin: 70px 0 60px;
  color: #FFD400;
}
@media (max-width: 1199px) {
  .wp-block-heading {
    margin: 50px 0 40px;
  }
}
@media (max-width: 991px) {
  .wp-block-heading {
    margin: 40px 0 30px;
  }
}

.wp-block-list {
  margin: 0 0 0 18px;
  padding: 0;
}
.wp-block-list li {
  margin-bottom: 15px;
}

.blog-content {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .blog-content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .blog-content {
    padding: 40px 0;
  }
}
.blog-content .container {
  max-width: 740px;
}
.blog-content .wp-block-heading {
  margin: 70px 0 60px;
  color: #FFD400;
}
@media (max-width: 1199px) {
  .blog-content .wp-block-heading {
    margin: 50px 0 40px;
  }
}
@media (max-width: 991px) {
  .blog-content .wp-block-heading {
    margin: 40px 0 30px;
  }
}
.blog-content .wp-block-list {
  margin: 0 0 0 18px;
}
.blog-content .wp-block-list li {
  margin-bottom: 15px;
}
.blog-content p {
  margin-bottom: 30px;
}

.common-hero-section.thank-you .banner-content {
  background-color: rgba(52, 168, 83, 0.7215686275);
}
.common-hero-section.thank-you .title {
  letter-spacing: 0;
}

.experience.common-hero-section .banner img {
  aspect-ratio: 1140/581;
}
.experience.common-hero-section .banner-content {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.experience.common-hero-section .banner-content .logo-img {
  max-width: 143px;
  height: auto;
  z-index: 1;
  position: relative;
}
.experience.common-hero-section .banner-content .main-category {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.experience.common-hero-section .banner-content .main-category img {
  width: 25px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(88%) saturate(2%) hue-rotate(35deg) brightness(117%) contrast(101%);
}
.experience.common-hero-section .banner-content .main-category span {
  font-size: 13px;
  line-height: 100%;
  font-weight: bold;
}
.experience.common-hero-section .banner-content .title {
  margin: 24px 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.experience.common-hero-section .banner-content p {
  position: relative;
  z-index: 1;
}
.experience.common-hero-section .banner-content .inner-logo {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.experience.common-hero-section .banner-content .inner-logo img {
  max-width: 95px;
  height: auto;
}
.experience.common-hero-section .banner-content::after {
  content: "";
  width: 410px;
  height: 210px;
  background-color: #4285F4;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-16px, -39px) rotate(340deg);
}
@media (max-width: 767px) {
  .experience.common-hero-section .banner-content::after {
    width: 210px;
    height: 120px;
    transform: translate(4px, 0px) rotate(350deg);
  }
}

.experience-gallery .inner-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .experience-gallery .inner-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .experience-gallery .inner-row {
    grid-template-columns: 1fr;
  }
}
.experience-gallery .inner-row iframe {
  width: 100%;
  aspect-ratio: 585/370;
  border: none;
  height: auto;
}
.experience-gallery .inner-row .img-cover {
  overflow: hidden;
  border-radius: 20px;
}
.experience-gallery .inner-row .img-cover:hover img {
  scale: 1.05;
}
.experience-gallery .inner-row .img-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  position: relative;
  z-index: 1;
}
.experience-gallery .inner-row .video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.experience-gallery .inner-row .video video {
  aspect-ratio: 113/84;
}
.experience-gallery .inner-row .video .play-icon {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding: 5px 9px;
}
.experience-gallery .inner-row .video .pause-icon {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  padding: 5px 9px;
}
.experience-gallery .inner-row .video .cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.experience-gallery .inner-row .video p.subtitle {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.about-content {
	position: relative;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .about-content {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .about-content {
    padding: 60px 0;
  }
}
.about-content .inner-row {
  display: grid;
  grid-template-columns: 1.4fr 3fr;
  gap: 60px;
}
@media (max-width: 991px) {
  .about-content .inner-row {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .about-content .inner-row {
    gap: 40px;
  }
}
.about-content .inner-row p {
  margin-bottom: 24px;
  font-size: 14px;
}
.about-content .inner-row h2 {
  margin-bottom: 60px;
  color: #FFD400;
}
@media (max-width: 991px) {
  .about-content .inner-row h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-content .inner-row h2 {
    gap: 30px;
  }
}

.popup-main {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.popup-main.active {
  opacity: 1;
  pointer-events: all;
}
.popup-main .close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.popup-main .close-icon::before, .popup-main .close-icon::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
}
.popup-main .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-main .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-main.copy-popup a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .enquiry-popup .container {
    height: 100%;
  }
}

.experience-listing-hero {
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .experience-listing-hero {
    padding: 0 0 80px;
  }
}
@media (max-width: 991px) {
  .experience-listing-hero {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .experience-listing-hero {
    padding: 40px 0 60px;
  }
}

.experience-tabs {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.experience-tabs .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .experience-tabs .tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.experience-tabs .tabs .tab.is-checked img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(88%) saturate(2%) hue-rotate(35deg) brightness(117%) contrast(101%);
}
.experience-tabs .tabs button {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  color: #747474;
  border: none;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .experience-tabs .tabs button:nth-child(1) {
    border-bottom-right-radius: 0;
  }
}
.experience-tabs .tabs button:nth-child(2) {
  color: #4285F4;
}
@media (min-width: 992px) {
  .experience-tabs .tabs button:nth-child(2) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.experience-tabs .tabs button:nth-child(3) {
  color: #FFD400;
}
@media (min-width: 992px) {
  .experience-tabs .tabs button:nth-child(3) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.experience-tabs .tabs button:nth-child(4) {
  color: #EC008C;
}
@media (min-width: 992px) {
  .experience-tabs .tabs button:nth-child(4) {
    border-bottom-left-radius: 0;
  }
}
.experience-tabs .tabs button[aria-selected=true] {
  background-color: #4285F4;
  color: #ffffff;
}
.experience-tabs .tabs button img {
  max-width: 82px;
}
.experience-tabs .filter-dropdown {
  border-radius: 20px;
  background-color: #4285F4;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.experience-tabs .filter-dropdown::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 20%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.experience-tabs .filter-dropdown select {
  display: none;
}
.experience-tabs .filter-dropdown .rev-select {
  position: relative;
}
.experience-tabs .filter-dropdown .rev-select .select-styled {
  padding: 6px 36px 6px 17px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  border-radius: 22px;
  font-size: 11px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.experience-tabs .filter-dropdown .rev-select .select-styled::after {
  content: "";
  width: 10px;
  height: 11px;
  background-image: url(../image/white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.experience-tabs .filter-dropdown .rev-select .select-options {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
  overflow: hidden;
}
.experience-tabs .filter-dropdown .rev-select .select-options li {
  padding: 6px 10px;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.experience-tabs .filter-dropdown .rev-select .select-options li:hover {
  background-color: #000000;
  color: #ffffff;
}
.experience-tabs .filter-dropdown .search-button {
  padding: 6px 17px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  border-radius: 22px;
  font-size: 11px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.experience-tabs .filter-dropdown .search-button:hover {
  background-color: #ffffff;
  color: #000000;
}
.experience-tabs .panel {
  transition: all 0.3s ease;
}
.experience-tabs .panel[hidden] {
  opacity: 0;
  visibility: hidden;
}
.experience-tabs .panel:not([hidden]) {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}
.experience-tabs .panel .card-content p {
  font-size: 16px;
}
.experience-tabs .panel .vr-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.experience-tabs .panel .vr-grid .vr-card {
  margin-bottom: 20px;
  width: 48%;
}
@media (max-width: 991px) {
  .experience-tabs .panel .vr-grid .vr-card {
    width: 100%;
  }
}

.copySection .copyBtn {
  display: block;
  max-width: fit-content;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 17px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #EC008C;
  border: 1px solid #EC008C;
  border-radius: 42px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.copySection .copyBtn:hover {
  color: #EC008C;
  background-color: transparent;
}

.tint-bg {
  position: relative;
}
.tint-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(32, 3, 23) 12%, rgba(32, 3, 23, 0.6) 25%, rgb(0, 0, 0) 100%);
  height: 100vh;
  z-index: -1;
}

.blog .pagination .pagination-list {
  margin: 40px 0 0;
}
.blog .pagination .nav-links ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blog .pagination .nav-links ul .page-numbers {
  color: #ffffff;
  text-decoration: none;
}
.blog .pagination .nav-links ul .page-numbers:hover {
  color: #EC008C;
}

.main-heading {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-heading {
    padding: 20px 0;
  }
}

.error-404 {
  padding: 120px 0 200px;
  text-align: center;
}
.error-404 h1 {
  font-size: 120px;
  line-height: normal;
}
.error-404 .page-title {
  font-size: 28px;
  line-height: 35px;
}/*# sourceMappingURL=style.css.map */