body {
  background-color: #ffffff;
}

* {
  font-family: Arial Bold;
}

a {
  text-decoration: none;
  color: black;
}

.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

#mer {
  padding-bottom: 100px;
}

.store-img img {
  width: 100%;
}

.main-btn {
  position: relative;
  background: black;
  color: white;
  padding: 15px 20px 15px 50px;
  overflow: hidden;
  font-family: "Arial Medium";
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 40px;
  text-decoration: none;
}
.main-btn span {
  position: absolute;
  left: 3px;
  top: 6px;
  font-size: 30px;
  animation: maju 1s infinite ease-in-out;
}
@keyframes maju {
  0% {
    left: 3px;
  }
  100% {
    left: 6px;
  }
}

.big-text {
  font-size: 50px;
}

nav {
  display: block;
}

.logo {
  top: 12px;
  left: 5%;
  position: fixed;
  background: url("../assets/img/main-logo.png");
  width: 200px;
  height: 60px;
  mix-blend-mode: difference;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 111;
}

.menu {
  background: black;
  width: 120px;
  height: 40px;
  right: 5%;
  top: 20px;
  cursor: pointer;
  color: #ffffff;
  font-family: "Arial Medium";
  border-radius: 40px;
  overflow: hidden;
  position: fixed;
  z-index: 111;
}
.menu.active-menu {
  background: #ffffff;
}
.menu.active-menu p {
  color: #000;
}
.menu p {
  position: absolute;
  font-family: "Arial Medium";
  font-size: 18px;
  left: 57px;
  top: 12px;
  color: #fff;
}
.menu p:hover {
  opacity: 1;
}
.menu p.tutup {
  top: 100px;
  left: 50px;
}
.menu span {
  position: absolute;
  left: 15px;
  bottom: -2px;
  font-size: 30px;
  font-weight: 200;
}
.menu span.kent {
  left: 15px;
  font-size: 24px;
  bottom: -50px;
}

#menu-wrap {
  background: black;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 99;
}
#menu-wrap .navigation {
  overflow: hidden;
}
#menu-wrap .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.625rem;
  transition: opacity 0.3s ease-in;
}
#menu-wrap .navigation li {
  padding: 0;
  margin: 0;
  font-family: "Arial Black";
  font-size: 120px;
  letter-spacing: -5px;
  text-transform: uppercase;
}
#menu-wrap .navigation li a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#menu-wrap .navigation li a span {
  position: absolute;
  left: 0;
  overflow: hidden;
  color: #fff;
  width: 100%;
  display: block;
  backface-visibility: hidden;
}

#main-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#main-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-vid {
  position: relative !important;
}

.banner-text {
  position: absolute;
  left: 5%;
  bottom: 100px;
  width: 70%;
}
.banner-text h2 {
  font-family: "Arial Black";
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -10px;
  word-wrap: break-word;
}

.judul {
  padding-bottom: 20px;
  border-bottom: 1px solid #b8b8b8;
}
.judul h2 {
  font-size: 20px !important;
  letter-spacing: -1px !important;
  line-height: 24px !important;
  font-family: "Arial Black" !important;
}

#portal {
  margin-top: 20px;
  margin-bottom: 50px;
}

.berita {
  margin-top: 10px;
}
.berita .ir {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.berita .ir img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 25%;
     object-position: 25% 25%;
  aspect-ratio: 1/1;
}
.berita p {
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #fff;
  font-family: "Arial Bold";
}
.berita h3 {
  margin-top: 10px;
  color: #000;
  font-family: "Arial Bold";
}

#jadwal .jad {
  border-bottom: 1px solid #b8b8b8;
  padding-top: 50px;
  padding-bottom: 50px;
}
#jadwal .text-jad {
  padding-left: 100px;
  position: relative;
  padding-right: 100px;
}
#jadwal .text-jad a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#jadwal h2 {
  font-family: "Arial Black";
  text-transform: uppercase;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -10px;
}
#jadwal h3 {
  letter-spacing: -2px;
  font-family: "Arial Bold";
  font-size: 40px;
  padding-left: 107px;
}
#jadwal p {
  letter-spacing: -2px;
  font-family: "Arial Bold";
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 50%;
}
#jadwal img {
  height: 100%;
}

.gap {
  padding-top: 120px;
  padding-bottom: 100px;
}

#ttg h4 {
  font-family: "Arial Black";
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -6px;
  margin-bottom: 10px;
}

.seleng-btn {
  margin-top: 30px;
}
.seleng-btn a {
  letter-spacing: -2px;
  font-family: "Arial Medium";
  font-size: 25px;
  text-decoration: none;
  color: black;
}

.tiser-vid {
  width: 100%;
  height: 700px;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  display: flex;
}
.marquee h1 {
  font-size: 120px;
  font-family: "Arial Black";
  letter-spacing: -10px;
  white-space: nowrap;
  text-transform: uppercase;
}

footer {
  width: 100%;
  font-family: "Arial Medium";
  text-transform: uppercase;
  background: #000;
  color: #ffffff;
  margin-bottom: -2px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
}
footer ul li {
  margin-right: 10px;
  display: inline;
}
footer ul a {
  color: #ffffff;
}
footer ul a:hover {
  opacity: 0.6;
}

.full-bg {
  width: 100%;
  height: auto;
}
.full-bg img {
  width: 100%;
}

#ats p {
  font-family: "Arial";
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 25px;
}

.ti {
  font-size: 24px;
  font-family: "Arial Medium";
  letter-spacing: -1px;
}

.accordions .accordion-item {
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}
.accordions .accordion-item button[aria-expanded=true] {
  border-bottom: none;
}
.accordions button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0 0 0;
  color: black;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordions button .accordion-sub {
  text-transform: uppercase;
  font-family: "Arial Bold";
  font-size: 20px;
  letter-spacing: -1px;
  margin-top: -2px;
}
.accordions button .accordion-title {
  font-size: 100px;
  margin-left: -5px;
  font-family: "Arial Black";
  letter-spacing: -7px;
  white-space: nowrap;
  text-transform: uppercase;
}
.accordions button .icon {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translate(-50%, -50%);
}
.accordions button[aria-expanded=true] {
  color: black;
}
.accordions button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 500px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordions button[aria-expanded=true] .icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordions .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordions .accordion-content .row {
  padding-top: 20px;
}
.accordions .accordion-content img {
  width: 100%;
}
.accordions .det-dis h3 {
  font-family: "Arial Medium Italic";
  font-size: 18px;
}
.accordions .det-dis ul {
  padding-top: 10px;
}
.accordions .det-dis ul li {
  margin-top: 10px;
  font-family: "Arial Bold";
  letter-spacing: -1px;
}

.text-mr h3 {
  font-size: 20px;
  font-family: "Arial Medium";
  margin-bottom: 5px;
}
.text-mr p {
  font-family: "Arial Regular";
  margin-bottom: 10px;
}

.soc {
  border-top: 1px solid #b8b8b8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.soc ul {
  display: flex;
  justify-content: center;
}
.soc ul li {
  font-family: "Arial Black";
  padding: 10px;
}
.soc ul li a:hover {
  opacity: 0.7;
}

.buka {
  font-family: "Arial Bold";
  letter-spacing: -1px;
}
.buka:hover {
  opacity: 0.5;
}

#tp-k {
  padding-top: 200px;
  padding-bottom: 200px;
}
#tp-k p {
  margin-bottom: 10px;
}
#tp-k p {
  font-family: "Arial Medium";
}
#tp-k .cr h3 {
  font-family: "Arial Black";
  font-size: 80px;
  pointer-events: none;
  position: relative;
  margin-bottom: 10px;
}
#tp-k .cr h3::after {
  content: attr(data-text);
  position: absolute;
  text-align: left;
  font-size: 20px;
  font-family: "Arial Medium";
  transform: translateY(-50%);
  top: 50%;
  margin-left: 5px;
}
#tp-k .cr h4 {
  position: absolute;
  right: 0;
}

.nGY2GThumbnailTitle {
  font-family: Arial Bold !important;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#merch {
  padding-bottom: 100px;
}
#merch .merch-item img {
  width: 100%;
}
#merch .merch-item p {
  text-align: center;
  font-family: "Arial Bold";
}

@media (max-width: 575.98px) {
  footer p {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 19px;
  }
  footer ul li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  footer ul li a {
    font-size: 10px;
  }
  .text-mr {
    margin-top: 20px;
  }
  #tp-k {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #tp-k p {
    margin-bottom: 10px;
  }
  #tp-k p {
    font-family: "Arial Medium";
  }
  #tp-k .cr h3 {
    font-family: "Arial Black";
    font-size: 30px;
    pointer-events: none;
    position: relative;
  }
  #tp-k .cr h3::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-family: "Arial Medium";
    transform: translateY(-50%);
    top: 0;
    left: 0;
    bottom: 0px;
    display: none;
    margin-left: 5px;
  }
  #tp-k .cr h4 {
    position: absolute;
    right: 0;
  }
  .full-bg {
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  .full-bg img {
    width: 100%;
  }
  #ats p {
    font-size: 18px;
  }
  .accordions .accordion-item {
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
  }
  .accordions .accordion-item button[aria-expanded=true] {
    border-bottom: none;
  }
  .accordions button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0 0 0;
    color: black;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordions button .accordion-sub {
    text-transform: uppercase;
    font-family: "Arial Bold";
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 5px;
  }
  .accordions button .accordion-title {
    font-size: 40px;
    margin-left: -2px;
    word-wrap: break-word;
    font-family: "Arial Black";
    letter-spacing: -3px;
    white-space: wrap;
    text-transform: uppercase;
  }
  .accordions button .icon {
    display: inline-block;
    position: absolute;
    width: 20px;
    top: 40%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  .accordions button .icon img {
    width: 100%;
  }
  .accordions button[aria-expanded=true] {
    color: black;
  }
  .accordions button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordions button[aria-expanded=true] .icon {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .accordions .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordions .accordion-content .row {
    padding-top: 20px;
  }
  .accordions .accordion-content img {
    width: 100%;
  }
  .accordions .det-dis h3 {
    font-family: "Arial Medium Italic";
    font-size: 18px;
  }
  .accordions .det-dis ul {
    padding-top: 10px;
  }
  .accordions .det-dis ul li {
    margin-top: 10px;
    font-family: "Arial Bold";
    letter-spacing: -1px;
  }
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-text {
    left: 0;
    padding-left: 10px;
    bottom: 100px;
    width: 100%;
  }
  .banner-text h2 {
    font-family: "Arial Black";
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 39px;
    line-height: 40px;
    letter-spacing: -3px;
    word-wrap: break-word;
  }
  #menu-wrap .navigation li {
    font-family: "Arial Black";
    font-size: 50px;
    letter-spacing: -2px;
    text-transform: uppercase;
  }
  #jadwal .jad {
    border-bottom: 1px solid #b8b8b8;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #jadwal .text-jad {
    padding-left: 0px;
    position: relative;
    padding-right: 50px;
  }
  #jadwal .text-jad a {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
  }
  #jadwal h2 {
    font-family: "Arial Black";
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  #jadwal h3 {
    letter-spacing: -2px;
    font-family: "Arial Bold";
    font-size: 20px;
    padding-left: 0px;
    margin-top: 5px;
  }
  #jadwal p {
    letter-spacing: -2px;
    font-family: "Arial Bold";
    font-size: 18px;
    position: relative;
    left: 0;
    top: 50%;
  }
  #jadwal img {
    height: 30px;
  }
  #ttg h4 {
    font-family: "Arial Black";
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -3px;
    margin-bottom: 10px;
    word-wrap: break-word;
  }
  .tiser-vid {
    width: 100%;
    height: 400px;
  }
  .marquee {
    overflow: hidden;
    display: flex;
  }
  .marquee h1 {
    font-size: 60px;
    font-family: "Arial Black";
    letter-spacing: -4px;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .gap {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .seleng-btn {
    margin-top: 30px;
  }
  .seleng-btn a {
    letter-spacing: -1px;
    font-family: "Arial Medium";
    font-size: 18px;
    text-decoration: none;
    color: black;
  }
}/*# sourceMappingURL=main.css.map */