.navbar-brand {
    max-width: 150px;
}

nav.navbar.navbar-expand-lg{

      border-bottom: 1px solid
 color-mix(in srgb, var(--default-color), transparent 90%);
    background-color: #e82986;
}
nav.navbar ul li a {
color: #ffffff;
font-size: 17px;
font-weight: 700;;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #ffffff !important;
}
ul.dropdown-menu.show {
    background: #063c5a;
}
ul.dropdown-menu li a{
    color: #ffffff !important;
    font-weight: 400;
}
.story-text Birthday-Party{}
.story-text Birthday-Party ul{}
.story-text Birthday-Party ul li{}

.chefs .main-chef-section .chef-image-container .image-frame:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: none !important;
    border-radius: 20px;
    z-index: -1;
}


.Delight-image{
	
}
.Delight-image img{
	width: 100%;
    max-width: 80%;
    height: 976px;
}
.Cream-title {
    color: #e82986 !important;
}