:root {
  --primary: #b6895b;
  --bg: #ffffff;

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
  }

  body {
    font-family: "Roboto", sans-serif;
    background-color: var(--bg);
    color: #fff;
    text-align: justify;
  }


  /* Navbar */
body {
    margin: 0;
    font-family: sans-serif; 
    color: #000000;
}

.hero-section {
    width: 100%;
    height: 492px;
    
    background-image: url('Gambar\ WhatsApp\ 2025-11-19\ pukul\ 08.46.53_16def1bb.jpg');
    background-size: cover;
    background-position: center; 
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; 
}


/* --- NAVBAR (Menu Atas) --- */
.navbar {
    position: absolute;
    top: 60px;
    width: 100%; 
    z-index: 10; 
    padding: 10px 0;
    text-align: center;
    display: flex;
}

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 20px;
    gap: 30px;
    
}

.navbar a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-line {
    position: absolute;
    top: -10px;
}

.bottom-line {
    bottom: -20px; 
}

/* --- HERO CONTENT Judul --- */
.hero-content {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    text-align: center;
    z-index: 5;
}

.title-container {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

/* Garis dan Berlian */
.diamond-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #fff;
}

.top-line {
    top: -20px;
}

.bottom-line {  
    bottom: -20px;
}

/* Membuat bentuk berlian */
.diamond-line::before,
.diamond-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
}

.diamond-line::before {
    left: -8px;
}

.diamond-line::after {
    right: -8px;
}

/* --- JUDUL UTAMA --- */
.main-title {
    font-size: 8vw;
    margin: 0;
    font-weight: normal;
    font-family: 'roboto', serif; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.coffee {
    color: #fff;
}

.amp {
    font-size: 0.7em;
    color:#ffffff
}

.bakery {
    color: #f7b78a;
}

/* Penyesuaian responsif untuk logo */
@media (max-width: 768px) {
    .main-title {
        font-size: 10vw;
    }
    .logo-left, .logo-right {
        width: 60px;
        bottom: -100px;
    }
}

.Hero {
    min-height: 150vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 3cm;
    margin-right: 3cm;
  }

  /* Laptop */

  @media (max-width: 1366px) {
    html {
      font-size: 75%;
    }
  }

  /* Tablet */

  @media (max-width: 768px) {
    html {
      font-size: 62.5%;
    }

    #Hamburger-menu {
      display: inline-block;
    }

    .Navbar .navbar-nav {
      position: absolute;
      top: 100%;
      right: -100%;
      background-color: #d7c8bc;
      width: 25rem;
      height: 80vh;
    }

    .Navbar .navbar-nav.active {
      right: 0;
    }

    .Navbar .navbar-nav a {
      color: var(--bg);
      display: block;
      margin: 1.5rem;
      padding: 0.5rem;
      font-size: 2rem;
    }

    .Navbar .navbar-nav a::after {
      transform-origin: 0 0;
    }

    .Navbar .navbar-nav a:hover::after {
      transform: scaleX(0.2);
    }
  }

  /* Mobile */

  @media (max-width: 450%) {
    html {
      font-size: 55%;
    }
  }
}

/* SECTION */
.section {
  text-align: justify;
  padding: 50px 20px;
  margin-right: 3cm;
  margin-left: 3cm;
}

/* Styling untuk tombol Selengkapnya */
.button-selengkapnya {
  display:inline-block;
  padding:5px 200px;
  text-align: center;
  background-color: #f4bc8b; 
  border: 5px solid #b0733e;
  border-radius: 15px;
  color: #000000; 
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  margin-top: 20px;
  margin-bottom: 50px;
}
.button-selengkapnya:hover {
  border:#B0733E;
  transform: translate(5px 200px);
  transition: all 200ms ease;
}

.product-menu {
    text-align: center;
}

/* menu */
.konten-menu {
  text-align: justify;
  padding: 20px 0px;
}
.konten-menu > div {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin: 20px;
}

.bingkai {
    width: 200px;
    height: 200px;
    border: 5px; 
    background-color: #B0733E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    padding:5px;
    box-sizing:border-box;
    overflow: hidden;
  }

.frame {
    width:90%;
    height:90%;
    border-radius: 100x;
    border: 10px solid #d4a373;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

.foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.carousel-indicators{
  width:40px;
  height:20px;

}

.carousel-item img {
  width: 532px;
  height: 400px;
  object-fit: cover;
}

.carousel-bingkai {
  width: 700px;
  height: 550px;
  background-color: #B0733E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px auto; /* Center horizontally */
}

.carousel-frame {
  width: 90%;
  height: 90%;
  border-radius: 20px;
  border: 10px solid #d4a373;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bingkai2 {
    width: 200px;
    height: 200px;
    border: 5px; 
    background-color: #B0733E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    padding:5px;
    box-sizing:border-box;
    overflow: hidden;
}

/* FOOTER */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");

body {
  margin: 0;
  font-family: "Montserrat", "roboto";
}

.footer-container {
  background-color: #666666;
  color: #fff;
  padding: 60px 80px 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 3.5em;
  font-weight: normal;
  margin: 0;
  color: #fff;
}

.footer-bakery {
  color:#000000
}

.header-line {
  width: 100%;
  border: 0;
  height: 10px;
  background-color: #ffffff;
  margin: 20px 0 40px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}

.about-us-section {
  width: 60%;
  margin-right: 50px;
}

.contact-section {
  width: 30%;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.about-us-section p {
  font-size: 1em;
  line-height: 1.6;
  max-width: 600px;
  text-align: justify;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-item .icon {
  font-size: 2em;
  margin-right: 20px;
}

.contact-item p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.halal-logo img {
  height: 150px;
  opacity: 0.8;
}

.social-media-section {
  align-items: flex-end;
  margin-top:20px;
}

.social-media-title {
  font-family: "roboto", serif;
  font-size: 2.5em;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons img {
  height: 50px;
  margin-right: 20px;
  opacity: 0.9;
}

.bottom-line {
  width: 100%;
  border: 0;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .footer-container {
    padding: 40px 40px 20px 40px;
  }

  .about-us-section,
  .contact-section {
    width: 100%;
    margin-right: 0;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .about-us-section p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer-header h1 {
    font-size: 2.5em;
  }
  .section-title {
    font-size: 2em;
  }
  .social-media-title {
    font-size: 2em;
    margin-right: 15px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .halal-logo {
    margin-bottom: 20px;
  }
  .halal-logo img {
    height: 120px;

  }
  .social-icons img {
    height: 40px;
  }
}