html{
    scroll-behavior: smooth;
}

body {
    background-color: #d6c598; /* Фирменный бежево-песочный фон */
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column; /* Элементы идут друг за другом сверху вниз */
    align-items: center; /* Центрируем всё по горизонтали */
    font-family: 'Ubuntu', sans-serif; /* Основной системный шрифт сайта */
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
/* Контейнер хедера */
.main-header {
    width: 100%;
    max-width: 360px; /* Ограничиваем ширину, чтобы на мобилках не разъезжалось */
    margin-top: 15  px;
}

/* Оболочка логотипа, которая связывает воедино векторный круг и абсолютный текст */
.logo-container {
    position: relative; /* Делаем контейнер родителем для абсолютного позиционирования h1 */
    width: 30%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.logotip{
  display: flex; /* Включаем Flexbox */
  justify-content: center; /* Центрируем по горизонтали */
  align-items: center; /* Центрируем по вертикали */
}

.logo-photo{
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: 500px;
    height: auto;
    margin-bottom: -10px;
    margin-top: -100px;
}

/* Стили для SVG холста */
.logo-svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Главное слово Aladino — позиционируется ровно в центр SVG круга */
.logo-title {
    position: absolute; /* Вырываем из общего потока */
    top: 52%; /* Сдвигаем на центр с микро-коррекцией под шрифт */
    left: 50%;
    transform: translate(-50%, -50%); /* Сдвиг на половину собственной ширины/высоты для идеального центра */
    margin: 0;
    font-family: 'Aladin', cursive; /* Тот самый восточный шрифт */
    font-size: 68px; /* Делаем его массивным, как на вывеске */
    color: #e31e24; /* Фирменный красный цвет Aladino */
    text-align: center;
    white-space: nowrap; /* Запрещаем тексту переноситься на новую строку */
    z-index: 2; /* Поднимаем над слоем SVG круга */
    letter-spacing: 1px;
}

/* Блок с контактами под логотипом */
.header-info {
    text-align: center;
    margin-top: -15px; /* Сдвигаем ближе к кругу */
    margin-bottom: 30px;
}

.header-info p {
    margin: 5px 0;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    /*font-family:'Aladin', cursive; /* Тот самый восточный шрифт */


}

.header-info .phone {
    color: #e31e24; /* Выделяем телефон красным */
    font-size: 20px;
    /*font-family:'Aladin', cursive;*/
}

hr{
    margin-bottom: 50px; /* Отступ между блоками */
    
}
.chi-siamo{
    text-align: center;
    margin-top: -60px; /* Сдвигаем ближе к кругу */
    color: red;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.chi-siamo2{
    text-align: center;
    margin-top: -15px; /* Сдвигаем ближе к кругу */
    color: rgb(0, 0, 0);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: px;
}
.consegna{
    text-align: center;
    margin-top: -15px; /* Сдвигаем ближе к кругу */
    margin-bottom: -160px;

}
.consegna-titolo{
    margin-bottom: -5px;
    letter-spacing: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 28px;
    color: red;
}

.orari{
    text-align: center;
    margin-top: -140px;
    margin-bottom: 70px;
}

.orari-titolo{
    margin-top: -10px;
}

a{
    text-decoration: none; /* Убираем подчеркивание */
    color: black; /* Цвет текста ссылок */
    margin-top: 30px;
}

.solo-a-pranzo{
    background-color: #ffffff;
    text-align: center;
    padding: auto;
    justify-content: center;
    border-radius: 9px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #e31e24;
    width: 300px;
    height: auto;  
    border: 3px solid red;
    transition: background-color 0.5s ease-in-out;  
}

.solo-a-pranzo-titolo{
    color: rgb(255, 255, 255);
    background-color: red;
    padding: 6px;
}
.pizza-prezzo-speciale{
    background-color: red;
    border-radius: 7px;
    padding: 6px;
    width: 20%;
    margin: auto;
    text-align: center;
    color: white;
    margin-left: 30px;
    font-size: 24px;
}
.solo-a-pranzo img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 20 px;
}

.solo-a-pranzo:hover{
    background-color: #f5e2e2;
    transition: background-color 0.5s ease-in-out;  
}

.menu-start-banner{
    background-color: #ffffff;
    text-align: center;
    padding: auto;
    justify-content: center;
    border-radius: 9px;
    margin-top: -30px;
    margin-bottom: 50px;
    border-color: #e31e24;
    width: 300px;
    height: auto;  
    border: 3px solid red;
    transition: background-color 0.5s ease-in-out;  

}
/* Заголовок меню */
/* Заголовок меню */
.menu-main-title {
    font-family: 'Aladin', cursive;
    color: red;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

/* Подзаголовок меню */
.menu-main-subtitle {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 20px;
}

/* Контейнер-колонна для кнопок */
.menu-navigation {
    display: grid;
    grid-template-columns: 1fr; /* Ровно две равные колонки */
    gap: 0px; /* Небольшой аккуратный отступ между кнопками */
    width: 100%;
    max-width: 300px; /* Ширина один в один как у карточки обеда */
    margin: 0 auto 20px auto; /* Центрируем сетку */
    justify-content: center;
    text-align: center;
    
}

/* Сами кнопки-ссылки в колонне */
.menu-nav-btn {
    display: flex;
    background-color: #fcfbf7;
    width: 60%;
    margin: 12px auto;
    text-align: center;
    justify-content: center;
    border: 2px solid rgb(178, 139, 139);
    border-radius: 6px;
    color: rgb(196, 45, 45);
    padding: 8px 4px; /* Уменьшили вертикальный паддинг */
    font-weight: 700;
    font-size: 13px; /* Чуть уменьшили шрифт, чтобы всё влезало */
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    white-space: nowrap; /* Запрещаем перенос строк */
}

/* Эффект при нажатии/наведении */
.menu-nav-btn:hover, .menu-nav-btn:active {
    background-color: #f5e2e2; /* Мягкий красный подсвет, как на твоем основном блоке */
}

.v-ryad{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.yacheyka{
    border-radius: 9px;
    border: 2px solid red;
    width: 120px;
    background: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
}
   
.yacheyka-price{
    color: red; /* Красный цвет текста ценника */
    font-weight: bold; /* Жирный шрифт для цифр */
    font-size: 12px; /* Размер шрифта стоимости */
    position: absolute; /* Вырываем ценник из потока и крепим к координатам ячейки */
    bottom: 4px; /* Жестко прижимаем к нижнему краю с отступом 4 пикселя */
    left: 50%; /* Сдвигаем левый край спана на центр ячейки */
    transform: translateX(-50%); /* Сдвигаем сам спан назад влево на половину его ширины для идеального центра */
    text-align: center; /* Центрируем текст внутри спана */
    width: 100%; /* Даем ширину 100% для корректной работы text-align */
}
.img-yacheyka{
    display: block; 
    max-width: 100%; 
    max-height: 38px; 
    margin: 4px auto 0 auto;
}
.fastfood_kebab{
    width: 300px; 
    margin-top: 30px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    justify-content: center;
    margin-bottom: 30px;
    background-color: rgb(101, 36, 11);
    border-radius: 10px;
    padding: 6px;

}

.pranzo-wrap { width: 320px; margin-bottom: 30px; }
.offerta-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #8B1A1A;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}
.pranzo-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}
.card-header {
  background: #8B1A1A;
  padding: 12px 16px 10px;
}
.card-header h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-header p {
  font-size: 13px;
  font-weight: 700;
  color: #ffcc88;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 3px;
}
.card-body {
  background: #f9f6f1;
  padding: 16px 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.left-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-pizza {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  display: block;
}
.drinks-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.plus-sign {
  font-size: 20px;
  font-weight: 800;
  color: #8B1A1A;
  line-height: 1;
}
.img-cola { width: 50px; height: 52px; object-fit: contain; }
.or-text { font-size: 11px; font-weight: 700; color: #999; }
.img-birra { width: 50px; height: 60px; object-fit: contain; }
.right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-item {
  background: #fff;
  border-left: 4px solid #8B1A1A;
  border-radius: 0 8px 8px 0;
  padding: 9px 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.menu-item-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #8B1A1A;
  text-transform: uppercase;
  line-height: 1.1;
}
.menu-item-desc {
  font-size: 10px;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-top: 3px;
}
.menu-item-price {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #8B1A1A;
  line-height: 1;
  margin-top: 4px;
}
.menu-item-price sup {
  font-size: 13px;
  font-weight: 700;
  vertical-align: super;
}
.logo{
    width: 300px;
    height: 100;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
/*.scelta-categoria{
    top: 91%;
    position: fixed;
    z-index: 9999;
    background-color: #d6c598;
    border-radius: 10px;
    padding: 6px;
    width: auto;
    border: 2px solid rgb(0, 0, 0);
}*/