*{
    box-sizing: border-box;
}
body{
    margin: 0;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.hero-img {
    width: 100%;
    max-width: none;
}
.container{
    background-color: #203351;
}
.topnav {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #203351;
}
.topnav a {
    float: left;
    display: block;
    color: #dadde2;
    text-align: center;
    text-decoration: none;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    padding: 14px 16px;
    font-size: 15px;
    text-shadow: 2px 2px 4px #9c9797;
}
.topnav a:hover {
    border-bottom: 3px solid #fbc88c;
}
.topnav .icon {
    display: none;
}
.row {
    display: flex;
    justify-content: space-around;
    width: 100%; 
}
.column{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
} 
.columntwo {
    display: flex; 
    flex-direction: column;
    padding: 10px;
    margin-left: 30px;
    margin-right: 30px;
}
h1{
    color: #fbc88c;
    font-size: clamp(28px, 5vw, 55px);
    text-shadow: 2px 2px 4px #9c9797; 
    text-decoration: underline;
    text-decoration-color: #9b9793;
    text-decoration-thickness: 6px;
}
.par{
    color: #dadde2;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: start;
    padding: 5px;
    text-shadow: 0 1px 1px 0 rgba(233, 221, 221, 0.2), 0 6px 20px 0 rgba(199, 192, 192, 0.19);
    width: 70%;
    line-height: 25px;
}
.cafe{
    box-shadow: 0 4px 8px 0 rgba(233, 221, 221, 0.2), 0 6px 20px 0 rgba(199, 192, 192, 0.19);
    max-width: none;
}
.btn{
    background-color: #fbc88c;
    width: 100%;
    max-width: 250px;
    padding: 16px 20px;
    font-size: 14px;
    display: block;
    margin: 20px auto 0;
    text-transform: uppercase;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    background: rgb(218, 178, 113);
    border: none;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(233, 221, 221, 0.2), 0 6px 20px 0 rgba(199, 192, 192, 0.19);
}
.btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 3px;
    background-color: #e7e9d0;
    background-image: linear-gradient(315deg, #bd744b 0%, #f1c972 74%);
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}
.btn:hover {
    color: #000;
}
.btn:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}
.btn:active {
    top: 2px;
}
.tel{
    text-decoration: none;
    color: #dadde2;
    font-size: 18px;
    padding: 14px;
}
.tel:hover{
    color: #fbc88c;
}
.topnavend{
    background-color: #203351;
    padding: 20px;
}
.container-end, .active{
    color: #dadde2;
    text-decoration: none;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    padding: 12px 16px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-shadow: 2px 2px 4px #9c9797; 
}
.barista:hover{
    border-bottom: 3px solid #fbc88c;
}
.active:hover{
    background-color: #dadde2;
    color: #203351;
    border-radius: 3px;
}
.str:hover{
    width: 17px;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    width: 250px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
div.gallery:hover {
    border: 1px solid #777;
}
div.gallery img {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 1px 0 rgba(233, 221, 221, 0.2), 0 6px 20px 0 rgba(199, 192, 192, 0.19); 
    flex-wrap: wrap;
}
div.desc {
    padding: 15px;
    text-align: center;
    color: #203351;
    font-size: 20px;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 4px #9c9797; 
}
.two{
    display: flex;
    justify-content: center;
    margin-left: 150px;
    margin-right: 150px;
    padding: 60px;
}
h4{
    color: #203351;
    width: 50%;
    font-size: 20px;
    text-shadow: 2px 2px 4px #9c9797;
}
.online{
    color: #203351;
    font-size: 30px;
}
.container2{
    flex-wrap: wrap;
}
.parent9 nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 2rem;
}
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.topnav.responsive {
    flex-direction: column;
}
.topnav.responsive .open a {
    display: block;
    text-align: left;
}
.online-menu{
    text-shadow: 2px 2px 4px #9c9797;
    text-decoration: underline;
    text-decoration-color: #fbc88c;
    text-decoration-thickness: 6px;
}
.container3{
    background-color: #f6f8fb;
}
.menu-two{
    margin-left: 200px;
    position: relative;
    bottom: 20px;
    color: #203351;
}
.container4{
    display: flex;
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
    padding: 10px;
}
.cool{
    color: #5d7191;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 1px #adabab; 
}
.coolone{
    color: #293a55;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 20px;
}
.container-cool-one{
    display: flex;
}
.container-cool{
    text-align: start;
    padding: 20px;
}
.container5{
    display: flex;
    justify-content: center;
    margin-left: 300px;
    margin-right: 300px;
    padding: 30px;
 }
.parents5{
    display: flex;
    padding: 20px;
    position: relative;
}
.online5{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu5{
    color: #203351;
    font-size: clamp(20px, 3vw, 30px);
    text-shadow: 2px 2px 4px #9c9797;
    text-decoration: underline;
    text-decoration-color: #fbc88c;
    text-decoration-thickness: 6px;
}
.topleft {
    position: absolute;
    top: 20px;
    left: 18px;
    font-size: 15px;
    background-color: #f7f1f1;
    padding: 9px;
    color: #293a55;
    text-shadow: 2px 2px 4px #9c9797;
}
.topleft:hover{
    color: #aa875f;
 }
.container6{
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #293a55;
}
.container6one{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container6two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    margin-left: 160px;
}
.coffee{
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    color: #dadde2;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    text-shadow: 2px 2px 4px #9c9797;
}
.coffeetwo{
    color: #fbc88c;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: #9b9793;
}
.coffeethree{
    color: #dadde2;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: start;
    padding: 5px;
    text-shadow: 0 1px 1px 0 rgba(233, 221, 221, 0.2), 0 6px 20px 0 rgba(199, 192, 192, 0.19);
    width: 70%;
    line-height: 25px;
}
.cofeefour{
    color: #ced3db;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.container7{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.shop {
    position: relative;
    text-align: center;
    padding: 20px;  
}
.parent6{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px; 
}
.parent6:hover{
    background-color: #F9F9F9;
}
.senses{
    font-size: clamp(24px, 4vw, 50px);
    text-align: center;
}
.six {
    font-size: 15px;
    color: rgb(29, 26, 26);
    text-align: center;
}
.uno {
    font-size: 20px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: center;
}
.parent9{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    background-color: #293a55;
    padding: 30px;
    flex-wrap: wrap;
}
.par1{
    color: #ced3db;
    font-family: Circe-ex, Arial, Helvetica, sans-serif;
    font-size: 16px;
}
section,
.container,
.container3,
.container6 {
    padding-left: 20px;
    padding-right: 20px;
}
/* =========================
   MOBILE ADAPTATION
========================= */

/* --- Мобильная адаптация для устройств с шириной от 320px до 1024px --- */

@media (max-width: 1024px) {

  /* --- Навигация --- */
  header.gold nav.topnav {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }

  header.gold nav.topnav .open,
  header.gold nav.topnav .topnav-centered,
  header.gold nav.topnav .topnav-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5px 0;
    flex-wrap: wrap;
  }

  header.gold nav.topnav .open a,
  header.gold nav.topnav .topnav-right a {
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border: none;
  }

  /* Кнопка бургер */
  header.gold nav.topnav .icon {
    display: block;
    font-size: 28px;
    color: #fbc88c;
    cursor: pointer;
    user-select: none;
    padding: 10px 0;
  }

  /* Открытое меню при клике */
  header.gold nav.topnav.responsive {
    flex-direction: column;
    align-items: center;
  }

  header.gold nav.topnav.responsive .open,
  header.gold nav.topnav.responsive .topnav-centered,
  header.gold nav.topnav.responsive .topnav-right {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  header.gold nav.topnav.responsive .open a,
  header.gold nav.topnav.responsive .topnav-right a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fbc88c;
  }

  /* --- Основной контент --- */
  .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }

  .column,
  .columntwo {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  /* Текстовые блоки */
  .par,
  .coffeethree {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  h1 {
    font-size: clamp(24px, 8vw, 40px);
    text-align: center;
  }

  /* Кнопки */
  .btn {
    max-width: 90%;
    margin: 20px auto;
    display: block;
    font-size: 16px;
    padding: 14px 20px;
  }

  /* Телефон */
  .tel {
    font-size: 18px;
    padding: 10px;
    text-align: center;
  }

  /* Галерея */
  div.gallery {
    width: 100%;
    margin: 10px 0;
    flex-shrink: 1;
  }

  div.gallery img {
    width: 100%;
    height: auto;
    box-shadow: none;
  }

  div.desc {
    font-size: 18px;
  }

  /* Контейнеры с текстом */
  .two,
  .container4,
  .container5 {
    margin: 10px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }

  /* Заголовки секций */
  .online-menu,
  .menu-two,
  .menu5,
  .senses {
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: clamp(22px, 6vw, 32px);
  }

  /* Футер */
  .container6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .container6two {
    margin-left: 0;
    margin-top: 20px;
    align-items: center;
  }

  /* Картинки в секциях */
  .cafe,
  .hero-img,
  .shop img {
    max-width: 100%;
    height: auto;
  }

  /* Блоки с адресами */
  .parents5 {
    flex-direction: column;
    padding: 10px;
  }

  /* Текст в блоках */
  .cool,
  .coolone,
  .par1 {
    font-size: 14px;
  }

  /* Убираем большие отступы слева и справа */
  section,
  .container,
  .container3,
  .container6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .topnav .open,
  .topnav .topnav-right,
  .topnav .topnav-centered {
    display: none;
    width: 100%;
    text-align: center;
  }

  /* Показываем кнопку-бургер */
  .topnav .icon {
    display: block;
    cursor: pointer;
    font-size: 28px;
    color: #fbc88c;
    padding: 10px 0;
  }

  /* Когда меню открыто */
  .topnav.responsive .open,
  .topnav.responsive .topnav-centered,
  .topnav.responsive .topnav-right {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
  }

  .topnav.responsive .open a,
  .topnav.responsive .topnav-right a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #fbc88c;
  }
}



































 




