/* GLOBAL RESET & FONT */
*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

/* KEMBALI KE BACKGROUND PEMANDANGAN ALAM */
body {
  background-image: url("Asset/pemandangan.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #333;
}

/* --- NAVBAR ASLI (HITAM SAAT DI-SCROLL) --- */
header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.4s ease;
}
.navbar-scrolled {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.navbar-container nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
}
.nama-toko {
  font-style: italic;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.nama-toko span {
  color: yellow;
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
}
nav ul {
  display: flex;
  list-style: none;
  gap: 3rem;
}
nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
}
nav ul li a::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -5px;
  transform: scaleX(0);
  transition: 0.3s;
}
nav ul li a:hover::after {
  transform: scaleX(1);
}

/* --- HERO SECTION KHUSUS (YANG BARU DI-UPGRADE) --- */
.body1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: -3rem;
  z-index: 2;
}

.ajakan {
  position: relative;
}
.container {
  margin-bottom: -15px;
}

.animate-charcter {
  background-image: linear-gradient(-225deg, #eea847 0%, rgb(212, 240, 87) 29%, #ff1313 67%, #fff800 100%);
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: textclip 3s linear infinite;
  font-size: 4.5rem;
  font-weight: 800;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.ajakan h1 {
  font-size: 2.2rem;
  color: white;
  font-weight: 600;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

/* --- SEARCH BAR PREMIUM --- */
.search-container {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.search-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.search-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #666;
  z-index: 10;
}

.search-box {
  width: 100%;
  padding: 18px 20px 18px 65px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  color: #222;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}

.search-box::placeholder {
  color: #888;
  font-weight: 400;
}
.search-box:focus {
  background: white;
  border-color: #0ef;
  box-shadow: 0 15px 40px rgba(0, 238, 255, 0.4);
}

/* --- MENU KATEGORI LOGO --- */
.logo-tiket {
  display: flex;
  gap: 3.5rem;
  margin-top: 4rem;
}

.kategori-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.kategori-btn img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  background: white;
}

.kategori-btn span {
  color: white;
  font-weight: 600;
  font-size: 1.05rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  opacity: 0.9;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.kategori-btn:hover {
  transform: translateY(-15px);
}
.kategori-btn:hover img {
  border-color: #0ef;
  box-shadow: 0 15px 35px rgba(0, 238, 255, 0.5);
}
.kategori-btn:hover span {
  color: #0ef;
  opacity: 1;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
}

/* --- SECTION TIKET (KEMBALI KE WARNA TERANG / WHITESMOKE) --- */
.body-section {
  padding: 6rem 5rem;
  background-color: rgb(245, 245, 245);
  border-top: 1px solid #ddd;
}
.tiket-kategori h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.5rem;
}
.tiket-kategori h3 {
  color: #666;
  font-weight: 400;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.tiket-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
}

/* --- TIKET CARD (PUTIH BERSIH DENGAN SHADOW LEMBUT) --- */
.tiket-item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 1px solid #eaeaea;
}
.tiket-item a {
  text-decoration: none;
  display: block;
  color: #333;
}

.img-wrapper {
  overflow: hidden;
  height: 180px;
  position: relative;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, white, transparent);
}

.card-content {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  margin-top: -15px;
}
.tiket-item h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
}
.tiket-item h4 {
  color: #777;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 8px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.tiket-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #006aff;
}

.tiket-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.tiket-item:hover .img-wrapper img {
  transform: scale(1.15);
}

/* --- CONTACT SECTION --- */
.contact-box {
  background: white;
  border-radius: 24px;
  padding: 4rem;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
}
.contact-box h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}
.input-box {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.item {
  width: 100%;
  padding: 16px 20px;
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 12px;
  color: #333;
  outline: none;
  transition: 0.3s;
  font-size: 1rem;
}
.item:focus {
  border-color: #0ef;
  background: white;
  box-shadow: 0 0 10px rgba(0, 238, 255, 0.2);
}
.contact-box button {
  width: 100%;
  padding: 16px;
  background: #0ef;
  color: #111;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 1rem;
  box-shadow: 0 8px 20px rgba(0, 238, 255, 0.3);
}
.contact-box button:hover {
  background: #00d2d3;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 238, 255, 0.4);
}

/* --- FOOTER --- */
.footer-bottom {
  background: black;
  color: white;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
}
