body {
  overflow-x: hidden;
}

body section.col-md-12.no-both div div.floorplan.margin_b30 a img {
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 768px) {
  * {
    overflow-x: hidden;
  }
}

.carousel-inner > .item > img {
  width: 100%;
  margin: 0 auto;
}

.carousel-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 100;
  background-color: rgba(237, 237, 237, 0.8) !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px; /* Left arrow position */
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px; /* Right arrow position */
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 5px;
  }
}
.background_brown {
  /*background-color: #AE6E54;*/
  background-image: linear-gradient(
    180deg,
    #f2b229 0%,
    #c9804d 40%,
    #6d4652 90%
  );
}

.background_white {
  background-color: #fff;
}

.background_yellow {
  background-color: #f6ea2e;
}

.background_blue {
  /*background-color: #21214A;*/
  background-image: linear-gradient(
    45deg,
    #009ec5 0%,
    #2e7eed 20%,
    #02225b 50%
  );
}

.title_blocks {
  color: white;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  background-color: var(--secondary-color);
  text-transform: uppercase;
}



.border_grey {
  border: solid 1px #ccc;
}

.shadow_white {
  text-shadow: 2px 2px 4px #ffffff;
}

a {
  text-decoration: none;
}

a:hover,
a .title_blocks:hover {
  color: #f6ea2e;
  text-decoration: none;
}

.list-ticket:nth-of-type(odd) .list-item {
  border-right: 4px solid white;
}

.list-ticket:nth-of-type(odd) .list-item,
.list-ticket:nth-of-type(even) .list-item {
  border-bottom: 2px solid white;
  margin-bottom: 0;
}

.list-ticket:nth-of-type(odd) .list-item,
.list-ticket:nth-of-type(even) .list-item {
  border-top: 2px solid white;
  margin-top: 0;
}

@media (max-width: 768px) {
  .title_blocks {
    margin-top: 10px;
  }

  .list-ticket:first-of-type .list-item,
  .list-ticket:nth-of-type(odd) .list-item {
    border-right: none;
  }
}

header {
  border-bottom: 7px solid white;
}

header h1 {
  color: #fff;
  padding: 30px 10px;
}

.header_logo {
  width: 100%;
}

.header_logo img,
.header_schedule img {
  margin: auto;
  height: 130px;
}

.logo-container {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}

body > header > div > div > ul > li:nth-child(1) > a > div > img {
  background-color: black;
  border: none;
  width: 100%;
}

body > header > div > div > ul > li:nth-child(2) > a > div > img {
  background-color: black;
  border: none;
  width: 100%;
}

/* Menu */
.navbar {
  position: relative;
  min-height: 30px;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  background-color: var(--secondary-color);
  margin-bottom: 0;
  background-image: unset;
}

.navbar-toggle {
  background-color: #fff;
}

.navbar-nav,
.navbar_top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  float: none !important;
}

.navbar-nav > li > a {
  font:
    25px "Open Sans condensed",
    sans-serif;
  text-transform: uppercase;
  padding: 25px 10px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}

.navbar-nav > li > a {
  color: #fff !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
  background-color: #fff !important;
  color: #e4342b !important;
}

.navbar-nav > li > a:visited {
  color: #fff !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: unset;
  background-color: #fff !important;
  color: #e4342b !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: red;
  background-image: linear-gradient(to bottom, #ff2606 0, #b10f0f 100%);
}

.navbar-nav > .dropdown > a {
  padding-top: 23px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
  border-radius: 0;
  min-width: 200px;
  border: 0;
  padding: 0;
  border-top: 1px solid #f60d2b;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  transform: translateX(5px);
}

.navbar-nav .dropdown-menu > li > a {
  padding: 20px;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}

.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fff;
  border-color: none;
  color: #e4342b;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #e4342b !important;
}

/* Line Up */
.line_up h4,
.news h4,
.content h4 {
  height: 22px;
  overflow: hidden;
}

/* .line_up .col-md-3:hover img, */
/* .content a:hover img { */
/*   transform: scale(1.1); */
/*   -webkit-transition: all ease-in-out 0.2s; */
/*   -moz-transition: all ease-in-out 0.2s; */
/*   -o-transition: all ease-in-out 0.2s; */
/*   transition: all ease-in-out 0.2s; */
/* } */
/**/
.line_up figure,
.content figure {
  border: solid 1px #ccc;
  overflow: hidden;
  transform: translateZ(0px);
  transition-duration: 0.5s;
  transition-property: transform;
}

.line_up figure img,
.content figure img,
.news img {
  width: 100%;
  object-fit: cover;
}

/* Videos */
section.video_highlight {
  padding: 2em 0;
  border-top: 1px #b7b7b7 solid;
  position: relative;
}

#video-slider .owl-item.active.center .item-video {
  height: 400px;
}

#video-slider .owl-item:not(.center) .item-video {
  height: 300px;
  margin: 50px 0;
  overflow: hidden;
}

#video-slider .owl-item:not(.center) .item-video h4 {
  background-color: transparent;
}

.owl-carousel .owl-video-wrapper {
  background: transparent !important;
}

#video-slider .item-video img {
  position: absolute;
  height: inherit;
}

#video-slider .item-video h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  opacity: 0.7;
}

.content-slider .owl-prev,
#video-slider .owl-prev {
  float: left;
}

.content-slider .owl-next,
#video-slider .owl-next {
  float: right;
}

.content-slider .owl-nav.disabled,
.content-slider .owl-dots.disabled,
#video-slider .owl-nav.disabled,
#video-slider .owl-dots.disabled {
  display: block !important;
}

.content-slider .owl-nav button.owl-prev,
.content-slider .owl-nav button.owl-next,
.content-slider button.owl-dot,
#video-slider .owl-nav button.owl-prev,
#video-slider .owl-nav button.owl-next,
#video-slider button.owl-dot {
  padding: 5px 10px !important;
}

.content-slider {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}

.responsive-section .responsive-container .detail-slider {
  position: relative;
  overflow: hidden;
}

.responsive-section .responsive-container .detail-slider::before,
.responsive-section .responsive-container .detail-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, white, transparent);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .responsive-section .responsive-container .detail-slider::before,
  .responsive-section .responsive-container .detail-slider::after {
    width: 20%;
  }
}

.responsive-section .responsive-container .detail-slider::before {
  left: 0;
}

.responsive-section .responsive-container .detail-slider::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.responsive-section .responsive-container .owl-nav {
  display: block; /* Pastikan navigasi tampil di desktop */
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
}

/* Countdown */
#countdown {
  display: table;
  margin: 0 auto;
  width: auto;
  margin-top: 40px;
}

/* Sponsors */
.sponsors ul li img,
.partners ul li img {
  width: 200px;
  height: auto;
}

.sponsors_main ul li img {
  width: 400px;
  height: auto;
  margin: 10px;
}

.responsive-grid-home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default (desktop) */
  gap: 10px;
}

.responsive-grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Default (desktop) */
  gap: 10px;
}

/**/
/* .sponsors ul li img, */
/* .partners ul li img { */
/*   transform: scale(1.1); */
/* } */

/* Tablet (600px - 1024px) */
@media (min-width: 600px) and (max-width: 1024px) {
  .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .responsive-grid-gallery {
    grid-template-columns: repeat(2, 1fr); /* Default (desktop) */
  }

  .sponsors ul li img,
  .partners ul li img {
    width: 150px !important;
  }
}

/* Mobile (0 - 599px) */
@media (max-width: 599px) {
  .responsive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .responsive-grid-gallery {
    grid-template-columns: repeat(1, 1fr); /* Default (desktop) */
  }

  .sponsors ul li img,
  .partners ul li img {
    width: 130px !important;
  }
}

footer {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
}

footer img {
  margin: auto;
}


.content-banner-small img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content-banner-small img {
    max-width: 100%;
  }
}

/* Content */
.content img {
  width: 100%;
}

article {
  color: white;
  font-size: 25px;
}

article h3 {
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}

/* .owl-nav { */
/*   display: none; */
/* } */

.content > .clearfix {
  border-bottom: solid 1px #ddd;
  padding: 15px;
}

/* EXTRA SMALL */
@media (max-width: 768px) {
  /* Navigation */
  .navbar-header {
    padding: 10px !important;
  }

  .navbar-nav,
  .navbar_top {
    display: block;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: red;
  }
  .navbar-nav > li > a {
    border: solid 1px;
    padding: 10px 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-toggle {
    margin-right: 0;
    padding: 19px 13px;
  }

  /* Videos */
  #video-slider .owl-item.active.center .item-video,
  #video-slider .owl-item:not(.center) .item-video {
    height: 200px;
    margin: 0 auto;
  }

  /* Countdown */
  #countdown span {
    display: block;
    position: relative;
    float: none;
    height: auto;
    top: 0;
  }

  .content .col-md-4 {
    border-bottom: solid 1px #ddd;
    padding: 15px;
  }

  .content > .clearfix {
    border-bottom: none;
    padding: 0;
  }

  /* Sponsor */
  .sponsors ul li img,
  .partners ul li img {
    /*height: 28px;*/
  }
}

/* tiket */
.list-ticket {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--primary-color);
}

.list-ticket .list-item {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin: 10px 0;
}

.list-ticket .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}

.list-ticket img {
  width: 160px;
  height: auto;
  transition: width 0.3s ease;
  flex-shrink: 0;
  margin-right: 10px;
}

.list-ticket .text-content {
  text-align: center;
  flex-grow: 1;
  margin: 0 5px;
}

.list-ticket p.title {
  color: white;
  font-weight: bold;
  font-size: 52px;
  text-transform: uppercase;
  margin: 5px 0;
}

.list-ticket p.intro {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 5px 0;
}

.list-ticket a {
  font-size: 18px;
  font-weight: bold;
  -webkit-text-stroke: 1px white; /* Tambah outline hitam */
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: var(--secondary-color);
  border: 3px solid white;
  color: white;
  border-radius: 10px;
  flex-shrink: 0;
}

/* body > header > div > ul:nth-child(1) > li { */
/*   border-right: 4px solid white; */
/* } */

/* media query for tablet */
@media (max-width: 1024px) {
  .list-ticket img {
    width: 100px;
    margin-right: 5px;
  }

  .list-ticket .content-wrapper {
    width: 800px;
  }

  .list-ticket p.title {
    font-size: 32px;
  }

  .list-ticket p.intro {
    font-size: 14px;
  }

  .list-ticket a {
    font-size: 14px;
    padding: 4px 10px;
  }
}


@media (max-width: 768px) {
  .list-ticket li {
    padding: 8px 5px;
  }

  .list-ticket img {
    width: 70px;
    margin-right: 8px;
  }

  .list-ticket .content-wrapper {
    flex-direction: row;
  }

  .list-ticket .text-content {
    margin: 0 1px;
  }

  .list-ticket p.title {
    font-size: 20px;
    margin: 4px 0;
  }

  .list-ticket p.intro {
    font-size: 12px;
    margin: 4px 0;
  }

  .list-ticket a {
    -webkit-text-stroke: 0;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 6px;
  }
}

/* content */
.content-text {
  font-weight: 500;
  font-size: 22px;
}

@media (max-width: 600px) {
  .content-text {
    font-weight: 400;
    font-size: 18px;
  }
}
/* General styles */
/* .responsive-section {
  padding: 50px 10px;
} */

.responsive-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.responsive-content {
  background-color: var(--primary-color);
  width: 100%;
  padding: 10px 30px;
  margin-top: 20px;
}

.responsive-title {
  color: white;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}

.responsive-text {
  color: white;
  padding-top: 20px;
  font-size: 25px;
}

.trim-slider {
  padding: 40px;
  margin-top: 20px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .trim-slider {
    padding: 0;
  }

  .responsive-section {
    padding: 20px 10px;
  }

  .responsive-content {
    padding: 10px 15px;
  }

  .responsive-title {
    font-size: 22px;
  }

  .responsive-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .responsive-text {
    font-size: 16px;
  }
}

footer.col-md-12 a {
  color: white !important;
}

footer.col-md-12 a:hover {
  color: #f2b229 !important;
}

/* language */
.lang_select {
  float: right;
  padding: 5px 0;
  margin-right: -30px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
  z-index: 1000;
}

.lang_select .fa-globe {
  color: white;
  font-size: 16px;
}

.lang_wrapper {
  position: relative;
}

.selected-lang {
  background-color: transparent;
  color: #fff;
  padding: 8px 35px 8px 10px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='white' height='25' viewBox='0 0 24 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px 25px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 120px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1001;
  border-radius: 4px;
  overflow: hidden;
}

.lang_wrapper:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

@media (max-width: 768px) {
  .selected-lang {
    font-size: 12px;
    padding-right: 30px;
    background-size: 20px 20px;
    background-position: right 5px center;
  }

  .lang_select {
    gap: 4px;
    margin-right: -10px;
  }

  /* Biar klik tetep bisa dipake di mobile */
  .lang_wrapper:hover .dropdown-content {
    display: none;
  }

  .lang_wrapper:active .dropdown-content,
  .lang_wrapper.open .dropdown-content {
    display: block;
  }
}

.contact-table {
  border-collapse: collapse;
  font-weight: bold;
}

.contact-table td {
  padding: 3px;
  white-space: nowrap;
  vertical-align: top;
  overflow-wrap: break-word;
}

.contact-table td:nth-child(3) {
  white-space: normal;
}

.contact-table a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.contact-table a:hover {
  color: yellow;
}

.contact-table .contact-value {
  text-align: left;
}


.footer-section {
    background-color: var(--secondary-color);
    padding: 20px 0;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-grid {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    align-items: center;
}

.footer-grid a {
  margin-left: auto;
}

/* Mobile styles for footer */
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .footer-grid {
        grid-auto-flow: column;
        justify-content: center;
        margin: 10px 0;
    }

    .footer-section .col-md-3,
    .footer-section .col-md-6 {
        width: 100%;
        margin: 10px 0;
    }
}

/* Sticky Navigation Styles */
.sticky_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: var(--secondary-color);
}

.sticky_nav .navbar {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .sticky_nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    
    .sticky_nav .navbar-collapse {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }
}

/* content list  */
.title_list {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--secondary-color);
  text-align: center;
  margin-top: 40px;
  position: relative;
  padding-bottom: 15px;
}

.title_list::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.container_content_list {
  height: 100vh;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .title_list {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .container_content_list {
    height: auto;
    padding-top: 0;
  }
}

.video-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content_slider_title {
  font-size: 32px; 
  font-weight: bolder; 
  max-width: 350px; 
}

@media (max-width: 768px) {
  .content_slider_title {
    font-size: 20px; 
    max-width: 220px;
    overflow: hidden; 
  }
}
