@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;900&display=swap");
/* introduzione */
body {
  font-family: 'Rubik', sans-serif;
  width: 100%;
  min-height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(136, 158, 139, 0.85)), to(rgba(136, 158, 139, 0.85))), url(../images/bg-under.png);
  background: linear-gradient(0deg, rgba(136, 158, 139, 0.85), rgba(136, 158, 139, 0.85)), url(../images/bg-under.png);
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}

.wrapper-outer {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  max-width: 450px;
  margin: 0 auto;
  overflow: visible;
}

.white-color {
  color: #fffdfe;
}

.mw-375 {
  max-width: 375px;
}

.mw-350 {
  max-width: 350px;
}

.mw-310 {
  max-width: 310px;
}

.mw-292 {
  max-width: 292px;
}

.desc-64 {
  font-size: 64px;
}

.desc-48 {
  font-size: 48px;
}

.desc-36 {
  font-size: 36px;
}

.desc-24 {
  font-size: 24px;
}

.desc-21 {
  font-size: 21px;
}

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

.desc-16 {
  font-size: 16px;
}

.desc-15 {
  font-size: 15px;
}

.desc-14 {
  font-size: 14px;
}

.desc-13 {
  font-size: 13px;
}

.desc-11 {
  font-size: 11px;
}

.desc-10 {
  font-size: 10px !important;
}

.desc-8 {
  font-size: 8px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.mb-100 {
  margin-bottom: 100px;
}

.btn-white {
  background-color: #f3f3f3;
  padding: 10px 0;
  color: #889e8b;
  font-size: 18px;
  border: 2px solid #f3f3f3;
  position: relative;
  text-align: center;
}

.btn-white img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

.btn-white:hover {
  color: #889e8b;
}

.btn-yellow {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 157, 12, 0.85)), to(rgba(231, 157, 12, 0.85))), url(../images/bg-under.png);
  background: linear-gradient(0deg, rgba(231, 157, 12, 0.85), rgba(231, 157, 12, 0.85)), url(../images/bg-under.png);
  border: 4px solid #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
  color: white;
}

.btn-yellow:hover {
  color: white;
}

header {
  padding: 30px 0 11px 0;
}

header .header-open {
  padding: 0px 30px;
}

header .header-open .nav-item {
  width: 113px;
}

header .navbar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(136, 158, 139, 0.85)), to(rgba(136, 158, 139, 0.85))), url(../images/bg-under.png);
  background: linear-gradient(0deg, rgba(136, 158, 139, 0.85), rgba(136, 158, 139, 0.85)), url(../images/bg-under.png);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  z-index: 1000;
}

header .navbar-menu .content {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}

header .navbar-menu .content ul {
  margin-top: 20px;
}

header .navbar-menu .content ul li {
  border-bottom: 1px solid #f3f3f3;
  padding: 25px 0;
  color: white;
}

.red-color {
  color: #c30000;
}

.white-btn-alt {
  border: 1px solid #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
  padding: 5px 32px;
}

body {
  padding-bottom: 70px;
}

.menu-fuori {
  margin-top: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 157, 12, 0.85)), to(rgba(231, 157, 12, 0.85))), url(../images/bg-under.png);
  background: linear-gradient(0deg, rgba(231, 157, 12, 0.85), rgba(231, 157, 12, 0.85)), url(../images/bg-under.png);
  /* effetto ombra */
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.menu-fuori > main,
.menu-fuori header {
  padding: 20px;
}

.menu-fuori header {
  padding: 20px 20px 20px 10px;
}

.menu-fuori .title h1 {
  line-height: 85%;
}

.menu-fuori-list li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.menu-details header h1,
.menu-details header p {
  color: #f3f3f3;
}

.menu-details main {
  max-height: calc(100vh - 310px);
  overflow-y: scroll;
}

@media screen and (min-width: 450px) {
  .menu-details main::-webkit-scrollbar {
    display: none;
  }
}

.menu-details .menu-list:not(:first-child) {
  display: none;
}

.menu-details .menu-list ul li {
  padding: 7px 0;
  border-bottom: 1px solid #ffffff;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 5px 0;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide .btn-menu {
  font-weight: bold;
  font-size: 21.2853px;
  line-height: 25px;
  color: #f3f3f3;
  padding: 8px 17px;
  border: 2px solid #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35.4755px;
  background-color: transparent;
  width: 100%;
}

.swiper-slide .active {
  background-color: #e79d0c;
}
/*# sourceMappingURL=menu.css.map */