@media only screen and (min-width: 1281px) {
  body {
    background-color: white;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .spinner-container {
    width: 100%;
    height: 100vh;
    display: block;
    background-color: white;
    animation: fadeOut 0.3s 2s forwards;
    position: fixed;
    top: 0;
  }
  .spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid purple;
    border-bottom: 4px solid rgb(194, 58, 194);
    margin: 1em auto;
    animation: spin 0.8s linear 3;
  }
  .logo-large {
    width: 30%;
    text-align: center;
    padding: 8px;
  }
  .section1 {
    background: #f0f0f0;
    margin: 0 auto;
    padding: 2em;
  }
  .circle_number {
    background-color: rgb(204, 82, 204);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    padding: 0.5em;
    color: white;
    margin-left: -2.2em;
    margin-right: 2em;
    font-weight: bold;
  }
  .location {
    background-color: #d0cfd1;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 1em;
    border-top: 3px solid #b0acb4;
  }
  i {
    padding-right: 0.5em;
    justify-content: end;
  }
  h1.book_menu {
    font-weight: 600;
    margin-top: 0;
    font-weight: 700;
  }
  h2 {
    text-align: justify;
  }
  .book {
    background-color: #e7e9ea;
    padding: 5em;
  }
  p {
    color: grey;
  }
  .button1 {
    background-image: linear-gradient(
      to bottom right,
      rgb(240, 122, 240),
      rgb(110, 4, 110)
    );
    border: 0;
    font-weight: bold;
    border-radius: 25px;
    padding: 1em;
    color: white;
    text-align: center;
    margin: 2em auto;
    font-size: 15px;
    width: 30%;
  }
  .button1 a:active,
  .button1 a:link,
  .button1 a:visited,
  .button1 a:hover {
    text-decoration: none;
    color: white;
  }
  .button1:hover {
    box-shadow: 0 4px 8px 0 rgba(5, 3, 3, 0.4), 0 6px 20px 0 rgba(3, 3, 3, 0.4);
    background-image: linear-gradient(
      to bottom right,
      rgb(219, 139, 219),
      rgb(167, 48, 167)
    );
  }
  .section2 {
    background-color: white;
    padding: 2em 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section3 {
    background-color: rgb(235, 230, 230);
    padding: 2em 1em;
  }
  .section3 h2 {
    text-align: center;
  }
  .card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .section3 .bastille {
    display: flex;
    flex-direction: row;
  }
  .button2 i {
    color: black;
  }
  .button2:hover {
    background-color: rgb(205, 186, 214);
    text-decoration: none;
  }
  .button2:hover {
    background-color: rgb(205, 186, 214);
  }
  .button2 {
    background-color: whitesmoke;
    border-radius: 1em;
    padding: 1em;
    margin-top: 2em;
    margin-right: 2em;
    margin-left: 2em;
    width: calc(60% - 4em);
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .resto1 {
    background-image: url("../image/jay-wennington-N_Y88TWmGwA-unsplash.jpg");
    margin-bottom: 10px;
  }
  .resto2 {
    background-image: url("../image/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg");
    margin-bottom: 10px;
  }
  .resto3 {
    background-image: url("../image/stil-u2Lp8tXIcjw-unsplash.jpg");
    margin-bottom: 10px;
  }
  .resto4 {
    background-image: url("../image/toa-heftiba-DQKerTsQwi0-unsplash.jpg");
    margin-bottom: 10px;
  }
  .r1name {
    background-color: white;
    display: flex;
    flex-direction: row;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 6em);
    padding: 1em 3em;
    text-align: left;
    margin: 0 auto;
    cursor: pointer;
  }
  .r1name a:link,
  .r1name a:visited,
  .r1name a:hover {
    color: black;
    text-decoration: none;
  }
  .part1 a:link,
  .part1 a:visited,
  .part1 a:hover {
    color: black;
    text-decoration: none;
  }
  .same {
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    height: 360px;
    width: 30%;
    background-repeat: no-repeat;
    margin: 0.5em;
  }
  .new_label {
    background-color: rgb(128, 233, 175);
    color: rgb(40, 161, 40);
    border-radius: 2px;
    padding: 0.5em;
    width: 30px;
    margin-bottom: 30px;
    text-align: right;
    margin: 30px;
    padding-right: 0.75em;
  }
  .material-icons {
    cursor: pointer;
  }
  .material-icons:hover {
    text-shadow: none;
    color: rgb(201, 60, 201);
  }
  .favorite {
    cursor: pointer;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
  }
  .favorite:hover {
    color: rgb(177, 67, 177);
    text-shadow: none;
  }
  footer {
    background: rgb(65, 64, 64);
    color: white;
    justify-content: start;
    padding-top: 3em;
    text-align: start;
    padding-left: 2em;
  }
  footer a,
  footer a:hover,
  footer a:visited {
    color: white;
    text-decoration: none;
  }
  footer svg {
    fill: white;
  }
  .w-title {
    color: white;
    padding: 5%;
  }

  .background-image1 {
    display: block;
    height: 300px;
    background-size: cover;
    background-image: url("../image/toa-heftiba-DQKerTsQwi0-unsplash.jpg");
  }
  .part1 {
    background-color: rgb(241, 239, 239);
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    text-align: start;
    padding-left: 25px;
    padding-top: 15px;
    font-weight: bolder;
    margin-top: -4em;
    padding-right: 25px;
  }
  .part1 h1 {
    font-style: italic;
    font-weight: bolder;
  }
  .restaurant_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .underline {
    padding-bottom: 5px;
    border-bottom: 3px solid rgb(46, 206, 192);
  }
  .bastille {
    background-color: rgb(255, 254, 254);
    border-color: black;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    animation: fadeIn 1s linear;
  }
  .bastille .check {
    background-color: rgb(17, 233, 215);
    display: none;
    text-align: center;
    justify-content: center;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: white;
    width: 20%;
    height: calc(100% + 2em);
    cursor: pointer;
  }
  .bastille:hover .check {
    animation: stretchLeft 0.5s linear;
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
  }
  .bastille:hover .check i {
    animation: spin 0.5s linear;
  }
  .bastille:not(:hover) .check {
    animation: shrinkRight 0.5s linear;
  }
  .bastille .title {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px;
  }
  .bastille .heading {
    font-size: 1.1rem;
    color: black;
  }
  .bastille .subtitle {
    color: gray;
  }
  .bastille .price {
    font-weight: 700;
    text-align: right;
    align-self: flex-end;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes stretchLeft {
    0% {
      width: 0;
    }
    100% {
      width: 20%;
    }
  }

  @keyframes shrinkRight {
    0% {
      width: 20%;
    }
    100% {
      width: 0;
      display: none;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      margin-top: 4em;
    }
    100% {
      opacity: 1;
      margin-top: 1em;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      display: none;
      z-index: -9999999;
    }
  }
  .zero:hover {
    animation: rightleft 1s ease-in;
  }
  .h5 {
    font-weight: 400;
    font-size: xx-large;
  }
  .order {
    text-align: center;
  }
  .order:hover button {
    box-shadow: 0 4px 8px 0 rgba(5, 3, 3, 0.4), 0 6px 20px 0 rgba(3, 3, 3, 0.4);
    background-image: linear-gradient(
      to bottom,
      rgb(216, 147, 216),
      rgb(168, 31, 168)
    );
  }
  .order button {
    background-image: linear-gradient(to bottom, rgb(214, 130, 214), purple);
    text-align: center;
    padding: 15px 45px;
    color: white;
    border-radius: 20px;
    border: none;
    font-weight: 900;
    margin: 40px auto;
  }
  .titolo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .background-image2 {
    display: block;
    height: 300px;
    background-size: cover;
    background-image: url("../image/stil-u2Lp8tXIcjw-unsplash.jpg");
  }
  .background-image3 {
    display: block;
    height: 300px;
    background-size: cover;
    background-image: url("../image/jay-wennington-N_Y88TWmGwA-unsplash.jpg");
  }
}
