/*NAVBAR*/
.btn-select-lang {
  background: #e6e8ee;
  border-radius: 12px;
  padding: 3px;
  height: 34px;
}
.btn-select-lang .btn {
  color: var(--blue) !important;
  font-weight: 600;
  border: 0;
  border-radius: 12px !important;
  padding: 2.5px 12px;
  height: 28px;
  background: transparent;
}
.btn-select-lang.btn-group > .btn-check:checked + .btn {
  background: var(--blue);
  color: white !important;
  border-radius: 12px !important;
}

/*HERO*/
.owl-hero-event {
  margin-top: 0px;
}
.owl-hero-event .item {
  min-height: 520px;
}
.owl-hero-event.owl-carousel .owl-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-hero-event-main {
  margin-top: 0px;
}
.owl-hero-event-main .item {
  min-height: 600px;
}
.owl-hero-event-main.owl-carousel .owl-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.desc-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.desc-hero h1 {
  font-size: 56px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
.desc-hero h5 {
  font-size: 32px;
}
.desc-hero a {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  border-radius: 2px;
  min-width: 230px;
  justify-content: center;
  font-weight: 700;
}
.desc-hero a svg {
  margin-left: 5px;
  transition: ease all 0.3s;
}
.desc-hero a:hover svg {
  margin-left: 15px;
}
.desc-hero:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.desc-hero .container {
  position: relative;
  z-index: 9;
}
.hero-page {
  background: url(../images/bg-h-search.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 450px;
  /* margin-top: 80px; */
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
.hero-page:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.hero-detail {
  position: relative;
  height: 70vh;
  margin-top: 0px;
  overflow: hidden;
  max-height: 520px;
}
.hero-detail:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.hero-detail h1 {
  z-index: 2;
}

/*RECOMENDED EVENT*/
.s-recomended-event {
  background: url(../images/bg-recomended-event.webp) no-repeat center top;
  background-size: 100% auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
.s-recomended-event.bg-white {
  background: white;
}
.c-img-event {
  height: 496px;
}
.c-img-event-dtl {
  height: 400px;
}

.btn-filter button.btn:hover {
  color: #7b7b7b;
  background-color: inherit !important;
  border-color: transparent !important;
}

.btn-filter {
  background: #f1f3fa;
  border-radius: 100px;
  padding: 6px;
  overflow: auto;
}

.btn-filter button {
  color: #7b7b7b;
  font-weight: 800;
  font-size: 16px;
  width: 100%;
  border-color: transparent;
  padding: 18.7px 15px;
  border-radius: 72px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  white-space: nowrap;
}

.btn-filter button.btn-primary {
  color: white;
  background: #071c53;
}

.btn-filter button:focus,
.btn-filter button:focus-visible,
.btn-filter button:active {
  border-color: #071c53;
  color: white;
  background: #071c53;
}

.btn-filter button span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgb(70 70 70 / 28%) 0px,
    rgb(135 135 135 / 80%) 100%
  );
}

.btn-filter button span i {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7b7b7b;
}

.btn-filter button span i img {
  max-width: 100%;
  max-height: 100%;
}

.btn-filter button.btn-primary span {
  background: linear-gradient(
    125deg,
    rgb(225 225 225 / 80%) 0px,
    rgb(225 225 225 / 28%) 100%
  );
}

.btn-filter button.btn-primary span i {
  background: #071c53;
}

@media (hover: hover) and (pointer: fine) {
  .btn-filter button.btn:hover {
    color: #7b7b7b;
    background-color: inherit !important;
    border-color: transparent !important;
  }
  .btn-filter button:hover span {
    background: linear-gradient(
      125deg,
      rgb(225 225 225 / 80%) 0px,
      rgb(225 225 225 / 28%) 100%
    ) !important;
  }
}
.gallery-item {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scale(0.95);
  position: absolute; /* Start hidden */
  visibility: hidden;
}
.gallery-item.active {
  opacity: 1;
  transform: scale(1);
  position: relative; /* Show with transition */
  visibility: visible;
}

.s-video {
  padding-top: 70px;
  background: url(../images/bg-video-ft.webp) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.s-video .container {
  position: relative;
  z-index: 1;
}
.owl-video .item {
  height: 560px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: ease all 0.3s;
}
.owl-video .owl-item.active .item {
  padding-top: 0;
  padding-bottom: 0;
}
.owl-video .item iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.owl-video .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease all 0.3s;
}
.owl-video .item:hover img {
  transform: scale(1.1);
}
.owl-video .item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 25px;
  max-width: 60%;
  border-top-right-radius: 20px;
}
.owl-video .item .desc h4 {
  font-size: 32px;
}
.owl-video .item .desc span {
  font-size: 14px;
  color: #d9d9d9;
}
.owl-video.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-video.nav-center.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 100%;
  margin-right: 10px;
}
.owl-video.nav-center.owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.owl-video.nav-center.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}

.carnival .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(240, 126, 49, 0.75) 0px,
    rgba(230, 143, 83, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}

.creative .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(69, 88, 165, 0.75) 0px,
    rgba(111, 132, 215, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}

.mice .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(17, 150, 123, 0.75) 0px,
    rgba(0, 205, 164, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2); /* Tetap sama */
}

.music .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(164, 224, 255, 0.75) 0px,
    rgba(0, 134, 205, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.culinary .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(111, 81, 157, 0.75) 0px,
    rgba(157, 118, 216, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.culture .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(107, 180, 44, 0.75) 0px,
    rgba(154, 224, 94, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.sports .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(214, 53, 125, 0.5) 0px,
    rgba(214, 53, 125, 0.5) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.arts .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(218, 0, 0, 0.75) 0px,
    rgba(239, 59, 59, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.carnaval .tc-ppk {
  background: linear-gradient(
    125deg,
    rgba(240, 126, 49, 0.75) 0px,
    rgba(230, 143, 83, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}

.tc-ppk {
  position: absolute;
  left: -7px;
  top: 22px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  border-top-left-radius: 0;
  background: rgba(7, 28, 83, 0.6);
  display: inline-block;
  z-index: 9;
  padding: 5px 15px;
  background: linear-gradient(
    125deg,
    rgba(0, 134, 205, 1) 0px,
    rgba(93, 177, 222, 1) 100%
  );
}
.tc-ppk span {
  position: relative;
}
.tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #0f5c85;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.music .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #0f5c85;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.creative .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #364ca1;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.mice .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #07604e;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.culinary .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #5b3d88;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.culture .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #146733;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.sports .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #6b1736;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.arts .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #7f1a1a;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
.carnaval .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #87472b;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}

.carnival .tc-ppk span:after {
  width: 7px;
  height: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #87472b;
  border-bottom: 0px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: -20.5px;
  z-index: 0;
  margin-bottom: 5.5px;
}
/* .owl-testimoni .item {
  height: 400px;
  margin-bottom: 80px;
} */

.owl-testimoni .card {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.owl-testimoni .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem !important;
  height: 100%;
}

.owl-testimoni .card-body-content {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 1rem;
  padding-right: 10px;
}

.owl-testimoni.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-testimoni.nav-center.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 100%;
  margin-right: 10px;
}
.owl-testimoni.nav-center.owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.owl-testimoni.nav-center.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}
.thumb-testi {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 56px;
  overflow: hidden;
}
.thumb-testi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.decs-testi h5 {
  font-size: 18px;
  color: #071c53;
  margin-bottom: 0;
  font-weight: 700;
}
.decs-testi p {
  font-size: 16px;
  font-weight: 500;
  color: #071c53;
  margin-bottom: 0;
}
.s-download {
  background: url(../images/bg-download.webp) center center no-repeat;
  background-size: cover;
}
/*.owl-logo.owl-carousel .owl-stage-outer:before {
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.owl-logo.owl-carousel .owl-stage-outer:after {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}*/
.owl-logo.owl-carousel .owl-item .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  width: 100%;
}
.get-update {
  background: url(../images/bg-get-update.webp) center center no-repeat;
  background-size: cover;
}
.custom-accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}
.custom-accordion-button {
  color: var(--blue);
  font-weight: 700;
}
.btn-filter .btn-all-event.btn-primary {
  background: linear-gradient(
    125deg,
    rgba(7, 28, 83, 0.9) 0px,
    rgba(43, 57, 96, 1) 100%
  ) !important;
}

.btn-filter .btn-music.btn-primary {
  background: linear-gradient(125deg, #83bbd9 0px, #0086cd 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-music.btn-primary span i {
  background: #0086cd;
}

.btn-filter .btn-culinary.btn-primary {
  background: linear-gradient(125deg, #6f519d 0px, #9d76d8 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-culinary.btn-primary span i {
  background: #9d76d8;
}

.btn-filter .btn-sports.btn-primary {
  background: linear-gradient(125deg, #d6357d 0px, #dc5d96 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-sports.btn-primary span i {
  background: #dc5d96;
}

.btn-filter .btn-arts.btn-primary {
  background: linear-gradient(125deg, #da0000 0px, #ef3b3b 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-arts.btn-primary span i {
  background: #ef3b3b;
}

.btn-filter .btn-mice.btn-primary {
  background: linear-gradient(125deg, #00cda4 0px, #01daaf 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-mice.btn-primary span i {
  background: #00cda4;
}

.btn-filter .btn-creative.btn-primary {
  background: linear-gradient(125deg, #6f84d7 0px, #7c8beb 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-creative.btn-primary span i {
  background: #6f84d7;
}

.btn-filter .btn-carnaval.btn-primary {
  background: linear-gradient(125deg, #f07e31 0px, #e68f53 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-carnaval.btn-primary span i {
  background: #e68f53;
}

.btn-filter .btn-culture.btn-primary {
  background: linear-gradient(125deg, #6bb42c 0px, #9ae05e 100%) !important;
  border-color: transparent;
}
.btn-filter .btn-culture.btn-primary span i {
  background: #9ae05e;
}

/* Hover effects for desktop only */
@media (hover: hover) and (pointer: fine) {
  .btn-filter .btn-all-event:hover {
    background: linear-gradient(
      125deg,
      rgba(7, 28, 83, 0.9) 0px,
      rgba(43, 57, 96, 1) 100%
    ) !important;
  }

  .btn-filter .btn-music:hover {
    background: linear-gradient(125deg, #83bbd9 0px, #0086cd 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-music:hover span i {
    background: #0086cd;
  }

  .btn-filter .btn-culinary:hover {
    background: linear-gradient(125deg, #6f519d 0px, #9d76d8 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-culinary:hover span i {
    background: #9d76d8;
  }

  .btn-filter .btn-sports:hover {
    background: linear-gradient(125deg, #d6357d 0px, #dc5d96 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-sports:hover span i {
    background: #dc5d96;
  }

  .btn-filter .btn-arts:hover {
    background: linear-gradient(125deg, #da0000 0px, #ef3b3b 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-arts:hover span i {
    background: #ef3b3b;
  }

  .btn-filter .btn-mice:hover {
    background: linear-gradient(125deg, #00cda4 0px, #01daaf 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-mice:hover span i {
    background: #00cda4;
  }

  .btn-filter .btn-creative:hover {
    background: linear-gradient(125deg, #6f84d7 0px, #7c8beb 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-creative:hover span i {
    background: #6f84d7;
  }

  .btn-filter .btn-carnaval:hover {
    background: linear-gradient(125deg, #f07e31 0px, #e68f53 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-carnaval:hover span i {
    background: #e68f53;
  }

  .btn-filter .btn-culture:hover {
    background: linear-gradient(125deg, #6bb42c 0px, #9ae05e 100%) !important;
    border-color: transparent;
  }
  .btn-filter .btn-culture:hover span i {
    background: #9ae05e;
  }
}
.ig-daterange {
  background: rgba(246, 247, 252, 1);
  /* box-shadow: inset 0 0 4px rgba(7, 28, 83, 0.16); */
  border-radius: 10px;
  border: 1px solid rgba(7, 28, 83, 0.2);
}
.ig-daterange input,
.ig-daterange input:focus {
  background: transparent;
  color: #071c53;
  font-size: 14px;
  height: 46px;
  z-index: 9999;
}

.input-group.ig-daterange.active {
  background-color: #071c53;
  color: white;
}

.input-group.ig-daterange.active input {
  color: white;
}

.input-group.ig-daterange.active .calender {
  color: white;
}
.input-group.ig-daterange .calender {
  color: #071c53;
}

.form-search .container,
.form-search {
  height: auto;
}
.music .tag-category {
  background: linear-gradient(
    125deg,
    rgba(164, 224, 255, 0.75) 0px,
    rgba(0, 134, 205, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.culinary .tag-category {
  background: linear-gradient(
    125deg,
    rgba(111, 81, 157, 0.75) 0px,
    rgba(157, 118, 216, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.culture .tag-category {
  background: linear-gradient(
    125deg,
    rgba(107, 180, 44, 0.75) 0px,
    rgba(154, 224, 94, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.sports .tag-category {
  background: linear-gradient(
    125deg,
    rgba(214, 53, 125, 0.5) 0px,
    rgba(214, 53, 125, 0.5) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.arts .tag-category {
  background: linear-gradient(
    125deg,
    rgba(218, 0, 0, 0.75) 0px,
    rgba(239, 59, 59, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.carnaval .tag-category {
  background: linear-gradient(
    125deg,
    rgba(240, 126, 49, 0.75) 0px,
    rgba(230, 143, 83, 0.75) 100%
  );
  border-color: rgba(0, 0, 0, 0.2);
}
.price-date {
  background: linear-gradient(0deg, #ffffff 0px, #dedede 100%);
  padding: 20px;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 800;
}
.price-date h5 {
  font-size: 18px;
  color: #0a0a0a;
  font-weight: 700;
}
.price-date h5 span {
  font-size: 14px;
  margin-right: 5px;
}
.tag-breadcrumb {
  font-size: 14px;
  font-weight: 500;
  color: #071c53;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tag-breadcrumb i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #071c53;
}
.tc-ppk-promo {
  left: -7px;
}
.tc-ppk.expired {
  background: linear-gradient(125deg, #5c5c5c 0px, #a1a1a1 100%);
}
.ig-search-dp.ig-daterange input {
  height: 54px;
}
.reserve-ticket {
  background: url(../images/bg-reserve-ticket.webp) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.reserve-ticket h4 {
  color: white;
  font-size: 24px;
  font-weight: 800;
}
.reserve-ticket .label-form {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}
.reserve-ticket .form-control {
  height: 56px;
  background: #f5f5f5;
}
.reserve-ticket .form-check-label {
  color: white;
}
.reserve-ticket .form-check-input {
  border-color: white;
  background-color: transparent;
}
.reserve-ticket .form-check-input:checked {
  background-color: transparent;
}
.fr-img-ken {
  height: 720px;
  overflow: hidden;
  position: relative;
}

.fr-img-ken img {
  object-fit: cover;
}

.content-ken {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  transform: translateY(280px);
  transition: transform 0.3s ease;
}

.content-ken p,
.content-ken a {
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.fr-img-ken:hover .content-ken {
  transform: translateY(0);
}

.fr-img-ken:hover .content-ken p,
.fr-img-ken:hover .content-ken a {
  transform: translateY(0);
}

.content-ken h1,
.content-ken h3 {
  color: white;
}

.content-ken p {
  color: white;
  padding: 15px 0;
}

.btn-outline-white {
  color: white;
  border: 1px solid white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.fr-img-ken:hover .btn-outline-white {
  background-color: white;
  color: black;
}

.grayscale-event {
  filter: grayscale(100%);
}

/* .card-img-body {
  padding: 25px;
  padding-left: 32px;
} */

.card-img-body h4 {
  font-size: 24px;
}

.tiktok-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
}

.tiktok-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 9/16;
  height: auto;
  border-radius: 8px;
}

.card-img-body .text-white {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: ease all 0.5s;
}

.card-img:hover .text-white {
  margin-top: 15px;
  max-height: 50px;
}

.fr-img-ken .description-selected-event p,
.fr-img-ken .description-selected-event a {
  max-height: 0px;
  overflow: hidden;
  transition: ease all 0.3s;
  margin-bottom: 0;
}

.fr-img-ken .description-selected-event h3 {
  margin-bottom: 22px;
}

.fr-img-ken .description-selected-event a {
  display: block;
}

.fr-img-ken .description-selected-event a:empty {
  display: none;
}

.fr-img-ken .description-selected-event a:empty + h3 {
  margin-bottom: 30px;
}

/* Ketika hover, elemen yang ada di bawahnya tampil */
.fr-img-ken:hover .description-selected-event p {
  max-height: 500px;
  margin-bottom: 22px;
}

.fr-img-ken:hover .description-selected-event a {
  max-height: 100px;
  margin-bottom: 29px;
}

#event-content img {
  max-width: 100%;
  height: auto;
  /* display: block; */
  margin: 0 auto;
  object-fit: contain;
  max-height: 500px;
}

/* #event-content img {
  object-fit: contain;
} */

#event-content img {
  width: auto !important;
  height: auto !important;
}

.month-button {
  text-decoration: none;
  color: #0a0a0a;
}

.year {
  text-decoration: none;
  color: #0a0a0a;
}
.multi-month-picker {
  z-index: 1100;
}

#calendar {
  --fc-small-font-size: 0.85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: #ddd;

  --fc-button-text-color: #fff;
  --fc-button-bg-color: #2c3e50;
  --fc-button-border-color: #2c3e50;
  --fc-button-hover-bg-color: #1e2b37;
  --fc-button-hover-border-color: #1a252f;
  --fc-button-active-bg-color: #1a252f;
  --fc-button-active-border-color: #151e27;

  --fc-event-bg-color: #3788d8;
  --fc-event-border-color: #3788d8;
  --fc-event-text-color: #fff;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;

  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 2px;

  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: rgba(255, 220, 40, 0.15);
  --fc-now-indicator-color: red;
}

.fc .fc-daygrid-day-number {
  color: #071c53;
  font-weight: 500;
  padding: 8px;
  text-decoration: none;
}

.fc .fc-day-today .fc-daygrid-day-number {
  background-color: #071c53;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}

.fc .fc-col-header-cell {
  background-color: #f8f9fa;
  padding: 8px;
}

.fc .fc-col-header-cell-cushion {
  color: #071c53;
  font-weight: 600;
  text-decoration: none;
}

.fc .fc-day-other .fc-daygrid-day-number {
  color: #ccc;
}

#tab-event,
#calendar-container {
  display: none;
}

#tab-event.active,
#calendar-container.active {
  display: block;
}

.view-toggle.active {
  background-color: #071c53 !important;
  color: white !important;
  border: 1px solid #071c53 !important;
  border-radius: 10px !important;
  transition: all 0.3s ease;
}

.view-toggle {
  transition: all 0.3s ease;
  border: 1px solid #071c53;
  border-radius: 10px;
  color: #071c53;
  cursor: pointer;
}

.view-toggle:hover {
  background-color: #071c53;
  color: white;
}

#calendar-container {
  min-height: 600px;
}

.tab-event {
  width: 100%;
}

/* filter home */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.filter-slide {
  position: fixed;
  background: white;
  z-index: 999;
  transition: transform 0.3s ease;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.close-btn {
  color: var(--blue);
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

.filter-content {
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

.filter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-group label {
  font-weight: bold;
  color: #333;
}

.filter-group input,
.filter-group select {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pagination .page-item.active .page-link {
  background-color: #293861;
  border-color: #293861;
  color: white;
}

.tabs-outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border: 0;
  flex-wrap: nowrap;
  padding-bottom: 6px;
}

.tabs-outline .nav-item button {
  border: 1px solid rgba(7, 28, 83, 0.2);
  border-radius: 50px;
  color: #071c53;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.tabs-outline .nav-item button:hover,
.tabs-outline .nav-item button.active {
  border: 1px solid #071c53;
  background: #071c53;
  color: white;
}

.tabs-outline .dropdown .btn-secondary {
  border: 1px solid rgba(7, 28, 83, 0.2);
  border-radius: 50px;
  color: #071c53;
  font-size: 16px;
  padding: 10px 20px;
  background: #f6f7fc;
  white-space: nowrap;
}

.tabs-outline .dropdown .btn-secondary:hover,
.tabs-outline .dropdown .btn-secondary:active,
.tabs-outline .dropdown .btn-secondary.active,
.tabs-outline .dropdown .btn-secondary[aria-expanded="true"] {
  border: 1px solid #071c53;
  background: #071c53;
  color: white;
}

.tabs-outline .dropdown-menu {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 200px;
}

.tabs-outline .dropdown-item {
  color: #071c53;
  padding: 8px 16px;
  font-size: 16px;
}

.tabs-outline .dropdown-item:hover {
  background: rgba(7, 28, 83, 0.05);
}

.tabs-outline .dropdown .btn-secondary::after {
  content: "";
  border: solid #071c53;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.tabs-outline .dropdown .btn-secondary[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  border-color: white;
  vertical-align: baseline;
}

.tabs-outline .dropdown .btn-secondary:hover::after,
.tabs-outline .dropdown .btn-secondary.active::after {
  border-color: white;
}

.tabs-outline .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.tabs-outline .dropdown-menu::-webkit-scrollbar-thumb {
  background: #071c53;
  border-radius: 10px;
}

.tabs-outline .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.tabs-outline .dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: #071c53 transparent;
}

h4.fw-semibold {
  font-size: 20px;
}

.name-socmed {
  color: rgb(44, 43, 43);
}

.view-toggle-buttons {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.view-toggle-buttons .btn {
  min-width: 130px;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 16px;
}

.view-toggle-buttons .btn i {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
