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);


}


/* section-tree */
.mainn-three {
    position: relative;
    background: url(photos/cake-1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 460px;
}

.mainn-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.box {
    position: relative;
    z-index: 1;
    padding: 2rem 0;
}

.group {
    width: 40%;
}

@media (max-width: 767.98px) {
    .group {
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.mainn-three h1 {
    color: #e5a9a9;
}

@media (min-width: 1200px) {
    .mainn-three h1 {
        font-size: 70px;
    }
}

.mainn-three h4 {
    color: rgb(243, 239, 0);
}

.carousel-item img {
    border: 1px solid rgb(243, 239, 0);
    border-radius: 20px;
}

/* four-part */
.card-two i {
    color: rgb(243, 239, 0);
}

.card-two h4 {
    color: #e5a9a9;

}

.card-two p {
    color: #e5a9a9;

}

/* five-part */
.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);
}

/* six-part */
.promo-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.promo-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

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

.promo-info {
    position: relative;
    background-color: rgb(243, 239, 0);
    /* mustard yellow */
    padding: 80px;
    text-align: center;
}

.promo-overlay {
    background-color: #e5a9a9;
    /* green */
    color: #fff;
    border-radius: 10px;
    padding: 25px;
    position: absolute;
    /* bottom: -25px; */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: -100px;
}

.promo-overlay h2 {
    margin: 0;
    font-size: 1.5rem;
}

.promo-overlay p {
    margin: 5px 0 0;
    font-weight: bold;
}

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

/* seven-part */

.seven-row {
    background-color: #e5a9a9;
}

.imagg {
    width: 80%;
    height: 330px;
}

.btn-pink {
    border: 2px solid rgb(243, 239, 0);
}

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

/* nine-part */
.btnn {
    background-color: rgb(243, 239, 0);
}

.circle-img {
    width: 42%;
    height: 120px;
}

.star-card {
    background-color: rgb(243, 243, 243);
    border: 2px solid #e5a9a9;
}

/* ten-part */

.cake-photo {
    width: 100%;
    height: 190px;
    border-radius: 7%;
}

.btn-cake {
    border: 2px solid rgb(243, 239, 0);
    color: #e5a9a9;
}

.btn-cake:hover {
    background-color: #e5a9a9;
    color: rgb(243, 239, 0);
}

/* eleven-part */
.red {
    background-color: rgb(243, 243, 243);
}

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

.icoon h2 {
    color: #e5a9a9;
}

.icoon h3 {
    color: #e5a9a9;
}

/* 12-part */
.circle-img {
    width: 40%;
    height: 100px;
    border-radius: 50%;
}

.star {
    color: #e5a9a9;
    font-size: 1.2rem;
}

.final {
    border: 2px solid rgb(243, 239, 0);

}

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

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