/* 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;
}


/* 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 1 */
.section1 {
  width: 100vw;
  height: 100vh;
  background-image: url('images/aset/services.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -180px;
}

/* Section 2 */
.section2 {
  position: relative;
  width: 100%;
  height: 1965px;
  overflow: hidden;
  margin-top: -280px;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

.overlay-konten {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 2rem;
  min-height: 200px;
  align-items: center;
}

.konten1 {
  margin-top: 110px;
}

.konten2 {
  min-width: 900px;
}

/* Title */
.basic-title {
  font-family: 'Arpona', serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: bold;
  color: #d2d093;
  margin-bottom: 2rem;
  text-align: left;
  margin-left: 90px;
}

/* Card Layout */
.arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
}

.card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-card {
  width: 380px;
  height: 380px;

  border-radius: 50px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;

}
.menu-img {
  background-size: cover;
  background-position: center;
  width: 350px;
  height: 350px;
  border-radius: 12px;
}

/* Gambar berbeda per layanan */
.menu-img.haircut {
  background-image: url('images/aset/Haircut-05\ -\ Copy.svg');
}

.menu-img.creambath {
  background-image: url('images/aset/Creambath-06\ -\ Copy.svg');
}

.menu-img.hairspa {
  background-image: url('images/aset/Hairspa-07\ -\ Copy.svg');
}

.menu-card:hover {
  transform: translateY(-8px);
}

.menu-info {
  margin-top: 1rem;
  text-align: center;
  color: #d2d093;
  font-size: 1rem;
  line-height: 1.4;
}

.menu-info strong {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.menu-info p {
  margin: 0;
}

.menu-info span {
  font-weight: lighter;
  margin-top: 0.3rem;
  display: inline-block;
}

/* Arrow Buttons */
.arrow-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
    margin-top: -95px;
    opacity: 0;
}

.arrow-btn img {
  width: 40px;

  height: 40px;
}

.arrow-btn:hover {
  transform: scale(1.1);
}

.konten3 {
  min-width: 900px;
}
.hair-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Ini yang bikin semua anak ikut ke kiri */
  padding: 2rem;
}

.hair-pricing .title {
  font-family: 'Arpona', serif;
  font-style: italic;
  font-size: 2.5rem;
  color: #d2d093;
  margin-bottom: 2rem;
  margin-left: -200px;
  text-align: left;       /* Pastikan teks-nya rata kiri */
}

.hair-pricing {
  text-align: center;
  margin-top: 4rem;
  padding: 2rem;
}

.title {
  font-family: 'Arpona', serif;
  font-size: 3rem;
  color: #d2d093;
  text-align: left;
  margin-bottom: 2rem;
}

.hair-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hair-illustration-wrapper {
  z-index: 1;
}

.hair-box {
  background-color: #d2d093;
  width: 380px;
  height: 740px;
  border-top-left-radius: 50% 20%;
  border-top-right-radius: 50% 20%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hair-box img {
  width: 1580px;
  height: auto;
  object-fit: cover;
}

/* ===== Garis & Label Harga ===== */
.line {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #d2d093;
  width: 280px; /* Lebar garis + teks */
  z-index: 2;
}

.line::before {
  content: "";
  flex-grow: 1;
  height: 4px;
  background-color: #ff5a96;
}

.short-line {
  top: 32%;
  left: 50%; /* Geser titik start garis ke lebih kanan */
  width: 600px; /* Panjang garis + teks */
  justify-content: flex-start;
}


/* Medium atas - kiri */
.medium-line.top {
  top: 50%;
  right: calc(50% + 200px);
  justify-content: flex-end;
  flex-direction: row-reverse;
    right: 50%; /* Geser titik start garis ke lebih kanan */
  width: 600px; /* Panjang garis + teks */
}

/* Medium bawah - kiri */
.medium-line.bottom {
  top: 80%;
  right: calc(50% + 200px);
  justify-content: flex-end;
  flex-direction: row-reverse;
     right: 50%; /* Geser titik start garis ke lebih kanan */
  width: 600px; /* Panjang garis + teks */
}

/* Long - kanan */
.long-line {
  top: 64%;
  left: calc(50% + 200px);
  justify-content: flex-start;
    left: 50%; /* Geser titik start garis ke lebih kanan */
  width: 650px; /* Panjang garis + teks */
}

.label {
  white-space: nowrap;
}

.price {
  white-space: nowrap;
}

/* 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 {
  height: 40px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.3s;
}

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

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

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  animation: fadeUp 1s ease forwards;
}

/* ================= Animasi Grow Line ================= */
.line-reveal::before {
  width: 0;
  transition: width 1.2s ease-out;
  display: block;
}

.line-reveal.active::before {
  width: 100%;
}

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

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