* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.main-content {
  flex: 1;
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #F5E7DA;
  color: #8B5A2B;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  background-color: #F5E7DA; 
}

.logo {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #7B2D26; 
}

nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
}

nav a {
  text-decoration: none;
  font-size: 12px;
  color: #7B2D26;
  font-weight: 500;
}

nav a:hover {
  color: #8B5A2B;
  text-decoration: none;
}

nav a.active {
  color: #8B5A2B;
  font-weight: 600;
  padding-bottom: 2px;
  text-decoration: none; /* pastikan tidak underline */
}




/* Hero section */
.hero {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 30px;
  color: #8B5A2B; 
}

.hero p {
  font-size: 20px;
  line-height: 1.8;
  color: #8B5A2B;
  font-weight: 400;
}

section {
  font-family: 'Poppins', sans-serif;
  background-color:#F5E7DA;
  color: #4b2e2e;
  padding: 40px 0;
}

.container {
  display: flex;
  justify-content: center;
}

.about-box {
  background-color: #E6C7A3;
  border: 2px solid #8b5e3c;
  padding: 30px;
  max-width: 1000px;
  width: 100%;
  text-align: justify;
}

.about-box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #8B5A2B;
 text-align: center;
}

.about-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.text {
  flex: 2;
  background-color: #F5E7DA;
  border: 1px solid #8b5e3c;
  padding: 20px;
  font-size: 24px;
  line-height: 1.6;
  text-align: justify;
}

.photo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.photo img {
  max-width: 100%;
  border: 1px solid #8b5e3c;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}


.blog-section {
  padding: 0 0 60px 0;
}

.blog-heading {
  background-color: #E6C7A3;
  padding: 20px 0 10px 0;
  text-align: center;
}

.blog-heading h2 {
  font-family: 'Playfair Display', serif;
  color: #7B2D26;
  font-size: 26px;
  margin: 0;
  padding-left: 10px;
}

.blog-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.blog-card {
  display: flex;
  background-color: #E6C7A3;
  border: 1px solid #C9AA8C;
  border-radius: 10px;
  width: 500px;
  padding: 20px;
  gap: 15px;
  align-items: flex-start;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.blog-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  color: #7B2D26;
}

.blog-content p {
  font-size: 14px;
  color: #5c3928;
  margin-bottom: 12px;
}

.btn-read {
  background-color: #7B2D26;
  color: #fff;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 6px;
}
.hero-blog {
  text-align: center;
  padding: 40px;
  background-color: #F5E7DA;
}

.hero-blog img {
  width: 80%;
  max-width: 800px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.hero-blog h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 15px;
  color: #8B5A2B;
}

.hero-blog p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #8B5A2B;
  line-height: 1.8;
}
.btn-read {
  display: inline-block;
  padding: 10px 20px;
  background-color: #7B2D26; /* Warna merah tua dari palet */
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.3s ease, transform 0.2s;
}

.btn-read:hover {
  background-color: #5e1f1b; /* Warna hover lebih gelap */
  transform: scale(1.05);
}
.readmore-image-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.readmore-image {
  max-width: 100%;
  width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #8B5A2B;
}

.container {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.hero {
  text-align: center;
  padding: 40px 20px;
  background-color: #F5E7DA;
}

.hero h1 {
  font-size: 36px;
  color: #8B5A2B;
}

.hero p {
  font-size: 18px;
  color: #8B5A2B;
}

.resep-populer {
  background-color: #E6C7A3;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.resep-populer h2 {
  color: #7B2D26;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
  background-color: #E6C7A3;
  text-align: center;
}


.card-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;}

.card {
  background-color: #A3A847;
  border-radius: 12px;
  width: 260px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
  color: #F5E7DA;
  text-align: center;
}

.card-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 14px;
  margin-bottom: 16px;
}

.card-content a {
  background-color: #7B2D26;
  color: #F5E7DA;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}
.card-content a:hover {
  background-color: #8B5A2B;
  
}
.card-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background-color: #F5E7DA;
  border-radius: 10px;
  padding: 15px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 18px;
  color: #7B2D26;
  margin-bottom: 8px;
}

.card p {
  color: #7B2D26;
  font-size: 14px;
  margin-bottom: 12px;
}

.btn {
  display: inline-block;
  background-color: #7b2d26;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.btn:hover {
  background-color: #7b2d26;
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #F5E7DA;
  font-size: 14px;
}

.logo {
  font-size: 12px;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #5a3b1f;
  font-weight: 500;
}


.about-section {
  background-color: #E6C7A3;
  padding: 50px 20px;
  text-align: center;
}

.about-section h2 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #5a3b1f;
  display: inline-block;
  margin-bottom: 40px;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-container img {
  width: 300px;
  border-radius: 15px;
}

.about-text {
  max-width: 500px;
  text-align: left;
}

.about-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-text p {
  line-height: 1.7;
  font-size: 16px;
}
.education-section {
  margin: 50px auto;
  padding: 0 20px;
}

.section-title {
  color: #6c4a2f;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.education-box {
  background-color: #E6C7A3;
  padding: 30px;
  border-radius: 8px;
  color: #7B2D26;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  
}

.education-box p {
  margin-bottom: 20px;
}




.footer {
  background-color: #7B2D26;
  padding: 40px;
  color: #F9F5E3;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  font-family: 'Poppins', sans-serif;
}

.footer-section {
  flex: 1;
  min-width: 150px;
}

.footer-section p {
  font-size: 13px;
  line-height: 1.8;
  margin: 5px 0;
}

.footer-section h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-link {
  color: #F9F5E3;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}




.section-title {
  background-color: #7B2D26;
  color: white;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
}

.intro-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 30px;
  background-color: #F5E7DA;
}

.intro-text {
  max-width: 500px;
  font-size: 1.1rem;
  color: #8B5A2B;
  line-height: 1.6;
}

.intro-image img {
  width: 300px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.project-section {
  padding: 40px 20px;
  background-color: #E6C7A3;
}

.project-title {
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
  color: #7B2D26;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-items: center;
}

.project-gallery img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.project-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.project-gallery img:active {
  transform: scale(0.95);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.project-item {
  text-align: center;
  max-width: 300px;
}

.project-desc {
  font-size: 0.9rem;
  color: #7B2D26;
  margin-top: 10px;
  line-height: 1.4;
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins&display=swap');


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #E6C7A3;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #7B2D26;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

nav a {
  text-decoration: none;
  color: #7B2D26;
}

nav a:hover {
  border-bottom: 2px solid #7B2D26;
}

main {
  padding: 2rem;
}

.title {
  font-family: 'Playfair Display', serif;
  color: #7B2D26;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.contact-form {
  background-color: #E6C7A3;
  padding: 2rem;
  border-radius: 8px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.row .field {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #7B2D26;
}

input,
select,
textarea {
  padding: 8px 0;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #7B2D26;
  background-color: transparent;
  color: #7B2D26;
  width: 100%;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-bottom: 2px solid #A3A847;
}

textarea {
  resize: vertical;
}

.contact-info {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #7B2D26;
  margin-top: 1rem;
}


   