body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

.first-con {
  background-color: rgb(243, 239, 0);
  width: 90%;
  border-radius: 30px 0 30px 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .first-con {
    display: none !important;
  }
}


.part-one a {
  text-decoration: none;
  color: white;
  text-shadow: 19px solid black;

}

.part-one i {
  color: #e5a9a9;
  text-shadow: 19px solid black;

}

.part-two {
  color: white;
  text-shadow: 19px solid black;

}

/* section-two-navbar */
.main-nav {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1050;

}

.nav-icon i {
  color: rgb(243, 239, 0);
}

.nav-item a:hover {
  color: rgb(243, 239, 0);


}

/* 3-part */

.hero {
  position: relative;
  width: 100%;
  height: 210px;
  background: url('photos/cake-21.jpg') no-repeat center center/cover;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* میزان شفافیت تصویر */
}

.overlay {
  position: relative;
  z-index: 1;
  /* متن روی تصویر قرار می‌گیرد */
  text-align: center;
  color: black;
  /* رنگ کامل متن */
  padding-top: 70px;
}

.overlay h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
}

.overlay h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}

/* 4-part */
.form-container {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 30px;
}

.form-btnn {
  color: #e5a9a9;
}

.form-bttn {
  background-color: #e5a9a9;
}

.cart-container {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.table-responsive {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead th {
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  background-color: #e5a9a9;
}

tbody td {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

tbody tr:last-child td {
  border-bottom: none;
}

.product-img {
  max-width: 80px;
  height: auto;
  border-radius: 50%;
  margin: 5px;
}

/* 5-part */

.four-icon {
  font-size: 30px;
  margin: 8px;
  /* border: 1px solid  #e5a9a9 ;
    border-radius: 40px ; */
  color: white;


}

.titlee {
  color: rgb(243, 239, 0);
}

.last-btn {
  background-color: rgb(243, 239, 0);
}

.foterr {
  background-color: rgb(95, 116, 122);
}

.akhar a {
  text-decoration: none;
  color: black;
}

.akhar a:hover {
  color: rgb(243, 239, 0);
}

.akhar h3 {
  color: white;
}