@font-face {
   font-family: 'original_demo';
   src: url('../original_demo.otf') format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: auto;
  position: relative;
  font-family: 'original_demo', regular !important;
  max-width: 1600px;
  width: 100%;
  background: #a0afa8;
  z-index: 0;
}
.caricamento {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #b7cdc1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.caricamento img {
    animation: ingresso-rotate 3s linear infinite;
    /* margin: auto; */
    /* top: -5%; */
    /* position: relative; */
    /* top: 0; */
}

/* MESSAGGIO AVVISO */
section.avviso {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* min-height: 1000px; */
    background: #000000d4;
    z-index: 1000;
    display: flex;
    overflow-x: auto;
    visibility: hidden;
    padding: 10px;
}
.titolo-avviso {
    width: 100%;
    /* min-height: 600px; */
    max-width: 1400px;
    /* padding: 100px 0 0; */
    /* margin-top: 5vw; */
    margin: auto;
    padding: 100px 0;
    position: relative;
    visibility: hidden;
}
@media only screen and (max-height: 900px){
   .titolo-avviso {
    top: 0px;
}
}
.titolo-avviso p:nth-child(1) {
    color: #FFC107;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
}
.box-avviso {
    width: 100%;
    /* min-height: 500px; */
    /* max-width: 1100px; */
    background: white;
    margin: auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    /* -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 47% 76%, 24% 100%, 25% 75%, 0% 75%); */
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 47% 76%, 24% 100%, 25% 75%, 0% 75%); */
    align-items: center;
    /* padding: 0px 30px 350px 30px; */
    visibility: hidden;
}
.box-avviso img {
    /* margin: 20px 0; */
}
.box-avviso h3 {
    font-size: 30px;
    text-align: center;
}
.box-avviso p {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}
img.img-delivery {
    width: 100%;
    max-width: 500px;
}
.box-avviso a {
    font-size: 30px;
    margin: 0 auto 20px;
}
.box-avviso span {
    background: #ffe289;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    border-radius: 30px;
    border: 3px solid #FFC107;
    cursor: pointer;
    font-size: 25px;
    line-height: 1.2;
}
img#ferie {
    max-width: 100%;
    border-radius: 20px;
    margin: auto;
    max-height: 880px;
}

.boxFerie {
    width: 95%;
    margin: 20px 0;
    display: flex;
}
.boxAvvisoOff {
    margin: 20px 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.checkbox {
    /* margin: 20px 0; */
    font-size: 25px;
    display: flex;
    align-items: center;
    color: #fa5d5f;
    margin-bottom: 20px;
}
.checkbox input {
    /* transform: scale(1.6); */
    cursor: pointer;
    margin-right: 10px;
}
.checkbox label {
    margin: 0;
    padding: 0 0px 0 10px;
    font-style: italic;
}
@keyframes compari {
  0%{
    opacity: 0;
    transform: scale(0);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
/* MESSAGGIO AVVISO FINE */

.corpo-sito {
    padding: 0;
    box-sizing: border-box;
    background: #B7CDC2;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    position: relative;
    /* animation: ingresso 1.5s linear; */
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
}
p {
  font-size: 24px;
}
li {
    list-style: none;
}
a{
  text-decoration: none;
}
nav {
    position: fixed;
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: flex;
    margin: auto;
    justify-content: center;
    background: #b7cdc2;
    z-index: 30;
    border-left: 5px solid #a0afa8;
    border-right: 5px solid #a0afa8;
    border-bottom: 10px solid #a0afa8;
    border-radius: 0 0px 20px 20px;
}
.icon-menu {
    position: fixed;
    top: 90px;
    left: 50%;
    background: #FFC107;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%);
    padding: 5px 0;
    margin: 0;
    transition: .6s;
    z-index: 30;
}

.icon-menu i {
  transition: .5s;
  /* transform: rotate(180deg); */
  cursor: pointer;
  position: relative;
  top: 9px;
}
.fa-chevron-down:hover {
    color: #FFC107;
    text-shadow: 0 0 5px black;
}
ul.menu-ul {
    display: flex;
    width: 100%;
    align-content: center;
    margin: 0;
    overflow: visible;
    max-height: 110px;
    transition: .6s;
    z-index: 15;
}
ul.menu-ul li {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 140px;
    box-sizing: border-box;
    margin: auto;
}
li#sottoMenu {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: .5s;
}
#linkRistorazione {
    cursor: default;
}
.sotto1 {
    background: #a0afa8;
    width: 0;
    height: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    top: 70px;
    overflow: hidden;
    transition: .5s;
    font-size: 24px;
    border-radius: 20px;
    border: 4px solid #b8cdc2;
}
.sotto1 a {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    min-width: 200px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    margin: 0 !important;
}
.sotto1 p {
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 200px;
    text-align: center;
}
.sotto1 p a{
    transition: .5s !important;
}
.sotto1 p a:hover {
    color: red !important;
    letter-spacing: 2px !important;
	color: #f2b830 !important;
}

ul.menu-ul li a {
  color: black;
  font-size: 24px;
  text-transform: capitalize;
  margin: auto;
  transition: .4s;
}

ul.menu-ul li a:hover {
  text-decoration: none;
  letter-spacing: 2px;
  color: #f2b830;
  text-shadow: 0 0 3px black;
}
ul.menu-ul img {
    width: 170px;
    margin: 18px 0;
    cursor: pointer;
    transition: .4s;
    z-index: 22;
}
ul.menu-ul img:hover, .footer img:hover{
  transform: scale(.9);
}
/**********sezione ingresso***************/
section.section-ingresso {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 700px;
    max-height: 1400px;
    width: 100%;
    background-size: cover;
    border: 20px solid #b7cdc2;
    position: relative;
    overflow: hidden;
}
.cont-section {
    z-index: 1;
    /* animation: compari .5s linear .8s both; */
    background: #ffffffa8;
    width: 70%;
    border-radius: 10px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    z-index: 3;
    visibility: hidden;
}
.titolo-ingresso {
    display: flex;
    position: relative;
    width: 690px;
    margin: auto;
}
section.section-ingresso h1 {
    font-size: 200px;
    width: auto;
    text-shadow: 0 0 8px #1d2124;
    color: #ffc107;
    margin: 0;
    z-index: 1;
    /* animation: compari 1s linear 1s both; */
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
section.section-ingresso h1 b {
    color: black;
    font-size: 110px;
    margin: 0px 20px;
    text-transform: lowercase;
    text-shadow: 0 0 8px #ffc107;
}
section.section-ingresso h3 {
    font-size: 40px;
    width: auto;
    text-transform: capitalize;
    text-decoration-line: underline;
    text-shadow: 0 0 8px #ffc107;
    /* animation: compari-rotate .6s linear 1.5s both; */
    position: absolute;
    right: -30px;
    top: 140px;
    z-index: 3;transform: rotate(-15deg);
}

section.section-ingresso p {
    font-size: 40px;
    margin: 0;
    margin-top: -20px;
    font-weight: bolder;
    /* animation: compari 1s linear 2s both; */
}
button.btn-ingresso {
    font-size: 22px;
    min-width: 120px;
    padding: 0 20px;
    margin: 30px auto 0 auto;
    border-radius: 10px;
    background: #fcc2318c;
    border: 2px solid #ffc107;
    border-radius: 30px;
    color: white;
    text-transform: capitalize;
    transition: .4s;
    /* animation: compariHover 3.5s linear; */
    outline-style: none;
}
button.btn-ingresso:hover {
  transform: scale(.9);
}
.btn-effect{
  opacity: 1;
}
#ingressoH2{
  opacity: 1;
}
.filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f8f9fa52;
    z-index: 2;
}
.sfondo-zoom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../img/home-16_9.jpg) center no-repeat;
    background-size: cover;
    z-index: 0;
    animation: sfondo-zoom 20s linear infinite;
}
/**********sezione ingresso***************/

/***************Sezione Orari********************/
section.container-orari {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    background: #b8cdc2;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    display: flex;
    transition: .8s;
    padding: 50px 0;
    z-index: 100;
    display: flex;
    padding: 60px 10px;
}
.quadrato-orari {
    width: 400px;
    height: 450px;
    background: #e6ede9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
}
h2.ingresso {
    top: 25px;
    text-shadow: 0 0 3px #d39e00;
    text-decoration: underline;
}
.quadrato-orari h2 {
    position: absolute;
    bottom: 23px;
}
h2.stilePrezzo {
    font-family: arial;
    font-weight: bolder;
    font-size: 40px;
    margin: 0;
}
.quadrato-orari p:nth-child(2) {
    line-height: .2;
    font-size: 35px;
    color: #d39e00;
    margin: 20px 0;
}
.quadrato-orari hr {
    position: absolute;
    bottom: 73px;
    background: #d39e00;
    width: 80%;
    height: 2px;
}
/*************Regolamento*********************/
section.container-regolamento {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    background: #b7cdc1;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    display: flex;
    transition: .8s;
    z-index: 11;
    /* transform: translateX(-300%); */
}

.text-regolamento {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-regolamento-text {
    margin: auto;
    padding: 80px 30px;
    /* transform: translateX(-100%); */
    display: flex;
    flex-direction: column;
}

.text-regolamento h2 {
    font-size: 40px;
    margin-bottom: 30px;
    background: #FFC107;
    padding: 0 10px;
}

.text-regolamento p {
    font-size: 24px;
}
.orari-mostra {
  left: 50% !important;
}
button#closeRegolament {
    margin: auto;
    margin-top: 30px;
}
/*************Regolamento*********************/
section.container-orari i, section.container-regolamento i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    transition: .5s;
    cursor: pointer;
    opacity: .7;
}
section.container-orari i:hover, section.container-regolamento i:hover {
    transform: rotate(180deg) scale(1.1);
    opacity: 1;
}
.orariIngresso {
    display: flex;
    width: 300px;
    align-items: center;
    justify-content: center;
    background: #e6ede9;
    border-radius: 15px;
    margin: auto;
}

.orariIngresso i {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    opacity: 1 !important;
    margin-right: 10px;
    pointer-events: none;
}

.orariIngresso a {
    color: black;
}

.orariIngresso p {
    font-size: 35px;
    margin: 0;
}
/***************Sezione Orari********************/

.container-regolamento-text p {margin: 0;max-width: 1200px;/* margin: auto; *//* display: flex; */border: 5px solid #FFC107;padding: 10px;border-radius: 20px;background: #ffffff6e;line-height: 60px;}


section#section-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 700px;
    max-height: 800px;
    width: 100%;
    border: 20px solid #b6cdc3;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    background: #ffffff5c;
}
.center-info-text {
    width: 100%;
    height: 80%;
    overflow: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.box-retro {
    position: absolute;
    width: 90%;
    height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    clip-path: ellipse(50% 29% at 50% 50%);
    -webkit-clip-path: ellipse(50% 29% at 50% 50%);
    background: #e5cb8abd;
    transform: rotate(-3deg);
    padding: 50px;
}
.info-text {
    position: absolute;
    width: 85%;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    clip-path: ellipse(50% 35% at 50% 50%);
    -webkit-clip-path: ellipse(50% 35% at 50% 50%);
    background: #faf4e7de;
    transform: rotate(-10deg);
    padding: 50px;
}

.info-text p {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    color: #6c757d;
    transform: rotate(10deg);
    /* padding: 50px; */
    width: 80%;
}
.box-btn-regolamento {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
button.btn-regolamento, input.btn-invia {
    min-width: 130px;
    /* padding: 0 20px; */
    /* margin-top: 20px; */
    background: #fcc23161;
    border: 2px solid #ffc107;
    border-radius: 30px;
    text-transform: capitalize;
    transition: .4s;
    outline-style: none;
    z-index: 2;
}

button.btn-regolamento {
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 22px;
    margin: 0 10px;
}
button.btn-regolamento:hover {
    transform: scale(.9);
}
.blob {
    position: absolute;
    width: 80%;
    height: 80%;
    display: flex;
    margin: auto;
    z-index: 1;
}

.blob img {
    width: 100%;
    height: 100%;
}
.info-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #e0d09e;
}

img#palloncino1 {
    max-height: 400px;
    position: absolute;
    bottom: 50px;
    left: 1vw;
    z-index: 3;
    animation: pallocino2r 6s linear infinite;
    animation-direction: alternate-reverse;
}

img#palloncino2 {
    max-height: 500px;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 0;
    animation: pallocino2r 6s linear infinite alternate;
}
img#palloncino3 {
    max-height: 370px;
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 3;
    animation: pallocino2r 6s linear infinite alternate-reverse;
}

img#palloncino4 {
    max-height: 480px;
    position: absolute;
    bottom: 250px;
    left: 100px;
    z-index: 0;
    animation: pallocino2r 6s linear infinite;
    animation-direction: alternate;
}
/********Party**********/
section#party, section#contatti, section#ristorazione {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    width: 100%;
    border: 20px solid #b6cdc3;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
    /* background: #ffffff5c; */
}
section#contatti {
  background: #ffffff5c;
}

section#contatti {
    border-bottom: 20px solid #b6cdc2;
}
.party-titolo, .contatti-titolo, .ristorazione-titolo {
    background: url(../img/party-foto.jpg) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: flex;
    /* margin-bottom: 140px; */
}
.party-titolo {
    margin-bottom: 80px;
}
.party-titolo h2, .contatti-titolo h2, .ristorazione-titolo h2 {
    font-size: 50px;
    line-height: 2;
    text-shadow: 0 0 8px #1d2124;
    color: #ffc107;
    margin: auto auto 0 0;
    padding: 10px 20px;
    z-index: 2;
    background: #ffffffd9;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.party-prima {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    margin: 20px 0;
    display: flex;
    width: 95%;
    max-width: 1330px;
    z-index: 3;
}
.party-img {
    display: flex;
    margin: auto;
    padding: 0 20px;
}

.party-text {
    /* display: flex; */
    /* margin: auto; */
    width: 45%;
}
.party-text-in1 {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.party-text-in1 img {
    position: absolute;
    height: 70%;
    width: 100% !important;
    border: none !important;
    max-width: none !important;
}
.party-prima img {
    width: 100%;
    max-width: 500px;
    max-height: 335px !important;
    border: 2px solid white;
}

.party-text p {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 25px;
    padding: 0 35px;
    z-index: 1;
    text-align: center;
    color: #6c757d;
}
.box-collaborazione {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    margin: 50px 0 0 0;
}
.testo-collaborazione h2 {
    margin: 0;
}

.testo-collaborazione {
    margin-bottom: 20px;
    text-align: center;
}
.img-collaborazione {
    background: #f9c231;
    border-radius: 50%;
    padding: 6px;
}
.img-collaborazione img {
    width: 100%;
    max-width: 270px;
    transition: .5s;
}
.img-collaborazione img:hover {
    transform: scale(.9);
}
.box-depliant {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 500px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.box-depliant-img {
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 1;
}
.box-depliant-img img {
    width: 100%;
}
.box-depliant-text {
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #ffffff94;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-depliant p {
    margin: auto;
    font-size: 30px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100px;
    width: 90%;
    background: #FFC107;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 99%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 99%, 0% 100%);
    padding: 0 15% 0 3%;
    letter-spacing: 0.5vw;
}
i#lente {
    position: absolute;
    color: #ffc10794;
    z-index: 3;
    margin-top: 50px;
    transition: .6s;
    cursor: pointer;
}
i#lente:hover {
    transform:scale(1.2);
    color: #FFC107;

}
.btn-party {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    background: #fdc231;
    z-index: 3;
}
.btn-party p {
    /* margin: auto auto auto 50px; */
    margin: 0 0 0 50px;
    display: flex;
    font-size: 40px;
    letter-spacing: 10px;
    width: 61%;
    align-items: center;
    justify-content: center;
}
.btn-party-btn {
    margin: auto;
}
button.btn-depliant {
    margin: 50px 0;
}
.btn-party button, .btn-depliant {
    min-width: 120px;
    padding: 0 20px;
    background: #ffffff61;
    border: 2px solid #ffffff;
    border-radius: 30px;
    text-transform: capitalize;
    transition: .4s;
    outline-style: none;
    z-index: 2;
    margin: 0 10px;
}

.btn-party a, .btn-depliant {
    color: white;
    font-size: 30px;
    letter-spacing: 5px;
    text-decoration: none;
    transition: .4s;
}
.btn-party button:hover, .btn-depliant:hover {
    transform: scale(1.1);
}
.party-sfondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d7e3dd;
    z-index: -1;
}
/********Party fine**********/

/*********Ristorazione*********/
.ristorazione-titolo {
    background: url(../img/menuIngresso/sfondoRisto.jpg) top no-repeat;
    background-size: cover;
    position: relative;
}
.ristorazione-mess-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    position: relative;
    background: #f8f9fa36;
}
svg.frecciaGiu {
    position: absolute;
    bottom: -1px;width: 101%;left: -0.5%;
}
.ristorazione-mess h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    letter-spacing: 2px;
    color: #1d2124;
    z-index: 1;
    margin: 0;
    padding: 10px;
}
.ristorazione-mess h3 {
    letter-spacing: 1px;
    color: #6c757d;
    z-index: 1;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.ristorazione-mess {
    position: absolute;
    /* margin: 0 0 150px; */
    z-index: 1;
}

.ristorazione-mess img {
    position: absolute;
    top: -40%;
    left: -30%;
    width: 160%;
    height: 170%;
    z-index: -1;
}
.boxMenu {
    width: 100%;
    height: auto;
    text-align: center;
    background: #e7f2f185;
}
.boxMenuTitle {
    width: 100%;
    /* max-width: 900px; */
    /* height: 325px; */
    position: relative;
    /* margin: auto; */
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: red; */
}

.boxMenuTitle h1 {
    background: #FFC107;
    /* position: absolute; */
    /* left: 0; */
    /* transform: translateX(-40%); */
    /* top: 25px; */
    font-size: 50px;
    /* width: 735px; */
    z-index: 1;
    padding: 20px;
    box-shadow: -4px 4px 10px 2px #0000001c;
    margin: 50px 20px;
}

.boxMenuTitle h2 {
    background: #f5f9f7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateX(-60%); */
    /* top: 101px; */
    /* padding: 40px; */
    /* width: 650px; */
    opacity: 0;
    pointer-events: none;
}

.boxMenuTitle h1,
.boxMenuTitle h2 {
    border-radius: 10px;
}
.boxMenuPiatto {
    position: relative;
    height: 800px;
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
}
.boxMenuPiatto:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f5f9f7;
  z-index: 0;
}
.boxMenuPiatto:after {
  content: '';
  position: absolute;
  width: 300%;
  left: 0;
  height: 100%;
  background: url(../img/menuIngresso/patterFood2.png);
  z-index: 0;
  transition: .5s;
}
svg.grecaIngresso {
    position: absolute;
    left: -0.5%;
    top: -1px;
    width: 101%;
    z-index: 3;
}
.grecaIngressoreverse180 {
    right: -0.5%;
    bottom: -3px;
    transform: rotate(180deg);
    top: auto !important;
    left: auto !important;
    z-index: 0;
}
.divPiatto {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divPiatto img {
    max-width: 500px;
    /* position: relative; */
    z-index: 1;
}
.boxMenuRistorazione {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

img.frecciaCircle {
    max-width: 150px;
    transition: .5s;
}
span.btnMenu {
    transition: .5s;
    z-index: 2;
    margin-bottom: 10px;
    text-align: left;
    font-size: 50px;
    text-decoration: none;
    color: #fefefe;
    line-height: 60px;
    position: relative;
    padding-left: 15px;
}
span.btnMenu:before {
    content: '';
    position: absolute;
    left: 5px;
    width: 5px;
    height: 80%;
    background: #FFC107;
    top: 50%;
    transform: translateY(-50%);
}
.frecciaCircle:hover {
    transform: scale(1.1);
}
.boxMessDelivery {
    width: 100%;
    max-width: 1180px;
    height: 700px;
    /* max-height: 490px; */
    /* background-color: #E91E63; */
    display: flex;
    position: relative;
    margin: auto;
    /* margin-bottom: 100px; */
}
.boxMessDeliveryImg {
    height: 365px;
    width: 425px;
    background: #FFC107;
    position: absolute;
    left: 10px;
    z-index: 2;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -8px 8px 10px 0px #0000001f;
}

.boxMessDeliveryImgMess {
    width: 800px;
    height: auto;
    background: white;
    position: absolute;
    right: 10px;
    top: 22%;
    border-radius: 10px;
    display: inline-block;
}
img.boxMessDeliveryImgMessImg1 {
    display: none;
}
img.boxMessDeliveryImg1 {
    height: 100%;
    position: relative;
    left: 0;
    opacity: .9;
}

img.boxMessDeliveryImg2 {
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 100%;
    transition: 1s;
}
.boxMessDeliveryImg2On {
    right: 0 !important;
}
.boxMessDeliveryImgMessDiv {
    width: 80%;
    margin: 25px auto;
    padding-left: 20px;
    opacity: 0;
    transition: 1.5s;
}
.boxMessDeliveryImgMessDivOn {
  opacity: 1;
}
.boxMessDeliveryImgMessDiv img {
    width: 90%;
    margin: 10px 0;
}

.boxMessDeliveryImgMessDiv h2 {
    font-size: 45px;
    margin: 0;
}

.boxMessDeliveryImgMessDiv p {
    font-size: 25px;
}

.boxMessDeliveryImgMessDiv h3 {
    font-size: 40px;
    margin: 0;
}

a.linkApprofondisci {
    display: flex;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    transition: .5s;
}
p.approfondisci {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    /* border: 3px solid #FFC107; */
    font-size: 25px;
    margin: auto;
    /* background: #ffc10761; */
    color: #000000;
    border-radius: 30px;
    /* text-shadow: 0 0 2px #FFC107; */
    transition: .5s;
    text-decoration: underline;
    text-transform: uppercase;
}
.boxMessDeliveryImgMessDiv i {
    margin-left: 10px;
    color: #000000;
    transition: .5s;
    font-size: 28px;
    /* margin-top: 3px; */
}
a.linkApprofondisci:hover {
  padding-right: 0;
  color: #FF5722;
}
a.linkApprofondisci:hover > p {
  color: #FF5722;
}
.boxMessDeliveryImgMessDiv a:hover > i {
  margin-left: 30px;
  color: #FF5722;
}
.ristorazione-img img {
    width: 450px;
    max-width: 450px;
    margin: 0 0 60px;
    cursor: zoom-in;
    transition: .4s;
    border: 3px solid white;
}
.ristorazione-img img:hover {
   transform: scale(1.1);
}
.box-delivery-title {
    width: 100%;
    background: #FFC107;
    padding: 10px;
    /* display: none; */
}
.box-delivery-title-in {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 138px;
}

.box-delivery-title-in img {
    width: 120px;
    position: absolute;
    top: 10px;
    animation: icoDelivery 4s linear infinite;
}
@keyframes icoDelivery {
    0%{
        left: -10%;
        z-index: 1;
        transform: rotate(20deg);
    }
    25%{
        transform: rotate(0deg);
    }
    70%{
        transform: rotate(0deg);
    }
    90%{
        left: 105%;
        z-index: 1;
        transform: rotate(20deg);
    }
    92%{
        left: 105%;
        z-index: -1;
    }
    100%{
        left: -10%;
        z-index: -1;
    }
}
.box-delivery-title-in h2 {
    text-align: center;
    margin: 40px 0;
    z-index: 1;
    color: white;
    font-size: 50px;
    text-shadow: 0 0 12px black;
}
.container-delivery {
    width: 100%;
    background: #ffe9a6;
    display: flex;
    flex-direction: column;
}

.box-delivery-text {
    max-width: 90%;
    /* width: 50%; */
    padding: 30px 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-delivery-text h2 {
    text-align: center;
    text-shadow: 0 0 3px white;
}
h2.titleDelivery20 {
    margin: 0 0 30px;
    transform: rotate(-5deg) translateX(-10px);
    text-decoration: underline;
    text-shadow: 0 0 8px #FFC107;
}
.box-delivery-text h3 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    text-shadow: 0 0 3px white;
}

.box-delivery-img {
    min-width: 40%;
    /* width: 50%; */
    display: flex;
}
.box-delivery-img img {
    width: 80%;
    max-width: 400px;
    max-height: 285px;
    margin: 30px auto 30px auto;
    border: 3px solid white;
    cursor: pointer;
    transition: .4s;
}
.box-delivery-img img:hover,
.box-delivery-img-menu2 img:hover {
    transform: scale(1.1);
}
.box-delivery-img-menu2 {
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-delivery-img-menu2 img {
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    cursor: pointer;
    margin: 20px 0;
}
.deliveryReverse {
    flex-direction: row-reverse;
}
/******media******/
@media only screen and (max-width: 990px){
  .container-delivery {
    flex-direction: column;
}
.box-delivery-text {
    width: 100%;
    max-width: 90%;
}
.contenitore-menu1-title-reverse {
    background: linear-gradient(0deg, transparent 50%, black 130%) !important;
}
.contenitore-menu1-title-reverse h2 {
    bottom: auto;
    top: 0;
    left: 0;
    margin: 20px 0 0 20px !important;
}

.contenitore-menu2-title {
    background: linear-gradient(0deg, black -20%, transparent 70%) !important;
}
.box-delivery-img {
    width: 100%;
}
.box-delivery-img img {
    width: 90%;
}
}
@media only screen and (max-width: 690px){
    .box-delivery-title-in h2 {
    font-size: 40px;
}
.box-delivery-text {
    padding: 30px 5px;
    max-width: 100%;
}
h2.titleDelivery20 {
    font-size: 32px;
}
.box-delivery-text h3 {
    font-size: 25px;
}
.postFacebook-titolo h2 {
    font-size: 32px;
}
.box-delivery-title-in img {
    animation: icoDelivery 2s linear infinite;
}
}

/****** fine media******/
.postFacebook {
    width: 100%;
    padding: 20px 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/facebook.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    position: relative;
}
.postFacebook-gradient {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #ffe9a6e0;
    position: absolute;
    top: 0;
    left: 0;
}
.postFacebook-titolo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.postFacebook-titolo h2 {
    margin: 0 0 15px;
    padding: 20px 0;
    transform: rotate(-5deg) translateX(-10px);
    text-decoration: underline;
    text-shadow: 0 0 8px #FFC107;
    z-index: 1;
}
.iframe {
    z-index: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
}

.iframe iframe {
    margin: auto;
    display: flex;
    min-width: 500px;
}
.btn-party2 {
    /* margin-top: 10px; */
}
/*********Fine Ristorazione*********/

/*********Ristorazione2*********/
section#apeDelivery {
    width: 100%;
    background: white;
    /* border: 20px solid #b6cdc3; */
}

.contenitore-menu {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    height: 500px;
    overflow: hidden;
}
.contenitore-menu1,
.contenitore-menu2 {
    cursor: zoom-in;
}
.contenitore-menu1 {
    width: 55%;
    height: 500px;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.contenitore-menu1-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 950px;
    transform: rotate(-10deg) translate(-3%, -22%);
    transition: .6s;
}
.contenitore-menu1:hover .contenitore-menu1-img {
    transform: rotate(-10deg) translate(-3%, -25%) scale(1.2);
}

.contenitore-menu1-img img {
    width: 100%;
}
.contenitore-menu1-title {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black -30%, transparent 90%);
}

.contenitore-menu1-title h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    margin: 0 0 20px 20px;
}
.contenitore-menu2 {
    width: 55%;
    height: 500px;
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
}
.contenitore-menu2-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 950px;
    transform: rotate(-10deg) translate(4%, -21%);
    transition: .6s;
}
.contenitore-menu2:hover .contenitore-menu2-img {
    transform: rotate(-10deg) translate(4%, -21%) scale(1.2);
}
.contenitore-menu2-img img {
    width: 100%;
}
.contenitore-menu2-title {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black -30%, transparent 90%);
}

.contenitore-menu2-title h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    margin: 0 20px 20px 0;
}
@media only screen and (max-width: 990px){
    .contenitore-menu {
    height: 910px;
}

.contenitore-menu1 {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.contenitore-menu1-img {
    transform: rotate(-10deg) translate(0%, -15%) scale(1.05);
}
.contenitore-menu2 {
    width: 100%;
    bottom: 0;
    top: auto;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}
.contenitore-menu2-img {
    transform: rotate(-10deg) translate(7%, -10%) scale(1.06);
}
}


@media only screen and (max-width: 750px){
   .contenitore-menu2-img {
    width: 735px;
    transform: rotate(-10deg) translate(3%, -10%) scale(1.06);
}

.contenitore-menu1-img {
    width: 800px;
    transform: rotate(-10deg) translate(-8%, -10%) scale(1.05);
}
}

/*********Fine Ristorazione2*********/

/************Contatti**************/
.contatti-titolo {
    background: linear-gradient(180deg, #00BCD4 50%, #ffffff 80%);
    background-size: cover;
    margin-bottom: 40px;
    position: relative;
}
.box-contatti {
    display: flex;
    min-height: 400px;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.boxImgContatti {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
}

img#lettere {
    height: auto;
    width: auto;
    position: relative;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 50%;
    transition: 1.2s;
}

img#contactUs {
    height: 100%;
    margin: 0 30px;
    position: relative;
    padding: 10px 0 0 0;
    bottom: -100%;
    transition: 1.5s;
    z-index: 0;
}
.lettereOn {
    left: 0 !important;
}

.contactUsOn {
    bottom: 0 !important;
}
img#lettereOn {
    left: 0;
}

img#contactUsOn {
    bottom: 0;
}
.box-contatti-sx {
    margin: auto;
    padding: 30px 0;
}
.box-contatti-sx h3 {
    font-size: 35px;
    text-shadow: 0 0 8px #1d2124;
    color: #ffc107;
    text-align: center;
    grid-column: 1/3;
}
.box-contatti-sx-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.box-contatti-sx-text i {
    font-size: 25px;
    text-align: center;
    margin: 0 10px;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

p#ritornoQui {
    transition: .5s;
}
.linkMaps {
    flex-direction: row;
    height: 60px;
}
.linkMaps p {
    transition: .5s;
}
.linkMaps p:hover {
    letter-spacing: 1px;
    text-shadow: 0 0 3px #FFC107;
}
.box-contatti i {
    font-size: 45px;
}
.box-contatti-sx-text p {
    font-size: 28px;
    font-weight: 100 !important;
    margin: 0;
    text-align: center;
    grid-column: 2;
    color: black;
}
#iconWhatsApp {
    font-size: 45px;
}
#whatsappP {
    color: #41e660;
    text-shadow: 0 0 3px black;
}
.box-contatti-sx-text a {
    text-decoration: none;
    color: #d2dfd9;
    transition: .6s;
}




/**controllo**/




div#box-orari h4 {
    text-align: center;
    color: #000000;
    text-shadow: 0px 1px 9px #FFC107;
    font-size: 35px;
}
h4#messOrari {
    color: #ff4c5d !important;
    text-decoration: underline;
}
div#box-orari {
    margin: 20px 0 0 0;
    text-align: center;
}
.box-contatti-dx {
    grid-column: 1/3;
    padding: 20px;
    margin: 40px 20px;
  }
.box-form-in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.box-mail {
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box-messaggio {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
}
.box-form-titolo {
    text-align: center;
    color: white;
    margin: 20px auto 40px;
}
.box-form-titolo h2 {
    font-weight: 800;
    font-size: 45px;
}
.box-form-titolo h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 10px;
}
.box-form-titolo h4 {
    font-size: 30px;
    font-weight: 500;
}
.box-mail.box-messaggio {
    grid-column: 1;
}

.box-messaggio textarea {
    font-size: 20px;
    width: 100%;
    height: 100% !important;
    border-radius: 10px;
    padding: 10px;
    border: none;
    background: rgba(160, 175, 168, 0.61);
    color: white;
    outline-color: white;
}

.box-mail input {
    min-height: 35px;
    font-size: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding-left: 2%;
    border: none;
    margin: auto;
}
.box-mail input {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
    height: 100%;
    min-height: 60px;
    max-height: 60px;
    background: rgba(160, 175, 168, 0.61);
    color: white;
    outline-color: white;
}
.chk-privacy {
    grid-column: 1/3;
    grid-row: 3;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 10px 0;
    font-size: 18px;
}

.chk-privacy input a {font-size: 30px;}

.chk-privacy input[type=checkbox] {margin: 0 10px 3px;}
.box-messaggio textarea::placeholder,
.box-mail input::placeholder {
    color: white;
}
.chk-privacy p {
    margin: 0;
    line-height: 1.1;
}
.box-mail-invia {
    grid-column: 1/3;
    margin-top: 30px;
}
input.btn-invia {
    border: 2px solid #ffc107;
    color: white;
    margin: auto;
    display: flex;
    font-size: 22px;
    justify-content: center;
}
/************Fine contatti**************/

/* footer */
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #a0afa8;
    padding: 30px 0;
}

.footer a {
    color: black;
    transition: .5s;
}
.footer a:hover {
    letter-spacing: 2px;
    text-decoration: none !important;
}

.footer .fab {
    color: #fffaf0;
    transition: .5s;
}
.footer .fab:hover {
    color: #f2b830;
    letter-spacing: 0px;
    transform: rotate(360deg);
}
.footer img {
    max-height: 60px;
    margin-left: -10px;
    transition: .4s;
    cursor: pointer;
}

.footer h2 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 600;
}
/* footer fine */



/****************Aggiunte********************/
.menuHidden {
  transform: translateY(-200px);
  max-height: 0 !important;
  overflow: hidden !important;
}
.rotate {
  transform: rotate(0deg) !important;
}
.img-zoom {
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    visibility: hidden;
}
.zoom {
    visibility: visible;
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100vh;
    /* height: auto; */
    background: #000000c7;
    z-index: 100;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    overflow: auto;
    transform: scale(1);
    transition: .5s;
    overflow: scroll;
}
.prova {
    display: flex;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.img-zoom.zoom i {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    transition: .4s;
    color: #fffefe;
    opacity: .6;
    text-shadow: 0 0 10px black;
}
.img-zoom.zoom i:hover {
    transform: rotate(180deg) scale(1.1);
    opacity: 1;
}
.img-zoom img {
    width: 96%;
    max-width: 1600px;
    margin: auto;
    padding: 100px 0;
    /* max-width: 550px; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}
.menu-icon-down {
  top: -20px !important;
  background: #ffc107;
}

.depliant {
    /* position: absolute !important; */
    /* top: 15px !important; */
    /* left: 0 !important; */
    /* transform: translateX(-50%) !important; */
    max-width: 1200px !important;
    max-height: none !important;
    /* width: 95%; */
}
a.scarica-depliant {
    position: absolute;
    z-index: 2;
    text-decoration: none;
    color: white;
    background: #f9c231b8;
    border: 2px solid #ffc107;
    outline: none;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 25px;
    line-height: 1.2;
    top: 25px;
    left: 20px;
    transition: .5s;
    visibility: hidden;
    /* text-shadow: 0 0 5px black; */
    box-shadow: 0 0 10px 0px black;
}
a.scarica-depliant:hover {
    transform: scale(.9);
}
.tasti {
    width: 100%;
    max-width: 1600px;
    height: 90px;
    position: sticky;
    top: 0px;
    z-index: 3;
    margin: 0 auto;
}
