:root {
  --sp-red: #ee3a36;
  --sp-dim-grey: #626366;
  --sp-yellow: #fffce2;
  --sp-misty-rose: #fbe1e5;
  --black: black;
  --white: white;
  --sp-light-blue: #d9eff4;
}

h1 {
  color: var(--sp-red);
  margin-top: 0;
  font-family: ff-dax-pro, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  color: var(--sp-red);
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

h3 {
  color: var(--sp-red);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

p {
  color: var(--sp-dim-grey);
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 22px;
}

a {
  color: var(--sp-dim-grey);
  text-decoration: none;
}

.hero-section {
  margin-top: 40px;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
}

.about-section {
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.section-title {
  color: var(--sp-dim-grey);
  font-family: Inconsolata, monospace;
  font-size: 12px;
}

.section-title.t-centered, .section-title.para-centre {
  text-align: center;
}

.section-title.white-text.text-center {
  margin-bottom: 5px;
}

.button {
  width: 110px;
  height: 26px;
  border: 1px solid var(--sp-red);
  color: var(--sp-red);
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-family: ff-dax-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  background-color: var(--sp-yellow);
}

.button.reserve {
  width: 120px;
  margin-top: 12px;
  margin-left: 10px;
}

.button.hide {
  display: none;
}

.nav-bar {
  z-index: 4;
  color: var(--sp-red);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  font-family: Inconsolata, monospace;
}

.nav-link {
  color: var(--sp-red);
  letter-spacing: 0;
  padding-top: 30px;
  font-size: 12px;
}

.nav-link:hover {
  color: var(--sp-misty-rose);
  text-transform: none;
  text-decoration: none;
}

.nav-link.hide {
  display: none;
}

.nav-container {
  max-width: 1100px;
  display: block;
}

.brand {
  width: 100px;
  margin-top: 14px;
  margin-left: -20px;
  position: relative;
}

.circle-pattern {
  width: 100px;
  height: 100px;
  background-image: url('../images/salt-and-palm-flora-pattern.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 500px;
  background-attachment: scroll;
  border: 1px red;
  border-radius: 100%;
  position: relative;
  top: -160px;
  left: 0;
}

.hero-container {
  max-width: 1100px;
  min-height: 500px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-heading {
  z-index: 3;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.hero-image {
  z-index: 2;
  width: 700px;
  height: 500px;
  background-image: url('../images/snp-23-01.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: -30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.yellow-box {
  z-index: 0;
  width: 900px;
  height: 500px;
  background-color: var(--sp-yellow);
  margin-top: -30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.yellow-box.gallery-box {
  z-index: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.sm-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sm-icon-block {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.fb-icon {
  width: 15px;
  height: 15px;
  background-image: url('../images/salt-and-palm-facebook.svg');
  background-position: 0 0;
  background-size: cover;
}

.ig-icon {
  width: 15px;
  height: 15px;
  background-image: url('../images/salt-and-palm-instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-container {
  max-width: 1100px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 0;
  display: block;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: var(--sp-misty-rose);
  border-radius: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.columns {
  width: 100%;
}

.column {
  height: 300px;
  justify-content: center;
  display: flex;
  position: relative;
}

.pattern-01 {
  z-index: 2;
  width: 200px;
  height: 400px;
  background-image: url('../images/salt-and-palm-pattern-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  display: block;
  position: absolute;
  left: 40px;
}

.two-circles {
  position: absolute;
}

.square-img {
  z-index: 3;
  width: 200px;
  height: 200px;
  background-image: url('../images/salt-and-palm-outdoor-dining.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: -50px;
  left: 9px;
}

.about-col-1 {
  min-height: 500px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.column-2 {
  margin-bottom: 30px;
}

.menu-section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 25px 70px;
  display: block;
  position: relative;
}

.heading-centred {
  text-align: center;
}

.menu-text-container {
  z-index: 2;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.promotion-section {
  margin-top: 300px;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.fnb-container {
  max-width: 1750px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-block {
  height: 250px;
  min-width: 250px;
  background-color: var(--sp-misty-rose);
  background-image: url('../images/snp-23-food.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block:hover {
  opacity: 1;
}

.link-block.drink-menu {
  background-image: url('../images/snp-23-drinks.jpg');
}

.link-block.canape-menu {
  background-image: url('../images/snp-23-promo.jpg');
}

.link-block.eventmenu {
  background-image: url('../images/snp-23-events.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block.xmas {
  background-image: url('../images/snp_xmas21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.link-block-2 {
  width: 300px;
  height: 300px;
  background-color: var(--sp-dim-grey);
  color: var(--sp-dim-grey);
  background-image: url('../images/salt-and-palm-drinks.jpg');
  background-position: 0 0;
  background-size: cover;
}

.left-menu-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 5px;
  display: flex;
}

.right-menu-box {
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px;
  display: flex;
}

.right-menu-box.hide {
  display: none;
}

.menu-title {
  color: #fff;
  text-shadow: 0 0 20px var(--black);
  justify-content: center;
  align-items: center;
  font-family: ff-dax-pro, sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-title:hover {
  background-color: rgba(255, 252, 226, .25);
  text-decoration: none;
  transform: translate(0);
}

.food {
  height: 250px;
  min-width: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  display: flex;
  position: absolute;
}

.food:hover {
  text-decoration: none;
}

.drink {
  width: 300px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.caption {
  width: 250px;
  text-align: center;
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
  line-height: 16px;
}

.caption.hide {
  display: none;
}

.leafy-1 {
  z-index: 3;
  width: 300px;
  height: 300px;
  background-image: url('../images/salt-and-palm-leaf-01.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 489px;
  position: absolute;
  top: -78px;
  right: 0;
}

.leafy-2 {
  width: 300px;
  height: 300px;
  background-image: url('../images/salt-and-palm-leaf-02.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 388px;
  background-attachment: scroll;
  position: absolute;
  bottom: -350px;
  left: -75px;
}

.promotion-container {
  max-width: 1100px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.square-pattern {
  width: 800px;
  height: 280px;
  background-image: url('../images/salt-and-palm-pattern-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.promo-items-container {
  max-width: 1100px;
  justify-content: flex-end;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 47px;
  display: flex;
}

.grid {
  width: 70%;
  height: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.gallery-section {
  margin-bottom: 150px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.gallery-container {
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  min-height: 160px;
  min-width: 160px;
  border-radius: 100%;
}

.lightbox-link.promo-1 {
  z-index: 2;
  background-image: url('../images/salt-and-palm-flora-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.lightbox-link.promo-2 {
  z-index: 2;
  background-image: url('../images/salt-and-palm-flora-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.lightbox-link.promo-3 {
  z-index: 2;
  background-image: url('../images/salt-and-palm-christmas-menu.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  position: relative;
}

.lightbox-link.promo-4 {
  z-index: 2;
  background-image: url('../images/salt-and-palm-flora-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-slider {
  z-index: 2;
  min-height: 500px;
  min-width: 700px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.gallery-right-col {
  z-index: 2;
  width: 30%;
  padding-top: 50px;
  padding-left: 25px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.mask {
  position: static;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-image: url('../images/snp-23-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/salt-and-palm-gallery-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow {
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow-right-none.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  bottom: 0;
  right: 0;
}

.right-arrow:hover {
  background-image: url('../images/arrow-right-none.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow {
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow-left-none.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
}

.left-arrow-wrapper {
  width: 30px;
  height: 30px;
  flex: 0 auto;
  margin-right: 10px;
}

.right-arrow-wrapper {
  width: 30px;
  height: 30px;
}

.slide-3 {
  background-image: url('../images/snp-23-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-section {
  height: 800px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.leaffy-3 {
  z-index: 3;
  width: 300px;
  height: 300px;
  background-image: url('../images/salt-and-palm-leaf-03.png');
  background-position: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 70%;
  bottom: 0;
  right: 0;
}

.contact-container {
  max-width: 900px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-left-col {
  width: 20%;
}

.contact-right-col {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.pattern-02 {
  width: 50%;
  height: 100px;
  background-image: url('../images/salt-and-palm-pattern-03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 243px;
  left: 0;
}

.para-top-margin {
  margin-top: -20px;
}

.div-block-5 {
  padding-top: 32px;
}

.div-block-6 {
  margin-top: 25px;
  padding-top: 20px;
}

.footer-section {
  height: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.btm-sm {
  margin-top: -15px;
  margin-bottom: 37px;
}

.google-map-url {
  display: block;
}

.newsletter-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  display: block;
}

.form {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.email-field {
  height: 26px;
  max-width: 300px;
  border: 1px solid var(--sp-red);
  color: var(--sp-dim-grey);
  background-color: #fff;
  border-radius: 50px;
  margin-right: 15px;
  font-family: ff-dax-pro, sans-serif;
}

.ex-botton {
  width: 200px;
  height: 30px;
  border: 1px solid var(--sp-red);
  background-color: var(--sp-yellow);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.promo-bg-circle {
  min-height: 160px;
  min-width: 160px;
  background-color: var(--sp-misty-rose);
  border-radius: 100px;
  position: absolute;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.success-message-text {
  color: var(--sp-red);
  text-align: center;
  font-family: ff-dax-pro, sans-serif;
}

.error-message {
  background-color: var(--sp-yellow);
}

.text-block-3 {
  color: var(--sp-red);
  text-align: center;
  font-family: ff-dax-pro, sans-serif;
  text-decoration: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block-8 {
  margin-top: 15px;
}

.footer-logo {
  width: 100px;
  padding-top: 40px;
}

.pop-up-section {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: var(--sp-misty-rose);
  margin-top: -40px;
  display: block;
  position: fixed;
}

.pop-up-container {
  height: 100vh;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.form-block {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-2 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  margin-bottom: 15px;
}

.close-button {
  width: 20px;
  height: 20px;
  margin-top: 30px;
  margin-right: 30px;
  position: fixed;
  top: 0;
  right: 0;
}

.div-block-11 {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-2 {
  flex: 0 auto;
  margin-top: 0;
}

.div-block-12.hide {
  display: none;
}

.body {
  background-color: var(--sp-yellow);
}

.mid-menu-box {
  flex-direction: column;
  align-items: stretch;
  padding: 5px;
  display: flex;
}

.slide-4 {
  background-image: url('../images/Garden_7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-5 {
  background-image: url('../images/snp-23-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Garden_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-2 {
  width: 70%;
  height: 100%;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.promo-bg-circle-2 {
  min-height: 160px;
  min-width: 160px;
  background-color: #fbe1e5;
  border-radius: 100px;
  position: absolute;
}

.link-block-3 {
  width: 126px;
  height: 26px;
  margin-top: 12px;
  margin-left: 10px;
}

.link-block-3.absolute {
  display: none;
}

.slide-7 {
  background-image: url('../images/snp-23-05.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.openinghour.hide {
  display: block;
}

.slide7 {
  background-image: url('../images/snp-brunch-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/snp-brunch-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.popupads {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 58, 54, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.adswrap {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.adsclose {
  width: 20px;
  height: 20px;
  margin: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.adssection {
  z-index: 99;
  background-color: rgba(238, 58, 54, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.adssection.hide {
  display: none;
}

.opshour {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 500px;
  height: 500px;
}

.image-4 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .section-title {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-title.white-text {
    color: #fff;
  }

  .section-title.white-text.text-center {
    text-align: center;
    text-shadow: 0 0 20px #000;
  }

  .nav-link {
    color: var(--sp-red);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    margin-top: -15px;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-image {
    width: 100%;
  }

  .yellow-box {
    width: 100%;
    margin-top: 50px;
  }

  .yellow-box.gallery-box {
    margin-top: 50px;
  }

  .image {
    margin-left: 30px;
  }

  .sm-container {
    display: none;
  }

  .about-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fnb-container {
    width: 700px;
    flex-wrap: wrap;
    align-content: center;
  }

  .link-block, .link-block.drink-menu, .link-block.canape-menu {
    height: 200px;
    min-width: 200px;
  }

  .left-menu-box, .right-menu-box {
    align-items: center;
  }

  .food {
    height: 200px;
    min-width: 200px;
  }

  .caption {
    width: 200px;
  }

  .leafy-1 {
    width: 250px;
    height: 250px;
    background-position: 0 -10px;
  }

  .leafy-2 {
    width: 250px;
    height: 250px;
  }

  .promotion-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gallery-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox-link.promo-1, .lightbox-link.promo-2, .lightbox-link.promo-3, .lightbox-link.promo-4 {
    min-height: 130px;
    min-width: 130px;
  }

  .gallery-slider {
    min-width: 100%;
  }

  .gallery-right-col {
    width: 60%;
    margin-top: 30px;
    padding-right: 18px;
  }

  .leaffy-3 {
    width: 250px;
    height: 250px;
    background-position: 0;
    background-size: contain;
    background-attachment: scroll;
    margin-top: -110px;
  }

  .contact-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pattern-02 {
    margin-bottom: -170px;
  }

  .promo-bg-circle {
    min-height: 130px;
    min-width: 130px;
  }

  .heading-4 {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 20px #000;
  }

  .mobile-menu-button {
    color: var(--sp-red);
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    background-color: rgba(0, 0, 0, 0);
  }

  .mid-menu-box {
    align-items: center;
  }

  .promo-bg-circle-2 {
    min-height: 130px;
    min-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .button.reserve.absolute {
    z-index: 3;
    width: 180px;
    height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .nav-link {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 13px;
    padding-right: 13px;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    display: block;
  }

  .hero-container {
    margin-top: 30px;
    padding-top: 50px;
  }

  .image {
    max-width: 80%;
    margin-left: 10px;
    display: block;
  }

  .column {
    display: none;
  }

  .about-col-1 {
    min-height: 200px;
    display: none;
  }

  .menu-section {
    margin-bottom: 700px;
  }

  .fnb-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .promotion-container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 110px;
    display: flex;
    position: relative;
  }

  .square-pattern {
    width: 90%;
    height: 180px;
    position: relative;
    right: -72px;
  }

  .promo-items-container {
    justify-content: center;
    margin-top: -100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .gallery-section {
    margin-bottom: 70px;
  }

  .heading-3 {
    padding-bottom: 20px;
  }

  .right-arrow, .left-arrow, .arrow-wrapper {
    display: none;
  }

  .contact-section {
    height: 100%;
  }

  .leaffy-3 {
    margin-top: -134px;
    margin-right: 0;
  }

  .contact-container {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .contact-left-col {
    width: 100%;
  }

  .contact-right-col {
    width: 100%;
    align-items: flex-start;
    margin-top: 70px;
    padding-left: 0;
  }

  .pattern-02 {
    display: none;
  }

  .mobile-menu-button {
    color: var(--sp-red);
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 0;
  }

  .mobile-menu-button.w--open {
    color: var(--sp-misty-rose);
  }

  .nav-menu {
    background-color: var(--sp-yellow);
    flex-direction: column;
    align-items: center;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-12.last {
    padding-bottom: 100px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .link-block-3.absolute {
    z-index: 3;
    width: 200px;
    height: auto;
    margin: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .about-section {
    padding-bottom: 20px;
  }

  .section-title.white-text.text-center {
    display: none;
  }

  .button {
    width: 100%;
    max-width: 300px;
  }

  .button.reserve {
    margin-left: 0;
  }

  .button.reserve.absolute {
    width: 150px;
    height: 35px;
  }

  .nav-link {
    height: 100%;
    background-color: var(--sp-yellow);
    text-align: center;
    padding-bottom: 40px;
  }

  .nav-container {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 30px;
    display: block;
  }

  .hero-container {
    min-height: 250px;
    flex-direction: column;
    justify-content: center;
    padding-top: 181px;
  }

  .hero-heading {
    align-items: stretch;
  }

  .hero-image {
    height: 250px;
  }

  .yellow-box {
    height: 220px;
  }

  .yellow-box.gallery-box {
    height: 300px;
    margin-top: 250px;
  }

  .about-container {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-section {
    height: 900px;
    padding-top: 10px;
  }

  .promotion-section {
    padding-bottom: 0;
  }

  .link-block, .link-block-2 {
    width: 200px;
    height: 200px;
  }

  .left-menu-box {
    align-items: center;
    margin-bottom: 10px;
  }

  .right-menu-box {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-title {
    font-size: 30px;
  }

  .food {
    width: 200px;
    height: 200px;
  }

  .drink {
    width: 200px;
    height: 200px;
    justify-content: center;
  }

  .caption {
    width: 80%;
    display: none;
  }

  .leafy-1 {
    width: 200px;
    height: 200px;
    background-position: -85%;
    background-size: cover;
    top: -60px;
  }

  .leafy-2 {
    background-position: -49px;
    background-size: 250px;
  }

  .promotion-container {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 40px;
    overflow: visible;
  }

  .square-pattern {
    width: 100%;
    height: 120px;
    clear: none;
    position: static;
    overflow: hidden;
  }

  .div-block-3 {
    width: 100%;
    height: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .promo-items-container {
    margin-top: -75px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: start;
    display: grid;
  }

  .gallery-section {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-container {
    max-width: 100%;
  }

  .gallery-slider {
    min-height: 250px;
    min-width: 100%;
    overflow: visible;
  }

  .gallery-right-col {
    width: 100%;
    text-align: center;
    flex-direction: column;
    order: -1;
    justify-content: center;
    margin-top: 0;
    padding: 40px 25px 30px;
    display: flex;
  }

  .mask {
    overflow: hidden;
  }

  .right-arrow, .left-arrow, .arrow-wrapper, .leaffy-3 {
    display: none;
  }

  .contact-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-left-col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    margin-top: 50px;
  }

  .newsletter-container {
    padding-top: 80px;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .email-field {
    margin-right: 0;
    box-shadow: 0 0 #000;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
    display: none;
  }

  .mobile-menu-button {
    display: none;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    padding-top: 64px;
  }

  .pop-up-section {
    display: none;
  }

  .pop-up-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-block {
    width: 250px;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    background-color: var(--sp-yellow);
    justify-content: center;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 25px;
    display: flex;
  }

  .mid-menu-box {
    margin-bottom: 10px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: start;
    display: grid;
  }

  .link-block-3 {
    margin-left: 0;
  }

  .link-block-3.absolute {
    width: 150px;
    bottom: 14px;
  }

  .image-3 {
    width: 350px;
    height: 350px;
  }
}


