/* Genel Stil 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: underline;
      color: rgba(60, 60, 59, 0.75);
      font-family: 'afacad', serif;}

    
  
    .page-container {
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      display: inline-flex;
      flex-wrap: wrap;
      align-content: center;
      padding: 0;
      margin: 0;
  }

  /* Navbar */
.navbar {
    width: 95%;
    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: auto;
    padding: auto;
    margin-top: 15px;
  }
  
  
  .logo {
    padding: 0;
    margin: 0;
    width: auto;
    height: 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-radius: 0;
    
  
  }
  
  .navbar .menu-item {
    width: auto;
    position: relative;
    text-align: center;
    color: rgba(60, 60, 59, 1);
    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;
  }
  
.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;
    margin-bottom: 5px;
}

.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
}

  .main-section {
    width: 95%;
    height: auto;
    position: relative;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    background-size: cover;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-around;
    margin: auto

}

.banner-image {
    width: 40%;
    height: auto;
    position: relative;
    background-size: cover;
    object-fit: cover;
}

.banner {
    position: relative;
    text-align: center;
    color: #3C3C3B;
    font-size: 50px;
    font-family: 'afacad', serif;
    font-weight: 700;
    word-wrap: break-word;
}

.call-to-action {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
}

.text-normal {
    color: #3C3C3B;
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 400;
    word-wrap: break-word;
    text-decoration: none;
    text-align: justify;
}

.call-to-action a {
    color: rgba(60, 60, 59, 0.75);
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 400;
    word-wrap: break-word;
    text-decoration: underline;
    text-decoration-style: solid;
    text-align: justify;
}

.contact-info {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    gap: 50px;
}

.address, .phone, .mail, .instagram {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.contact-image {
    width: 40%;
    height: auto;
    position: relative;
    background-size: cover;
    object-fit: cover;
}

.call-to-action-contact {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px;
}

.getir, .yemeksepeti, .trendyol {
    width: auto;
    height: 150px;
    position: relative;
    background-size: cover;
    object-fit: cover;
}

.contact-image2 {
    width: 40%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin: 10px;
}

@media only screen and (max-width: 400px) {
    .main-section {
        gap: 2px;
        margin-bottom: 10px; 
    }
    .navbar {
        width: 90%;
        height: 30px;
    }
    .navbar .menu-item {
        font-size: 10px;
        font-weight: 500;
    }
    .logo {
        width: auto;
        height: 25px;    
    }
             
    .nav-link {
        font-size: 8px; 
    }

    .banner-image , .contact-image {
        width: 90%;
    }
    .call-to-action , .call-to-action-contact {
        width: 90%;
        gap: 5px;
        margin: 10px;
    }

    .banner {
        font-size: 16px;
        font-weight: 600;
    }
    .text-normal , .call-to-action a {
         font-size: 12px;
        font-weight: 300;
        text-align: left;}

    .getir, .yemeksepeti, .trendyol {
        width: auto;
        height: 60px;
        margin: 5px;
    }
    
        .contact-info {
        width: 90%;
        gap: 10px;
        margin: 5px;
    }
}

@media only screen and (min-width: 400px) {
    .main-section {
        gap: 2px;
        margin-bottom: 10px;    
    }
    
    .navbar {
        width: 90%;
        height: 30px;
    }

    .navbar .menu-item {
    font-size: 11px;
    font-weight: 500;
    }
  
    .logo {
        width: auto;
        height: 25px;    
    }
        
    .nav-link {
        font-size: 10px;
    }

    .banner-image , .contact-image {
        width: 90%;
    }
    .call-to-action , .call-to-action-contact {
        width: 90%;
        gap: 5px;
        margin: 10px;
    }
    
     .banner {
        font-size: 20px;
        font-weight: 600;
    }
    .text-normal , .call-to-action a  {
        font-size: 16px;
        font-weight: 300;}

    .getir, .yemeksepeti, .trendyol {
        width: auto;
        height: 70px;
        margin: 5px;
    }
        .contact-info {
        width: 90%;
        gap: 10px;
        margin: 5px;
    }
}

@media only screen and (min-width: 600px) {
    .main-section {
        gap: 5px;
        margin-bottom: 20px;    
    }
    .navbar {
        width: 90%;
        height: 40px;
    }

     .navbar .menu-item {
    font-size: 15px;
    font-weight: 500;
    }
  
    
    .logo {
        width: auto;
        height: 30px;
    
    }    
    
    .nav-link {
        font-size: 14px; 
    }

    .banner-image , .contact-image {
        width: 90%;}

    .call-to-action , .call-to-action-contact{
        width: 90%;
        gap: 5px;
        margin: 5px;
    }   

    .banner{
        font-size: 24px;
        font-weight: 600;   
}
    .text-normal , .call-to-action a  {
        font-size: 18px;
        font-weight: 400;
        }

    .getir, .yemeksepeti, .trendyol {
        width: auto;
        height: 100px;
        margin: 5px;
    }
        .contact-info {
        width: 90%;
        gap: 15px;
        margin: 5px;
    }
}

@media only screen and (min-width: 992px) { 
 .main-section {
        gap: 5px;
        margin-bottom: 50px;    
    }

    .navbar {
    width: 95%;
    height: 70px;
    }
    .navbar .menu-item {
    font-size: 17px;
    font-weight: 500;
    }
  
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    }  

    .nav-link {
        font-size: 16px; 
    }

    .banner-image , .contact-image {
        width: 40%;
    }

    .call-to-action {
        width: 50%;
        gap: 30px;
    }

    .call-to-action-contact {
        width: 100%;
        gap: 0;
        margin: 20px;
    }
       
    .banner{
        font-size: 28px;
        font-weight: 700;
       }
       
    .text-normal , .call-to-action a  {
       font-size: 22px;
       font-weight: 400;
       text-align: justify;
       }


    .getir, .yemeksepeti, .trendyol {
        width: auto;
        height: 150px;
        margin: 10px;
    }
    .contact-info {
        width: 50%;
        gap: 30px;
        margin: 5px;
    }

}


@media only screen and (min-width: 1200px) {
    .main-section {
        gap: 5px;
        margin-bottom: 50px;    
    }

    .navbar {
    width: 95%;
    height: 70px;
    }

    .navbar .menu-item {
    font-size: 21px;
    font-weight: 500;
    }
  
      .nav-link {
        font-size: 20px; 
    }
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    }  

    .banner-image , .contact-image{
        width: 40%;
    }

    .call-to-action {
        width: 50%;
        gap: 50px;
    }

    .call-to-action-contact {
        width: 100%;
        gap: 0;
        margin: 30px;
    }
       
    .banner {
        font-size: 35px;
        font-weight: 700;
       }
       
    .text-normal , .call-to-action a  {
       font-size: 28px;
       font-weight: 400;
       text-align: justify;
       }


    .getir, .yemeksepeti, .trendyol {
        width: auto;
        height: 150px;
        margin: 10px;
    }
    .contact-info {
    width: 50%;
    gap: 50px;
    margin: 5px;
}
}
