.chonburi-regular {
  font-family: "Chonburi", serif;
}

.raleway-thin {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.raleway-medium {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.navbar {
  justify-content: center;
}

.link-nav {
  color: black;
  text-decoration: none;
  line-height: 2.5;
  margin-left: 5%;
}

/* Video tampil normal tapi tetap di belakang */
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
}

.scrolling-video {
  width: 100%;
  height: auto;
  display: block;
}

.navbar-transparent {
  background-color: rgba(255, 255, 255, 0); /* transparan */
  transition: background-color 0.3s ease;
}

/* Saat discroll atau hover: berubah jadi putih */
.navbar-scrolled,
.navbar:hover {
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* opsional: menambah shadow saat scroll */
}

.main_navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px;
}

.btn-black-border {
  background-color: black;
  color: white;
  border: none;
  padding: 11px 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 12px;
}
.btn-black-border:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.foto_parfum {
  width: 100%;
}

.centered-flex-start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12%;
  padding-right: 12%;
}

.centered-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
}

input::placeholder {
  font-family: "Raleway", sans-serif;
  color: #888;
}

.list-footer a {
  text-decoration: none;
}
