.navbar {
    background-color: #fff;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}
.nav-link {
    text-transform: uppercase;
    font-size: 10pt;
    color: #0F0F00;
    font-weight: 500;
    letter-spacing: 1.5;
}
.btn {
    padding: 10px 20px;
    border-radius: 0;
    border: 2px #fff solid;
    color: #fff;
    font-size: 10pt;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-dark {
    border: 2px #0F0F00 solid;
    color: #0F0F00;
}
.text-banner {
    text-align: center;
    padding: 5rem;
    width: 70%;
    margin: 0 auto;
}
.page-header {
    position: relative;
    height: 250px;
    background: url('../src/page-header.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.page-header-content {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 3rem;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner {
    position: relative;
    height: 90vh;
    background: url('../src/h1.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-content {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 3rem;
    max-width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner2 {
    position: relative;
    width: 100%;
    height: 90vh; /* Sesuai dengan tinggi layar */
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; /* Menutupi seluruh area */
    z-index: -2;
}
.banner-content2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: white;
    max-width: 50%;
    padding: 3rem;
    background: rgba(0, 0, 0, 0.6); /* Transparan hitam seperti sebelumnya */
}
.banner3 {
    position: relative;
    height: 90vh;
    background: url('../src/ristrettoroasted.jpeg') no-repeat center center;
    background-position-y: -22rem;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 6rem;
}
.banner-content3 {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 3rem;
    max-width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner4 {
    position: relative;
    height: 90vh;
    background: url('../src/partner-jeda.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 6rem;
}
.banner-content4 {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 3rem;
    max-width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.partner-text {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.carousel-item {
    height: 450px; 
    text-align: center;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.image-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px;
    text-align: center;
}
* {
    font-family: "Montserrat", sans-serif;
    line-height: 25pt;
}
p {
    font-weight: 400;
}
a, .btn {
    font-family: "Montserrat", sans-serif;
}
h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight:600!important;
    font-size: 40pt;
}
h5 {
    font-family: "Montserrat", sans-serif;
    font-weight:500!important;
}
.footer a {
    text-decoration: none;
    font-size: 10pt;
    color: #fff;
}

@media (max-width: 768px) {
    .banner-content, .banner-content2, .banner-content3, .page-header-content {
        max-width: 100%;
        padding: 2rem;
    }
    .banner3 {
        background-position-y: 0rem;
        margin-top: 3rem;
    }
    .carousel-item {
        height: 500px; 
    }
    .text-banner {
        text-align: center;
        padding: 2rem;
        width: 100%;
        margin: 0 auto;
    }
    .image-grid {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    .page-header {
        height: 400px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1200px) {
    .h1img {
        max-width: 100%;
    }
    .h2img, .h3img {
        max-width: 100%;
        margin: 0 auto;
    }
    .carousel {
        height: 1000px!important;
    }
    .container {
        width: 100%;
    }
}
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
      .h1img {
        max-height: 1000px;
    }
    .container {
        width: 1000px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
      .h1img {
        max-height: 1000px;
    }
    .container {
        width: 1000px;
    }
}