@font-face {
  font-family: "Geomanist";
  src: url("./Font/Geomanist-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Geomanist";
  src: url("./Font/Geomanist-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Geomanist", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.page-section {
  width: 100vw;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.content-wrapper {
  max-width: 1000px;
  width: 90%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Navbar Styles */
.navbar-section {
  width: 100%;
  background-color: #2a0a38;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geomanist", sans-serif;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.table-danger {
  background-color: #a85a81 !important;
  color: white !important;
}

.table-dark {
  background-color: #231f20 !important;
  color: white !important;
}

.table-success {
  background-color: #148b78 !important;
  color: white !important;
}

.table-warning {
  background-color: #c59d3e !important;
  color: white !important;
}

.table-secondary {
  background-color: #808285 !important;
  color: white !important;
}

.nav-button {
  color: #ef3f87;
  text-decoration: none;
  font-family: "Geomanist", sans-serif;
  font-size: 1.1em;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fdcd58;
  cursor: pointer;
}

.nav-button.active-section {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fdcd58;
  box-shadow: 0 0 10px rgba(253, 205, 88, 0.5);
}

html {
  scroll-behavior: smooth;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

#page1 {
  background-color: #2a0a38;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0px 0;
  position: relative;
  z-index: 2;
}

#button-wrapper-page-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 30px 0 50px 0;
}

#button-page-1 {
  width: 500px;
}

#page1 .content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

#page1 .main-banner {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

#page1 .header-content {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.button_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.button_wrapper .button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  font-weight: 400;
  text-align: center;
  font-family: "Geomanist ";
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  height: 48px;
  cursor: pointer;
  position: relative;
}

.button_wrapper .button img {
  width: 18px;
  height: auto;
}

.button_wrapper .primary {
  background: linear-gradient(270deg, #fdcd58 0%, #fff5b1 100%);
  color: #1f1f1f;
  border: none;
  overflow: hidden;
}

.button_wrapper .primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  background: rgba(255, 255, 255, 0.229);
  transform: skewX(-20deg);
  animation: none;
}

.button_wrapper .primary:hover {
  cursor: pointer;
  transform: translateY(-5px);
  z-index: 1;
}

.button_wrapper .primary:hover::after {
  animation: shine 1s forwards;
}

.button_wrapper .secondary {
  background: none;
  color: #ffffff;
  border: 2px solid #fff;
}

.button_wrapper .secondary:hover {
  background: rgba(255, 255, 255, 0.136);
}

.mariah-main-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mariah-carey-logo {
  position: absolute;
  width: 80%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}

.celebration-logo {
  position: absolute;
  width: 70%;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}

.mimi-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 5;
}

.mimi-image-logo {
  width: 100%;
  height: auto;
}

.premium-music-box {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

.pme-logo-image-navbar {
  width: 160px;
  height: 40px;
  padding-right: 20px;
}

.pme-logo-image {
  width: 20%;
  height: auto;
  margin-bottom: 10px;
}

.pme-gold-logo {
  width: 20%;
  height: auto;
  margin-top: 20px;
}

.private-concert-box {
  width: 60%;
  margin: 0 auto;
}

.private-concert-image {
  width: 100%;
  height: auto;
}

.concert-details {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.concert-details2 {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sicc-logo-text {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
}

.date-logo-text {
  width: 50%;
  height: auto;
}

.gif-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gif-background img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* Start Event Page */

.event_section {
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 200px;

  background-image: linear-gradient(
      to bottom,
      rgba(61, 26, 83, 0.9) 0%,
      rgba(27, 15, 38, 0.9) 50%,
      rgba(15, 10, 26, 0.9) 100%
    ),
    url("https://www.ruangmenyala.com/web-external/pme/assets/images/Doc4.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event_section .top-wave {
  width: 100%;
  height: 100%;
  margin-top: -2px;
}
.event_section .bottom-wave {
  width: 100%;
  height: 100%;
  transform: scaleX(-1) scaleY(-1);
  margin-bottom: -2px;
}
.event_section .event_wrapper {
  display: flex;
  padding: 0px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
.event_section .event_wrapper .the-information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.event_section .event_wrapper .the-information h2 {
  font-family: "Geomanist";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.68px;
  color: #fff;
  background: linear-gradient(270deg, #fdcd58 0%, #fff5b1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.event_section .event_wrapper .the-information .detail_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.event_section .event_wrapper .the-information .detail_wrapper .each-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}
.event_section
  .event_wrapper
  .the-information
  .detail_wrapper
  .each-detail
  img {
  width: 36px;
  height: auto;
}
.event_section .event_wrapper .the-information .detail_wrapper .each-detail p {
  color: #fff;
  font-family: "Geomanist";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

/* End Event Page */

#page3 {
  background-color: #2a0a38;
  background-size: 50% 30%;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 50px;
}

.page3-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}

#page3 .content-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}

#page3 .decorative-arc-left {
  left: 0;
  top: 0;
  transform: rotate(180deg) scaleX(-1);
}

.logo-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

#page3 .pme-definition {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 18px;
  max-width: 90%;
}

.pme-gold-logo-page3 {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}

#mariah-carrey-font {
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: -30px;
}

.pme-logo-page3 {
  width: 30%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.ocbc-logo-page3 {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

#page3 p {
  font-size: 1.2em;
  color: white;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

#page3 p strong {
  color: white;
}

.pme-gold-logo {
  padding-bottom: 15px;
}

/* Page 6 Specific Styles */
#page6 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(./asset/KV\ Master2.png);
}

#page6 .content-wrapper-page6-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
  z-index: 2;
}

#page6 h3 {
  font-family: "Geomanist";
  font-size: 3em;
  color: #e5bf7d;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.seating-area-map {
  width: 80%;
}

#page7 {
  background-image: url("https://on-c2-cmshub-public.s3.ap-southeast-3.amazonaws.com/IMG_4133_9918ad0f40.GIF");
  padding-top: 100px;
  padding-bottom: 80px;
  object-fit: cover;
}

#page7 .table-content {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  text-align: center;
  align-content: center;
  justify-content: center;
}

#page7 .table-information {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

#page7 table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: center;
}

#page7 table th,
#page7 table td {
  white-space: nowrap;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}

#page7 h4 {
  font-family: "Geomanist";
  font-size: 3em;
  color: white;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: center;
  align-content: center;
  justify-content: center;
  padding-bottom: 40px;
}

#page7 .button_wrapper {
  margin-top: 40px;
}

.tab-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.tabbed_wrapper_scrollable {
  flex-grow: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabbed_wrapper_scrollable::-webkit-scrollbar {
  display: none;
}

.tabbed_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0 10px;
}

.each-tabbed {
  flex-shrink: 0;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 100px;
  background: #e5bf7d;
  box-shadow: 0px 4px 100px 0px rgba(255, 245, 177, 0.2);
  opacity: 0.6;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.each-tabbed.active {
  opacity: 0.8;
  box-shadow: 0px 4px 100px 0px rgba(255, 245, 177, 0.8);
  background-color: #e5bf7d;
}

.each-tabbed:hover {
  opacity: 0.8;
  background-color: #e5bf7d;
}

.each-tabbed p {
  color: #2a0a38;
  font-family: "Geomanist";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
  transition: color 0.3s ease;
}

.each-tabbed:hover p {
  color: rgb(198, 2, 152);
}

.each-tabbed.active p {
  color: rgb(198, 2, 152);
}

.scroll-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.5em;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  margin: 0 5px;
}

.scroll-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.scroll-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.cta-section {
  padding-left: 150px;
  padding-right: 150px;
  background-color: #5a2454;
  padding-bottom: 50px;
}

.cta-section .general-heading-wrapper {
  margin-bottom: 28px;
}

.cta-section h2 {
  font-family: "Geomanist";
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.68px;
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-primary {
  opacity: 0.8;
  /* box-shadow: 0px 0px 7px 0px rgba(255, 245, 177, 0.8); */
  /* background: linear-gradient(270deg, #fdcd58 0%, #fff5b1 100%); */
  background-color: #ff0088;
  color: white;
  width: 50%;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  font-weight: 400;
  text-align: center;
  font-family: "Geomanist";
  font-size: 20px;
  font-style: normal;
  line-height: 100%;
  height: 48px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.button-primary:hover {
  opacity: 0.8;
  background-color: #e5bf7d;
  color: rgb(198, 2, 152);
  text-decoration: none;
}

.button-primary p {
  color: #2a0a38;
  font-family: "Geomanist";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
  transition: color 0.3s ease;
  text-decoration: none;
}

.flow_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  justify-content: center;
}

.each-flow {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  border: 1.5px solid white;
}

.each-flow img {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

.table th:hover {
  box-shadow: none;
}

.each-flow p {
  color: white;
  font-family: "Geomanist";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  align-self: stretch;
}

.each-flow:hover {
  background: #fdce5852;
}

.atau {
  color: white;
  font-family: "Geomanist";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff0088;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  #button-page-1 {
    width: 300px;
  }

  .cta-section h2 {
    font-size: 32px;
    letter-spacing: 5px;
  }

  .flow_wrapper {
    gap: 15px;
  }

  .each-flow {
    flex: 1 1 48%;
    max-width: 48%;
  }

  .each-flow p {
    font-size: 20px;
  }

  .atau {
    font-size: 16px;
    margin: 0 8px;
  }

  #page4 .col {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  #page4 .col .mariah-carey-full-image {
    height: auto;
    max-height: 400px;
  }

  #page4 .col .mariah-carey-full-image img {
    height: auto;
    object-fit: contain;
  }

  #page4 .col p.description-text {
    text-align: center;
    margin-bottom: 15px;
  }

  #page4 .col p.description-text:last-child {
    margin-bottom: 0;
  }

  .mariah-image-container {
    width: 80%;
    max-width: 800px;
  }

  #page4 h4 {
    font-size: 3rem;
  }

  #page4 p {
    font-size: 1.1rem;
    text-align: center;
  }

  .nav-links {
    gap: 15px;
  }

  .nav-button {
    font-size: 1em;
    padding: 6px 12px;
  }

  .event_section {
    gap: 100px;
  }
  .event_section .event_wrapper {
    padding: 0px 16px;
    align-items: center;
  }
  .event_section .event_wrapper .the-information {
    align-items: center;
  }
  .event_section .event_wrapper .the-information h2 {
    font-size: 24px;
    text-align: center;
  }
  .event_section
    .event_wrapper
    .the-information
    .detail_wrapper
    .each-detail
    img {
    width: 22px;
  }
  .event_section
    .event_wrapper
    .the-information
    .detail_wrapper
    .each-detail
    p {
    font-size: 22px;
  }
  .event_section .event_wrapper .button_wrapper {
    flex-direction: column;
    width: 100%;
  }
  .event_section .event_wrapper .button_wrapper .button {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #page1 .header-content {
    padding-top: 0px;
  }

  .cta-section {
    padding: 40px 15px;
  }

  .button-primary {
    width: 80%;
  }

  #button-page-1 {
    width: 250px;
    font-size: 1em;
  }

  .cta-section h2 {
    font-size: 28px;
    letter-spacing: 4px;
  }

  .flow_wrapper {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .each-flow {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 25px;
    align-items: center;
    text-align: center;
  }

  .each-flow img {
    margin-bottom: 5px;
  }

  .each-flow p {
    font-size: 18px;
    text-align: center;
  }

  .atau {
    font-size: 16px;
    margin: 10px 0;
  }

  .nav-button {
    font-size: 1em;
    padding: 8px 20px;
    width: auto;
    max-width: 200px;
  }

  .navbar-section {
    padding: 10px 0;
    flex-direction: row;
  }

  .site-footer-section {
    padding: 30px 20px 30px 20px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-content {
    text-align: center;
  }

  .site-footer-content p {
    text-align: center;
  }

  .mariah-carey-logo {
    width: 90%;
    top: 10%;
  }

  .celebration-logo {
    width: 80%;
    top: 20%;
  }

  .mimi-text {
    top: 28%;
    width: 90%;
  }

  .sicc-logo-text,
  .date-logo-text {
    width: 90%;
  }

  .pme-gold-logo,
  .pme-gold-logo-page3 {
    width: 180px;
  }

  .discography-grid,
  .top-charts-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  #page4 {
    padding: 60px 15px 30px 15px;
  }

  #page4 .content-wrapper {
    width: 95%;
  }

  #page4 h3 {
    font-size: 1.8rem;
  }

  #page4 h4 {
    font-size: 2.5rem;
  }

  #page4 .sub-heading {
    font-size: 1rem;
  }

  #page4 p {
    font-size: 0.95rem;
    text-align: center;
  }

  .mariah-image-container {
    width: 90%;
    margin-bottom: 15px;
  }

  .nav-links {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .nav-button {
    font-size: 1em;
    padding: 5px 10px;
  }

  .navbar {
    padding: 10px 0;
  }

  #page7 .table-information {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
  }

  #page7 {
    background-image: url("https://on-c2-cmshub-public.s3.ap-southeast-3.amazonaws.com/IMG_4133_9918ad0f40.GIF");
    padding-top: 50px;
    padding-bottom: 80px;
    object-fit: cover;
  }
}

@media (max-width: 595px) {
  #button-page-1 {
    width: 200px;
    font-size: 1em;
  }
}

@media (max-width: 595px) {
  #button-page-1 {
    width: 170px;
    height: 30px;
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  @media (max-width: 480px) {
    .cta-section {
      padding: 30px 10px;
    }

    .cta-section h2 {
      font-size: 22px;
      letter-spacing: 3px;
    }

    .each-flow {
      padding: 20px;
    }

    .each-flow p {
      font-size: 16px;
    }

    .atau {
      font-size: 14px;
      margin: 8px 0;
    }

    .nav-links {
      gap: 8px;
    }

    .nav-button {
      font-size: 0.9em;
    }
  }

  .navbar-section {
    padding: 8px 0;
  }

  .mariah-carey-logo {
    width: 95%;
    top: 12%;
  }

  .celebration-logo {
    width: 85%;
    top: 22%;
  }

  .mimi-text {
    top: 32%;
    width: 95%;
  }

  .sicc-logo-text,
  .date-logo-text {
    width: 95%;
  }

  .pme-gold-logo,
  .pme-gold-logo-page3 {
    width: 150px;
  }

  #page2 .quote {
    font-size: 0.9em;
  }

  .private-concert-box {
    width: 80%;
  }

  .discography-grid,
  .top-charts-grid {
    grid-template-columns: 1fr;
  }

  .sicc-logo-text-page6 {
    width: 95%;
  }

  #page4 {
    padding: 40px 10px 20px 10px;
  }

  #page4 h3 {
    font-size: 1.5rem;
  }

  #page4 h4 {
    font-size: 2rem;
  }

  #page4 p {
    font-size: 0.9rem;
  }

  .mariah-image-container {
    width: 95%;
  }

  #page3 p {
    font-size: 0.9rem;
  }
}

@media (max-width: 431px) {
  #page1 .main-banner {
    height: 450px;
  }

  .pme-logo-image {
    width: 75%;
  }

  #mariah-carrey-font {
    max-width: 90%;
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .sicc-logo-text,
  .date-logo-text {
    width: 98%;
  }

  #page4 h3 {
    font-size: 1.4rem;
  }

  #page4 h4 {
    font-size: 1.8rem;
  }

  #page4 p {
    font-size: 0.85rem;
  }

  #page6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #page6 h3 {
    font-size: 1.4rem;
  }

  .seating-area-map {
    width: 100%;
  }

  #page7 {
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
  }

  #page7 h4 {
    font-size: 1.8em;
  }

  #page7 .table-content {
    padding-left: 0px;
    padding-right: 0px;
    align-items: center;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  #page7 .table-information {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  #page7 table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }

  #page7 table th,
  #page7 table td {
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 0.75em;
  }
}

.footer-section {
  background-color: #231434;
  padding: 30px 20px 10px;
}

.copyright {
  color: white;
  font-family: "Geomanist";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media (max-width: 391px) {
  /* Nav Start */
  .pme-logo-image-navbar {
    width: 100px;
    height: 25px;
    margin-left: 20px;
  }

  /* Nav End */

  #page1 .main-banner {
    height: 400px;
  }

  .pme-logo-image {
    width: 80%;
  }

  /* Event Section Start */
  .event_section {
    padding: 50px 0px;
  }
  /* Event Section End */

  .sicc-logo-text,
  .date-logo-text {
    width: 100%;
  }

  #page4 h3 {
    font-size: 1.3rem;
  }

  #page4 h4 {
    font-size: 1.6rem;
  }

  #page4 p {
    font-size: 0.8rem;
  }

  /* Page 6 Start */
  #page6 {
    padding: 30px 0px;
  }

  .seating-area-map {
    width: 100%;
  }
  /* Page 6 End */

  /* Page 7 Start */
  #page7 .table-information table {
    min-width: 550px;
    text-align: center;
  }

  #page7 {
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    padding-left: 70px;
  }

  #page7 .table-content {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  #page7 .table-information {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
  }

  #page7 table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    text-align: center;
  }

  #page7 table th,
  #page7 table td {
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 0.75em;
    text-align: center;
    vertical-align: middle;
  }
}

@media (max-width: 376px) {
  /* Page 1 Start */
  #page1 .main-banner {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  #button-page-1 {
    width: 140px;
    height: 30px;
    font-size: 12px;
  }

  #button-wrapper-page-1 {
    margin: 0 0 20px 0;
  }
  /* Page 1 End */

  /* Page 3 Start */
  #mariah-carrey-font {
    margin: 0px;
  }

  .pme-definition img {
    margin-bottom: 15px;
  }
  /* Page 3 End */

  .scroll-button {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0 2px;
  }

  .each-tabbed p {
    font-size: 14px;
  }

  .tabbed_wrapper {
    gap: 8px;
    padding: 0 5px;
  }

  /* Page 6 Start */

  #page6 .content-wrapper-page6-content {
    padding-bottom: 30px;
  }

  #page6 h3 {
    font-size: 1.5em;
  }

  /* Page 6 End */

  /* Page 7 Start */
  #page7 {
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    padding-left: 20px;
  }

  #page7 .table-content {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  #page7 .table-information {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    box-sizing: border-box;
  }

  #page7 table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }

  #page7 table th,
  #page7 table td {
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 0.75em;
  }

  #page7 h3 {
    font-family: "Geomanist";
    font-size: 1.8em;
    color: #e5bf7d;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  .button-primary {
    width: 70%;
    padding: 0;
    font-size: 15px;
  }

  #page7 h4 {
    font-family: "Geomanist";
    font-size: 1.5em;
    color: white;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  #page7 p {
    font-family: "Geomanist";
    font-size: 0.8em;
    color: white;
    line-height: 1.6;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  /* Page 7 End */

  /* CTA Section Start */
  .atau {
    font-size: 20px;
  }
  /* CTA Section End */

  /* Footer Section Start */
  .footer-section {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .copyright {
    font-size: 10px;
  }
  /* Footer Section End */
}
