@font-face {
    font-family: "PP Formula NarrowSemibold";
    font-style: normal;
    font-weight: 600;
    src: local('PP Formula'),url('./font/PPFormula-NarrowSemibold.woff') format('woff')
}

@font-face {
    font-family: "PP Formula NarrowBold";
    font-style: normal;
    font-weight: 700;
    src: local('PP Formula'),url('./font/PPFormula-NarrowBold.woff') format('woff')
}

@font-face {
    font-family: "PP Formula ExtendedBold";
    font-style: normal;
    font-weight: 700;
    src: local('PP Formula'),url('./font/PPFormula-ExtendedBold.woff') format('woff')
}

@font-face {
    font-family: "PP Formula Extrabold";
    font-style: normal;
    font-weight: 800;
    src: local('PP Formula'),url('./font/PPFormula-Extrabold.woff') format('woff')
}

@font-face {
    font-family: ABCMonumentGrotesk;
    font-style: normal;
    font-weight: 500;
    src: local('ABCMonumentGrotesk'),url('./font/ABCMonumentGrotesk-Regular.woff') format('woff')
}


html, body {
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    z-index: 1;
    background: #E4241F;
}

body * {
    font-family: 'PP Formula NarrowSemibold', sans-serif;
    font-weight: 600;
    transition: .5s color;
}

#swup {
    transition: opacity 150ms ease-out;
    background: white;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2;
}

html.is-animating #swup {
    opacity: 0;
}

.loader {
    height: 100dvh;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background: #E4241F;
    display: flex;
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100vw;
    flex-direction: column;
}

.loader p {
    color: white;
    margin: 0;
    font-size: 20px;
}

html.is-animating .loader {
    opacity: 1;
}

.loader img {
    width: 200px;
}


p {
    letter-spacing: 0.3px;
}

::selection {
    color: #E4241F;
    background: #FFFF17;
}

marquee {
    background: #FFFF17;
    color: #E4241F;
    font-family: 'PP Formula ExtendedBold', sans-serif;
    line-height: 1;
    vertical-align: middle;
    padding: 10px;
}


.home1 {
    height: 100dvh;
    background: #E4241F;
    color: white;
}

.home1 > .bbt > span {
    margin: 0;
    font-size: 500px;
    line-height: 1;
    padding-top: 20px;
    height: 410px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.home1 ul {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0;
    list-style: none;
    text-align: right;
    line-height: 1;
}

.home1 ul li a {
    color: white;
    text-decoration: none;
}

.header-menu {
    background: #E4241F;
}


.header-menu h1 {
    color: white;
    font-size: 200px;
    margin-top: 0;
    padding: 20px;
}

.grid-menu {
    display: flex;
    flex-direction: column;
}

.menu-card {
    font-size: 130px;
    text-decoration: none;
    color: #E4241F;
    padding: 20px 60px;
    line-height: 1;
}

.menu-card h3 {
    margin: 0;
}

.menu-card:nth-child(even) {
    background: #E4241F;
    color: white;
}

.menu-card:nth-child(odd) {

}

.badge {
    position: fixed;
    top: 40vh;
    right: 16vw;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;

    width: 200px;
    aspect-ratio: 1;
    clip-path: polygon(100% 50%,90.78% 60.05%,94.27% 73.24%,81.44% 77.85%,78.4% 91.15%,64.89% 89.27%,56.03% 99.64%,44.94% 91.69%,32.27% 96.75%,26.14% 84.57%,12.57% 83.16%,12.81% 69.52%,1.45% 61.97%,8% 50%,1.45% 38.03%,12.81% 30.48%,12.57% 16.84%,26.14% 15.43%,32.27% 3.25%,44.94% 8.31%,56.03% 0.36%,64.89% 10.73%,78.4% 8.85%,81.44% 22.15%,94.27% 26.76%,90.78% 39.95%);
}

.badge:hover {
    background: #efef00;
    transform: scale3d(1.08, 1.08, 1.08);
}

.badge span {
    line-height: 1;
    font-family: 'PP Formula Extrabold', sans-serif;
    font-weight: 800;
    padding: 5px 15px 0;
}

.badge-yellow {
    background: #FFFF17;
    color: red;
}

.header-menu-piatti {
    background: #E4241F;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 50px 0;
}

.header-menu-piatti img {
    width: 80%;
    margin: auto;
}

.header-menu-piatti h1 {
    margin-right: 10%;
    margin-top: -40px;
    color: white;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
}

.separator-check {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.separator-check a {
    background: #B30500;
    color: white;
    text-decoration: none;
    font-size: 38px;
    line-height: 1;
    padding: 10px 25px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.table-piatti {
    width: 80%;
    margin: auto;
    margin-top: 5vh;
    border-collapse: collapse;
}

.table-piatti thead {
    text-align: left;
}

.table-piatti thead th {
    border-bottom: 3px solid #B30500;
    margin: 0;
    padding-bottom: 10px;
    font-size: 25px;
    color: #B30500;
}

.table-piatti thead th:first-of-type {
    padding-left: 30px;
}

.table-piatti tbody h3 {
    color: #B30500;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-left: 30px;
}

.table-piatti tbody tr {
    border-bottom: 2px dashed #b30500;
}

.table-piatti tbody td {
    padding: 18px 0;
}

.table-piatti tbody p {
    font-family: 'PP Formula ExtendedBold', sans-serif;
    font-size: 15px;
    color: #B30500;
    margin-top: 0;
    margin-left: 30px;
    max-width: 90%;
}

.table-piatti tbody span {
    color: #B30500;
    font-size: 30px;
    line-height: 1;
}

.table-piatti .piatto-promo {
    display: flex;
    background: #F03008;
    justify-content: space-between;
}

.table-piatti .piatto-promo img {
    max-width: 30vw;
    object-fit: cover;
}

.table-piatti .piatto-promo > div {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.table-piatti .piatto-promo > div span {
    color: white;
    margin-right: 30px;
}

.table-piatti .piatto-promo > div > div {
    max-width: 30vw;
}

.table-piatti .piatto-promo h3,
.table-piatti .piatto-promo p {
    color: white;
    margin-top: 0;
}

.piatti-divided {
    display: grid;
    gap: 30px;
    width: 80%;
    margin: auto;
    grid-template-columns: 1fr 1fr;
}

.piatti-divided .table-piatti {
    width: 100%;
    margin: 0;
}

.piatti-divided .table-piatti tbody tr {
    height: 215px;
}

.piatti-divided .table-piatti tbody span {
    margin-right: 30px;
}

.piatti-divided .table-piatti .piatto-promo {
    flex-direction: column-reverse;
}

.piatti-divided .table-piatti .piatto-promo img {
    width: 100%;
    max-width: 100%;
    height: 350px;
}

.piatti-divided .table-piatti .piatto-promo p {
    padding-bottom: 7px;
}

.ftext {
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ftext-small {
    height: 40vh;
}

.ftext p {
    font-family: 'PP Formula NarrowBold', sans-serif;
    font-size: 100px;
    line-height: 1;
    margin: 10px;
    color: red;
}

.ftext p:nth-of-type(2) {
    color: white;
}

.ftext-home {
    height: 90vh;
}

.ftext-home p {
    color: #FFFF17;
}


.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.logo-container img {
    width: 200px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    margin: 60px auto 15px;
    color: #E4241F;
}

.footer-info a {
    color: #E4241F;
    text-decoration: none;
}

.smile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 100px;
}

.smile img {
    width: 90px;
    margin-bottom: 40px;
}

.smile p {
    color: #B30500;
    font-family: 'PP Formula ExtendedBold', sans-serif;
    margin-top: 0;
    text-align: center;
    max-width: 24%;
    font-size: 13px;
}

.smile p.smile-title {
    font-family: 'PP Formula NarrowSemibold', sans-serif;
    font-size: 35px;
    margin-bottom: 0;

}

.home2 {
    background: #E4241F;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 5% 200px 5%;
    gap: 110px;
}

.home2 img{
    width: 90%;

}

.home2 p{
    color: white;
    text-align: center;
    font-size: 20px;
    max-width: 60%;
}

.badge-static {
    position: initial;
    text-decoration: none;
}

.body-error {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    background: #E4241F;
    flex-direction: column;
}

.body-error > div {
    background: white;
    border-radius: 10px;
    padding: 70px;
}

.body-error .button-group {
    display: flex;
    justify-content: space-between;
}

.body-error > div a {
    text-decoration: none;
    color: #494949;
}

.body-error span {
    font-size: 30px;
    color: #E4241F;
}

.body-error .av {
    color: #7b0404;
    font-size: 12px;
}

nav.nav-admin *:not(i.fa) {
    font-size: 14px;
}

nav.nav-admin {
    background: #2d2d2d;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    align-items: center;
    z-index: 199;
}

nav.nav-admin *:not(i.fa) {
    font-family: ABC-MonumentGrotesk,Helvetica,ui-sans-serif,system-ui;
    font-weight: 500;
}


nav.nav-admin img{
    filter: invert(1);
    width: 70px;
    padding: 10px;
    object-fit: contain;
}

.admin-left {
    display: flex;
}

.dropbtn,
.nav-admin-button {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.profile-mobile {
    display: none;
}