
#urunler{
    padding-top:50px;
    padding-bottom: 70px;
}
#urunler>p{
    font-size: 1.3rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
    color: #d94f8f;
    padding-top: 70px;
    font-family: "Gloria Hallelujah", cursive;
}
#urunler h2{
    font-size: 3rem;
    color:#d94f8f;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: "Gloria Hallelujah", cursive;
}
.urunler{
    width: 90%;
    margin: 0 auto;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    font-family: "Gloria Hallelujah", cursive;
}
.urun-parcasi{
    flex-basis: 23%;
    background-color:#FFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    transition: 0.3s all ease;
    transform: translateY(10px);
}
.urun-parcasi:hover{
    transform: translateY(-5px) scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    cursor: pointer;
}
.urun-parcasi img{
    width: 100%;
    border-radius: 15px;
}
.urun-parcasi h3{
    color: #d94f8f;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bolder;
    padding-bottom: 10px;
}
.urun-parcasi p{
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5;
}







footer{
    background:#d94f8f; 
    text-align:center; 
    padding:30px 0; 
    color:#FFF;
}
footer .social-icons{
    text-align: center;
    padding:0 10px; 
}
footer .social-icons a{    
    color:#FFF; 
    font-size:1rem; 
    transition:0.3s;
}
footer .social-icons a:hover{
    color:#c03d7a;
}
footer a{
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.uparrow{
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}

span{
    color: #d94f8f;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

/* modül başlangıç */

/* MODAL ARKA PLAN */
.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.65);
    justify-content: center;
    align-items: center;
}

/* MODAL KUTUSU */
.modal-box {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(15px);
    padding: 25px;
    border-radius: 18px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    animation: scaleIn 0.35s;
}

@keyframes scaleIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* MODAL RESİM */
.modal-box img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* METİN TASARIMI */
#modalTitle {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 600;
}

#modalDesc {
    font-size: 17px;
    background: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
}

#modalPrice {
    margin-top: 10px;
    background: rgba(255,255,255,0.15);
    padding: 8px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

/* MOBİL UYUM */
@media (max-width: 600px) {
    .gallery img {
        width: 140px;
        height: 90px;
    }
    .modal-box {
        width: 90%;
    }
}



/* KAPATMA BUTONU */
.close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    transition: 0.2s;
}

.close-btn:hover {
    transform: scale(1.2);
    color: #ff5a5a;
}




/* modül bitiş */












@media (min-width:200px) and (max-width:500px){
    #menu_bar{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    cursor: pointer;
}
.container{
    width:90%;
}
.container .logo{
    font-size:12px;
}
.container .social .whatsapp,.instagram{
    padding: 0;
}
    .nav_links{
    flex-direction: column;
    list-style: none;
    position: absolute;
    top:60px;
    right: 0;
    background-color:#d94f8f;
    width: 100%;
    text-align: center;
    line-height: 2;
}

.nav_links li:hover{
    background-color:#f11470c5;
    width: 100%;
}

.homepage_home{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    flex-basis: 100%;

}
.homepage_child{
       flex-basis: 100%;
       margin: 0 auto;
}
.homepage{
    font-size: 1.5rem;    
}
.homepage_child h1{
    font-size: 2.8rem; 
    padding-bottom: 30px;   
}
.homepage_child p{
    line-height: 1.5;
}
.homepage_btn{
    font-size: 10px;
    margin: 5px;
    padding: 7px 12px;
}
.menu{
    flex-direction: column;
}

.about{
    width: 100%;
}
.about p{
    width: 85%;
}
.product{
    flex-basis: 100%;
    margin-bottom: 20px;
}

.recipe{
    flex-basis: 100%;
    margin-bottom: 20px;
}

.uparrow{
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}


/* urunler */

#urunler{
    padding-top:50px;
    padding-bottom: 70px;
}
#urunler>p{
    font-size: 1.3rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
    color: #d94f8f;
    padding-top: 70px;
}
#urunler h2{
    font-size: 2rem;
    color:#d94f8f;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    line-height: 1.5;
}
.urunler{
    width: 90%;
    margin: 0 auto;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
}
.urun-parcasi{
    background-color:#FFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    transition: 0.3s all ease;
    transform: translateY(10px);
}
.urun-parcasi:hover{
    transform: translateY(-5px) scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    cursor: pointer;
}
.urun-parcasi img{
    width: 100%;
    border-radius: 15px;
}
.urun-parcasi h3{
    color: #d94f8f;
    font-size: 15px;
    /* letter-spacing: 1px; */
    font-weight: bolder;
    padding-bottom: 10px;
}
.urun-parcasi p{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
}

/* urunler bitiş*/








}




