body {
    font-family: 'sawarabi gothic', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #ffffff;
    line-height: 1.6;
}

.logo-barber {
    width: 15vh;
    height: 15vh;
    margin-top: 20px;
    margin-left: 10px;
}

header {
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.774), rgba(56, 55, 55, 0.486)), 
                url('barbershop\ 4.png') center/cover no-repeat;
    height: 200px; /* Sesuaikan tinggi header */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


nav {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 30px;
}

.container-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.container-navbar li {
    display: inline-block;
}

.container-navbar a {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    display: block;
    writing-mode: vertical-rl;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Mengatur menu horizontal */
    gap: 20px; /* Memberi jarak antar item */
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    font-size: 2vh;
    color: #FFC82F;
    font-weight: 1000;
    padding: 5px;
}

.container-navbar a:hover {
    color: #ffffff;
    text-shadow: #BD2031;
}

.isi-web {
    font-size: 20px;
    margin-bottom: 50px;
    color: #FFC82F;
    
}

/* Ukuran slideshow disamakan dengan video */
.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Ukuran sama dengan video */
    height: 450px;    /* Tinggi sama dengan video */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px; /* Agar tampilannya sama dengan video */
    }

.slides {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar akan di-crop agar mengisi area dengan proporsional */
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #ffffff;
}

.prev { left: 15px; }
.next { right: 15px; }

section {
    padding: 50px 10%;
    text-align: center;
}

section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #ffffff;
}

form input, form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    display: block;
    box-sizing: border-box;
    appearance: none; /* Hilangkan gaya default Safari */
}

/* Khusus untuk input tipe date dan time */
form input[type="date"],
form input[type="time"] {
    min-width: 100%; /* Pastikan panjangnya tetap sama */
    -webkit-appearance: none; /* Safari */
    appearance: none;
}

/* Pastikan elemen formulir memiliki tampilan seragam */
form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Styling tambahan untuk tampilan lebih rapi */
form {
    background-color: #1f1f1f;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px #FFC82F;
    max-width: 400px;
    margin: 20px auto;
    color: #ffffff;
}

form button {
    background-color: #FFC82F;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

form button:hover {
    background-color: #f71dff;
}

/* footer {
    background: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10px;
    width: 100%;
} */
/* Frame video besar */
.video-container {
    max-width: 800px;
    margin: 30px auto;
    position: relative;
}
.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ✅ Styling Footer */
footer {
    background-color: #222;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 800px;
    margin: auto;
    color: #ffffff;
}
.footer-logo img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    transition: transform 0.3s;
}
.footer-logo img:hover {
    transform: scale(1.2);
    }
.footer-address {
    font-size: 16px;
    line-height: 1.5;
    color: #FFC82F;
}
.social-links a {
    color: white;
    text-decoration: none;
}
/* Styling untuk teks Our Place */
.slide-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: -60px;
    font-weight: bold;
    color: #ffffff;
}
/* Styling untuk teks dan ukuran video */
.video-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffffff;
}
        
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 40px auto;
}
        
iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.link-button {
  display: block;
  margin: 15px auto;
  padding: 15px 20px;
  width: 80%;
  max-width: 400px;
  border: 2px solid #FFC82F;
  border-radius: 10px;
  background-color: transparent;
  color: #FFC82F;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}