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-20.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 */
.cookie {
        color: #e5a9a9;


}
  .range-container {
      position: relative;
      width: 300px;
      margin: 50px auto;
    }

    input[type=range] {
      width: 100%;
      background: transparent;
    }

    /* Track */
    input[type=range]::-webkit-slider-runnable-track {
      height: 6px;
      background: #ddd;
      border-radius: 3px;
    }
    input[type=range]::-moz-range-track {
      height: 6px;
      background: #ddd;
      border-radius: 3px;
    }

    /* Thumb */
    input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: yellow;
      cursor: pointer;
      margin-top: -7px;
      position: relative;
      z-index: 2;
    }
    input[type=range]::-moz-range-thumb {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: yellow;
      cursor: pointer;
      border: none;
    }

    /* Value bubble */
    .value-bubble {
      position: absolute;
      top: -35px;
      left: 0;
      transform: translateX(-50%);
      background: #000;
      color: #fff;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 14px;
      white-space: nowrap;
    }
        .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;
    }

    .product-card {
    transition: all 0.3s ease;
    border: 2px solid rgb(243, 239, 0);
}

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

.product-card img {

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

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

.product-card h4 {
    color: #e5a9a9;
    text-align: left;
    margin-top: 10px;
}

.product-card button {
    margin-top: 10px;
    border: 2px solid #e5a9a9;
    border-radius: 50px;
}

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

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




