html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@font-face {
  font-family: "JosefinSans";
  src: url(./fontsAndTypography/JosefinSans/JosefinSans-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "JosefinSans";
  src: url(./fontsAndTypography/JosefinSans/JosefinSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "JosefinSans";
  src: url(./fontsAndTypography/JosefinSans/JosefinSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Barlow";
  src: url(./fontsAndTypography/barlow/Barlow-Regular.ttf);
  font-weight: normal;
}
html {
  font-size: 62.5%;
}

.wrapper {
  width: min(80%, 150rem);
  margin: 0 auto;
}

p {
  font-family: "Barlow";
  font-weight: regular;
  font-size: 2rem;
}

.mainImage {
  background: url(./../the-restaurant-mall-assets/home-header.jpg);
  height: clamp(10rem, 60vw, 115rem);
}

.coreHeader {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-color: #2B331B;
}

.upperNav ul {
  list-style: none;
  margin-top: 0;
  padding-left: clamp(0.5rem, 0.5vw, 4rem);
}
.upperNav ul li {
  padding-left: 1rem;
  padding-right: clamp(1rem, 2vw, 4rem);
  padding-block: 1rem;
}
.upperNav ul a {
  text-transform: capitalize;
  text-decoration: none;
  font-family: "JosefinSans";
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  padding-block: 1rem;
  color: white;
}
.upperNav ul a:hover {
  border-bottom: 0.2rem solid #FFD300;
}

.horizontal ul {
  display: flex;
  flex-direction: row;
}
@media (max-width: 812px) {
  .horizontal {
    display: none;
  }
}

.sliding {
  position: fixed;
  top: 0;
  text-align: center;
  width: 100vw;
  left: -500vw;
  transition-duration: 0.5s;
  background: rgba(0, 0, 0, 0.8666666667);
  z-index: 10;
}
.sliding a {
  font-family: "JosefinSans";
  font-weight: bold;
  font-size: clamp(3rem, 2vw, 3.5rem);
}

.closeButton {
  position: relative;
  background: none;
  border: none;
  color: white;
  left: 45vw;
  top: 2vw;
}
.closeButton i {
  font-size: 3rem;
}

.verticalVisible {
  transform: translateX(500vw);
}

.hamburger {
  color: white;
  display: none;
}
@media (max-width: 812px) {
  .hamburger {
    display: block;
    padding-block: 2%;
    font-size: 3rem;
  }
}

h1 {
  display: flex;
  flex-direction: column;
  padding-block: clamp(1rem, 6vw, 10rem);
  text-transform: uppercase;
  font-family: "JosefinSans";
  font-weight: bold;
  font-size: clamp(1rem, 5vw, 10rem);
  color: white;
}
h1 p {
  font-family: "JosefinSans";
  font-weight: bold;
  font-size: clamp(1rem, 5vw, 10rem);
  margin: 0;
}
h1 span {
  background-color: #FFFFFF;
  color: #1B1B1B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.homeboxHeader {
  position: absolute;
  top: clamp(5rem, 10vw, 36rem);
  right: 0;
  width: 50%;
}
.homeboxHeader img {
  width: 100%;
}
.homeboxHeader img::before {
  content: url(../icons/location-dot-solid.svg);
  height: 100px;
  width: 100px;
}

section {
  background: #2B331B;
  color: #FFFFFF;
}

.cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  padding-left: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cards li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: max(40%, 35rem);
  margin-block: 2rem;
}
@media (max-width: 812px) {
  .cards li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    text-align: center;
    margin-block: 5vw;
  }
}
.cards h2 {
  margin-top: 0;
  font-family: "JosefinSans";
  font-weight: regular;
  font-size: min(12vw, 4.5rem);
  text-transform: uppercase;
}
.cards p {
  font-family: "Barlow";
  font-weight: regular;
  font-size: 2rem;
}

.cardContent {
  width: 80%;
  padding-left: 3rem;
}
@media (max-width: 812px) {
  .cardContent {
    padding-left: 0;
  }
}

.iconHolder {
  width: 6rem;
  height: 6rem;
  background: #FFD300;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 812px) {
  .iconHolder {
    width: 20vw;
    height: 20vw;
    text-align: center;
    margin-block: 5vw;
  }
}
.iconHolder img {
  display: block;
  width: 50%;
}

.bnS {
  background: #171B0E;
}

.content {
  width: 40%;
}
.content h3 {
  margin-top: 0;
  font-family: "JosefinSans";
  font-weight: regular;
  font-size: 4rem;
  text-transform: uppercase;
  padding-block: 1rem;
  margin: 0;
}
.content p {
  font-family: "Barlow";
  font-weight: regular;
  font-size: 2rem;
  padding-block: 2rem;
  margin-block: 0;
  margin-right: 15%;
}

@media (max-width: 812px) {
  .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    text-align: center;
    margin-block: 15vw;
  }
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: right;
  width: clamp(40%, 44vw, 50%);
}
@media (max-width: 812px) {
  .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 85%;
    text-align: center;
    margin-block: 5vw;
  }
}
.left p {
  margin-left: 10%;
  margin-right: 0;
  text-align: right;
}
@media (max-width: 812px) {
  .left p {
    text-align: left;
    margin: 0;
  }
}

.readMore {
  background: #FFD300;
  color: #0F0F0F;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  font-family: "Barlow";
  font-weight: regular;
  font-size: 2rem;
}
@media (max-width: 812px) {
  .readMore {
    width: 100%;
    margin: 0;
  }
}

.friesWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5vw;
}
@media (max-width: 812px) {
  .friesWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20vw;
  }
}

.popoutImage {
  position: relative;
  width: clamp(40%, 44vw, 50%);
  height: 28vw;
}
@media (max-width: 812px) {
  .popoutImage {
    width: 90%;
    box-shadow: none;
    margin-bottom: 15vw;
  }
}
@media (max-width: 812px) {
  .popoutImage img {
    width: 100%;
    box-shadow: none;
    border: 2vw solid #FFD300;
  }
}

.leftImage {
  position: absolute;
  top: -3rem;
  box-shadow: 2rem 2rem #FFD300;
  width: 100%;
}

.rightImage {
  position: absolute;
  bottom: -3rem;
  right: 0;
  box-shadow: -2rem 2rem #FFD300;
  width: 100%;
}

.tsnWrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 2vw;
}
@media (max-width: 812px) {
  .tsnWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

.giftCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 10rem;
}
.giftCard h3 {
  font-family: "JosefinSans";
  font-weight: bold;
  font-size: 4.5rem;
  color: #FFD300;
}
.giftCard p {
  font-family: "Barlow";
  font-weight: normal;
  font-size: 2rem;
  padding-block: 2rem;
}

.findOutMore {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "JosefinSans";
  font-weight: normal;
  font-size: 2rem;
  background: #171B0E;
  padding: 2rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 812px) {
  .findOutMore {
    width: 100%;
    text-align: center;
    margin-block: 5vw;
  }
}

.banner {
  background: url(../the-restaurant-mall-assets/banner.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 40vw;
}

.natureSpaces {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5vw;
}
.natureSpaces h3 {
  color: #FFD300;
  font-family: "JosefinSans";
  font-weight: bold;
  font-size: 4.5rem;
  text-transform: uppercase;
  margin-top: 0;
}

.squareImg {
  width: 28vw;
  padding-block: calc(0.5 * (130em - 100vw));
  min-width: 26rem;
  flex-grow: 1;
}
@media (max-width: 812px) {
  .squareImg {
    padding-block: 5vw;
  }
}
.squareImg img {
  width: 100%;
  box-shadow: -1vw 1vw #FFD300;
}
@media (max-width: 812px) {
  .squareImg img {
    box-shadow: none;
    border: 2vw solid #FFD300;
  }
}

.natureContent {
  width: 60%;
  padding-left: 5%;
  flex-grow: 1;
}

.gallery {
  background: #171B0E;
}
.gallery ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 5vw;
}
.gallery ul li {
  width: 24vw;
  list-style: none;
}
@media (max-width: 1200px) {
  .gallery ul li {
    width: 33vw;
  }
}
.gallery ul img {
  width: 100%;
}
@media (max-width: 1200px) {
  .gallery ul :nth-child(2) {
    display: none;
  }
}

footer {
  background: #0F0F0F;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
footer p {
  margin: 0;
  padding-block: 2rem;
}/*# sourceMappingURL=styles.css.map */