/* Font */
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

@font-face {
  font-family: 'Arpona';
  src: url('fonts/Fontspring-DEMO-arpona-bolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Arpona';
  src: url('fonts/Fontspring-DEMO-arpona-regularitalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

body {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  background-color: #3b3b3b;
  color: #fff;
  padding-top: 160px;
  overflow-x: hidden;
}


/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 1rem 3rem;
  max-width: 1500px;
  margin: 30px auto 0 auto;
  border-radius: 80px;
  transition: transform 0.3s ease;
}

.logo img {
  height: 80px;
  margin-left: 30px;
}

.menu-icons {
  margin-left: 900px;
}

.menu-icons img {
  margin: 0 10px;
  height: 40px;
}

.menu-icons img.active,
.menu-icons img:hover {
  filter: brightness(0) saturate(100%) invert(85%) sepia(13%) saturate(1498%) hue-rotate(25deg) brightness(91%) contrast(91%);
  transition: all 0.3s ease;
}

.booking-button {
  padding: 0.4rem 1rem;
  border: 5px solid #ff5a96;
  border-radius: 999px;
  color: #ff5a96;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  transition: background 0.3s;
}

.booking-button:hover {
  background-color: #ff5a96;
  color: #fff;
}

/* Navbar Animation */
@keyframes bounceOutUp {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  100% { transform: translateY(-120%); }
}

@keyframes slideDown {
  from { transform: translateY(-120%); }
  to   { transform: translateY(0); }
}

.navbar.hide {
  animation: bounceOutUp 0.5s forwards;
}

.navbar.show {
  animation: slideDown 0.4s forwards;
}

/* Section Profil + Sejarah */
.profil-sejarah {
  background-image: url('images/profil.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  margin-top: 400px;
  max-width: 90vw;
  padding: 100px 5%;
  min-height: 2140px;
}

/* HERO OVERLAY */
.hero-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
  z-index: -1;
}

.hero-overlay.active {
  opacity: 1;
  transform: translateY(0);
}

.from-text,
.for-text {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ff5a96;
  z-index: 3;
  font-family: 'Arpona', serif;
  font-style: italic;
}

.from-text {
  transform: translate(20%, 40%);
  margin-top: -550px;
  margin-left: -900px;
}

.for-text {
  position: absolute;
  margin-top: -350px;
  margin-left: 800px;
  transform: translate(20%, 40%);
}

.hero-img-container {
  position: relative;
  width: 2000px;
  margin-top: -300px;
  z-index: -1;
  margin-right: 110px;
}

.hero-img-container img {
  width: 1790px;
  height: auto;
  margin-left: 200px;
  margin-top: -470px;

}

.profil-wrapper,
.sejarah-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
  border-radius: 60px;
  padding: 3rem;
  margin-bottom: 3rem;
}

.profil-wrapper h2,
.sejarah-wrapper h2 {
  font-size: 7rem;
  color: #d2d093;
  font-family: 'Arpona', serif;
  font-style: italic;
  font-weight: bold;
  margin-top: 150px;
}

.sejarah-wrapper {
  flex: 1 1 50%;
}

.sejarah-wrapper h2 {
  margin-left: 1000px;
}

.profil-wrapper .image img {
  width: 500px;
  border-radius: 30px;
  z-index: 1;
  margin-top: 400px;
}

.profil-wrapper p,
.sejarah-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  color: #d2d093;
}

.profil-wrapper p {
  max-width: 560px;
  text-align: justify;
  margin-top: -80px;
}

.sejarah-wrapper p {
  text-align: right;
  margin-left: 900px;
  margin-top: -80px;
  padding-bottom: 80px;
}

/* Footer */
.footer {
  background: linear-gradient(to right, #4e2e6a, #161f39, #000000);
  padding: 2rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 200px;
}

.address p {
  margin: 0;
  font-size: 0.95rem;
  color: #d2d093;
}
.address p:hover{
  text-decoration: underline;
}

.social-icons img {
  margin-left: 15px;
  height: 40px;
  margin-right: 20px;
  cursor: pointer;
}

.social-icons img:hover {
  filter: brightness(0) saturate(100%) invert(65%) sepia(19%) saturate(1294%) hue-rotate(305deg) brightness(97%) contrast(90%);
}

/* Scroll Reveal Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.active {
  animation: fadeUp 1.6s ease forwards;
}


.p a {
  color: inherit;        /* agar warna teks ikut warna <p> */
  text-decoration: none; /* menghilangkan underline */
}

.p a:hover{
text-decoration: underline;
}