.fit-cover {
  object-fit: cover;
}

@media(min-width:300px) {
}

.menu-photo {
  width: 100%;
  height: 100%;
  min-width: 205px;
  max-width: 300px;
  min-height: 205px;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.menu-photo:hover {
  filter: brightness(90%);
  box-shadow: 19px 23px 20px;
  max-height: 313px;
  max-width: 313px;
}

.cost {
  display: none;
}

.cost:hover {
  position: absolute;
  transform: translateY(94px);
  font-size: 56px;
  font-family: Amita, serif;
  color: rgb(255,255,255);
}

.menu-photo:hover .cost {
}

.cost {
}

.fit {
  object-fit: cover;
  height: 100%;
}

.fixs {
  width: 50%;
}

.shows {
  width: 657px;
  height: 87px;
}

@media (max-width: 900px) {
  .shows {
    width: 100%;
    font-size: 35px;
  }
}

.navi:hover {
}

.navi {
  color: white;
}

.book {
  background: rgba(13,110,253,0);
  width: 265.65px;
  height: 75px;
  font-size: 45px;
  border: 1px solid rgb(255,255,255);
  border-radius: 0px;
}

.book:hover {
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.91);
  background: rgba(0,0,0,0.27);
}

* {
  margin: 0;
  padding: 0;
}

.rate {
  float: left;
  height: 48px;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: '★ ';
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.footer-mark {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.footer-mark:hover {
  color: black;
}

.brands {
  display: none;
}

@media (max-width: 600px) {
  .brands {
    font-size: 20px;
    display: block;
  }
}

.forms {
  border-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-color: rgb(16,16,16);
  border-left-style: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 26px;
}

.formbtn {
  width: 166.1125px;
  margin-top: 27px;
  margin-bottom: 27px;
  background: rgba(13,110,253,0);
  color: rgb(0,0,0);
  font-weight: bold;
  font-size: 37px;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(0,0,0);
  height: 53.5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(165,156,156,0.74);
  color: white;
  cursor: pointer;
  padding: 2px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #9e8383;
}

.icnbtn {
  color: rgb(90,87,87);
  background: rgba(111,111,111,0);
  width: 113px;
  height: 89px;
  font-size: 37px;
}

.logomid {
  border-radius: 50%;
  position: relative;
  bottom: 42px;
  left: 50%;
  transform: translateX(-170px) translateY(401px);
  max-width: 331px;
  width: 100%;
  min-width: 200px;
  box-shadow: 10px 8px 9px;
  max-height: 329px;
  height: 100%;
  background: #ffffff;
  padding: 15px;
  padding-left: 28px;
}

.heroresto {
  position: static;
  height: 956px;
  background: url("/assets/img/shutterstock_650070511.jpg") center / cover no-repeat;
  width: 100%;
  margin-bottom: 147px;
}

