body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

*{
  margin:0; padding:0; 
}

.nav-link.active {
  font-weight: 600;
  color: inherit !important;
}

.navbar {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color:  #E8E1D4;
}

ul.navbar-nav {
  display: flex;
  gap: 2rem;
}

.navbar-nav .nav-item a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

footer{
  background-color: #CDBBA7; 
  width:100%;
}

header {
  position: relative;
  background-image: url('headerhome.JPG');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: -1;
  color: #E8E1D4;
    filter: brightness(0.8);

}

header .btn {
  background-color: #E8E1D4;
}
.slide-img {
  .slide-img {
    width: 300px;
    height: 400px;
    border-radius: 15px;
    transition: transform 0.3s ease;
  }
  
}

.Aboutus .container-fluid {
  background-color: #5C4033;
}
.Aboutus {
    color: #E8E1D4;
    text-align: justify;
}

.aboutus-p{
  text-align: justify;
}

.card {
  background: transparent;
  border: none;
  overflow: hidden;
  width: 355px;
  height: 473px;
  flex-shrink: 0;
  position: relative; /* penting untuk .card-img-overlay */
}
.card-1 {
  background-image: url(coffee1.png);
}
.card-2 {
  background-image: url(coffee2.png);
}
.card-3 {
  background-image: url(coffee3.png);
}
.card-4 {
  background-image: url(coffee4.png);
}
.card-5 {
  background-image: url(coffee5.png);
}

.card-11 {
  background-image: url(noncoffee11.png);
}

.card-22 {
  background-image: url(noncoffee1.png);
}
.card-33 {
  background-image: url(noncoffee2.png);
}
.card-44 {
  background-image: url(noncoffee3.png);
}

.card-img-overlay {
  position: relative;
  z-index: 2; /* pastikan teks di atas gambar */
  color: white;
  padding-top: 160px;
}

#menuSlider .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.slider {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}



.container-menu {
  position: relative;
  background-color: #5C4033 ;
  background-size: auto;
  background-position: center;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}

.search {
  --padding: 14px;
  width: max-content;
  display: flex;
  align-items: center;
  padding: var(--padding);
  border-radius: 28px;
  background: #5C4033;
  color: #E8E1D4;
  transition: box-shadow 0.25s;
}

.search:focus-within {
  box-shadow: 0 0 2px ;

}

.galeri {
  position: relative;
  background-image: url('galeriheader.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: -1;
}

 .card-title {
  margin-top: 45%;
  color: black;
  font-weight: 700;
  width: 100%;
 }
 .card-text {
    color: black;

 }

 .gambar-1{
  width: 31rem;
  /* max-height: 647px; */
  
 }
 .text-white {
  width:28rem;
  /* max-height: 647px; */
 }

 /* === MOBILE RESPONSIVE CSS === */
@media screen and (max-width: 768px) {
  .gambar-1{
    width: 10rem;
    /* max-height: 647px; */
    
   }
   .text-white {
    width:8rem;
    /* max-height: 647px; */
   }
}

* {
  scroll-behavior: smooth;
}
.fasilitas-wrapper {
  margin: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.fasilitas-card {
  background-color: #f4eee8;
  width: 240px;
  height: 240px;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fasilitas-card img {
  object-fit: cover;
}

.fasilitas-label {
  background-color: #6d4c41;
  color: #CDBBA7;
  width: 150px;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: large;
  font-weight: 600;
  margin-top: -12px; /* bikin nempel ke bawah card */
  z-index: 1;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
