
/*.photobig { height: 224; width:500px; transition:width 0.5s ease; }
#statya:hover img { width:600px; }*/

/* Загальні стилі для спливаючого вікна */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff; /* Білий фон */
  color: black; /* Чорний текст */
  padding: 5px; /* Зменшений padding */
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none; /* Спочатку приховано */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Додаємо тінь для кращої видимості */
  font-size: 12px; /* Зменшений розмір тексту */
  min-height: 50px; /* Мінімальна висота */
}

.cookies.show-cookies {
  display: flex; /* Показуємо елемент, коли є клас show-cookies */
}

.cookie-left {
  max-width: 70%;
}

.cookie-left .title {
  font-weight: bold;
  margin-bottom: 3px; /* Зменшений відступ */
}

.buttons {
  display: flex;
  gap: 3px; /* Зменшений відступ між кнопками */
}

.buttons .btn {
  padding: 3px 5px; /* Зменшений padding у кнопок */
  text-decoration: none;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px; /* Зменшений розмір тексту */
}

.buttons .btn-default {
  background-color: #ccc;
  color: black;
}

.buttons .btn-black {
  background-color: #000;
}

/* Стилі для модального вікна */
.modal {
  display: none; /* Приховане за замовчуванням */
  position: fixed;
  z-index: 1001; /* Більше значення z-index, ніж для cookies */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.5); /* Напівпрозоре чорне тло */
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.modal-content h2 {
  margin-top: 0;
}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
}

.cookie-categories {
  margin-top: 20px;
}

.cookie-categories h3 {
  margin: 10px 0;
}

.cookie-categories p {
  margin: 5px 0;
}

/* Додаємо медіа-запит для мобільних пристроїв */
@media (max-width: 768px) {
  .cookies {
      flex-direction: column; /* Вирівнюємо елементи вертикально */
      align-items: flex-start; /* Вирівнюємо елементи зліва */
      padding: 5px;
      font-size: 10px; /* Зменшений розмір тексту для мобільних пристроїв */
      min-height: 40px; /* Мінімальна висота для мобільних пристроїв */
  }

  .cookie-left {
      max-width: 100%;
      margin-bottom: 3px; /* Зменшений відступ */
  }

  .buttons {
      width: 100%;
      flex-direction: column; /* Розташовуємо кнопки вертикально */
      gap: 3px;
  }

  .buttons .btn {
      width: 100%;
      text-align: center;
      padding: 3px; /* Зменшений padding у кнопок для мобільних пристроїв */
  }

  .modal-content {
      width: 90%;
  }
}






  /* Загальні стилі для navbar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
}

.navbar a {
    color: #1a3449;
    text-decoration: none;
    padding: 10px 20px;
}

.navbar a:hover {
    background-color: #f0f0f0;
}

.navbar-brand {
    display: none; /* Сховані для десктопної версії */
    align-items: center;
}

.navbar-toggler {
    display: none;
}



/* Медіа-запити для адаптивності */
@media screen and (max-width: 768px) {
    .navbar {
        background-color: #1a3449;
        flex-direction: column;
        align-items: center;
        
    }

    .navbar a {
        color: white;
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }

    .navbar-brand {
        display: flex; /* Видимі для мобільної версії */
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .navbar-brand img {
        height: 60px; /* Зменшений логотип */
        margin-right: 10px;
    }

    .navbar-toggler {
        display: block;
        position: absolute;
        right: 20px;
        background-color: white;
        border: none;
        padding: 10px;
        border-radius: 5px;
    }

    .navbar-toggler img {
        width: 26px;
        height: 26px;
    }

    .navbar-collapse {
        display: none;
        width: 100%;
    }

    .navbar-collapse.active {
        display: flex;
        flex-direction: column;
    }
}

.unique-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('lasagna888.jpg'); /* Вставте URL вашого зображення */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 80vh; /* За замовчуванням висота на всю висоту вікна */
  background-color: rgba(0, 0, 0, 0.5); /* Затемнення на 30% */
  z-index: 1;
}


@media (min-width: 1024px) {
  .unique-background {
      display: none; /* Висота для лептопів */
  }
}

.unique-background1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('lasagna-7577748_1280.webp'); /* Вставте URL вашого зображення */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 80vh; /* За замовчуванням висота на всю висоту вікна */
  background-color: rgba(0, 0, 0, 0.3); /* Затемнення на 30% */
}



.unique-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px; /* Відстань між секціями */
  color: #1a3449;
  z-index: 2;
  font-stretch: expanded;
}


  .unique-section1 {
    font-stretch: expanded;
    
    
    }
    
.sticky-header {
  position: -webkit-sticky; /* Для Safari */
  position: sticky;
  top: 0;
  background-color: #fff;
  color: #fff;
  
  text-align: center;
  z-index: 1000; /* Забезпечує, щоб хедер був поверх іншого вмісту */
}

.responsive {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .unique-background1 {
    display: none;
  }
  .logotipe {
      display: none;
  }
 .mainlogo {
  height: 36px;
 display: none;
 }
 }
 .plate {
  font-size: 10px;
 }
 .adressfooter {
  margin-left: 80 px;
 }

 
 
 .phone {
  margin-left: 20px
 }
 .cooker {
  display: none;
 }
 .menu {
  margin-left: 0px;
 }
 #FingerFood {
  margin-left: 5px;
  margin-right: 5px;
   }



@media (max-width: 768px) {
  .instagram {
    display: none;
  }
  .contactsnumber {
    margin-left: 0;
  }
  .logomobile {
    margin-bottom: 16px;
  }
  .navbar-brand {
    font-size: 2px;
  }
 
  
}



.carousel-control-prev-icon {
  background-color: #457981;
  border-radius: 50%;
}


.carousel-control-next-icon {
  background-color: #457981;
  border-radius: 50%;
}

.navbar {
    color: #1a3449;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #1a3449;
}


/*.booknow {
  display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
            border-radius: 20px;
            padding: 20px 40px;
}*/

a:link {
    text-decoration: none;
}
a:nav-link {
    text-decoration: none;
}  
  @media (min-width: 768px) {
    .navbar-brand {
        display: none;
    }
   
}
     

        
      @media (min-width: 767.98px) {
        .logomobile {
            display: none;
        }
            
               
      }  

.plate {
  position: relative;
 
  color: #F2F4F8;
}




.textmobile {
  font-size: 40px; /* Базовий розмір шрифту для великих екранів */
}

/* Медіа-запит для мобільних пристроїв */
@media (max-width: 768px) {
  .textmobile {
      font-size: 2px; /* Розмір шрифту для мобільних пристроїв */
 
  } 
  
}

/* Нижний левый текст */
.bottom-left {
  position: absolute;
  bottom: 8px;
  width: 224px;
  height: 23px;
  top: 216px;
  left: 86px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;





}

/* Верхний левый текст */
.top-left {
  position: absolute;
  width: 340px;
  height: 140px;
  top: 60px;
  left: 86px;
  font-family: Roboto;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;

}

.bottom-right {
  position: absolute;
  bottom: 8px;
  width: 224px;
  height: 23px;
  top: 316px;
  left: 86px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
    }

.happy {
width: 248px;
height: 47px;
font-family: Roboto;
font-size: 40px;
font-weight: 600;
line-height: 47px;
letter-spacing: 0em;
text-align: left;
color: #457981;
}



.textnamecarousel {
  width: 268px;
height: 23px;
font-family: Roboto;
font-size: 20px;
font-weight: 500;
line-height: 23px;
letter-spacing: 0em;
text-align: left;
color: #232527;
}

.textmenucarousel {
  width: 268px;
height: 48px;
font-family: Roboto;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: #232527;


}





.wrapper {
  display: flex;
}
.block {
  width: 350px;
  height: 120px;
  margin: 2px;
  
}


  /*@media only screen and (max-width: 768px) {
    .card {
      width: 100%;
    }
  }
  */

  
      .menu {
        display: flex;
        
      }
      /*.menu-item {
        margin-right: 12px;
      }*/
      /*.menu-item:last-child {
        margin-right: 0;
      }*/

      .menuLimiter {
        width: max-content;
        padding: 0 10px;
        /* Зададим возможность горизонтальной прокрутки */
        overflow-x: scroll;
        /* Для Сафари дополнительно зададим инерцию при прокрутке.
        С инерцией меню будет «оттягиваться» при попытке прокрутить
        его за его пределы. */
        -webkit-overflow-scrolling: touch;
      }  


      /*@media only screen and (max-width: 600px) {
        .menuLimiter {
          width: 300px;
        }
      }*/
          .menuLimiter {
        /* ... */
        /* Добавим дополнительный нижнее поле
        элементу, в котором прокручивается меню */
        padding-bottom: 20px;
        /* С помощью отрицательного отступа
        компенсируем «нарощенное» поле  */
        margin-bottom: -20px;
      }
      .menuWrapper {
        /* Спрячем всё, что выходит за границы родителя */
        overflow: hidden;
      }

      .menuLimiter {
        /* ... */
        mask-image: linear-gradient(
            90deg,
            transparent 0, rgba(0, 0, 0, .25) 9px,
            #000 18px,
            #000 calc(100% - 18px),
            rgba(0, 0, 0, .25) calc(100% - 9px),
            transparent
          )
      }

      /*@media only screen and (max-width: 400px) {
        .menu-item { margin-right: 18px; }
      }
      @media only screen and (max-width: 426px) {
        .menu-item { margin-right: 8px; }
      }
      @media only screen and (max-width: 450px) {
        .menu-item { margin-right: 9px; }
      }
      @media only screen and (max-width: 470px) {
        .menu-item { margin-right: 18px; }
      }
      @media only screen and (max-width: 510px) {
        .menu-item { margin-right: 18px; }
      }

*/
      .rewiews {
        width: 336px;
        height: 220px;
      }

       

      ul.leaders li { clear: both; }

      ul.leaders li span:first-child {
        float: left;
        padding: 0 .4em 0 0;
        margin: 0;
      }
      ul.leaders li span + span {
        float: right;
        padding: 0 0 0 .4em;
        margin: 0;
      }
      
      ul.leaders li:after {
        content: "";
        display: block;
        overflow: hidden;
        height: 1em;
        border-bottom: 1px dotted;
      }
