@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

:root {
  /* --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box; */
  --c-primary: #a831fa;
  --c-secondary: #75e7f8;
  --c-body: #000000;
  --c-black: #212529;
  --c-info: #9597a1;
  --c-red: #d0342c;
  --c-white: #ffffff;
  --c-grey: #d1d1d1;
  --c-disabled: #dee1e8;
  --c-transparent: transparent;
  --c-skeleton: #75e7f834;
  --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
  --shadow-skeleton: 0px 6px 18px rgb(0 0 0 / 3%);
  --ts-cubic: all 0.5s cubic-bezier(0.47, 0.71, 0.66, 0.84);

  --btn-background: #09041e;
  --btn-shadow: rgba(33, 4, 104, 0.2);
  --btn-shine-left: rgba(168, 49, 250, 0.5);
  --btn-shine-right: rgba(117, 231, 248, 0.65);
  --glow-start: #a831fa;
  --glow-end: #75e7f8;
}

@media (max-width: 325px) {
  header #navigation .logo img.navbar-logo {
    width: 7.5rem !important;
    margin-top: 0.25rem !important;
  }

  .home-hero-content .image-hero-word h4 {
    font-size: 0.875rem !important;
  }

  .home-hero-content .image-hero-word h1 {
    font-size: 3.5rem !important;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    line-height: 48px !important;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 1.25 !important;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 1.25 !important;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  img.icon-16 {
    width: 1rem;
    height: 1rem;
  }

  img.icon-24 {
    width: 1.125rem;
    height: 1.125rem;
  }

  img.icon-32 {
    width: 1.5rem;
    height: 1.5rem;
  }

  img.icon-48 {
    width: 2rem;
    height: 2rem;
  }

  .btn-radar .gradient {
    transform: scaleY(1.03) scaleX(1.3) rotate(-0.35deg);
  }

  select.form-control,
  input.form-control,
  textarea.form-control {
    font-size: 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  .swiper-button-prev {
    left: 0.5rem;
  }

  .swiper-button-next {
    right: 0.5rem;
  }

  .form-group {
    margin-bottom: 1rem !important;
  }

  .modal-body {
    padding: 1rem;
  }

  .modal-header {
    padding: 1rem;
  }

  .modal-footer {
    padding: 0.5rem;
  }

  .modal-header .modal-close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .modal-header .modal-close .btn-close {
    width: 28px;
    height: 28px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }

  .bg-pulse-green,
  .bg-pulse-purple {
    width: 7rem;
    height: 7rem;
    filter: blur(70px);
  }

  /*====================================== SECTION WORD ======================================*/

  .c-small {
    font-size: 0.625rem;
  }

  .modal-header .close {
    opacity: 1;
    top: 2px;
    right: 2px;
  }

  .modal-header .close span {
    font-size: 1rem;
  }
}

/*Phone View*/
@media (max-width: 767px) {
  section {
    padding: 2rem 0;
  }

  /*====================================== SECTION MENU NAVBAR ======================================*/
  .container-nav {
    /*flex-direction: column;*/
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
  }

  .hide-menu {
    width: 100%;
  }

  .container-nav .menu-nav {
    display: none;
  }

  header nav {
    padding: 0rem;
  }

  .nav-toggle-mobile {
    position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    transition: ease-in-out 0.4s;
  }

  .navbar-hero-center .image-hero {
    height: 110% !important;
  }

  .menu-container-mobile .nav-header {
    position: relative;
    top: 1rem;
    left: 1rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-close {
    top: 1rem;
    right: 1rem;
  }

  .menu-container-mobile .menu-nav {
    height: auto;
    justify-content: start;
    padding: 0 1rem 1rem 1rem;
    margin-top: -10%;
  }

  .menu-container-mobile .menu-nav li {
    margin-bottom: 0.75rem;
  }

  .menu-container-mobile .menu-nav li:last-child {
    margin-bottom: 0;
  }

  .menu-container-mobile .menu-nav li a {
    font-size: 20px;
  }

  .menu-container-mobile .menu-container-l-r {
    max-height: 100%;
    height: 100%;
    margin: 0 0 0 0;
    justify-content: space-between;
    align-items: start;
  }

  .menu-nav-more {
    z-index: 99;
    margin-top: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    flex-wrap: wrap;
    bottom: 15%;
  }

  .menu-container-mobile .menu-more-col {
    position: relative;
    width: 98px;
    height: 98px;
    flex-shrink: 0;
  }

  .menu-container-mobile .menu-more-col a {
    font-size: 12px;
  }

  .menu-container-mobile .menu-more-col:nth-child(1) {
    top: 0;
    left: 0;
  }

  .menu-container-mobile .menu-more-col:nth-child(2) {
    top: 18px;
    right: 0;
  }

  .menu-container-mobile .menu-more-col:nth-child(3) {
    margin-top: -24px;
    top: 0;
    right: 16px;
  }

  /* .menu-container-mobile .menu-more-col:nth-child(3) a {
    font-size: 12px;
  } */

  /*====================================== SECTION MODAL ======================================*/
  /* .modal-close .close,
  .modal-header .close {
    width: 24px;
    height: 24px;
  }

  .modal-header .close {
    opacity: 1;
    top: 10px;
    right: 12px;
  } */

  /*====================================== SECTION HOME PAGE ======================================*/
  section.section-home-hero {
    overflow-x: hidden;
  }

  .electron-container {
    height: 480px;
  }

  .electorn-wording-left {
    top: 32%;
    left: 1rem;
    transform: scale(0.8);
  }

  .electorn-wording-right {
    bottom: 32%;
    right: 1rem;
    transform: scale(0.8);
  }
  .word-hero-radar
  {
    width: 180px;
  }
  .electorn-wording-left .underline-cta, .electorn-wording-right .underline-cta
  {
    margin-top: -0.25rem;
  }

  .electron.electron-1.aditional {
    width: 340px;
    height: 340px;
  }

  .electron.electron-1 {
    width: 280px;
    height: 280px;
  }

  .electron.electron-2 {
    width: 220px;
    height: 220px;
  }

  .electron.electron-3 {
    width: 128px;
    height: 128px;
  }

  .electron-center .center-image {
    width: 5rem;
    height: 5rem;
  }

  .electron img {
    height: 80px;
  }

  section.section-home-about {
    padding-bottom: 10rem;
    background-size: 240px;
  }

  section.section-home-about .bg-pulse-green {
    top: 5rem;
  }

  .home-about-card {
    margin: 0 auto 1rem auto;
    max-width: 15rem;
    height: 22rem;
  }

  section.section-home-event {
    margin-top: -4rem;
  }

  section.section-home-event .subject-title {
    margin-top: -1.5rem;
  }

  section.section-home-event .event-home-wrapper .cta {
    position: absolute;
    top: 0rem;
    right: 1rem;
  }

  section.section-home-event .event-home-wrapper .cta .btn-primary {
    min-width: auto;
    padding: 0.5rem 1rem;
  }

  .event-home-all {
    background-size: 350%;
  }

  section.section-home-gallery {
    padding-bottom: 0;
  }

  section.section-home-gallery .bg-pulse-purple {
    left: 30%;
  }

  section.section-home-gallery .bg-pulse-green {
    width: 10rem;
    height: 10rem;
    left: 40%;
  }

  .marq-container::before,
  .marq-container::after {
    width: 2rem;
  }

  .marq-container::after {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      to(#0000007a)
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #0000007a);
  }

  .wrapper-marq {
    width: 200%;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .box-marq .image {
    height: 128px;
  }

  section.section-home-talent .home-talent-bg-left {
    top: -8rem;
    width: 10rem;
    height: 10rem;
  }

  section.section-home-talent {
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: top 100px right;
  }

  .ot-gallery-banner {
    height: 25rem;
  }

  .ot-gallery-banner .ot-banner-content {
    flex-direction: column;
    gap: 1rem;
  }

  .swiper-our-talent .cta-swiper-ot {
    height: 3rem;
    margin: 0;
    padding-bottom: 0;
  }

  .swiper-our-talent .cta-swiper-ot .swiper-button-wrapper {
    max-width: 128px !important;
    margin: 1.5rem auto;
  }

  .our-talent .swiper-button-next.ot-next {
    right: 0;
  }

  section.section-home-req .subject-title {
    margin-top: -5rem;
    z-index: 2;
  }

  .cta-footer-card {
    height: auto;
    gap: 1.5rem;
    padding: 1rem;
  }

  /*====================================== SECTION ABOUT PAGE ======================================*/
  section.section-about-hero {
    padding-bottom: 0;
  }

  .about-hero {
    height: auto;
  }

  .about-hero-video {
    margin-top: 0;
    height: 480px;
    width: 100%;
  }

  .about-hero-video video {
  }

  section.section-about-farea {
    margin-top: 1rem;
  }

  .function-area-container {
    height: 25rem;
  }

  .function-area-container .fa-wrapper-list {
    gap: 0rem !important;
  }

  .function-area-container .fa-wrapper-list .wrapper-list-area {
    width: 45%;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  section.section-about-pr {
    padding-bottom: 1rem;
  }

  .subject-title .title-stage,
  .subject-title .title-bar {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }

  .section-about-stage .subject-title .title-stage::before {
    width: 100%;
    top: 0;
    left: 0;
  }

  .private-room-banner .image {
    height: 20rem;
  }

  section.section-about-stage,
  section.section-about-bar {
    padding-bottom: 4rem !important;
  }

  .section-about-bar .subject-title .title-bar::before {
    width: 100%;
    height: 4rem;
  }

  .stage-area-wrapper,
  .bar-area-wrapper {
    margin: 0;
  }

  .swiper-stage-area .stage-area-banner .image,
  .swiper-bar-area .bar-area-banner .image {
    height: 280px;
  }

  .swiper-stage-area .stage-area-banner .image img,
  .swiper-bar-area .bar-area-banner .image img {
    border-radius: 0.75rem !important;
  }

  .about-hero-moon {
    top: 16px;
    right: -80px;
  }

  .about-hero-moon .image {
    max-width: 72px !important;
  }

  .about-hero-logo {
    max-width: 80px;
    top: 0;
  }

  .section-about-farea .subject-title,
  .section-about-farea .function-area-container .word,
  .section-about-farea .function-area-container .fa-wrapper-list {
    padding: 0 1rem;
  }

  .section-about-lg .contact-card-image {
    width: 240px;
    margin: 0 auto;
  }

  .section-about-lg .word-description {
    padding: 0 2rem;
  }

  .private-room-banner,
  .swiper-private-room .swiper-pagination {
    margin: 0rem;
  }

  .swiper-private-room .cta-swiper-pr {
    top: auto;
    bottom: 80px;
    height: fit-content !important;
  }

  .section-about-lg .swiper-room-galaxy {
    padding-bottom: 5rem;
  }

  .swiper-room-galaxy .cta-swiper-lg {
    top: auto;
    bottom: 2rem;
    height: 0 !important;
  }

  .section-about-lg .room-galaxy-wrapper .room-galaxy-banner {
    width: 100%;
    height: 280px;
  }

  .cta-swiper-sa,
  .cta-swiper-ba,
  .cta-swiper-lg {
    top: auto;
    display: flex;
    justify-content: center;
    bottom: -2.5rem;
    left: 0;
    width: 100%;
  }

  .cta-swiper-sa .swiper-button-wrapper,
  .cta-swiper-ba .swiper-button-wrapper,
  .swiper-room-galaxy .swiper-button-wrapper {
    max-width: 128px;
    width: 100%;
  }

  section.section-about-lg {
    background-size: cover;
  }

  section.section-about-lg .contact-card-content .subject-title .word,
  section.section-about-lg .contact-card-content .subject-title .desc,
  section.section-about-lg .contact-card-content .subject-title .cta {
    text-align: center !important;
  }

  section.section-about-lg .container-fluid {
    margin-top: 2rem;
  }

  .about-gv-container {
    height: 540px;
  }

  .about-gv-container .subject-title {
    top: 0;
  }

  .about-gv-container::before,
  .about-gv-container::after {
    height: 240px;
  }

  .col-home-cta {
    padding-left: 1rem !important;
  }

  .modal-footer-career p {
    font-size: 12px;
    font-weight: 600;
  }

  /*====================================== SECTION TALENT PAGE ======================================*/
  .hero-talent-left .image-hero {
    max-width: 5rem;
  }

  .talent-back {
    top: 0.5rem;
    left: 0.5rem;
  }
  .talent-back .btn-primary
  {
    padding: 0.5rem 1rem;
  }

  .event-home-list {
    padding: 0.75rem 0.25rem 0.75rem 1.5rem;
    background-size: 125%;
  }

  .event-home-wrapper .event-home-right .cta {
    position: absolute;
    top: 0rem;
    right: 0.5rem;
  }

  .event-own-card {
    background-size: 58rem;
  }

  /*====================================== SECTION EVENT PAGE ======================================*/
  section.section-event-list {
    padding-top: 4rem !important;
  }

  .event-own-card {
    padding: 1rem;
  }

  .event-card {
    margin-bottom: 2rem;
  }

  .event-card .event-card-image {
    height: 280px;
  }

  .event-card .event-card-date {
    padding: 0.5rem 0.75rem 0.5rem 1rem;
  }

  .event-card .event-card-date .event-card-d-back {
    top: 9px;
  }

  .event-card .event-card-desc {
    padding: 2rem 1rem 1.5rem 1rem;
    background: linear-gradient(
      180deg,
      rgba(30, 173, 195, 0.6) 0%,
      rgb(0 0 0 / 78%) 100%
    );
  }

  .event-card .event-card-desc .word h6 {
    min-height: auto;
  }

  .modal-event-detail-container .detail-event-desc {
    max-height: none;
    padding: 0.5rem 0.75rem;
  }

  .modal-event-detail-container .detail-event-gallery {
    max-width: 100% !important;
  }

  .swiper-detail-event .image {
    height: 15rem;
  }

  section.section-event-list .event-own-card {
    background-size: 300%;
  }

  section.section-event-list .event-own-card:hover {
    background-size: 450%;
  }

  .modal-event-detail-container .detail-event-desc .cta {
    margin-top: 0.5rem;
  }

  .modal-event-detail-container .detail-event-desc .cta span,
  .modal-event-detail-container .detail-event-desc .cta a {
    width: 100%;
  }

  /*====================================== SECTION GALLERY PAGE ======================================*/
  section.section-gallery-hero {
    padding-bottom: 3rem !important;
  }

  .grid {
    width: 280px !important;
    position: relative;
    margin: 0 auto;
  }

  .grid-item {
    width: 100% !important;
    margin-bottom: 20px;
    aspect-ratio: 3 / 4;
    border-radius: 5px;
  }

  .grid-item a,
  .grid-item .gallery-card,
  .grid-item .gallery-card .image {
    height: 100%;
    display: block;
  }

  .grid-item:nth-child(odd) {
    left: 0 !important;
    height: 360px;
  }

  .grid-item:nth-child(even) {
    left: 0 !important;
    height: 320px;
  }

  /*====================================== SECTION CAREER PAGE ======================================*/
  section.section-career {
    padding-bottom: 2rem !important;
  }

  .career-card {
    padding: 1rem;
  }

  .career-card .career-moon {
    display: none;
  }

  .career-card .career-card-header {
    min-height: 3rem;
  }

  .section-career-list .career-card .career-tags {
    min-height: 4.625rem;
  }

  /* #modalDetailCareer .modal-body {
    max-height: 20rem;
  } */

  #modalDetailCareer .career-modal-card .career-logo {
    max-width: 64px !important;
  }

  #modalDetailCareer .career-modal-card {
    padding-bottom: 8px;
  }

  /*====================================== SECTION TALENT PAGE ======================================*/
  .menu-hero-talent {
    height: 540px;
  }

  .section-talent-detail-hero .image {
    height: 75vh;
  }

  section.section-talent-moment {
    padding-top: 0;
  }

  .hero-talent-left {
    top: 25%;
  }

  .event-home-wrapper {
    padding: 0;
    flex-wrap: wrap;
  }

  .event-home-wrapper .event-home-date {
    margin-top: 0.25rem;
    flex-direction: row !important;
  }

  .event-home-name h3 {
    font-size: 18px;
  }

  .event-home-wrapper .event-home-name {
    width: 100%;
  }

  section.section-talent-event .event-home-list {
    padding: 0.75rem 0.25rem 0.75rem 0.75rem;
  }

  section.section-talent-cta {
    margin: 1rem auto;
  }

  /*====================================== SECTION RESERVATION PAGE ======================================*/

  .section-contact .planet-reservation-right {
    bottom: -10rem;
  }

  .planet-reservation-left .image {
    width: 120px;
  }

  .planet-reservation-right .image {
    width: 180px;
  }

  .contact-card .bg-gradient-right,
  .contact-card .bg-gradient-left {
    background: transparent;
  }

  .section-sosmed-contact {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-sosmed-contact .bg-pulse-purple {
    top: 9rem;
    width: 6rem;
    height: 6rem;
  }

  .section-sosmed-contact .planet-sosmed {
    right: 15%;
    top: 0;
    z-index: -2;
    max-width: 128px;
  }

  .section-sosmed-contact .planet-sosmed .image {
    width: 320px;
  }

  .contact-card .contact-card-content .subject-title {
    padding: 0;
  }

  .section-contact-card .contact-card-image {
    width: 240px;
    margin: 0 auto;
  }

  .modal-header h3 {
    font-size: 22px;
  }

  /*====================================== SECTION MENU FOOD PAGE ======================================*/
  section.section-menu-preview {
    background-size: 128px, 128px, 80px, 80px;
    background-position: right -48px top, bottom right -48px, top left,
      bottom left;
  }

  .menu-hero-top .image {
    height: 480px;
  }

  .menu-book:hover img {
    opacity: 1;
  }

  .menu-hero-top .subject-title {
    bottom: -2rem;
  }

  section.section-menu-hero {
    padding-bottom: 6rem;
  }

  .menu-book {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
  }

  /*====================================== SECTION 404 ======================================*/
  section.section-notfound .subject-title h1 {
    font-size: 148px;
    line-height: 122px;
  }

  section.section-notfound .subject-title {
    top: 43vh;
  }

  .subject-nf-wrapper {
    bottom: 29vh;
  }

  /*====================================== SECTION EMPTY WRAPPER ======================================*/
  .empty-state-wrapper .empty-state-title {
    max-width: 16rem;
    margin: 0 auto;
  }

  .empty-state-wrapper .empty-state-image {
    max-width: 14rem;
  }

  /*====================================== SECTION FOOTER ======================================*/
  footer {
    margin-top: 0;
    padding: 2rem 0 0em 0;
  }

  .footer-top {
    min-height: 8rem;
  }

  .footer .subject-title h5 {
    font-size: 18px;
  }

  .footer-word-top {
    top: 2rem;
  }

  .footer-main {
    padding: 0.5rem;
    margin: 0;
  }

  .footer-logo {
    max-width: 8rem !important;
  }

  .footer-content-right {
    margin-top: 0;
  }

  .footer-content-right ul {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footer-content-right ul li {
    flex-basis: 45%;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .footer-content-bottom {
    padding: 1rem 0rem;
  }

  .footer-copyright {
    margin-top: 0;
  }

  .cs--container .desc {
    top: 3rem;
  }

  .cs--container .desc h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) and (min-height: 750px) {
  .menu-container-mobile .menu-nav {
    height: 100%;
    justify-content: center;
  }

  .menu-container-mobile .menu-nav li {
    margin-bottom: 1rem;
  }

  .menu-container-mobile .menu-nav li a {
    font-size: 24px;
  }

  .menu-container-mobile .menu-more-col a {
    font-size: 14px;
  }
}

@media (min-width: 461px) and (max-width: 767px) {
  header nav#navigation.scrolled .container-nav {
    max-width: 320px;
  }

  .navbar-hero-center .image-hero {
    height: 120% !important;
  }

  .menu-container-mobile .nav-header {
    position: absolute;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 84px !important;
  }

  .menu-container-mobile .nav-close {
    top: 2rem;
    right: 2rem;
  }

  .menu-container-mobile .menu-container-l-r {
    padding: 4rem 0 0 0;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }

  .menu-container-mobile .menu-nav {
    justify-content: center;
    height: 100%;
    margin-top: 0;
  }

  .menu-container-mobile .menu-nav li a {
    font-size: 28px;
  }

  .menu-nav-more {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    height: 100%;
    bottom: 5%;
  }

  .menu-container-mobile .menu-more-col {
    width: 128px !important;
    height: 128px !important;
  }

  .menu-container-mobile .menu-more-col:nth-child(1) {
    left: -5%;
  }

  .menu-container-mobile .menu-more-col:nth-child(2) {
    order: 3;
    top: 0;
    left: -2.5rem;
  }

  .menu-container-mobile .menu-more-col:nth-child(3) {
    margin-top: 0;
    top: 0 !important;
    right: -15% !important;
  }

  .function-area-container .fa-wrapper-list .wrapper-list-area {
    gap: 1rem !important;
    width: auto;
  }

  .section-about-lg .room-galaxy-wrapper .room-galaxy-banner {
    height: 400px;
  }

  .col-home-cta {
    padding-left: 1rem !important;
  }

  .about-gv-container {
    height: 600px;
  }

  .section-sosmed-contact .planet-sosmed {
    right: 5%;
    top: -24px;
    z-index: -2;
    max-width: 128px;
  }
}

/* Portrait iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 64px !important;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  h6 {
    font-size: 1.25rem;
    /* line-height: 0; */
  }

  .btn-primary {
    padding: 0.75rem 1.25rem;
  }

  .modal-dialog {
    max-width: 640px;
  }

  /*====================================== SECTION NAVBAR - iPad Portrait ======================================*/
  .nav-menu ul {
    gap: 0;
  }

  .navbar-hero-center .image-hero {
    height: 115% !important;
  }

  header nav .nav-menu li a {
    font-size: 1rem;
    padding: 0.5rem;
  }

  header nav .container-nav {
    gap: 0.25rem;
  }

  header nav#navigation.scrolled .nav-menu li a {
    font-size: 1rem;
  }

  .menu-container-mobile .nav-header {
    left: 2rem;
  }

  .menu-container-mobile .nav-close {
    top: 3rem;
  }

  .menu-container-mobile .menu-nav {
    max-width: 400px;
  }

  .menu-container-mobile .menu-more-col {
    width: 224px;
    height: 224px;
  }

  .menu-container-mobile .menu-more-col:nth-child(1) {
    top: -64px;
    left: -64px;
  }

  .menu-container-mobile .menu-more-col:nth-child(2) {
    bottom: -3rem;
    left: -3rem;
  }

  .menu-container-mobile .menu-more-col:nth-child(3) {
    top: 120px;
    right: 24px;
  }

  .menu-container-mobile .menu-more-col:nth-child(3) a {
    font-size: 20px;
  }

  /*====================================== SECTION HOME PAGE - iPad Portrait ======================================*/

  .electron-container {
    height: 50rem;
  }

  .electorn-wording-left {
    left: 10%;
  }

  .electorn-wording-right {
    right: 10%;
  }

  .electorn-wording-left .underline-cta, .electorn-wording-right .underline-cta
  {
    margin-top: 0;
  }

  section.section-home-about {
    padding-bottom: 12rem;
    background-size: 240px;
  }

  .home-about-us {
    margin-bottom: 1rem;
  }

  section.section-home-event {
    margin-top: -7rem;
  }

  section.section-home-event .subject-title {
    margin-top: -2rem;
  }

  section.section-home-event .event-home-wrapper {
    padding: 2rem 3rem;
  }

  .event-home-all {
    background-size: 150%;
    padding: 0 1rem;
  }

  .box-marq .image {
    height: 12.5rem;
  }

  .cta-footer-card {
    padding: 1rem 2rem;
    height: 26.25rem;
    gap: 2rem;
  }

  /*====================================== SECTION ABOUT PAGE - iPad Portrait ======================================*/
  .about-hero {
    height: auto;
  }

  .about-hero-logo {
    max-width: 114px;
  }

  .about-hero .about-hero-video video,
  .about-hero .about-hero-video canvas {
    width: 1240px;
  }

  .function-area-container {
    height: 30rem;
  }
  section.section-about-pr {
    padding-top: 0;
  }

  .section-about-farea .subject-title,
  .section-about-farea .function-area-container .word,
  .section-about-farea .function-area-container .fa-wrapper-list {
    padding: 0 2rem;
  }

  .private-room-banner,
  .swiper-private-room .swiper-pagination {
    margin: 0rem 4rem;
  }

  .cta-swiper-pr .swiper-button-next,
  .cta-swiper-pr .swiper-button-prev {
    top: 45%;
  }

  .private-room-banner .image {
    height: 25rem;
  }

  .swiper-stage-area .stage-area-banner .image,
  .swiper-bar-area .bar-area-banner .image {
    height: 320px;
  }

  .cta-swiper-sa,
  .cta-swiper-ba {
    width: 100%;
    bottom: auto;
    left: auto;
    height: auto;
    right: 0;
  }

  .cta-swiper-sa .swiper-button-wrapper,
  .cta-swiper-ba .swiper-button-wrapper {
    margin-left: auto;
    max-width: 128px;
  }

  .section-about-lg .room-galaxy-wrapper .room-galaxy-banner {
    height: 360px;
  }

  .about-gv-container {
    height: 640px;
  }

  .about-gv-container::before,
  .about-gv-container::after {
    height: 240px;
  }

  .about-gv-container::before {
    top: -4px;
  }

  .about-gv-container::after {
    bottom: -4px;
  }
  /*====================================== SECTION FOOD MENU PAGE - iPad Portrait ======================================*/

  section.section-menu-preview {
    background-size: 160px, 160px, 96px, 96px;
    background-position: right -48px top, bottom right -48px, top left,
      bottom left;
  }
  .menu-book:hover img {
    opacity: 1;
  }

  /*====================================== SECTION EVENT PAGE - iPad Portrait ======================================*/

  .event-card .event-card-date {
    padding: 0.5rem 1rem;
  }

  .event-card .event-card-date .event-card-d-back {
    top: 8px;
  }

  .event-card .event-card-image {
    height: 17.5rem;
  }

  .detail-event-gallery {
    max-width: 100% !important;
  }

  .swiper-detail-event .image {
    height: 25rem;
  }

  /*====================================== SECTION TALENT PAGE - iPad Portrait ======================================*/
  .menu-hero-talent {
    height: 45rem;
  }
  .talent-back {
    left: 2rem;
  }

  .section-talent-detail-hero .image {
    height: 75vh;
  }

  section.section-talent-event {
    padding: 0;
  }

  .event-home-wrapper {
    padding: 2rem 1rem;
  }

  /*====================================== SECTION GALLERY PAGE - iPad Portrait ======================================*/

  .grid {
    position: relative;
    margin: 0 auto;
  }

  .grid-item {
    width: 30%;
    margin-bottom: 20px;
    aspect-ratio: 3 / 4;
    border-radius: 5px;
  }

  .grid-item a,
  .grid-item .gallery-card,
  .grid-item .gallery-card .image {
    height: 100%;
    display: block;
  }

  .grid-item:nth-child(odd) {
    height: 220px;
  }

  .grid-item:nth-child(even) {
    height: 280px;
  }

  /*====================================== SECTION CAREER - iPad Portrait ======================================*/

  .career-card .career-card-header {
    min-height: 3rem;
  }

  /*====================================== SECTION RESERVATION PAGE - iPad Portrait ======================================*/
  .menu-hero-top .image {
    height: 50vh;
  }

  .menu-hero-top .subject-title {
    bottom: 0;
  }

  .section-contact .section-contact-reservation {
    padding: 4rem 0 0 0;
  }

  .planet-reservation-left .image {
    width: 220px;
  }

  .planet-reservation-right .image {
    width: 280px;
  }

  .contact-card .subject-title h2 {
    font-size: 26px;
  }

  .contact-card .subject-title p {
    font-size: 12px;
  }

  .section-sosmed-contact {
    padding-bottom: 2rem;
  }

  .section-sosmed-contact .planet-sosmed {
    right: -15% !important;
    top: -5rem !important;
    z-index: -2;
  }

  #layoutModal .modal-content .modal-header {
    border: transparent;
  }

  #layoutModal .modal-content .modal-body {
    padding: 1rem;
  }

  .section-sosmed-contact .bg-pulse-purple {
    top: 35%;
  }

  .form-content {
    padding: 0;
  }
  .btn-sosmed span {
    min-width: auto;
    font-size: 12px;
  }

  /*====================================== SECTION 404 - iPad Portrait ======================================*/
  section.section-notfound .subject-title {
    top: 42vh;
  }

  .subject-nf-wrapper {
    bottom: 35vh;
  }

  /*====================================== SECTION FOOTER - iPad Portrait ======================================*/
  footer {
    margin-top: 0;
    padding: 2rem 0 0em 0;
  }

  .footer-top {
    min-height: 10rem;
  }

  .footer-main {
    padding: 0.5rem;
    margin: 0;
  }

  .footer-logo {
    max-width: 8rem !important;
  }

  .footer-content-right {
    margin-top: 1rem;
  }

  .footer-content-right ul {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footer-content-bottom {
    margin-top: 0.5rem;
    padding: 1rem 2.25rem;
  }

  .footer-copyright {
    margin-top: 0;
  }
}

/* Landscape iPad Air and another Tab */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION HOME PAGE - iPad Landscape ======================================*/

  section.section-home-event .event-home-wrapper {
    padding: 2rem;
  }

  .event-home-all {
    background-size: 125%;
  }

  /*====================================== SECTION ABOUT PAGE - iPad Landscape ======================================*/
  .about-hero-video {
    margin-top: 2rem;
  }

  /*====================================== SECTION RESERVATION PAGE ======================================*/

  .section-sosmed-contact .planet-sosmed {
    right: 3% !important;
    top: -17% !important;
    z-index: -2;
  }

  /*====================================== SECTION GALLERY PAGE ======================================*/

  .grid {
    position: relative;
    margin: 0 auto;
  }

  .grid-item {
    width: 31%;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .grid-item a,
  .grid-item .gallery-card,
  .grid-item .gallery-card .image {
    height: 100%;
    display: block;
  }

  .grid-item:nth-child(odd) {
    height: 220px;
  }

  .grid-item:nth-child(even) {
    height: 280px;
  }

  /*====================================== SECTION CAREER - iPad Landscape ======================================*/

  /* #modalDetailCareer .modal-body {
    max-height: 33rem;
  } */

  /*====================================== SECTION TALENTT PAGE ======================================*/
  .menu-hero-talent {
    height: 50rem;
  }

  .section-talent-detail-hero .image {
    height: 90vh;
  }

  .talent-back {
    left: 2rem;
  }

  section.section.section-talent-event {
    padding-bottom: 0;
  }

  .event-home-wrapper {
    padding: 2rem 1rem;
  }

  /*====================================== SECTION EVENT PAGE ======================================*/

  .event-card .event-card-date {
    padding: 0.5rem 0.75rem;
  }

  /*====================================== SECTION CONTACT - iPad LANDSCAPE ======================================*/
  .form-content {
    padding: 0 2rem;
  }
  .btn-sosmed span {
    min-width: auto;
    font-size: 1.1rem;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 31vh;
  }

  .subject-nf-wrapper {
    bottom: 29vh;
  }

  /*====================================== SECTION FOOTER ======================================*/
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*====================================== SECTION NAVBAR - iPad LANDSCAPE ======================================*/
  .menu-container-mobile .menu-more-col {
    width: 224px;
    height: 224px;
  }

  .menu-container-mobile .menu-nav {
    max-width: 100%;
  }

  .menu-container-mobile .menu-more-col:nth-child(1) {
    top: 0;
    left: 8px;
  }

  .menu-container-mobile .menu-more-col:nth-child(2) {
    bottom: -1rem;
    left: -1rem;
  }

  .menu-container-mobile .menu-more-col:nth-child(3) {
    top: 140px;
    right: 16px;
  }

  .box-marq .image {
    height: 17.5rem;
  }

  .cta-footer-card {
    height: 26.5rem;
  }

  /*====================================== SECTION ABOUT - iPad LANDSCAPE ======================================*/
  .about-hero-logo {
    max-width: 104px;
  }

  .about-hero-video {
    margin-top: 0;
  }

  .section-about-lg .room-galaxy-wrapper .room-galaxy-banner {
    height: 480px;
  }
  /*====================================== SECTION TALENTT PAGE ======================================*/
  .menu-hero-talent {
    height: 45rem;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 38vh;
  }

  .subject-nf-wrapper {
    bottom: 30vh;
  }
}

/* Landscape iPad Mini & Tab */
@media only screen and (min-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .menu-container-mobile .menu-nav {
    max-width: 100%;
  }

  /*====================================== SECTION 404 - iPad PORTRAIT 1024 ======================================*/
}

/* 11-12 Inch */
@media (min-width: 1025px) and (max-width: 1199px) {
  .canvas-container canvas {
    margin-top: -75px;
  }
  .electorn-wording-left
  {
    left: 10%;
  }
  .electorn-wording-right
  {
    right: 10%;
  }

  .section-about-farea .subject-title,
  .section-about-farea .function-area-container .word,
  .section-about-farea .function-area-container .fa-wrapper-list {
    padding: 0 2rem;
  }
  section.section-about-pr {
    padding-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) and (max-height: 600px) {
  .menu-container-mobile .nav-header {
    top: 1rem;
    left: 3rem;
  }

  .menu-container-mobile .nav-header .image {
    max-width: 64px !important;
  }

  .menu-container-mobile .nav-close {
    top: 2rem;
    right: 3rem;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 24vh;
  }

  .subject-nf-wrapper {
    bottom: 24vh;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-about-image .image-parallax.prlx-one {
    left: 0;
  }

  .home-about-image .image-parallax.prlx-two {
    right: 0;
  }
}

/* >15 Inch */
@media (min-width: 1440px) {
  .logo-wave {
    top: 272px;
    left: 0;
    transform: scale(0);
  }
}

/* >16 Inch */
@media (min-width: 1550px) {
  .canvas-container canvas {
    margin-top: -50px;
  }

  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 30vh;
  }

  .subject-nf-wrapper {
    bottom: 26vh;
  }
}

@media (min-width: 1880px) {
  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 29vh;
  }

  .subject-nf-wrapper {
    bottom: 28vh;
  }
}

@media (min-width: 2500px) {
  /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
  section.section-notfound .subject-title {
    top: 30vh;
  }

  .subject-nf-wrapper {
    bottom: 30vh;
  }
}
