.home-banner::before, .home-banner::after{background:none;}
.home-hotel-abouts__grid-content::before{z-index:10}
.subpage-header::before{}
.rooms-detail-content .big-text.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.full-carousel__image{max-height:490px}
.room-card__content{gap:5px}
.content-list__item .key{text-align:center}
.footer__menu {
  display: grid; /* flex yerine grid */
  grid-template-columns: repeat(3, 1fr);
}



/* RESTAURANT MENÜ */
.header.fixed .header__reservation {
  color: #000
}
.menu-section {
  width: 80%;
  max-width:1360px;
  margin: 0 auto;
  font-family: Marcellus,sans-serif;
  background-color: #d9d7ce; /* arka plan */
  padding: 20px;
}

.menu-title {
  margin: 40px auto 0 auto;
}

.menu-title, .submenu-title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.submenu-title {
  font-size: 2vw;
}

.menu-title:after {
  content: '';
  width: 50%;
  min-width: 400px;
  display: block;
  text-align: center;
  top: 10px;
  margin: 10px auto 0 auto;
}

.menu-item, .menu-item-2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 12px 0;
  font-size: 24px;
  font-family: Marcellus,sans-serif;
  position:relative;
}

  .menu-item:after {
    content: '';
    background: url('../images/hr2.png') no-repeat center center;
    width: 100%;
    height: 1px;
    bottom:0;
    background-size: contain;
    position: absolute
  }

.menu-item-2 {
  border: none;
  margin: 10px auto 0px auto;
}

.dish {
  flex: 1;
  text-align: left;
}

.price {
  white-space: nowrap;
  font-weight: 500;
  margin-left: 16px;
}

.hr1 {
  width: 100%;
  height: 1px;
  text-align: center;
  background: url('../images/hr1.png') no-repeat center center;
  margin: 15px auto;
  background-size: contain;
}

.hr2 {
  width: 100%;
  height: 1px;
  text-align: center;
  background: url('../images/hr2.png') no-repeat center center;
  margin: 15px auto;
  background-size: contain;
}
@media (min-width: 768px) {
  .rooms-detail-content .small-content {
     height: auto;
    margin: 20px 0 70px;
  }
}
@media(max-width:990px){
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    text-align:left;
  }
  .menu-section{width:100%;max-width:100%}
  .menu-item {
    flex-direction: row;
    align-items: flex-start;
    font-size: 16px;
  }
  .menu-item:after{width:100%}
  .price {
    margin-top: 4px;
    margin-left: 0;
  }
  .dish{max-width:80%;}
  .menu-title, .submenu-title {
    font-size: 30px;
  }
  .hr1{width:80%;}
}
