@font-face {
  font-family: 'Toroka';
  src: url('../fonts/Toroka/Toroka-Light.otf');
  font-weight: light;
  font-style: light;
}

@font-face {
  font-family: 'Toroka';
  src: url('../fonts/Toroka/Toroka-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Toroka';
  src: url('../fonts/Toroka/Toroka-Bold.otf');
  font-weight: bold;
  font-style: bold;
}

:root {
  --color-scheme-1: #7C5143;
  --color-scheme-2: #A47764;
  --color-scheme-3: #DDA853;
  --color-scheme-4: #FAD48C;
  --color-scheme-5: #F5EEDC;
  --color-scheme-6: #85BAB0;
  --color-scheme-7: #27548A;
  --color-scheme-8: #001445;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  font-family: 'Toroka', sans-serif;
  color: #636363;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-scheme-1);
}

.container-no-space {
  padding: 0;
}

.section-margin {
  margin-top: 50px;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.container.no-padding {
  max-width: 100% !important;
}

/* Section Hero */

.section-one {
  height: 100vh;
  overflow-x: hidden;
}

.top-header {
  position: relative;
  z-index: 1;
  top: 0;
}

.header-top-area {
  z-index: 1;
  color: #ffffff;
  height: 60px;
}

.wls__temp {
  font-family: 'Toroka', sans-serif;
  font-size: 14px;
}

#id0423b11f8e190 {
  color: rgba(255,255,255,0);
  border-right: 2px solid #fff;
  height: 15px;
  padding-right: 15px !important;
}

#id0423b11f8e190 a {
  color: rgba(255,255,255,0);
}

.header-top-menu {
  margin-right: 1.5rem;
}

.header-top-menu-list {
  margin-bottom: 0;
}

.header-top-menu-list .weather::after {
  content: "";
  width: 10px;
  background-color: #ffffff;
  height: 20px;
}

.header-top-menu-list .datetime {
  font-size: 12px;
  font-weight: bold;
}

.header-top-menu-list .datetime span {
  display: block;
  text-align: center;
  font-weight: 100;
  margin-top: -2px;
}

.btn-ticket-header {
  background: var(--color-scheme-3);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #ffffff;
}

.btn-ticket-header:hover {
  background: var(--color-scheme-8);
}

.navbar.main-nav {
  z-index: 1;
  background: rgba(0,0,0,.4) !important;
}

@media (min-width: 576px) {
  .navbar.main-nav {
    z-index: 1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    top: 60px;
  }
}

.navbar.main-nav .navbar-brand {
  background: white;
}

@media (min-width: 576px) {
  .navbar.main-nav .navbar-brand {
    position: absolute;
    top: -60px;
  }
}

.navbar.main-nav .navbar-brand img {
  height: 3rem;
}

@media (min-width: 576px) {
  .navbar.main-nav .navbar-brand img {
    height: 110px;
  }
}

.navbar.main-nav .navbar-toggler {
  padding: 0;
}

.navbar.main-nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  .main-nav .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 90%;
    background: white;
    height: 100vh;
  }
}

.main-nav .navbar-collapse.collapsing {
  height: auto;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
  left: -100%;
}

.main-nav .navbar-collapse.show {
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link img {
  height: 100px;
}

.main-nav .navbar-collapse .close-nav {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  z-index: 99;
  background: var(--color-scheme-2);
}

.main-nav .navbar-collapse .close-nav i {
  font-size: 2rem;
  color: white;
}

@media (min-width: 768px) {
  .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 1rem;
  }
}

.navbar.desktop {
  background: var(--color-scheme-7);
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
}

.navbar-brand.desktop {
  position: absolute;
  top: -60px;
  padding: 10px;
  background: #ffffff;
}

.navbar-brand.desktop img {
  width: 87px;
}

.menu-header {
  height: 60px;
  align-items: center;
}

.menu-header .nav-link {
  color: #ffffff !important;
  font-size: 15px;
  margin: 0 .5rem;
  align-items: center;
}

.navbar.desktop .navbar-nav.menu-header .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #ffffff;
  width: 0%;
  height: 2px;
  transition: all 0.5s;
}

.navbar.desktop .navbar-nav.menu-header .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar.desktop .navbar-nav.menu-header .nav-item:hover::after {
  width: 2rem;
}

.navbar.desktop .navbar-nav.menu-header .nav-item .active {
  background: var(--color-scheme-3);
  height: 60px;
  display: flex;
}

.navbar.desktop .navbar-nav.menu-header .nav-item .dropdown-toggle {
  color: #ffffff;
  padding: .5rem;
}

.navbar.desktop .navbar-nav.menu-header .nav-item .dropdown-menu {
  border-radius: 0;
}

.navbar.desktop .navbar-nav.menu-header .nav-item .dropdown-menu a:hover {
  color: #ffffff;
  background: var(--color-scheme-3);
}

.header-top-menu-list-sticky {
  color: #000000;
  margin-bottom: 0;
}

.navbar.mobile {
  z-index: 99;
  /*position: fixed;*/
  /*width: 100%;*/
}

.navbar.mobile.sticky-header {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}

.navbar.mobile .navbar-brand {
  background: #fff;
}

.navbar.mobile .navbar-brand img {
  height: 5rem;
  padding: 1px;
}

.navbar.mobile.sticky-header .navbar-brand img {
  height: 2.5rem;
  padding: 0;
}

.navbar.mobile .navbar-toggler {
  border: none;
}

.navbar.mobile .navbar-toggler i {
  color: #fff;
}

.navbar.mobile.sticky-header .navbar-toggler i {
  color: #000;
}

.navbar.mobile .navbar-toggler:focus, .navbar.mobile .navbar-toggler:active, .navbar.mobile .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar.mobile .mobile-logo {
  height: 100px;
  margin-top: 15px;
}

.navbar.mobile .navbar-collapse {
  position: fixed;
  background: #e9edec;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 75%;
  height: 100%;
}

.navbar.mobile .navbar-collapse.collapsing {
  left: -75%;
  transition: height 0s ease;
}

.navbar.mobile .navbar-collapse.show {
  left: 0;
  transition: left 300ms ease-in-out;
}

.navbar.mobile .navbar-toggler.collapsed ~ .navbar-collapse {
  transition: left 500ms ease-in-out;
}

.navbar.mobile .nav-item .dropdown {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar.mobile .nav-item .dropdown a {
  color: #636363;
}

.navbar.mobile .nav-item .dropdown .dropdown-menu {
  border-radius: 0;
}

/* Navbar Sticky */

#sticky-header {
  display: none;
}

@media (min-width: 576px) {
  .navbar.sticky-header {
    position: fixed;
    z-index: 2;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  }
}

.navbar.sticky-header .nav-link {
  color: var(--bs-black);
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar.sticky-header .nav-link {
    color: var(--bs-black);
    font-size: 1rem;
  }
}

.navbar.sticky .navbar-brand img {
  width: 50px;
}

.navbar-nav.sticky .nav-item:last-child {
  margin-left: 10px;
}

.navbar.sticky-header .nav-item.dropdown {
  padding-top: .5rem;
  margin-right: 10px;
}

.navbar.sticky-header .nav-item .dropdown-menu.show {
  margin-top: 1rem;
  border-radius: 0;
  color: var(--bs-black);
}

.navbar.sticky-header .nav-item.dropdown a {
  color: var(--bs-black);
}

.navbar.sticky-header .nav-item.dropdown .dropdown-menu a:hover {
  color: var(--bs-white);
  background: var(--color-scheme-3);
}

.btn-ticket-sticky {
  background-color: var(--color-scheme-3);
  color: var(--color-scheme-5);
  font-weight: bold;
  font-size: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-ticket-sticky:hover {
  background: var(--color-scheme-8);
  border: 1px solid var(--color-scheme-8) !important;
  color: var(--color-scheme-5);
}

/* Drop down menu auto show */

.dropdown.desktop:hover .dropdown-menu {
  display: block;
}

.dropdown.desktop .dropdown-menu {
  position: absolute;
  /*margin-top: 140px;*/
  top: 60px;
}

.dropdown.sticky:hover .dropdown-menu {
  display: block;
  border-radius: 0;
}

.dropdown.sticky .dropdown-menu {
  margin-top: 0;
}

/* Hero */

.hero {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  color: #ffffff;
  overflow: hidden;
  background: var(--color-scheme-8);
  background: linear-gradient(rgba(0, 20, 69, 0.1),rgba(0, 20, 69)), url("../../assets/img/bg-hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.hero img {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .10;
  z-index: 0;
}

.hero-text {
  position: relative;
  top: 40%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .hero-text {
    top: 30%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .hero-text {
    text-align: left;
  }
}

.hero-text span {
  font-weight: 900;
}

.countdown {
  position: relative;
  top: 55%;
}

@media (max-width: 767.98px) {
  .countdown {
    top: 40%;
  }
}

.hero-countdown {
  display: flex;
  justify-content: end;
}

@media (max-width: 767.98px) {
  .hero-countdown {
    justify-content: center;
  }
}

.countdown-bg {
  background: #ffffff;
  text-align: center;
  margin-right: 5px;
  width: 100px;
  transform: skewX(-15deg);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.hero-countdown h1 {
  color: #000000;
  text-align: center;
  transform: skewX(15deg);
  margin-bottom: 0;
  padding: 10px;
}

.hero-countdown h1 span {
  white-space: nowrap;
  display: block;
  font-size: 1rem;
  text-align: center;
  font-weight: 100;
  margin-top: -10px;
}

.mouse-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
}

@media (max-width: 767.98px) {
  .mouse-wrap {
    top: 80%;
  }
}

.mouse-wrap:hover {
  cursor: pointer;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* Section Two */

.carousel-indicators.sectiontwo > li {
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}

/* Ticket */

#section-ticket {
  font-size: 15px;
}

.without-concert {
  background: var(--color-scheme-1);
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .without-concert {
    border-bottom: 1px dashed #fff;
  }
}

@media (max-width: 767.98px) {
  .without-concert .left {
    border-right: 1px dashed #fff;
  }
}

@media (max-width: 767.98px) {
  .with-concert .left {
    border-right: 1px dashed #fff;
  }
}

.with-concert {
  background: var(--color-scheme-3);
  color: #ffffff;
}

.ticket-container {
  overflow: auto;
}

.ticket-thumb {
  float: left;
}

.ticket-thumb img {
  display: block;
  height: 70px;
}

.ticket-content {
  margin-left: 80px;
}

.without-concert .heading, .with-concert .heading {
  font-weight: 900;
  width: 210px;
  margin-right: .75rem;
  font-size: 16px;
}

.heading span {
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}

.monday {
  background: rgba(0,0,0,0.5);
  border-bottom: 1px solid #fff;
}

@media (max-width: 767.98px) {
  .day-divider {
    border-bottom: 1px dotted #fff;
  }
}

@media (max-width: 767.98px) {
  .ticket-day-list {
    padding: 15px 0;
  }
}

.ticket-day-list {
  /*width: 180px;*/
  /*height: 120px;*/
  /*padding: 1rem;*/
}

.ticket-day-list span {
  display: block;
}

.open-time {
  border-top: 2px solid;
  font-weight: 900 !important;
}

.without-concert .btn {
  background: var(--color-scheme-3);
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-weight: bold;
}

.with-concert .btn {
  background: var(--color-scheme-2);
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-weight: bold;
}

.ticket-title-mobile {
  /*height: 100px;*/
}

.ticket-title-mobile h6 {
  font-size: .85rem;
}

.ticket-title-mobile span {
  font-weight: 100;
  font-style: italic;
}

.ticket-day {
  /*height: 90px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
  border-top: 1px dashed #fff;
}

.ticket-separator {
  width: 3px;
  height: 85px;
  background: var(--bs-white);
}

/* Free Ticket */

.free-ticket {
  overflow: hidden;
  color: #ffffff;
}

.free-ticket-container {
  overflow: hidden;
}

.free-ticket-lansia {
  position: relative;
  background: var(--color-scheme-7);
  color: #fff;
  max-width: 1196px;
}

.free-ticket-lansia:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: var(--color-scheme-7);
}

.free-ticket-lansia:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 85px;
  background: var(--color-scheme-7);
  transform: skewX(-25deg);
  content: '';
  z-index: 1;
}

@media (max-width: 991.98px) {
  .free-ticket-lansia:before {
    right: -100%;
    width: 360%;
    background: var(--color-scheme-7);
    z-index: -1;
  }
}

.free-ticket-lansia h3, .free-ticket-lansia p, .free-ticket-anak h3, .free-ticket-anak p, .free-ticket-tni h3, .free-ticket-tni p {
  margin-bottom: 0;
}

.free-ticket-anak {
  position: relative;
  background: var(--color-scheme-6);
  color: #fff;
  max-width: 1196px;
}
.free-ticket-tni {
  position: relative;
  background: var(--color-scheme-8);
  color: #fff;
  max-width: 1196px;
}

.free-ticket-anak:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 10px;
  background: #fff;
  transform: skewX(-25deg);
  z-index: 1;
  content: '';
}

.free-ticket-tni:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 10px;
  background: #fff;
  transform: skewX(-25deg);
  z-index: 1;
  content: '';
}

@media (max-width: 991.98px) {
  .free-ticket-anak:after {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: var(--color-scheme-6);
    z-index: -1;
  }
  .free-ticket-anak:before {
    width: 0 !important;
  }
  .free-ticket-tni:after {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: var(--color-scheme-8);
    z-index: -1;
  }
}

.free-ticket-anak:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 100px;
  background: var(--color-scheme-6);
  transform: skewX(-25deg);
  content: '';
  z-index: 1;
}
.free-ticket-tni:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: var(--color-scheme-8);
}

.free-ticket-lansia-content {
  padding-right: 70px;
}

@media (max-width: 991.98px) {
  .free-ticket-lansia-content {
    padding-right: 0;
  }
}

.free-ticket-anak-content {
  padding-left: 70px;
}
.free-ticket-tni-content {
  padding-left: 70px;
}

@media (max-width: 991.98px) {
  .free-ticket-anak-content {
    padding-left: 0;
  }
  .free-ticket-tni-content {
    padding-left: 0;
  }
}

.free-ticket .elderly {
  overflow-wrap: hidden;
  margin-right: 5px;
}

.free-ticket .child {
  /*overflow: hidden;*/
  margin-left: 5px;
}

.free-ticket .elderly-container {
  /*height: 100px;*/
  margin: 0 0 0 -45px;
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -o-transform: skew(-35deg);
  background: #00a1ce;
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
}

.free-ticket .elderly-container .text-content {
  -webkit-transform: skew(35deg);
  -moz-transform: skew(35deg);
  -o-transform: skew(35deg);
}

.free-ticket .child-container {
  /*height: 100px;*/
  margin: 0 -45px 0 0;
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -o-transform: skew(-35deg);
  background: #31d4b0;
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
}

.free-ticket .child-container .text-content {
  -webkit-transform: skew(35deg);
  -moz-transform: skew(35deg);
  -o-transform: skew(35deg);
}

.free-ticket-description {
  width: 330px;
  font-size: 14px;
}

.free-ticket .child {
  /*padding: 1rem;*/
  /*background: #31d4b0;*/
}

/* SCHEDULE */

.schedule-title {
  color: var(--color-scheme-1);
}

.schedule-title span {
  display: block;
  height: 5px;
  width: 200px;
  background: var(--color-scheme-1);
  transform: skewX(50deg);
}

.concert-title {
  margin-left: 1rem;
}

.concert-title h5 {
  margin-bottom: 0;
}

.concert-list-container {
  height: 100px;
  width: calc(90% - 2rem);
  background: #e9edec;
  position: relative;
  left: 1rem;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .concert-list-container {
    width: calc(100% - 2rem);
  }
}

.concert-list-container::before, .concert-list-container::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.concert-list-container::before {
  /*left: -30px;*/
  border-right: 30px solid #e9edec;
}

.concert-list-container::after {
  right: -30px;
  border-left: 30px solid #e9edec;
}

.concert-date {
  height: 100px;
  width: 60px;
  background: var(--color-scheme-2);
  position: relative;
  left: 00px;
  box-sizing: border-box;
  color: #ffffff;
  border-left: 1px solid var(--color-scheme-2);
  border-right: 1px solid var(--color-scheme-2);
}

.concert-date-bottom {
  height: 100px;
  width: 60px;
  background: #e9edec;
  position: relative;
  left: 0px;
  box-sizing: border-box;
  color: #e9edec;
  border-left: 1px solid #e9edec;
  border-right: 1px solid #e9edec;
}

.concert-date::before, .concert-date::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.concert-date-bottom::before, .concert-date-bottom::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.concert-date::before {
  left: -25px;
  border-right: 25px solid var(--color-scheme-2);
}

.concert-date-bottom::before {
  left: -25px;
  border-right: 25px solid #ffffff;
}

.concert-date::after {
  right: -25px;
  border-left: 25px solid var(--color-scheme-2);
}

.concert-date .text h3 {
  margin-bottom: 0;
}

.concert-date .text span {
  display: block;
  text-align: center;
  font-size: 2rem;
}

.concert-desc:hover {
  /*position: relative;*/
  /*border-bottom: 7px solid rgba(0,19,81,0.5);*/
  /*top: 7px;*/
  /*height: 100%;*/
  /*width: auto;*/
  cursor: pointer;
}

.concert-desc {
  position: relative;
  /*margin: 10px;*/
}

.concert-desc .artist-name {
  padding-left: 2.5rem;
  /*margin-bottom: 0;*/
}

.concert-desc .artist-image {
  position: relative;
  padding-right: 1rem;
  height: 90px;
  width: 100px;
}

.concert-desc .artist-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.more-concert-schedule {
  transform: skew(-30deg);
  background: #e9edec;
  width: 70%;
  border-left: 10px solid var(--color-scheme-1);
  padding: 10px;
  position: relative;
  left: -15px;
}

.more-concert-schedule a {
  color: #636363;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .more-concert-schedule {
    width: 90%;
    left: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .more-concert-schedule {
    width: 85%;
    left: 40px;
  }
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .more-concert-schedule {
    width: 80%;
    left: 20px;
  }
}

.more-concert-schedule:hover {
  cursor: pointer;
}

.more-concert-schedule .content {
  transform: skew(30deg);
  font-weight: 600;
  font-size: 1.2rem;
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .more-concert-schedule .content {
    font-weight: 600;
    font-size: 1rem;
  }
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .more-concert-schedule .content img {
    width: 40px;
  }
}

.event-title img {
  width: 30px;
}

.event-title .text-title {
  font-size: 1.25rem;
}

.event-title .text-title span {
  font-weight: 900;
}

.more-event, .more-event-concert {
  display: flex;
  background: #e9edec;
  width: 100%;
  padding: 10px;
  /*border-left: 20px solid var(--color-scheme-2);*/
  font-weight: 600;
  justify-content: center;
}

.more-event {
  border-left: 20px solid var(--color-scheme-1);
}

.more-event-concert {
  border-left: 20px solid var(--color-scheme-1);
}

@media (min-width: 992px) {
  .more-event, .more-event-concert {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .more-event, more-event-concert {
    font-size: 1.2rem;
  }
}

.more-event a, .more-event-concert a {
  color: rgba(0,0,0,0.5);
}

.home-event-list {
  /*height: 500px;*/
  /*overflow-x: hidden;*/
}

.home-event-list a {
  color: #636363;
}

.event-list {
  background: #e9edec;
  margin-bottom: 10px;
}

.event-list:hover {
  cursor: pointer;
  border: 1px solid var(--color-scheme-2);
  box-shadow: 2px 4px rgba(0,19,81,0.5);
}

.event-list img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.event-list .datetime {
  font-weight: 700;
}

.event-list .datetime {
  font-weight: 700;
}

.event-list h5 {
  color: var(--color-scheme-2);
  margin-bottom: 0;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .event-list span, .event-list h5 {
    font-size: 14px;
  }
}

/* Ads */

#section-ads {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Map Location */

.home-search .search-title .search-icon i {
  font-size: 4rem;
}

@media (max-width: 991.98px) {
  .home-search .search-title .search-icon i {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .home-search .search-title .search-title-text h3 {
    font-size: 20px;
  }
}

.home-search .search-title .search-title-text .underline {
  display: block;
  height: 5px;
  width: 90%;
  background: var(--color-scheme-2);
  transform: skewX(50deg);
}

.home-search .search-form {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 290px;
}

@media (max-width: 991.98px) {
  .home-search .search-form {
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .home-search .search-form .form-label {
    margin-bottom: 0;
  }
}

.home-search .search-form .button-group {
  display: block;
  margin-bottom: 1rem;
}

.home-search .search-form .btn {
  border-radius: 0;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  width: 140px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .home-search .search-form .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 48%;
    font-size: 14px;
  }
}

.home-search .search-form .btn.location {
  background: var(--color-scheme-8);
  margin-right: .5rem;
}

.home-search .search-form .btn.category {
  background: var(--color-scheme-7);
}

.select-container {
  border-left: 10px solid var(--color-scheme-1);
  font-size: 17px;
}

.select-container select {
  display: inline-block;
  padding: 10px;
  font-weight: 600;
  border: 0;
  background: #e9edec;
  font-size: 18px;
  color: #636363;
  width: 100%;
  /*-webkit-appearance: none;*/
  border-radius: 0;
  line-height: 20px;
  height: 50px;
}

@media (max-width: 991.98px) {
  .select-container select {
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
}

.select-container select::-ms-expand {
  display: none;
}

.home-search .direction-text {
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .home-search .direction-text {
    font-size: 20px;
    line-height: 20px;
  }
}

.home-search .direction-text .btn {
  margin-top: 20px;
  background: var(--color-scheme-1);
  color: #ffffff;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
}

@media (max-width: 991.98px) {
  .home-search .direction-text .btn {
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
  }
}

/* Games */

.home-game {
  background: #e9edec;
}

.home-game a {
  text-decoration: none;
  color: #ffffff;
}

.home-game .game-title {
  padding-left: 1rem;
  height: 300px;
}

@media (max-width: 1399.98px) {
  .home-game .game-title {
    padding-left: .5rem;
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-game .game-title {
    padding-left: 0;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .home-game .game-title {
    padding-left: 0;
    height: 150px;
  }
}

.home-game .game-title .game-icon i {
  font-size: 4rem;
}

@media (max-width: 1399.98px) {
  .home-game .game-title .game-icon i {
    font-size: 3rem;
  }
}

.home-game .game-title-bottom {
  background: var(--color-scheme-4);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-game .game-title .game-title-text h4 {
    font-size: 20px;
  }
}

.home-game .game-title .game-title-text span {
  display: block;
}

.home-game .game-register {
  height: 300px;
}

@media (max-width: 1399.98px) {
  .home-game .game-register {
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-game .game-register {
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .home-game .game-register {
    height: 150px;
  }
}

.home-game .game-register-bottom {
  background: var(--color-scheme-4);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  left: -13px;
  position: relative;
  width: calc(100% + 13px);
}

@media (max-width: 1399.98px) {
  .home-game .game-register-bottom {
    left: -9px;
    position: relative;
    width: calc(100% + 9px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-game .game-register-bottom {
    left: 0;
    position: relative;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-game .game-register-bottom {
    font-size: 1rem;
  }
}

.jfk-quiz {
  background: #00a1ce;
  transform: skew(-5deg);
  height: 300px;
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .jfk-quiz {
    transform: skew(-4deg);
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .jfk-quiz {
    transform: skew(0deg);
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .jfk-quiz {
    transform: skew(0deg);
    height: 180px;
  }
}

.jfk-quiz .icon, .find-object .icon, .memory-game .icon {
  font-size: 4rem;
  display: block;
  max-height: 5rem;
}

@media (max-width: 1399.98px) {
  .jfk-quiz .icon, .find-object .icon, .memory-game .icon {
    font-size: 3rem;
    max-height: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .jfk-quiz .icon, .find-object .icon, .memory-game .icon {
    font-size: 2.5rem;
    max-height: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .jfk-quiz .icon, .find-object .icon, .memory-game .icon {
    font-size: 2rem;
    max-height: 2.5rem;
  }
}

.jfk-quiz-bottom {
  background: #147e9c;
  left: -13px;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1399.98px) {
  .jfk-quiz-bottom {
    left: -8px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .jfk-quiz-bottom {
    left: 0px;
  }
}

@media (max-width: 767.98px) {
  .jfk-quiz-bottom {
    left: 0px;
    font-size: 1rem;
  }
}

.find-object {
  background: #31d4b0;
  transform: skew(-5deg);
  height: 300px;
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .find-object {
    transform: skew(-4deg);
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .find-object {
    transform: skew(0deg);
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .find-object {
    transform: skew(0deg);
    height: 180px;
  }
}

.find-object-bottom {
  background: #129b7d;
  left: -13px;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1399.98px) {
  .find-object-bottom {
    left: -9px;
    position: relative;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .find-object-bottom {
    left: 0px;
  }
}

@media (max-width: 767.98px) {
  .find-object-bottom {
    left: 0px;
    font-size: 1rem;
  }
}

.memory-game {
  background: var(--color-scheme-2);
  transform: skew(-5deg);
  height: 300px;
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .memory-game {
    transform: skew(-4deg);
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .memory-game {
    transform: skew(0deg);
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .memory-game {
    transform: skew(0deg);
    height: 180px;
  }
}

.memory-game-bottom {
  background: var(--color-scheme-1);
  left: -13px;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1399.98px) {
  .memory-game-bottom {
    left: -9px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .memory-game-bottom {
    left: 0px;
  }
}

@media (max-width: 767.98px) {
  .memory-game-bottom {
    left: 0px;
    font-size: 1rem;
  }
}

.btn-play {
  transform: skew(5deg);
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-play {
    transform: skew(0deg);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 767.98px) {
  .btn-play {
    transform: skew(0deg);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    font-weight: 700;
  }
}

.btn-play:hover {
  background: #ffffff;
  color: #000000;
  transform: skew(5deg);
}

.game-register .btn {
  width: 110px;
  border-radius: 0;
  font-weight: 800;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .game-register .btn {
    width: 90px;
    border-radius: 0;
    /*font-weight: 100;*/
    font-size: 13px;
  }
}

.game-register .btn-register {
  background: var(--color-scheme-2);
  color: #ffffff;
  border: 2px solid var(--color-scheme-2);
}

.game-register .btn-login {
  color: var(--color-scheme-2);
  border: 2px solid var(--color-scheme-2);
}

/* News */

.home-news-judul i {
  font-size: 4rem;
}

.home-news-judul span {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.25rem;
}

.home-news-judul .underline {
  height: 5px;
  width: 100%;
  background: var(--color-scheme-1);
  transform: skew(50deg);
  margin-top: 5px;
}

.btn-infographic {
  background: var(--color-scheme-1);
  color: #fff;
  border-radius: 0;
  border: 2px solid var(--color-scheme-1);
}

.btn-infographic:hover {
  background: #fff;
  color: var(--color-scheme-1);
  border-radius: 0;
  border: 2px solid var(--color-scheme-1);
}

.btn-release {
  border: 2px solid var(--color-scheme-2);
  border-radius: 0;
  color: var(--color-scheme-2);
}

.btn-release:hover {
  background: var(--color-scheme-2);
  color: #fff;
}

.home-news-list {
  border-radius: 0;
}

.news-slick {
  overflow: hidden;
}

.home-news-list .img-container {
  position: relative;
  height: 170px;
}

.home-news-list .img-container .news-date {
  position: absolute;
  top: 8px;
  right: 16px;
  background: var(--color-scheme-2);
  color: #ffffff;
  padding: 1px 5px;
  text-align: center;
  font-size: 10px;
}

.home-news-list .img-container .press-release {
  position: absolute;
  bottom: 8px;
  left: 16px;
  background: var(--bs-white);
  color: var(--color-scheme-1);
  padding: 2px 5px;
  text-align: center;
  font-size: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.home-news-list .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-news-list .card-title {
  color: var(--color-scheme-2);
  font-weight: 700;
}

.home-news-list .card-link {
  color: #636363;
  font-weight: 700;
}

.news-slick .slick-slide {
  margin: 0 15px;
}

@media (max-width: 767.98px) {
  .news-slick .slick-slide {
    margin: 0 1rem 0 1rem;
  }
}

.news-slick .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: .5rem 0;
  list-style-type: none;
}

.news-slick .slick-dots li {
  margin: 0 0.25rem;
}

.news-slick .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #636363;
  text-indent: -9999px;
}

/* Galeri */

.gallery-title {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .gallery-title img {
    height: 3rem;
  }
}

.gallery-title span {
  margin-top: -10px;
}

.gallery-title .underline {
  height: 5px;
  width: 200px;
  background: var(--color-scheme-2);
  transform: skew(50deg);
}

.gallery-list a {
  color: var(--color-scheme-2);
}

.home-gallery-container {
  position: relative;
  height: 180px;
}

.home-gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slick .gallery-list {
  margin: 0 5px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 20px;
  height: 40px;
  border: none;
  opacity: .5;
}

.slick-arrow.slick-prev {
  left: 0;
  background: url("../../assets/img/chevron-left-solid.svg") 0 0 / 100% no-repeat;
}

.slick-arrow.slick-next {
  right: 0;
  background: url("../../assets/img/chevron-right-solid.svg") 0 0 / 100% no-repeat;
}

.btn-more-gallery {
  background: var(--color-scheme-2);
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  padding-left: 18px;
  padding-right: 18px;
  border: 2px solid var(--color-scheme-2);
}

.btn-more-gallery:hover {
  color: var(--color-scheme-2);
  border: 2px solid var(--color-scheme-2);
}

.home-video-title span {
  margin-top: -10px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-youtube {
  background: #b3001d;
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  border: 2px solid #b3001d;
}

.btn-youtube:hover {
  color: #b3001d;
  border: 2px solid #b3001d;
}

/* Sponsor */

.sponsor-title {
  margin-bottom: 15px;
}

.sponsor-title .icon {
  font-size: 55px;
}

.sponsor-title .underline {
  height: 5px;
  width: 100%;
  background: var(--color-scheme-2);
  transform: skew(50deg);
}

.sponsor-list .img-container {
  position: relative;
  height: 180px;
  margin-bottom: 10px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .sponsor-list .img-container {
    position: relative;
    height: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .sponsor-list .img-container {
    position: relative;
    height: 100px;
    margin-bottom: 10px;
  }
}

.sponsor-list .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsor-list-mobile .slick-slide {
  margin: 0 1rem;
}

.sponsor-divider {
  height: 5px;
  width: 100%;
  background: var(--color-scheme-2);
  transform: skew(-50deg);
  margin-bottom: 10px;
}

.sponsor-bottom-main {
  /*margin-top: 30px;*/
  /*margin-bottom: 50px;*/
}

.sponsor-bottom-main .title {
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .sponsor-bottom-main .title {
    font-size: 10px;
  }
}

.sponsor-bottom-main .img-container {
  position: relative;
  height: 100px;
}

.sponsor-bottom-main .img-container.no-heading {
  margin-top: 24px;
}

.sponsor-bottom-main .img-container img {
  max-width: 130px;
  width: 130px;
  height: 100px;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.sponsor-bottom-main .sponsor-name {
  font-size: 10px;
  font-weight: 600;
}

.sponsor-bottom-main .sponsor-name-bottom {
  font-size: 10px;
  margin-top: -5px;
  display: block;
  font-weight: 600;
}

.home-sponsor-img-container {
  width: 100%;
  height: 180px;
  padding: 0 2rem;
}

.home-sponsor-img-container img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

/* Sponsor */

.sponsor .sponsor-col .sponsor-container {
  position: relative;
  width: 130px;
  height: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.sponsor .sponsor-col .sponsor-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sponsor .sponsor-col .sponsor-name {
  font-size: 11px;
  line-height: 11px;
}

/* Footer */

.sosmed-subscribe-container {
  overflow-x: hidden;
}

.sosmed {
  position: relative;
  background: #00a1ce;
  color: #fff;
  max-width: 1196px;
}

.sosmed:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: #00a1ce;
}

.sosmed:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 85px;
  background: #00a1ce;
  transform: skewX(-25deg);
  content: '';
  z-index: 1;
}

.sosmed-container {
  z-index: 1;
}

@media (max-width: 575.98px) {
  .sosmed-container {
    display: block !important;
  }
}

.sosmed h4 span {
  font-weight: 100;
  margin-bottom: -3px;
}

.sosmed .underline {
  height: 4px;
  width: 100%;
  background: #fff;
  transform: skew(-50deg);
}

@media (max-width: 575.98px) {
  .sosmed .underline {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .sosmed-judul {
    margin-bottom: 1rem;
  }
}

.sosmed ul {
  margin-bottom: 0;
}

.sosmed ul li img {
  height: 40px;
}

.email-subscribe {
  position: relative;
  background: #31d4b0;
  color: #fff;
  max-width: 1196px;
}

.email-subscribe:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 10px;
  background: #fff;
  transform: skewX(-25deg);
  z-index: 1;
  content: '';
}

@media (max-width: 991.98px) {
  .email-subscribe:after {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #31d4b0;
    z-index: -1;
  }
}

.email-subscribe:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: #31d4b0;
}

.email-subscribe h4 span {
  font-weight: 100;
  margin-bottom: -3px;
}

.email-subscribe .underline {
  height: 4px;
  width: 100%;
  background: #fff;
  transform: skew(-50deg);
}

@media (max-width: 991.98px) {
  .email-subscribe .input-group .input-group-text {
    display: none;
  }
}

.email-subscribe .btn-subscribe {
  background: #00a1ce;
  color: #fff;
  border-radius: 0;
}

.social {
  overflow: hidden;
}

.social .content {
  transform: skew(35deg);
  color: #ffffff;
  padding: 0 2.5rem;
}

@media (max-width: 1199.98px) {
  .social .content {
    padding: 0 .5rem 0 2.5rem;
  }
}

.social .content .title span {
  margin-top: -5px;
}

.social .content .underline {
  height: 4px;
  background: #ffffff;
  transform: skew(50deg);
}

.social-media {
  background: #00a1ce;
  padding: 20px;
  transform: skew(-35deg);
  margin: 0 5px 0 -35px;
  overflow: hidden;
  width: 50%;
}

.social-media-list ul {
  margin-bottom: 0;
}

.social-media-list img {
  width: 45px;
}

@media (max-width: 1199.98px) {
  .social-media-list img {
    width: 35px;
  }
}

.subscribe {
  background: #31d4b0;
  padding: 20px;
  transform: skew(-35deg);
  margin: 0 -35px 0 5px;
  overflow: hidden;
  width: 50%;
}

.input-group.sub .input-group-text {
  background: #FFFFFF;
  transform: skew(-25deg);
  border-radius: 0;
  border: none;
  width: 5px;
}

@media (max-width: 575.98px) {
  .input-group.sub .input-group-text {
    display: none;
  }
}

.input-group.sub .form-control {
  border: none;
  left: -10px;
  /*width: 200px;*/
}

@media (max-width: 1199.98px) {
  .input-group.sub .form-control {
    width: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .input-group.sub .form-control {
    width: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .input-group.sub .form-control {
    width: 200px;
    position: relative;
    margin-left: -10px;
  }
}

.input-group.sub .btn {
  left: -10px;
  border-radius: 0;
  background: #00a1ce;
  border: 1px solid #00a1ce;
  width: 100px;
  padding: 0px !important;
}

/* footer new */

.socmed {
  background: #00a1ce;
  padding: 1rem;
  transform: skew(-35deg);
  color: white;
}

.socmed .content {
  transform: skew(35deg);
}

/* Footer */

.footer {
  background: #e9edec;
  color: var(--color-scheme-2);
}

.footer-logo-container {
  position: relative;
  width: 150px;
  height: auto;
  display: block !important;
  margin: 50px 0;
}

@media (max-width: 767.98px) {
  .footer-logo-container {
    margin: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .footer-logo-container {
    height: 100px;
    text-align: center;
  }
}

.footer-logo-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .footer-logo-container img {
    object-fit: cover;
    width: auto !important;
    height: 100%;
  }
}

.map-text {
  margin-left: 5px;
}

.map-text h5 {
  margin-bottom: 5px;
  font-weight: 800;
  color: #636363;
}

@media (max-width: 767.98px) {
  .map-text h5 {
    font-size: 1rem;
  }
}

.map-text h5 span {
  font-weight: 100;
}

.map-text .underline {
  height: 3px;
  width: 100%;
  background: var(--color-scheme-2);
  transform: skew(50deg);
}

.footer-menu-title {
  margin-top: 80px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .footer-menu-title {
    margin-top: 40px;
    /*width: 100%;*/
  }
}

.footer-menu-title .underline {
  height: 3px;
  width: 100%;
  background: var(--color-scheme-2);
  transform: skew(50deg);
}

.footer-menu-list li {
  margin: 10px 0;
}

.footer-menu-list a {
  color: var(--color-scheme-2);
}

.footer-right {
  margin: 40px 0;
}

.footer-right h6 {
  margin: 30px 0;
}

.call-button li {
  margin: 5px 0;
}

.call-button li a {
  color: var(--color-scheme-2);
}

.icon-border {
  border: 2px solid var(--color-scheme-2);
  padding: 3px 7px;
  border-radius: 50%;
  margin-right: 5px;
}

.footer-menu-title h6 {
  margin-bottom: 0;
}

.bottom-wrap {
  background: var(--color-scheme-1);
  padding: 15px;
  color: #ffffff;
}

.bottom-wrap h6 {
  margin-bottom: 0;
}

#btntotop {
  position: fixed;
  background: rgba(0,19,81,.75);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: #fff;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  display: none;
}

/* Page Detail */

.section-page-title {
  height: 400px;
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .section-page-title {
    height: 200px;
  }
}

.hero-page {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  color: var(--color-scheme-5);
  overflow: hidden;
  background: var(--color-scheme-8);
  background: linear-gradient(rgb(0, 20, 69,0.6), rgb(0, 20, 69,0.6)), url("../../assets/img/bg-hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 991.98px) {
  .hero-page {
    height: 200px;
  }
}

.hero-text-page {
  position: relative;
  top: 55%;
  text-align: center;
}

.content-img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.content-img .press-release {
  position: absolute;
  top: 8px;
  right: 16px;
  background: var(--color-scheme-2);
  color: var(--bs-white);
  padding: 2px 8px;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.content-img img {
  width: 100%;
  height: 100%;
}

.btn-registrasi {
  background: var(--color-scheme-2);
  border-radius: 0;
  color: var(--bs-white);
  border: 2px solid var(--color-scheme-2);
}

.btn-registrasi:hover {
  background: var(--bs-white);
  color: var(--color-scheme-2);
  border: 2px solid var(--color-scheme-2);
}

/* Shopping */

.shopping-keyword input {
  width: 100%;
  border-radius: 0;
  border: 2px solid #636363;
  padding: 10px;
}

.shopping-keyword input:focus {
  border-radius: 0;
  border-color: var(--color-scheme-2);
  box-shadow: none;
}

.shopping-category .btn-category {
  background: var(--color-scheme-2);
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  border: 2px solid var(--color-scheme-2);
}

.shopping-category .dropdown-menu {
  width: 100%;
  border-radius: 0;
}

.shopping-category .form-select {
  border-radius: 0;
  border: 2px solid var(--color-scheme-2);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
}

.shopping-search .btn {
  color: var(--color-scheme-2);
  width: 100%;
  padding: 10px;
  border: 2px solid var(--color-scheme-2);
  border-radius: 0;
}

.brand-item {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  border: 1px solid var(--color-scheme-2);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  transition: transform 0.5s;
}

.brand-item:hover {
  transform: scale(1.03);
}

.brand-item img {
  height: 160px;
  width: auto;
  object-fit: cover;
  border-radius: 0;
  border-bottom: 1px solid var(--color-scheme-2);
}

.brand-item .card-body h6 {
  color: var(--color-scheme-2);
  font-weight: 600;
}

.brand-item .card-body {
  padding-top: 15px;
  padding-bottom: 10px;
  background: #6363;
  color: #b3001d;
  background: #e9edec;
}

.brand-item .location {
  font-size: 13px;
}

.brand-item .location p {
  margin-bottom: 0;
}

.btn-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #b3001d;
}

.brand-modal .modal-content {
  border-radius: 0;
}

.brand-modal .bg-image {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-modal .content-text {
  color: #000;
  height: 300px;
}

.brand-modal .content-text p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  color: #636363;
}

/* Contact */

.contact-form .form-control {
  border-radius: 0;
  border: 1px solid var(--color-scheme-2);
}

.contact-form .btn {
  background: var(--color-scheme-2);
  border-radius: 0;
  color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  border: none;
}

/* preloader */

.pg-loading-screen .pg-loading-html {
  margin-top: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color-scheme-2);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* SCROLL */

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Sponsor list mobile */

.sponsor-list-mobile .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Form Registrasi */

.registrasi-form {
  padding: 1rem;
  background: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-500);
}

.registrasi-form h5 {
  border-bottom: 1px solid var(--bs-gray-500);
  margin-bottom: 1rem;
}

.registrasi-form .form-control {
  box-shadow: none;
  border-radius: 0;
}

.registrasi-form .input-group-text {
  border-radius: 0;
}

.registrasi-form .form-select {
  border-radius: 0;
}

.registrasi-form .form-select:focus {
  box-shadow: none;
}

.registrasi-form .form-check-input:focus {
  box-shadow: none;
}

/* Floating Socmed */

.floating-socmed {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--color-scheme-6);
  padding: 10px;
  border-radius: 0 16px 16px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 1;
}

.floating-socmed ul {
  margin-bottom: 0;
}

.floating-socmed li {
  margin-bottom: 1rem;
}

.floating-socmed li img {
  width: 1.75rem;
}

.floating-socmed li:last-child {
  margin-bottom: 0;
}

.floating-socmed-mobile {
  position: fixed;
  background: var(--color-scheme-6);
  bottom: 20px;
  left: 30px;
  right: 30px;
  border-radius: 10px;
  padding: 8px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 2;
}

.floating-socmed-mobile.sticky {
  right: auto;
}

.floating-socmed-mobile ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.floating-socmed-mobile ul li img {
  width: 30px;
}

.floating-socmed-mobile.sticky li {
  margin-right: 1rem;
}

.floating-socmed-mobile.sticky li:last-child {
  margin-right: 0;
}

/* Modal Tiket */

#modal-tiket .modal-header {
  background: var(--color-scheme-2);
  color: var(--bs-white);
}

#modal-tiket .modal-body {
  color: var(--color-scheme-2);
}

#modal-tiket .modal-footer .btn-light {
  background: var(--color-scheme-4);
  color: var(--color-scheme-1);
}

/* Media Registration */

#media-registration h5 {
  color: var(--color-scheme-2);
}

#media-registration .form-control, #media-registration .form-select {
  box-shadow: none;
  border-color: var(--color-scheme-2);
}

#media-registration .btn {
  background: var(--color-scheme-2);
}

/* Pagination */

.pagination a {
  color: var(--color-scheme-2);
}

.pagination a:hover {
  background: var(--color-scheme-2);
  color: var(--bs-white);
}

/* Modal Event */

.event-modal .modal-content {
  /*background: var(--color-scheme-2);*/
  border-radius: 0;
  color: var(--bs-white);
}

.event-modal .modal-body {
  position: relative;
  background: var(--color-scheme-1);
}

.event-modal .modal-body .btn {
  position: absolute;
  background: var(--color-scheme-5);
  border-radius: 50%;
  right: -10px;
  top: -10px;
  padding: 5px 12px;
}

.event-modal .modal-body .scheme-2 {
  background: var(--color-scheme-2);
}

.event-modal .modal-body .scheme-3 {
  background: var(--color-scheme-3);
  color: var(--bs-black);
}

.event-modal .modal-body .scheme-4 {
  background: var(--color-scheme-4);
  color: var(--bs-black);
}

/* Konser */

.btn-concert-all, .btn-concert-today {
  background: #e9edec;
  border-radius: 0;
  border-top: #e9edec;
  color: var(--color-scheme-1);
  font-weight: 600;
}

.btn-concert-all {
  border-left: 20px solid var(--color-scheme-2);
}

.btn-concert-today {
  border-left: 20px solid var(--color-scheme-4);
}

.btn-concert-all:hover {
  border-left: 20px solid var(--color-scheme-2);
}

.btn-concert-today:hover {
  border-left: 20px solid var(--color-scheme-4);
}

.concert-day-list {
  background: #e9edec;
}

.concert-day-list.past {
  background: var(--bs-gray);
}

.concert-day-list h6 {
  text-transform: uppercase;
  background-color: var(--color-scheme-2);
  color: var(--bs-white);
  padding: 10px 0;
}

.concert-day-list p {
  font-weight: 600;
}

.logo-artist {
  position: relative;
  width: 85px;
  height: 85px;
  margin-right: .5rem;
}

.logo-artist img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.past-concert {
  width: 100%;
  height: 100%;
  position: relative;
}

.accordion-body {
  background: #e9edec;
}

.accordion-button {
  background: var(--color-scheme-2);
  color: var(--bs-white);
}

.accordion-button::after {
  background-image: var(--bs-accordion-btn-active-icon);
}

.accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: var(--color-scheme-2);
}

.accordion-body.past {
  background: var(--bs-gray);
}

.btn-ticket-concert {
  background: var(--color-scheme-4);
  font-weight: 600;
  color: var(--bs-white);
  border-radius: 0;
}

/* Location */

.location-list {
  background: #e9edec;
}

.location-code {
  background: var(--color-scheme-2);
  color: var(--bs-white);
  width: 100px;
  height: 80px;
}

/* Media Partner */

.media-title {
  color: var(--color-scheme-2);
}

.media-title .underline {
  height: 5px;
  width: 100%;
  background: var(--color-scheme-2);
  transform: skew(50deg);
}

/* Preloader */

.loader-container {
  width: 100%;
  height: 100vh;
  background-color: #222;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader-container .loader {
  width: 100px;
  height: 100px;
  border: 3px solid;
  color: #001351;
  border-radius: 50%;
  border-top-color: transparent;
  animation: loader 1.2s linear infinite;
}

.loader-container .img-container {
  width: 60px;
  height: auto;
  position: fixed;
}

.loader-container .img-container img {
  width: 100%;
  height: 100%;
}

@keyframes loader {
  20% {
    color: #002387;
  }
  40% {
    color: #5ff9f0;
  }
  60% {
    color: #fa7b92;
  }
  80% {
    color: #ffc09f;
  }
  to {
    transform: rotate(360deg);
  }
}

#id0423b11f8e190 .wlSource {
  display: none !important;
}