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-14.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.4); /* میزان شفافیت تصویر */
}

.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 */

.one-img{
    width: 100% ;
    height: 420px;
}
 .quantity-selector {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: Arial, sans-serif;
    }

    .quantity-selector button {
      width: 40px;
      height: 40px;
      font-size: 20px;
      font-weight: bold;
      border: none;
      background-color:rgb(243, 239, 0) ;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.2s;
    }

    .quantity-selector button:hover {
      background-color: rgb(243, 239, 0);
    }

    .quantity-selector input {
      width: 60px;
      height: 40px;
      text-align: center;
      font-size: 18px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .cookie {
        color: #070707;
}

/* 5-part */


    /* Tabs */
    .tabs {
      display: flex;
      border-bottom: 2px solid #ccc;
      margin-bottom: 20px;
    }

    .tab {
      padding: 10px 20px;
      cursor: pointer;
      border: none;
      background: none;
      font-size: 16px;
      font-weight: bold;
      color: #555;
      transition: color 0.2s;
    }

    .tab.active {
      color: #007bff;
      border-bottom: 2px solid #007bff;
    }

    /* Tab content */
    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

    /* Reviews styling */
    .review {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .review img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .review-details {
      flex: 1;
    }

    .review-details h4 {
      margin: 0;
      font-size: 16px;
      color: #333;
    }

    .review-details small {
      color: #777;
      font-size: 12px;
    }

    .review-details p {
      margin: 5px 0 0;
      font-size: 14px;
      color: #444;
    }

    /* Table styling */
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px;
    }

    table, th, td {
      border: 1px solid #ccc;
    }

    th, td {
      padding: 10px;
      text-align: left;
    }

    th {
      background-color: #f5f5f5;
    }

            .circle-img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
    }
        .stars {
      color: gold;
      font-size: 20px;
    }
    .price {
      font-size: 18px;
      margin-right: 10px;
    }
    .old-price {
      text-decoration: line-through;
      color: #888;
    }

    /* 7-part */


.productt-card {
    transition: all 0.3s ease;
    border: 2px solid #e5a9a9;
}

.productt-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.productt-card img {

    border-radius: 10px;
    object-fit: cover;
    height: 200px;
    transition: all 0.3s ease;
}

.productt-card img:hover {
    filter: brightness(1.1);
}

.productt-card h4 {
    color: rgb(243, 239, 0);
    text-align: left;
    margin-top: 10px;
}

.productt-card button {
    margin-top: 10px;
    border: 2px solid rgb(243, 239, 0);
    border-radius: 50px;
}

.productt-card button:hover {
    background-color: #e5a9a9;
}

/* 8-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;
}







