/* Gunakan font DM Sans secara global */
* {
  font-family: "DM Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  background: url("img/harmony\ bg\ pgn.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "Segoe UI", sans-serif;
}
.card {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  transition: transform 0.4s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}

.card.reveal {
  opacity: 1;
  transform: translateY(0);
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

.btn-detail {
  background-color: #28a745;
  color: white;
  font-weight: 500;
  border-radius: 20px;
}

.btn-detail:hover {
  background-color: #218838;
}

.container-custom {
  padding-top: 40px;
  padding-bottom: 60px;
}
h1,
h2,
h3,
.navbar-brand {
  font-family: "DM Sans", sans-serif;
}

h4,
h5,
h6,
p,
a,
li,
span,
button,
input,
textarea,
label {
  font-family: "DM Sans", sans-serif !important;
}
.hero-section {
  height: 100vh;
  overflow: hidden;
}

.hero-background {
  background-image: url("daftar-penginapan/bg-image.jpg"); /* Ganti dengan path gambar kamu */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
}

.hero-overlay {
  z-index: 2;
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-overlay {
  position: relative;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.9)
  );
}
.hero-overlay h1,
.hero-overlay p {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
}
/* Navbar transparan di awal */
.navbar {
  transition: all 0.3s ease;
  background-color: transparent !important;
}

/* Saat discroll */
.navbar.scrolled {
  backdrop-filter: blur(8px);
  background-color: rgba(33, 33, 33, 0.6) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
* {
  font-family: "DM Sans", sans-serif;
}
.object-fit-cover {
  object-fit: cover;
}
/* galeri */
.galeriSwiper .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.galeriSwiper .swiper-slide img:hover {
  transform: scale(1.03);
}
.swiper-slide video {
  height: 250px;
  object-fit: cover;
  transition: 0.3s ease;
  cursor: pointer;
}

.swiper-slide video:hover {
  transform: scale(1.03);
}

/* paket */
.paket-section {
  background: url("img/harmony-rafting-poto-1.JPG") center center / cover
    no-repeat fixed;
  color: white;
  position: relative;
}

.paket-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* efek gelap */
  z-index: 0;
}

.paket-section .container {
  position: relative;
  z-index: 1;
}

.paket-card {
  background: white;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
}

.paket-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.paket-card ul {
  padding-left: 1rem;
}

.paket-card ul li {
  margin-bottom: 0.5rem;
}
.paket-card {
  background: white;
  color: #333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.paket-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.paket-img {
  position: relative;
}
.paket-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.badge-promo {
  position: absolute;
  top: 10px;
  left: 10px;
  background: crimson;
  color: white;
  padding: 4px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
}
.paket-body {
  padding: 1rem;
}
.paket-body .price {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.price-old {
  text-decoration: line-through;
  color: red;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.price-now {
  color: #00864b;
  font-size: 1.2rem;
}
.btn-paket {
  background-color: #198754;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 1rem;
  transition: background 0.3s ease;
}
.btn-paket:hover {
  background-color: #116a45;
}
.btn-success {
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
}

/* wahana */
.wahana-card {
  height: 330px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wahana-card h5 {
  color: #ffffff;
}
.wahana-card p {
  color: #ffffff;
}
.wahana-card .card-img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.wahana-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.wahana-card:hover .card-img {
  transform: scale(1.08);
}

.gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
/* footer */
footer {
  background-color: #bebebe;
  color: #ffffff;
}

footer h5 {
  border-color: #aaa;
}

footer i {
  color: #00ffae;
}

/* Bagian utama footer */
.footer-main {
  background-color: #606060; /* abu gelap */
  color: #ffffff;
  font-family: "", sans-serif;
  font-size: small;
}

/* Bagian bawah footer */
.footer-bottom {
  background-color: #cccccc; /* abu muda */
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-size: small;
}

/* Ikon hijau */
.footer-main i {
  color: #cccccc;
}

/* WhatsApp Floating Button */
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 25px;
  z-index: 100;
}
