/* Genel Ayarlar */
body{
    margin: 0;
    padding: 0;   
    background-color: #FEF5EC;
}
img {
    border: none;
    outline: 0;
    border-style: none;
    background-position: center;
    background-size: cover;
    object-fit:cover ;
    border-radius: 3%;
    background-position-x: center;
    }

    a {
        text-decoration: none;
        color: rgba(60, 60, 59, 0.75);
        font-family: 'afacad', serif;}

.page-container {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Afacad', sans-serif;
    overflow:hidden;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}


.main-section {
    background-image: url(images/header.jpg);
    width: 100%;
    height: auto;
    position: relative;
    align-items: center;
    gap: 150px;
    display: inline-flex;
    background-size: cover;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding-bottom: 200px;
    visibility: visible;
    background-position: bottom;

}



/* Navbar */
.navbar {
    width: 100%;
    height: 70px;
    position: relative;
    border-radius: 13px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 15px;
}

.logo {
    padding: 0;
    margin: 0;
    width: auto;
    height: 50px;
    position: relative;
    background-size: cover;
    

}
 
.navbar .menu-item {
    width: 144px;
    position: relative;
    text-align: center;
    color: #FEF5EC;
    font-size:24px;
    font-weight: 400;
    letter-spacing: 0.4px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-family: 'Afacad', serif;
}


.banner {
    padding: 0;
    margin: 0;
    width: 1000px;
    height: 260px;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}


.button {
    width: 237px;
    height: 58px;
    background: #FF910A;
    border-radius: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
   
}
  
.discover {
    width: 174px;
    height: 60px;
    text-align: center;
    color: #FEF5EC;
    font-size: 32px;
    font-weight: 400;
    line-height: 42.63px;
    letter-spacing: 0.64px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-decoration: none; /* Link görünümünü kaldır */
    font-family: afacad, serif;
}





/* Ürünler*/

.food-section {
        width: 95%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        gap: 20px;
        margin: 5px;
}

.kahvalti , .hindi , .chocolate , .lotus , .antep {
    width: 350px;
    height: 400px;
    position: relative;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;

}

    .food-box {
         width: 100%;
        height: 150px;
        margin: 3px;
        align-content: center;
        position: relative;
    
    }


.food-item{
    width: 347px;
    height: 351px;
    position: relative;
    border-radius: 6px;
    background-size: cover;
    margin: 5px;

}


.food-name{
        width: auto;
        height: auto;
        border-radius: 6px;
        text-align: center;
        background: rgba(255, 145, 10, 0.11);
    
}


.food-label{
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #3C3C3B;
    font-size: 18px;
    font-family: Afacad;
    font-weight: 400;
    line-height: 23.71px;
}




.highlight {
        width: 100%;
        height: auto;
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #3C3C3B;
        font-size: 35px;
        font-family: Afacad;
        font-weight: 700;
        letter-spacing: 0.40px;
        word-wrap: break-word;
}


.title {
    width: 90%;
    position: relative;
    color: #3C3C3B;
    font-size: 50px;
    display: block;
    font-family: Afacad;
    font-weight: 700;
    letter-spacing: 0.40px;
    word-wrap: break-word;
    margin-left: 50px;
}


.paragraph1 {
    width: 60%;
    position: relative;
    display: flex;
    color: #3C3C3B;
    font-size: 32px;
    font-family: Afacad;
    font-weight: 400;
    word-wrap: break-word;
    text-align: justify;
    padding: 5px;
}


.about-section {
    width: 95%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;

}

.about-image {
    width: 390px;
    height: 430px;
    position: relative;
    border-radius: 5px;
    background-image: url(images/story.jpg);
    display: block;
    margin: 15px;
}

.paragraph{
    width: 60%;
    height: auto;
    display: flex;
    position: relative;
    color: #3C3C3B;
    font-size: 32px;
    font-family: Afacad;
    font-weight: 400;
    word-wrap: break-word;
    text-align: justify;
    padding: 5px;


}

.footer-text {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    display: block;
    color: #3C3C3B;
    font-size: 32px;
    font-family: Afacad;
    font-weight: 400;
    line-height: 47.43px;
    letter-spacing: 0.36px;
    word-wrap: break-word;

}

.about-image2 {
    width: 390px;
    height: 430px;
    position: relative;
    border-radius: 5px;
    display: block;
    background-image: url(images/story2.jpg);
    margin: 15px;
}

.contact-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    background-image: url(images/iletisim.jpg);
    background-size: cover;
    background-position: center;

}


.service-section {
    width: 100%;
    height: 100px;
    background: #FEF5EC;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.getir {
    width: auto;
    height: 80px;
    opacity: 0.92;
    display: flex;
}

.yemeksepeti {
    width: auto;
    height: 80px;
    opacity: 0.92;
    display: flex;

}

.trendyol {
    width: auto;
    height: 80px;
    opacity: 0.92;
    display: flex;}

.multinet {
    width:auto;
    height: 40px;
    opacity: 0.92;
    display: flex;
}

.pluxee {
    width: auto;
    height: 40px;
    opacity: 0.92;
    display: flex
;
}

.footer-logo {
    width: 25%;
    height: auto;
    margin: 5px;

}

.contact-info {
    width: 95%;
    height: auto;
    text-align: justify;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #FEF5EC;
    font-size: 32px;
    font-family: Afacad;
    font-weight: 600;
    word-wrap: break-word;
    position: relative;
    gap: 5px;
    margin:10px;
}

.contact-info span {

    color: #FEF5EC; 
    font-size: 32px; 
    font-family: Afacad; 
    font-weight: 600; 
    word-wrap: break-word;
    text-decoration: underline;
    text-decoration-style: solid;
}


.footer-nav {
    width: 100%;
    height: auto;
    background: #FEF5EC;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.nav-link {
    width: auto; 
    text-align: center; 
    justify-content: center;
    display: flex; 
    flex-direction: column; 
    color: rgba(60, 60, 59, 0.75); 
    font-size: 24px; 
    font-family: Afacad; 
    font-weight: 400; 
    text-decoration: none; 
    letter-spacing: 0.48px; 
    word-wrap: break-word
}



.logo-menu {
    width: auto;
    height: 100px;

}

.mobil-menu{
    width: 100%;
    height: 400px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(images/header.jpg);
    background-size: cover;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
     background-position: bottom;
    gap:10px}

.menu-content {
    height: auto;
    width: 80%;
    flex-direction: row;
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
    border: none;
    justify-content: space-around;


}
.menu-item {
    text-decoration: none;
    text-align: left;
    color: #FEF5EC;
    font-size: 18px; 
    font-family: Afacad; 
    font-weight: 600; 
    text-decoration: none; 
    letter-spacing: 0.48px; 
    word-wrap: break-word
}

.pop-up {
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     z-index: 1000;
}

.pop-up-content {
        width: 70%;
        height: 100%;
        background-size: cover;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        background-image: url(images/pop-up-bg.jpg);
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 10px;
        text-align: justify;
        background-position-y: bottom;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
    color: #FEF5EC;
}
.pop-up-image {
        width: 20%;
        height: auto;
        border-radius: 10px;
        background-size: cover;
        object-fit: cover;
        display: flex;

}
.pop-up-title {
        color: #FEF5EC;
        font-size: 50px;
        font-family: Afacad, serif;
        font-weight: 600;
        text-align: center;
        margin: 20px;
        display: flex
;
}
.pop-up-content .pop-up-text {
        width: 80%;
        color: #FEF5EC;
        font-size: 24px;
        font-family: Afacad, serif;
        font-weight: 400;
        text-align: justify;
        display: flex;
}

.button-pop-up {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #FF910A;
    color: #FEF5EC;
   
}


.pop-up-contact {
    width: 100%;
    text-align: center;
    color: #FEF5EC;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-decoration: none; /* Link görünümünü kaldır */
    font-family: afacad, serif;
    align-items: center;
 
}
.pop-up-contact .pop-up-text{
    width: 95%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {

    .menu-content {
        height: auto;
        width: 300px;
        gap: 10px;

    }

    .logo-menu {

        width: 300px;
        height: auto;
    }

    .menu-item {
        font-size: 15px; 
        font-weight: 600; 
    }
    
    
    .mobil-menu{
        visibility:visible;
        height: 300px;
    }


       .main-section {
        visibility: hidden;
        width: 0;
        height: 0;
        padding: 0;
    }

    
    
    .button {
        width: 100px;
        height: 30px;
        border-radius: 20px;
       
    }
      
    .discover {
        width: 150px;
        height: 20px;
        font-size: 12px;
        font-family: afacad, serif;
        font-weight: 200;
    }

    .food-section {
        width: 95%;
        height: auto;
        gap: 5px;

    
    }
    
    .kahvalti , .hindi , .chocolate , .lotus , .antep {
        width: 90px;
        height: 130px;
        margin: 3px;
        align-content: center;
    
    }

    .food-box {
        width: 90%;
        height: 50px;
        margin: 3px;
        align-content: center;
    
    }
    
    
    .food-item{
        width: 90px;
        height: 110px;
        margin: 0
        ;
    
    }
    
    
    .food-name{
        width: auto;
        height: auto;
        border-radius: 6px;
        text-align: center;
        background: rgba(255, 145, 10, 0.11);
    }
    
    
    .food-label{
        font-size: 8px;        
        letter-spacing: normal;
        line-height: normal;
    }
    
    
    
    
    .highlight { 
        font-size: 16px;
    }

    .title {
        width: 100%;
        font-size: 16px;
        margin-left: 2px;
        line-height: normal;        
        letter-spacing: normal;
        line-height: normal;
    }
    
    
    .paragraph1 {
        width: 60%;
        font-size: 12px;        
        letter-spacing: normal;
        line-height: normal;   
        text-align: justify;
        padding: 2px;
    }
    
    
    .about-section {
        width: 95%;
        height: auto;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;

    }
    
    .about-image {
        width: 35%;
        height: 200px;
        border-radius: 2px;
        margin: 3px;
    }
    
    .paragraph{
        width: 60%;
        font-size: 12px;        
        letter-spacing: normal;
        line-height: normal;
        padding: 2px;
        
    
    }
    
    .footer-text {
        width: 100%;
        font-size: 12px;        
        letter-spacing: normal;
        line-height: normal;
    
    }
    
    .about-image2 {
        width: 35%;
        height: 200px;
        margin: 3px;
    }
    
    
    
    .service-section {
        width: 100%;
        height: 50px;
    }
    
    .getir {
        width: auto;
        height: 40px;
    }
    
    .yemeksepeti {
        width: auto;
        height: 40px;
    
    }
    
    .trendyol {
        width: auto;
        height: 40px;
    }
    
    .multinet {
        width: auto;
        height: 15px;
    }
    
    .pluxee {
        width: auto;
        height: 15px;
    ;
    }

    
    .contact-info span {
        font-size: 12px;
        font-weight: 400;                       
        letter-spacing: normal;
        line-height: normal;
    }
    
    
    .nav-link {
        font-size: 8px; 
    }

    .pop-up {
        width: 100%;
        height: 100%;
        position:fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display:flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
         z-index: 1000;
    }
    
    .pop-up-content {
        width: 90%;
        height: 70%;
        background-size: cover;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        background-image: url(images/pop-up-bg.jpg);
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 4px;
        gap: 2px;
        background-position-x: center;
    }
    
    .close {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        font-size: 50px;
        color: #FEF5EC;
    }
    .pop-up-image {
        width: 25%;
        height: auto;
        border-radius: 10px;
        background-size: cover;
        object-fit: cover;
        margin: 10px;
       
    }
    .pop-up-title {
        color: #FEF5EC;
        font-size: 25px;
        font-family: Afacad;
        font-weight: 600;
        text-align: center;
        margin: 5px;
    }
    .pop-up-content .pop-up-text {
        width: 90%;
        color: #FEF5EC;
        font-size: 13px;
        font-family: Afacad;
        font-weight: 500;
    }
    
    .button-pop-up {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        background: #FF910A;
        color: #FEF5EC;
        border-radius: 5px;
       
    }
    
    
    .pop-up-contact .pop-up-text{
        width: 95%;
        font-size: 8px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: normal;
        word-wrap: break-word;
    }



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 400px) {
    .mobil-menu{
        visibility:visible;
    }


       .main-section {
        visibility: hidden;
        width: 0;
        height: 0;
        padding: 0;
    }

    
    
    .button {
        width: 100px;
        height: 30px;
        border-radius: 20px;
       
    }
      
    .discover {
        width: 150px;
        height: 20px;
        font-size: 12px;
    }

    .food-section {
        width: 95%;
        height: auto;
        gap: 5px;
    
    }
    
    .kahvalti , .hindi , .chocolate , .lotus , .antep   {
        width: 120px;
        height: 180px;
        margin: 3px;
        align-content: center;
    
    }
    
    .food-box {
        width: 90%;
        height: 50px;
        margin: 3px;
        align-content: center;
    
    }
    
    .food-item{
        width: 120px;
        height: 120px;
        margin: 0;
    
    }
    
    
    .food-name{
        border-radius: 3px;
    }
    
    
    .food-label{
        font-size: 10px;
    }
    
    
    
    
    .highlight {
        width: 100%;
        height:50px;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: normal;
    }

    .title {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        margin-left: 5px;
        line-height: normal;

    }
    
    
    .paragraph1 {
        width: 60%;
        font-size: 16px;
        line-height: normal;
        padding: 2px;
    }
    
    
    .about-section {
        width: 95%;
        height: auto;

    }
    
    .about-image {
        width: 35%;
        height: 250px;
        border-radius: 5px;
        margin: 5px;
    }
    
    .paragraph{
        width: 60%;
        font-size: 16px;
        line-height: normal;
        padding: 2px;
    
    }
    
    .footer-text {
        width: 100%;
        font-size: 16px;
        line-height: normal;
    
    }
    
    .about-image2 {
        width: 35%;
        height: 250px;
        margin: 5px;
    }
    
    
    .service-section {
        width: 100%;
        height: 60px;
    }
    
    .getir {
        width: auto;
        height: 40px;
    }
    
    .yemeksepeti {
        width: auto;
        height: 40px;
    
    }
    
    .trendyol {
        width: auto;
        height: 40px;
    }
    
    .multinet {
        width: auto;
        height: 20px;
    }
    
    .pluxee {
        width: auto;
        height: 20px;
    ;
    }
    
    
    .contact-info span {
        font-size: 16px;
        font-weight: 400;
    }
    
    
    .nav-link {
        font-size: 10px; 
    
    }

    .pop-up {
        width: 100%;
        height: 100%;
        position:fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
         z-index: 1000;
    }
    
    .pop-up-content {
        width: 90%;
        height: 70%;
        background-size: cover;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        background-image: url(images/pop-up-bg.jpg);
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 4px;
        gap: 2px;
        background-position-x: center;
    }
    
    .close {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        font-size: 50px;
        color: #FEF5EC;
    }
    .pop-up-image {
        width: 25%;
        height: auto;
        border-radius: 10px;
        background-size: cover;
        object-fit: cover;
        margin: 10px;
    }
    .pop-up-title {
        color: #FEF5EC;
        font-size: 28px;
        font-family: Afacad;
        font-weight: 600;
        text-align: center;
        margin: 5px;
    }
    .pop-up-content .pop-up-text {
        width: 80%;
        color: #FEF5EC;
        font-size: 15px;
        font-family: Afacad;
        font-weight: 500;
    }
    
    .button-pop-up {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        background: #FF910A;
        color: #FEF5EC;
        border-radius: 5px;
       
    }
    
    
    .pop-up-contact .pop-up-text{
        width: 95%;
        font-size: 10px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: normal;
        word-wrap: break-word;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 600px) {

    .mobil-menu{
        visibility:visible;
        
    }


       .main-section {
        visibility: hidden;
        width: 0;
        height: 0;
        padding: 0;
    }

    
    
    .button {
        width: 100px;
        height: 30px;
        border-radius: 20px;
       
    }
      
    .discover {
        width: 150px;
        height: 20px;
        font-size: 12px;
    }

    .food-section {
        width: 95%;
        height: auto;
        gap: 10px;
    }
    
    
    
    .kahvalti , .hindi , .chocolate , .lotus , .antep {
         width: 180px;
        height: 200px;
        margin: 3px;
    
    }

        .food-box {
        width: 90%;
        height: 100px;
        margin: 3px;
        align-content: center;
    
    }
    
    
    .food-item{
        width: 100%;
        height: 160px;
        margin: 3px;
        align-content: center;
    
    }
    
    
    .food-name{
        border-radius: 3px;
    }
    
    
    .food-label{
        font-size: 10px;
    }
    
    
    
    
    .highlight {
        width: 100%;
        height: 100px;
        font-size:24px;
        font-weight: 600;
        letter-spacing: 0.30px;
    }

    .title {
        width: 90%;
        font-size: 24px;
        font-weight: 600;
        margin-left: 5px;
        line-height: normal;

    }
    
    
    .paragraph1 {
        width: 60%;
       font-size: 18px;
        font-weight: 400;  
        line-height: normal;
    }
    
    
    .about-section {
        width: 100%;
        height: auto;

    }
    
    .about-image {
        width: 190px;
        height: 230px;
        border-radius: 5px;
        margin: 5px;
    }
    
    .paragraph{
        width: 60%;
       font-size: 18px;
        font-weight: 400;  
        line-height: normal;
    
    }
    
    .footer-text {
        width: 100%;
        font-size: 18px;
        line-height: normal;
    
    }
    
    .about-image2 {
        width: 190px;
        height: 230px;
        margin: 5px;
    }
    
    
    
    .service-section {
        width: 100%;
        height: 60px;
    }
    
    .getir {
        width: auto;
        height: 50px;
    }
    
    .yemeksepeti {
        width: auto;
        height: 50px;
    
    }
    
    .trendyol {
        width: auto;
        height: 50px;
    }
    
    .multinet {
        width: auto;
        height: 30px;
    }
    
    .pluxee {
        width: auto;
        height: 30px;
    
    }
    
    .contact-info span {
        font-size: 18px;
        font-weight: 500;
    }
    
    .nav-link {
        font-size: 14px; 
    }
    .pop-up {
        width: 100%;
        height: 100%;
         z-index: 1000;
    }
    
    .pop-up-content {
        width: 70%;
        height: 95%;
        border-radius: 10px;
    }
    
    .close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 50px;
        color: #FEF5EC;
    }
    .pop-up-image {
        width: 25%;
        height: auto;
        border-radius: 10px;
        background-size: cover;
        object-fit: cover;
        margin: 5px;
    }
    .pop-up-title {
        color: #FEF5EC;
        font-size: 40px;
        font-family: Afacad;
        font-weight: 600;
        text-align: center;
        margin: 15px;
    }
    .pop-up-content .pop-up-text{
        width: 80%;
        font-size: 18px;
        font-weight: 500;
    }
    
    
    .pop-up-contact .pop-up-text{
        width: 95%;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.36px;
        word-wrap: break-word;
    }

}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobil-menu{
        width: 0;
        height: 0;
        margin: 0;
        visibility:hidden;
    }
    .main-section {
        gap: 100px;
        padding-bottom: 150px;
        visibility: visible;
        width: 100%;
        height: auto;
        gap: 150px;
        padding-bottom: 200px;   
    }
    .navbar {
    width: 95%;
    height: 70px;
    }

     .navbar .menu-item {
    font-size: 17px;
    font-weight: 500;
    }
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
    }
    
    
    .banner {
        width: 600px;
        height: 150px;
    }
    
    
    .button {
        width: 150px;
        height: 40px;
        border-radius: 30px;
       
    }
      
    .discover {
        width: 100px;
        height: 40px;
        font-size: 20px;
    }

    .food-section {
        width: 95%;
        height: auto;
    
    }
    
    .kahvalti , .hindi , .chocolate , .lotus , .antep {
        width: 250px;
        height: 300px;
        margin: 3px;
    
    }

    .food-box {
        width: 90%;
        height: 150px;
        margin: 3px;
        align-content: center;
    
    }
    
    
    .food-item{
        width: 247px;
        height: 251px;
        margin: 3px;
    
    }
    
    
    .food-name{
        border-radius: 3px;
    }
    
    
    .food-label{
        font-size: 15px;
    }
    
    
    
    
    .highlight {
        width: 100%;
        height: 150px;
        font-size:28px;
        font-weight: 700;
        letter-spacing: 0.30px;
    }

    .title {
        width: 90%;
        font-size: 28px;
        font-weight: 700;
        margin-left: 20px;
    }
    
    
    .paragraph1 {
        width: 60%;
       font-size: 22px;
        font-weight: 400;  
    }
    
    
    .about-section {
        width: 95%;
        height: auto;
    }
    
    .about-image {
        width: 290px;
        height: 330px;
        border-radius: 5px;
        margin: 5px;
    }
    
    .paragraph{
        width: 60%;
        font-size: 22px;
        font-weight: 400;    
    }
    
    .footer-text {
        width: 100%;
        font-size: 22px;
    
    }
    
    .about-image2 {
        width: 290px;
        height: 330px;
        margin: 5px;
    }
    
    
    
    .service-section {
        width: 100%;
        height: 50px;
    }
    
    .getir {
        width: auto;
        height: 40px;
    }
    
    .yemeksepeti {
        width: auto;
        height: 40px;
    
    }
    
    .trendyol {
        width: auto;
        height: 50px;
    }
    
    .multinet {
        width: auto;
        height: 20px;
    }
    
    .pluxee {
        width: auto;
        height: 20px;
    ;
    }
    
    
    .contact-info span {
        font-size: 22px; 
    }
    
    
    .nav-link {
            font-size: 16px; 
        }
    .pop-up {
        width: 100%;
        height: 100%;
         z-index: 1000;
    }
    
    .pop-up-content {
        width: 70%;
        height: 95%;
    }
    
    .close {
        top: 10px;
        right: 10px;
        font-size: 50px;
    }
    .pop-up-image {
        width: 20%;
        border-radius: 10px;
        margin: 2px;
    }
    .pop-up-title {
        font-size: 45px;
        font-weight: 600;
        margin: 15px;
    }
    .pop-up-content .pop-up-text{
        width: 80%;
        font-size: 22px;
        font-weight: 500;
    }
    
    .button-pop-up {
        width: 100%;
        height: auto;
       
    }
    
    
    .pop-up-contact {
        font-size: 20px;
        font-weight: 400;
     
    }
    .pop-up-contact .pop-up-text{
        width: 95%;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.36px;
        word-wrap: break-word;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    body{
        margin: 0;
        padding: 0;   
        background-color: #FEF5EC;
    }
    img {
        border: none;
        outline: 0;
        border-style: none;
        background-position: center;
        background-size: cover;
        }
    .page-container {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        font-family: 'Afacad', sans-serif;
        overflow:hidden;
        justify-content: flex-start;
        align-items: center;
        display: inline-flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
    
    
    .main-section {
        background-image: url(images/header.jpg);
        width: 100%;
        height: auto;
        position: relative;
        align-items: center;
        gap: 150px;
        display: inline-flex;
        background-size: cover;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        padding-bottom: 200px;
        visibility: visible;
         background-position: bottom;
    
    }
    
    
    
    .navbar {
    width: 95%;
    height: 70px;
    }
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    } 
        .navbar .menu-item {
    font-size: 21px;
    font-weight: 500;
    } 
    
    
    .banner {
        padding: 0;
        margin: 0;
        width: 1000px;
        height: 260px;
        background-size: cover;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    
    
    .button {
        width: 237px;
        height: 58px;
        background: #FF910A;
        border-radius: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
       
    }
      
    .discover {
        width: 174px;
        height: 60px;
        text-align: center;
        color: #FEF5EC;
        font-size: 32px;
        font-weight: 400;
        line-height: 42.63px;
        letter-spacing: 0.64px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-decoration: none; /* Link görünümünü kaldır */
    }
    
    
    
    
    
    /* Ürünler*/
    
    .food-section {
        width: 95%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        gap: 20px;
        margin: 5px;
    
    }
    
    .kahvalti , .hindi , .chocolate , .lotus , .antep {
        width: 350px;
        height: 400px;
        position: relative;
        margin: 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
    
    }
    .food-box {
        width: 100%;
        height: 150px;
        margin: 3px;
        align-content: center;
        position: relative;
    
    }
    
    
    .food-item{
        width: 347px;
        height: 351px;
        position: relative;
        border-radius: 6px;
        background-size: cover;
        margin: 5px;
    
    }
    
    
    .food-name{
        width: auto;
        height: auto;
        border-radius: 6px;
        text-align: center;
        background: rgba(255, 145, 10, 0.11);
        
    }
    
    
    .food-label{
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #3C3C3B;
        font-size: 18px;
        font-family: Afacad;
        font-weight: 400;
        line-height: 23.71px;
    }
    
    
    
    
    .highlight {
        width: 100%;
        height: auto;
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #3C3C3B;
        font-size: 35px;
        font-family: Afacad;
        font-weight: 700;
        letter-spacing: 0.40px;
        word-wrap: break-word;
    }
    
    
    .title {
        width: 90%;
        position: relative;
        color: #3C3C3B;
        font-size: 35px;
        display: block;
        font-family: Afacad;
        font-weight: 700;
        line-height: 63.24px;
        letter-spacing: 3.84px;
        word-wrap: break-word;
        margin-left: 50px;
    }
    
    
    .paragraph1 {
        width: 60%;
        position: relative;
        display: flex;
        color: #3C3C3B;
        font-size: 28px;
        font-family: Afacad;
        font-weight: 400;
        line-height: 47.43px;
        letter-spacing: 0.36px;
        word-wrap: break-word;
        text-align: justify;
        padding: 5px;
    }
    
    
    .about-section {
        width: 95%;
        height: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-around;
    
    }
    
    .about-image {
        width: 390px;
        height: 430px;
        position: relative;
        border-radius: 5px;
        background-image: url(images/story.jpg);
        display: block;
        margin: 15px;
    }
    
    .paragraph{
        width: 60%;
        height: auto;
        display: flex;
        position: relative;
        color: #3C3C3B;
        font-size: 28px;
        font-family: Afacad;
        font-weight: 400;
        line-height: 47.43px;
        letter-spacing: 0.36px;
        word-wrap: break-word;
        text-align: justify;
        padding: 5px;
    
    }
    
    .footer-text {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        display: block;
        color: #3C3C3B;
        font-size: 28px;
        font-family: Afacad;
        font-weight: 400;
        line-height: 47.43px;
        letter-spacing: 0.36px;
        word-wrap: break-word;
    
    }
    
    .about-image2 {
        width: 390px;
        height: 430px;
        position: relative;
        border-radius: 5px;
        display: block;
        background-image: url(images/story2.jpg);
        margin: 15px;
    }
    
    .contact-section {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        background-image: url(images/iletisim.jpg);
        background-size: cover;
        background-position: center;
    
    }
    
    
    .service-section {
        width: 100%;
        height: 100px;
        background: #FEF5EC;
        display: flex;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    
    .getir {
        width: auto;
        height: 80px;
        opacity: 0.92;
        display: flex;
    }
    
    .yemeksepeti {
        width: auto;
        height: 80px;
        opacity: 0.92;
        display: flex;
    
    }
    
    .trendyol {
        width: auto;
        height: 80px;
        opacity: 0.92;
        display: flex;}
    
    .multinet {
        width: auto;
        height: 40px;
        opacity: 0.92;
        display: flex;
    }
    
    .pluxee {
        width: auto;
        height: 40px;
        opacity: 0.92;
        display: flex
    ;
    }
    
    
    .contact-info {
        width: 95%;
        height: auto;
        text-align: justify;
        justify-content: center;
        display: flex;
        flex-direction: column;
        color: #FEF5EC;
        font-size: 36px;
        font-family: Afacad;
        font-weight: 600;
        word-wrap: break-word;
        position: relative;
        gap: 5px;
        margin: 10px;
        align-items: flex-start;
    }

    .contact-info span {

        color: #FEF5EC; 
        font-size: 28px; 
        font-family: Afacad; 
        font-weight: 600; 
        word-wrap: break-word;
        text-decoration: underline;
        text-decoration-style: solid;
    }

    
    .nav-link {
                font-size: 20px; 
            }
    
    .logo-menu {

        width: auto;
        height: 100px;
    
    }
    
    .mobil-menu{
        width: 0;
        height: 0;
        position: relative;
        top: 0;
        left: 0;
        visibility: hidden;}
    
    .menu-content {
        height: auto;
        width: 80%;
        flex-direction: row;
        display: flex;
        position: relative;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        gap: 10px;
        border: none;
        justify-content: space-around;
    
    
    }
    .menu-item {
        text-decoration: none;
        text-align: left;
        color: #FEF5EC;
        font-size: 18px; 
        font-family: Afacad; 
        font-weight: 400; 
        text-decoration: none; 
        letter-spacing: 0.48px; 
        word-wrap: break-word
    }
    .pop-up {
        width: 100%;
        height: 100%;
        position:fixed;
         z-index: 1000;
    }
    
.pop-up-content {
    width: 70%;
    height: 95%;
    border-radius: 10px;
    margin: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
    color: #FEF5EC;
}
    .pop-up-image {
        width: 20%;
        border-radius: 10px;
        margin: 2px;
}
.pop-up-title {
        font-size: 50px;
        font-weight: 700;
        margin: 15px;
    }

.pop-up-content .pop-up-text{
        width: 80%;
        font-size: 25px;
        font-weight: 400;
}
    
    .button-pop-up {
        width: 100%;
        height: auto;
       
    }
    
    
    .pop-up-contact .pop-up-text{
        width: 95%;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.36px;
        word-wrap: break-word;
    }
}