@import url("http://fonts.cdnfonts.com/css/hollowtown");
body {
  font-family: "Century Gothic", sans-serif;
  background: -webkit-linear-gradient(rgb(28, 28, 28), rgb(72, 72, 72), rgb(28, 28, 28), rgb(72, 72, 72)) no-repeat;
  min-height: 100vh;
}
body main .navbar {
  background-color: rgba(157, 157, 157, 0.392);
  display: flex;
  justify-content: flex-end;
}
body main .navbar #menu {
  z-index: 5;
}
body main .navbar #menu-bar {
  width: 45px;
  height: 40px;
  margin: 30px 0 20px 20px;
  cursor: pointer;
}
body main .navbar .bar {
  height: 5px;
  width: 100%;
  background-color: #DC052D;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}
body main .navbar #bar1 {
  transform: translateY(-4px);
}
body main .navbar #bar3 {
  transform: translateY(4px);
}
body main .navbar .nav {
  transition: 0.3s ease;
  display: none;
}
body main .navbar .nav ul {
  padding: 0 22px;
}
body main .navbar .nav li {
  list-style: none;
  padding: 12px 0;
}
body main .navbar .nav li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
body main .navbar .nav li a:hover {
  font-weight: bold;
}
body main .navbar .menu-bg, body main .navbar #menu {
  top: 0;
  left: 0;
  position: absolute;
}
body main .navbar .menu-bg {
  z-index: 1;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle, rgba(220, 5, 44, 0.4549019608), rgba(220, 5, 44, 0.4549019608));
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 50%;
  transition: 0.3s ease;
}
body main .navbar .change {
  display: block;
}
body main .navbar .change .bar {
  background-color: white;
}
body main .navbar .change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}
body main .navbar .change #bar2 {
  opacity: 0;
}
body main .navbar .change #bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}
body main .navbar .change-bg {
  width: 520px;
  height: 460px;
  transform: translate(-60%, -30%);
}
body main .navbar .logo-container img {
  max-width: 100%;
}
body main #menu-title {
  background-color: rgba(130, 130, 130, 0.55);
  border-radius: 15px;
  border-bottom: #E30713 solid 1px;
  text-align: center;
  color: white;
}
body main .allYouCanEat {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 40px;
  z-index: 2;
  overflow: hidden;
}
body main .allYouCanEat #all-eat-price {
  z-index: 1;
  margin: 0 auto;
  padding: 5px;
  border-radius: 15px;
  position: relative;
  top: -35px;
  right: 18px;
  color: white;
  text-shadow: -1px 0 red, 0 1px red, 3px 0 red, 0 -1px red;
  font-size: 45px;
}
body main .allYouCanEat .fly-sushi {
  z-index: 0;
  width: 250px;
  position: relative;
  right: -200px;
  top: -170px;
}
body main .allYouCanEat .fly-sushi img {
  max-width: 100%;
}
body main .tips-box {
  width: 95%;
  margin: 0 auto;
}
body main .tips-box .tips-and-rule {
  z-index: 800;
  background: rgba(130, 130, 130, 0.55);
  border-radius: 15px;
  box-shadow: inset 0 0 10px #E30713;
  padding: 15px;
}
body main .tips-box .tips-and-rule h2 {
  text-shadow: 1px 1px 1px black;
  color: red;
  text-align: center;
}
body main .tips-box .tips-and-rule #bolder-p {
  font-weight: bold;
  text-shadow: -1px 0 red, 0 1px red, 1px 0 red, 0 -1px red;
}
body main .tips-box .tips-and-rule p {
  color: white;
}

body main .allergeni h1 {
  color: white;
  text-align: center;
  text-shadow: -1px 0 black, 0 1px black, 1px black, 0 -1px red;
}
body main .allergeni p {
  color: white;
  text-align: center;
  font-size: 18px;
}
body main .allergeni h2 {
  color: white;
  text-align: center;
}
body main .allergeni .griglia-allergeni {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
body main .allergeni .griglia-allergeni .allergene-icon {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: white;
}
body main .allergeni .griglia-allergeni .allergene-icon img {
  border-radius: 15px;
  width: 130px;
}
body main .allergeni .griglia-allergeni .allergene-icon i {
  display: block;
  text-align: center;
}
body main .allergeni #surgelati {
  border-top: solid 2px red;
  padding-top: 20px;
}

body main .container-cibo {
  overflow: hidden;
  margin-bottom: 30px;
  color: white;
  border: solid 1px red;
  border-radius: 15px;
  background-color: rgba(78, 78, 78, 0.55);
}
body main .container-cibo #gratis {
  font-size: 15px;
}
body main .container-cibo .g16 {
  margin: 0 auto;
  width: 350px;
}
body main .container-cibo .g16 img {
  max-width: 100%;
}
body main .container-cibo .flex-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
body main .container-cibo .prezzo {
  text-align: center;
  font-size: 24px;
}
body main .container-cibo h2 {
  background-color: #E30713;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 6px;
}
body main .container-cibo .codice-piatto {
  color: white;
  font-weight: bolder;
  font-size: 24px;
  padding: 5px;
  text-align: center;
}
body main .container-cibo .info-piatto {
  text-align: center;
  font-size: 18px;
}
body main .container-cibo .triplo-piatto {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: solid 4px red;
  margin: 0 5px;
  margin-bottom: 10px;
  border-radius: 15px;
  justify-content: space-around;
  padding-bottom: 20px;
}
body main .container-cibo .triplo-piatto .price-and-title {
  padding: 10px;
}
body main .container-cibo .triplo-piatto img {
  width: 200px;
}
body main .container-cibo .nigiri {
  width: 400px;
}
body main .container-cibo .nigiri img {
  max-width: 100%;
}
body main .container-cibo .barca img {
  max-width: 100%;
}
body ol {
  margin: 0;
}

.K-li1 {
  list-style-type: "K1. ";
}

.K-li2 {
  list-style-type: "K2. ";
}

.K-li11 {
  list-style-type: "K11. ";
}

.cucina-list {
  font-weight: bold;
  color: white;
}
.cucina-list .cucina-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cucina-list .li-price-container {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: solid 4px red;
  border-radius: 10px;
  width: 45%;
  margin: 0 5px;
  margin-bottom: 10px;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(47, 47, 47);
  color: white;
}
footer img {
  width: 50%;
  height: 50px;
}
footer .footer-info {
  text-align: center;
  padding: 10px;
}
footer .footer-info a {
  text-decoration: none;
  color: white;
}
footer .footer-info a i {
  font-size: 40px;
  padding-right: 10px;
}

.copyright {
  color: white;
  font-size: 12px;
}/*# sourceMappingURL=style_pranzo.css.map */