* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'FuturaPTCondMedium';
  src: url('fonts/futura-condensed-pt-medium-589e44ed1e3a5.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #e10600;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5vw;
  min-height: 100vh;
}

.container {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  max-height: 2090px;
}

.logo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0vh;  /* Eskiden 1vh ise azaltıldı */
  margin-top: 3vh;       /* İstersen bu da azaltılabilir */
}

.logo {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 0vh;
}

.logo img {
  width: 668px;
  height: auto;
}

.date {
  font-size: 6vw;
  text-align: center;
  margin-top: 0; 
  margin-bottom: 0.1vh; /* boşluk azaltıldı */
  line-height: 1.1;
}


.time {
  text-align: center;
  font-size: 4vw;
  margin-bottom: 1vh;
  margin-top: 0vh; /* ⬅️ EKLE veya varsa azalt */
}


.box {
  background: white;
  color: #e10600;
  border-radius: 12px;
  padding: 0.5vh 2vw 0.2vh 2vw;
  margin: 1vh 4vw; /* sağ ve sol boşluk %10 yerine %4 */
  text-align: center;
}

.menu-box {
  height: 36vh;         /* 5 seçenek sığacak kadar sabit yükseklik */
  overflow: hidden;     /* fazlasını taşırmaz */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


.box h3 {
  font-size: 7vw;
  margin-top: 0vh;
  margin-bottom: 1vh;
  font-weight: bold;
}

#gununMenusu {
  font-size: 6vw;
  font-weight: bold;
  border-bottom: 7px solid #e10600;
  padding-bottom: 0.3vh;
  margin-bottom: 0.5vh;
}

.menu-list {
  list-style: disc;
  font-size: 6vw;
  line-height: 1.3;
  margin: 0 0 0 1em;
  padding: 0;
  text-align: left;
}

.menu-list li {
  margin-bottom: 0;
  padding: 0;
}


.menu-list li small.kalori {
  font-size: 0.6em;
  color: #aaa;
  margin-left: 0.3em;
}

.menu-list li span.alerjen {
  display: block;
  font-size: 0.6em;
  color: #aaa;
  margin-top: -0.3em;
  margin-bottom: -0.4em;
}

.menu-list li small.kalori-alerjen {
  font-size: 0.6em;
  color: #aaa;
  margin-left: 0.3em;
}

.menu-list li small.alerjen-inline {
  font-size: 0.6em;
  color: #aaa;
  margin-left: 0.3em;
}

.menu-list li span.kalori-alerjen-block {
  display: block;
  font-size: 0.55em;
  color: #aaa;
  margin-top: -0.2em;
  margin-bottom: -0.3em;
}

.menu-list li span.kalori-block {
  display: block;
  font-size: 0.55em;
  color: #aaa;
  margin-top: -0.2em;
  margin-bottom: -0.3em;
}

.menu-list li span.alerjen-block {
  display: block;
  font-size: 0.55em;
  color: #aaa;
  margin-top: -0.2em;
  margin-bottom: -0.3em;
}

.price {
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1vh;
}

.askida-box
{
  height: auto;         /* İçeriğe göre otomatik yükseklik */
  min-height: 10vh;     /* Minimum yükseklik */
  padding: 0.3vh 0.8vw 0.3vh 0.8vw;  /* Tüm iç boşluklar azaltıldı */
}

.askida-box h3 {
  margin-bottom: 0.1vh; /* varsayılan boşluğu azaltır */
  font-size: 6vw; /* istenirse büyüklük ayarı burada */
  
}

.askida-box h2 {
  margin-top: 0;   
  margin-bottom: 0;        /* boşluğu tamamen kaldırır */
  line-height: 1;        /* satır yüksekliği sıkılaşır */
  font-size: 8vw;
}


.footer {
  text-align: center;
  margin-top: auto;
}

.footer img {
  height: 13vh;
  margin-top: 1vh;
}

.branch-label {
  position: absolute;
  top: -4vh;
  right: calc(50% - 335px);
  font-family: 'FuturaPTCondMedium', sans-serif;
  color: white;
  font-size: 8vw;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
}

/* Mobil cihazlar için */
@media (max-width: 768px) {
  .logo img {
    width: 60vw;
  }

  .box {
    margin: 3vh 5vw;
  }

  .logo h1,
  .logo h2,
  .box h3,
  .menu-list,
  .price,
  .askida-box h2,
  .footer p {
    font-size: 5vw;
  }
}
