.coffe-text {

  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2b1a12;
  }
 .fz1 {
    background-color: #F8F0E3;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  ul {
    list-style-type: none;
  }
  li{
    float: left;
    padding-left: 20px;
    padding-top: 5px;
  }
  li:hover {
    color: #9d7872;
  }
.material-symbols-outlined {
  font-size: 40px;
  padding-left: 20px;
  padding-top: 5px;

}
.profil-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.profil-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fz2 {
  background-color: #9d7872;
  min-height: 520px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  overflow: hidden;
}
.fz2 .row {
  min-height: 300px;
  width: 100%;
}
.coffee img {
 width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.coffe-btn{
    padding: 12px 34px;
    background-color: #e7b6b6;
    border: 1.5px solid #5a342b;
    color: #3a2118;
    border-radius: 28px;
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}
.hero-left {
  width: 50%;
}

.hero-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coffe-text1 {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  color: #5b4035;
  font-size: 78px;
  line-height: 1.05;
  margin-bottom: 25px;
}
.coffe-text2 {
  font-family: 'Times New Roman', Times, serif;
  color: #5b4035;
  font-size: 20px;
  line-height: 1.8;
  max-width: 650px;
  margin-bottom: 30px;
}
button {
  padding: 14px 34px;
  color: #f7eee8;
  font-size: 16px;
  background-color: #6b2f27;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}
button:hover {
  background-color: #7f433a;
}
.hero-right img {
  width: 420px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.fz2 img {
  width: 100%;
  height: auto;
  float: right;
  padding-right: 50px;
  padding-top: 5px;
  background-image: none;
  mix-blend-mode: multiply;
  display: flex;
  align-items: center;
}
.fz3 {
    background-color: #e6ded5;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.dessert-card {
    border-radius: 50px;
    padding: 60px 30px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 520px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-pink {
    background-color: #F3D2D2;
}

.card-orange {
    background-color: #EFD5BD;
}

.card-purple {
    background-color: #D1B8D1;
}

.dessert-card img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    display: block;
    margin: 30px auto 25px auto;
    background-color: transparent;
    mix-blend-mode: multiply;
}

.title1, .title2, .title3 {
    font-family: 'Times New Roman', serif;
    font-size: 42px;
    color: #4A2C2A;
    text-align: center;
    margin-bottom: 10px;
}

.card-text {
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    color: #4A2C2A;
    text-align: center;
    margin-top: 10px;
}

.dessert-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.fz4 {
    background-color: #f3eee6;
    padding: 45px 0;
    width: 100%;
}

.muni-row {
    min-height: 300px;
}

.title4 {
    font-family: 'Times New Roman', serif;
    font-size: 72px;
    color: #3a2118;
    margin-bottom: 12px;
    line-height: 1.05;
}

.muni-slogan {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-size: 28px;
    color: #8b6a5c;
    margin-bottom: 22px;
}

.muni-description {
    font-family: 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.9;
    color: #5b4035;
    max-width: 520px;
    margin-bottom: 28px;
}

.muni-img1 {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.muni-btn {
    padding: 12px 34px;
    background-color: #e7b6b6;
    border: 1.5px solid #5a342b;
    color: #3a2118;
    border-radius: 28px;
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.muni-btn:hover {
    background-color: #7f433a;
}
.fz5 {
    background-color: #7f433a;
    padding: 12px 20px;
}

.footer-logo {
    font-family: "Lobster", sans-serif;
    color: #f8f0e3;
    margin: 0;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    float: left;
    padding-left: 20px;
    color: #f8f0e3;
    font-size: 16px;
}

.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer-icons .material-symbols-outlined {
    font-size: 28px;
    color: #f8f0e3;
    padding: 0;
}
.footer-menu li:hover {
    color: #e7b6b6;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

body {
    background: url("img/arkaplan.jpg") no-repeat center center fixed;
    background-size: cover;
}

.fz1 {
    background-color: rgba(248, 240, 227, 0.9);
}
.fz2,
.fz3,
.fz4 {
    background-color: transparent;
}

.fz5 {
    background-color: rgba(127, 67, 58, 0.9);
}