@media only screen and (max-width: 1200px) {
/* menu */
nav.menu-container {
    height: 72%;
    transition: .6s;
    overflow: auto;

}
.menu-container-up {
    height: 0 !important;
    top: -0.5px;
}
ul.menu-ul {
    display: grid;
    max-height: 490px;
    min-height: 490px;
    margin: auto;
}
li.li-logo {
    grid-row: 1;
}
ul.menu-ul img {
    grid-row: 1;
    justify-content: center;
    margin: 10px auto;
    width: 230px;
}

ul.menu-ul li {
    margin: 6px auto;
}
.icon-menu {
    top: 70%;
}
.sotto1{
    position: relative;
    top: 0;
    border: 3px solid #FFC107;
}

/* fine menu */

/* section ingresso */
.cont-section {
    width: auto;
    }
section.section-ingresso h1 {
    font-size: 140px;
    margin: auto;
}

section.section-ingresso h1 b {
    font-size: 85px;
}

section.section-ingresso h3 {
    right: 65px;
    top: 101px;
    font-size: 32px;
}

section.section-ingresso p {
    font-size: 32px;
}
.menuHidden {
    transform: translateY(-200%);
}
/* fine section ingresso */
/* section info */

.info-text p {
  line-height: 1.3;
}

/* section info fine */
/* section Party */
.btn-party p {
    letter-spacing: 5px;
}
/* section party fine */

/* section ristorazione */
.boxMessDeliveryImgMess {
    width: 600px;
}
.boxMessDeliveryImg {
    height: 340px;
    width: 420px;
}
.boxMessDelivery {
    max-width: 1000px;
    height: 750px;
}
/* section ristorazione fine */

/* section contatti */

.box-form-in {
    grid-template-columns: .7fr 1fr;
}
.box-contatti-dx {
    display: none;
  }
/* section contatti fine */
}
@media (max-width: 1100px) {
/* section ristorazione */
.boxMessDeliveryImg {
    width: 375px;
    height: 330px;
}
.boxMessDelivery {
    max-width: 950px;
}

/* section ristorazione fine */
}
@media (max-width: 990px) {
.boxMenuTitle {
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 30px;*/
}

.boxMenuTitle h1 {
    /*position: relative;
    width: 90%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /*font-size: 42px;*/
}

.boxMenuTitle h2 {
    /*position: relative;
    width: 95%;
    top: auto;
    font-size: 28px;
    padding: 35px 20px 20px 20px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.divPiatto img {
    width: 98%;
}
span.btnMenu a {
    font-size: 50px;
}
.boxMessDeliveryImg {
    display: none;
}

.boxMessDeliveryImgMess {
    bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    height: auto;
    width: 93%;
    margin-bottom: 50px;
    overflow: hidden;
}

.boxMessDelivery {
    height: auto;
}

img.boxMessDeliveryImgMessImg1 {
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
    display: block;
}

.boxMessDeliveryImgMessDiv {
    width: 90%;
    padding: 0;
}

img#lettere {
    /*position: absolute;
    width: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    display: none;
}
.boxImgContatti:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/contact/lettere.png) center no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}
}
@media only screen and (max-width: 900px) {
  /* section ingresso */
  .titolo-ingresso h1 {
      flex-direction: column;
      display: flex;
  }
  .titolo-ingresso b {
      margin: -30px 0 !important;
  }
  section.section-ingresso h1 {
      flex-direction: column;
  }
  section.section-ingresso h3 {
      bottom: 15px;
      right: 200px;
      position: absolute;
      display: flex;
      align-items: flex-end;
      z-index: 12;
  }
  section.section-ingresso p {
    font-size: 26px;
}

button.btn-ingresso {
    font-size: 20px;
}
  /* section ingresso fine */
  /* section info */
  .center-info-text {
    height: auto;
}

.box-retro {
    width: 98%;
    height: 880px;
}

.info-text {
    width: 90%;
    height: 800px;
}

.info-text p {
    line-height: 1.2;
    margin-top: -40px;
}
  button.btn-regolamento {
    /* position: absolute; */
    /* bottom: 30px; */
}
img#palloncino1 {
    max-height: 300px;
}

img#palloncino2 {
    max-height: 320px;
}

img#palloncino3 {
    max-height: 270px;
}

img#palloncino4 {
    max-height: 330px;
    top: 75px;
    left: 20px;
}
  /* section info fine */
/* section party */
.party-prima {
    display: flex;
    flex-direction: column;
}
.party-text {
    margin: auto;
    width: 100%;
    max-width: 400px;
}
.party-reverse {
    flex-direction: column-reverse;
}
.party-text-in1 {
    min-height: 235px;
    /* margin: 50px 0; */
}
.party-text-inverse {
    grid-row: 2;
}
.btn-party p {
    margin: 0;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 35px;
    width: 100%;
}

.btn-party {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
}
.box-depliant {
    flex-direction: column;
    margin: 30px 0 0px;
}
.box-depliant p {
  margin: 0;
}
button.btn-depliant {
    margin: 15px 0 0;
}
.btn-party-btn {
    margin: auto;
}
.btn-party a, .btn-depliant {
    font-size: 25px;
}
/* section party fine */
/* section ristorazione */
.ristorazione-titolo {
    background: url(../img/menuIngresso/sfondoRisto-sm.jpg) bottom center no-repeat;
    background-size: cover;
}
/* fine section ristorazione */
/* section contatti */

div#box-orari h4 {
    font-size: 32px;
}
.box-form-in {
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
}

.box-mail, .box-mail {
    grid-column: 1;
    grid-gap: 0;
}

.box-messaggio {
    grid-column: 1;
    grid-row: 3;
}
.chk-privacy {
    grid-row: 4;
}
/* section contatti fine */

}


@media only screen and (max-width: 690px) {
  section.section-ingresso {
      border: 10px solid #b7cdc2;
  }
  /* section ingresso */
  .cont-section {
    padding: 0 0 20px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}
section.section-ingresso p {
    width: 100%;
    font-size: larger;
}
section.section-ingresso h1 {
    width: 100%;
}
/* section ingresso fine */

  /* section info */
  section#section-info {
    border: 10px solid #b6cdc3;
}
  img#palloncino4 {
    bottom: -110px;
}

img#palloncino1 {
    max-height: 270px;
    bottom: 150px;
    left: -20px;
}
.box-retro {
    display: none;
}

.info-text {
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
    height: 110%;
    padding: 0 19px;
}
.info-img {
    display: none;
}

button.btn-regolamento {
    z-index: 3;
    font-size: 20px;
}
/* section info fine */
  .container-regolamento-text p {
    line-height: 50px;
}
/* section party */
.party-titolo h2, .contatti-titolo h2, .ristorazione-titolo h2 {
    line-height: 1.1;
    font-size: 45px;
}

section#party {
    border: 10px solid #b6cdc3;
    border-top: none;
}
.party-img {
    padding: 0;
}

.party-prima img {
    /* height: auto; */
    width: 100%;
    /* max-height: 220px; */
}
/* section party fine */
/* depliant */
.depliant {
    margin-top: 80px !important;
}
/* depliant fine */
/* section ristorazione */
section#ristorazione {
    border: 10px solid #b6cdc3;
}

.ristorazione-mess {
    padding: 0 10px;
}

.ristorazione-mess h2 {
    font-size: 35px;
    line-height: 1;
    padding: 10px 20px;
}

.ristorazione-mess h3 {
    font-size: 25px;
    padding: 10px 20px;
    line-height: 1;
}
.ristorazione-img img {
    width: 80%;
}
.img-zoom img {
  max-width: 550px;
}
/* section ristorazione fine */
/* section contatti */
.box-contatti-dx {
    padding: 0;
    margin: 40px 5px;
}
img#lettere {
    display: none;
}
img#contactUs {
    max-width: 90%;
    position: absolute;
    bottom: 0;
    max-height: 95%;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    margin: 0;
}

section#contatti {
    border: 5px solid #b6cdc2;
}
/* section contatti fine */
}
@media only screen and (max-width: 490px) {
  /* section info */
  section#section-info {height: auto;min-height: 80vh;max-height: 1000px;overflow-y: inherit;}

.info-text {
    height: auto;
    top: 0px;
    transform: none;
    position: relative;
    padding: 0;
    background: none;
}

.info-text p {
    transform: none;
    margin: 30px 0;
}

button.btn-regolamento {
    position: relative;
}
/* section info fine */
}
/* fine @media */
@media only screen and (max-height: 550px) {
  nav.menu-container{
    overflow: auto;
  }
  .img-zoom img {
    /* max-width: 550px; */
  }

}
