*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* background-color: #fff0f6; */
    background-color: #FFF7F9;
    font-family: 'Poppins',sans-serif;
    scroll-behavior: smooth;
    color:#333;
    letter-spacing: 1px;
}

h1,h2,h3{color:#d94f8f;}

/*
header{
    width: 100%;
    padding: 10px 0;
    background-color: #FCD4E8;
    z-index: 5;
    position: fixed;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.logo{
    color:#d94f8f ;
    font-weight: bold;
    font-size: 24px;
}
.nav-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

nav ul{
    list-style: none;
}
nav ul li a{
    text-decoration: none;
    color: #d94f8f;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    letter-spacing: 1px;
    transition: 0.5s all ease-in-out;
}
nav ul li a:hover{
  background-color:#d94f8f;
  color: white;
}
  */


#menu_bar{
   display:none;
}
header{
    background-color: #ce6597;
    border-bottom:3px solid white;
    position: fixed;
    z-index: 5;
    width: 100%;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.logo a{
    color:white ;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.nav_links li{
    display: inline-block;
    padding: 7px 15px;
    border-radius: 10px;
}
.nav_links li:hover{
      background-color:#d94f8f;
}
.nav_links li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 1px;
    transition: 0.5s all ease-in-out;
    font-size: 1rem;
}
/*
.social-icons li{
    display: inline-block;
    padding: 7px 5px;
    border-radius: 10px;
}
.social-icons li:hover{
      background-color:#d94f8f;
}
.social-icons li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
    font-size: 1rem;
}
*/
.social a{
    color:green;
}

.homepage{
    width: 100%;
    height: 100vh;    
    background: url(../images/slaytpng.png) center/cover no-repeat;

}
.inner-homepage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}
.child-homepage{
    flex: 45%;
}

.child-homepage-img{
    animation:fadeInLeft 1.5s ease forwards; 
}

.child-homepage h1{
    font-size:4rem; 
    text-shadow:8px 5px 5px #ffffff; 
    animation:fadeInUp 1.5s ease forwards; 
}
.child-homepage p{
    color: #333;
    font-size:1.2rem; 
    margin-bottom:30px; 
    text-shadow:1px 1px 3px #b34a7c; 
    animation:fadeInUp 1.8s ease forwards; 
}
.child-homepage button{
    padding:12px 25px;margin:0 10px;background:#d94f8f;border:none;border-radius:25px;color:#fff;font-weight:bold;cursor:pointer;transition:all 0.3s ease; }
.child-homepage button:hover{
    background:#c03d7a; transform:scale(1.05); box-shadow:0 5px 15px rgba(0,0,0,0.3);
}
.items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.items-three{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align:center;
    flex-basis: 45%;
}
.item{
    flex-basis: 16%;
}
.item p{
     text-align:center;
}
.item img{
    transition: 0.5s all ease-in;
    
}
.item img:hover{
    transform: translateY(-20px);
    cursor: pointer;
}

.resim{
    border-radius: 50%;
    width: 100%;
    flex-basis: 25%;
    border: 4px solid pink;
}

.about{
    padding:100px 0px; 
    text-align:center;
    width: 70%;
    margin: 0 auto;
    line-height: 2;
    
}
h2{
    color:#d94f8f; 
    font-size:2.2rem; 
    text-align: center;
}
.about p:last-child{
    margin-top: 10px;
}

.products{
    background-color: #CE6597;
}
.products, .recipes{
    display:flex; 
    flex-wrap:wrap; 
    justify-content:center; 
    gap:25px;
    padding:70px 0;
}
.product, .recipe{
    background:#fff; 
    border-radius:15px; 
    box-shadow:0 5px 15px rgba(0,0,0,0.1); 
    padding:20px;
    width:250px; 
    transition:all 0.3s ease; 
    transform:translateY(30px);
}
.product:hover, .recipe:hover{
    transform:translateY(-5px) scale(1.05); 
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}
.product img, .recipe img{
    width:100%; border-radius:15px; 
    margin-bottom:15px;
}

.recipes p{
    width: 50%;
    text-align: center;
    line-height: 2;
    padding-top: 50px;
}
/* .map{padding: 60px 0;} */

.contact ul{
    background-color: #CE6597;
    padding: 80px 0;
}
.contact ul li,.contact p{
    text-align: center;
}
footer{
    background:#f8c8dc; 
    text-align:center; 
    padding:30px 20px; 
    color:#333;
}
footer .social-icons{
    text-align: center;
    padding:0 10px; 
}
footer .social-icons a{
    
    color:#d94f8f; 
    font-size:1rem; 
    transition:0.3s;
}
footer .social-icons a:hover{
    color:#c03d7a;
}
footer a{
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeInUp{
    from{opacity:0; 
        transform:translateY(30px);
    } to{
        opacity:1; 
        transform:translateY(0);
    }
}

@keyframes 
fadeInLeft{
    from{
        opacity:0; 
        transform:translateX(30px);
    } to{
        opacity:1; 
        transform:translateX(0);
    }
}

#map {
    width:100%; 
    height:250px; 
    border-radius:15px; 
    margin-top:20px;
}

