.mask-stroke-rabbit {
  display: none;
}
.hero-title--wrapper {
  display: flex;
  opacity: 1;
}

@media (min-width: 1600px) {
  .rabbit-mask-1 {
    width: 20vw;
  }
}

@media (max-width: 1025px) and (min-width: 992px) and (orientation: portrait) {
  h1 {
    font-size: 6rem;
  }

  .menu-button_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-button-click-wrapper {
    width: 100%;
  }

  .title-stroke-wrapper._100 {
    width: 80%;
  }

  .understroke-img {
    width: 100%;
  }

  .h2-centered {
    font-size: 5rem;
  }

  /*modal pop-up*/
  .modal .col.col-lg-6.col-xs-12 {
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }

  /*header section*/
  .header-doodle--wrapper .col.col-lg-5.col-xs-11.col-doodle-1 {
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }

  .header-doodle--wrapper .col.col-lg-5.col-xs-11.col-doodle-2 {
    max-width: 50%;
    flex-basis: 50%;
  }

  /* About section*/
  .about-wrapper .col.col-lg-6.col-xs-12.col-md-10 {
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }

  /*food menu section*/

  .food-img-wrapper {
    width: 170%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }

  .menu-section-wrapper {
    height: 100vh;
  }

  .food-menu-wrapper .col.col-lg-4.col-md-10.col-sm-10.col-xs-11 {
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }

  .svg__wrapper {
    display: none;
  }

  /*
  .header-doodle--wrapper {
    padding-top: 9rem;
  }

  .food-element-item {
    width: 45%;
    max-width: 48rem;
  }

  .food-element-list {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .food-element-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .food-element-item:nth-child(4n + 1) {
    justify-content: end;
    left: 10%;
  }

  .food-element-item:nth-child(4n + 2) {
    justify-content: start;
    left: -15%;
  }

  .food-element-item:nth-child(4n + 3) {
    justify-content: end;
    right: -15%;
  }

  .food-element-item:nth-child(4n + 4) {
    right: 15%;
  }*/

  /*Location section*/
  .location-picture {
    left: 0%;
    height: 55vh;
  }

  .location-wrapper {
    justify-content: flex-end;
    height: 120vh;
  }

  .location-info {
    width: 100%;
    max-width: 100%;
  }

  .location-svg.top {
    display: none;
  }

  .mask-wrapper {
    width: 40%;
  }

  .location-info--wrapper {
    padding-left: 0%;
  }

  .location-img-wrapper {
    position: relative;
    height: auto;
    max-height: auto;
    width: 100%;
  }

  .all-infor-column--wrapper {
    justify-content: center;
    height: 50%;
    margin-top: -3rem;
  }

  .col-md-12 {
    max-width: 100%;
  }

  .color-block-portrait {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    display: block;
    background-color: #0a3d49;
    height: 25%;
  }

  .title-stroke-wrapper {
    width: 70%;
  }

  /* Divider Section */

  .one-marquee-wrapper._3,
  .one-marquee-wrapper._7 {
    justify-content: center;
  }

  .divider-wrapper {
    margin-top: -2rem;
  }

  .divider-wrapper .h1-display {
    font-size: 12rem;
  }

  /*Footer*/
  .footer-wrapper .col.col-lg-3.col-md-4.col-xs-8 {
    max-width: 40%;
  }

  .footer-wrapper {
    margin-top: -2px;
  }

  .footer-info--wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .all-info-footer-wrapper {
    flex-direction: column;
    grid-row-gap: 1rem;
    align-items: center;
  }
}
