* {
  font-family: "Fresca", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: #dadada;
}

input,
textarea {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a.goFood,
button {
  transition: box-shadow 0.2s ease-in-out;
}
a.goFood:hover,
button:hover {
  box-shadow: 0px 4px 10px rgba(65, 172, 44, 0.9);
}

a.goFood {
  padding: 10px 20px;
  gap: 10px;
  background: #4f6000;
  border-radius: 36px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: #fff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.active {
  display: flex !important;
}

.line {
  margin-bottom: 6px;
  width: 50px;
  height: 2px;
  background-color: #4f6000;
}

.pos-r {
  position: relative;
}

.hamburger {
  display: none;
  margin: auto 0;
}

.items {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
}
.items .item {
  max-width: 25%;
  display: flex;
  flex-direction: row;
  flex: 0 0 calc(25% - 23px);
  -moz-column-gap: 10px;
       column-gap: 10px;
  filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.15));
}
.items .item .image {
  flex: 0 0 50%;
  max-width: 122px;
  max-height: 122px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow: hidden;
}
.items .item .image img {
  width: 100%;
  border-radius: 50%;
}
.items .item .text {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.items .item .text div {
  font-size: 24px;
  line-height: 28px;
  color: #4f6000;
}
.items .item .text p {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

nav {
  background: #ffffff;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
  position: relative;
}
nav.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  transition: position 1s ease-in-out;
}
nav.sticky .hamburger {
  margin: 0 20px;
}
nav .container {
  padding: 0 130px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 120px;
}
nav .container .logo {
  margin-left: 0;
  justify-self: flex-start;
}
nav .container .logo img {
  width: 120px;
  height: 120px;
}
nav .container ul.links {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 20px 0;
}
nav .container ul.links li a {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: var(--regular);
  padding: 8px 20px 8px;
  transition: all 0.5s ease-in-out;
}
nav .container ul.links li a.active, nav .container ul.links li a:hover {
  color: #4f6000;
}
nav .container ul.links li a.goFood {
  color: #fff;
}

.hero {
  background: url("assets/coffee_beans_0.webp"), url("assets/coffee_cup.webp"), url("assets/coffee_beans_1.webp");
  background-repeat: no-repeat;
  background-size: 364px 241px, 710px 579px, 364px 241px;
  background-position: bottom left, center 365px, bottom right;
  padding: 100px 0;
  height: 725px;
}
.hero .container {
  padding: 0px 130px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.hero .container .title {
  max-width: 855px;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  text-transform: capitalize;
  color: #4f6000;
  margin-bottom: 20px;
}
.hero .container .description {
  max-width: 837px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  color: #4f6000;
  margin-bottom: 40px;
}
.hero .container a.goFood {
  max-width: -moz-max-content;
  max-width: max-content;
}

.our-drinks {
  background-color: #fff;
  padding: 90px 0;
}
.our-drinks .container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.our-drinks .container .top {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
}
.our-drinks .container .top .left {
  flex: 0 0 60%;
  font-size: 72px;
  line-height: 74px;
  color: #000000;
}
.our-drinks .container .top .left span {
  color: #4f6000;
}
.our-drinks .container .top .right {
  flex: 1 1 auto;
  position: absolute;
  left: 53%;
  top: 0;
}
.our-drinks .container .bottom {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  margin-top: 130px;
}

.our-menu {
  background-color: #4f6000;
  padding: 90px 0;
}
.our-menu h2 {
  text-align: center;
  font-size: 72px;
  line-height: 74px;
  text-transform: capitalize;
  color: #ffffff;
}
.our-menu .container {
  padding: 0 130px;
}
.our-menu .container .items {
  margin-top: 40px;
}
.our-menu .container .items .item > .text > div {
  color: #fff;
}

.find-us {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("assets/bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.find-us .container {
  padding: 0 130px;
  margin-bottom: 250px;
}
.find-us .container h2 {
  font-size: 72px;
  line-height: 74px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.map {
  padding: 90px 0;
}
.map .container {
  margin-top: -350px;
  padding: 60px;
  display: flex;
  max-width: 1180px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
.map .container .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.map .container .top .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  flex: 0 0 calc(50% - 30px);
  background-color: #4f6000;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  padding: 40px;
}
.map .container .bottom {
  width: 100%;
  margin-top: 60px;
}

.seo {
  padding-bottom: 90px;
  background-color: #dadada;
}
.seo .container {
  padding: 0 130px;
}
.seo .container h2 {
  color: #4f6000;
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  font-feature-settings: "kern" off;
  color: #4f6000;
  margin-bottom: 20px;
}
.seo .container p {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  color: #000000;
}
.seo .container p a {
  color: #4f6000;
  text-decoration: underline;
}

footer {
  background: #fff;
  box-shadow: 0px -26px 24px rgba(0, 0, 0, 0.05);
  padding: 60px 0;
}
footer .container {
  margin: 0 auto;
  padding: 0 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .container .logo > a > img {
  width: 180px;
}
footer .container .details {
  max-width: 25%;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000;
}
footer .container .footer-social {
  width: 25%;
  text-align: center;
}
footer .container .footer-social a {
  display: block;
  margin-bottom: 20%;
}
footer .container .contact {
  width: 60%;
}
footer .container .contact input {
  width: 100%;
  background-color: #fff;
  padding: 16px 10px;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  transition: border 0.5s ease-in-out;
}
footer .container .contact input:hover, footer .container .contact input:focus {
  border: 1px solid #4f6000;
  outline: none;
}
footer .container .contact button {
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  padding: 16px;
  width: 100%;
  color: #fff;
  background-color: #4f6000;
  cursor: pointer;
  transition: border 0.5s ease-in-out;
}

svg {
  transition: all 0.5s ease-in-out;
}
svg:hover {
  transform: rotate(360deg);
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  .items {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .items .item {
    max-width: 33.3333%;
    flex: 0 0 calc(33.3333% - 20px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .items .item .text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .items .item .text div {
    font-size: 22px;
    line-height: 26px;
  }
  .items .item .text p {
    font-size: 18px;
    line-height: 21px;
  }
  nav {
    background: #ffffff;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  nav.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    transition: position 1s ease-in-out;
  }
  nav.sticky .hamburger {
    margin: 0 20px;
  }
  nav .container {
    padding: 0px 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 120px;
    height: 120px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  nav .container ul.links li a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: var(--regular);
    padding: 8px 20px 8px;
  }
  nav .container ul.links li a.active {
    color: #4f6000;
  }
  nav .container ul.links li a.goFood {
    color: #fff;
  }
  .hero {
    background-size: 300px 200px, 650px 519px, 300px 200px;
    background-position: bottom left, center 345px, bottom right;
    padding: 60px 0;
    height: 680px;
  }
  .hero .container {
    padding: 0px 60px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .hero .container .title {
    font-size: 80px;
    line-height: 80px;
  }
  .our-drinks {
    background-color: #fff;
    padding: 60px 0;
  }
  .our-drinks .container {
    padding: 0px 60px;
    width: 100%;
  }
  .our-drinks .container .top {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
  }
  .our-drinks .container .top .left {
    flex: 0 0 65%;
    font-size: 62px;
    line-height: 64px;
  }
  .our-drinks .container .top .right {
    left: 60%;
  }
  .our-drinks .container .bottom {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    margin-top: 130px;
  }
  .our-menu {
    background-color: #4f6000;
    padding: 60px 0;
  }
  .our-menu h2 {
    font-size: 62px;
    line-height: 64px;
  }
  .our-menu .container {
    padding: 0px 60px;
  }
  .find-us {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("assets/bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .find-us .container {
    padding: 0px 60px;
    max-height: 500px;
  }
  .find-us .container h2 {
    font-size: 62px;
    line-height: 64px;
  }
  .map {
    padding: 60px 0;
  }
  .map .container {
    margin: 0 60px;
    margin-top: -290px;
    padding: 60px;
  }
  .map .container .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .map .container .top .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    flex: 0 0 calc(50% - 20px);
    background-color: #4f6000;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding: 30px;
  }
  .map .container .bottom {
    width: 100%;
    margin-top: 40px;
  }
  .seo {
    padding-bottom: 60px;
    background-color: #dadada;
  }
  .seo .container {
    padding: 0 60px;
  }
  footer {
    background: #fff;
    box-shadow: 0px -26px 24px rgba(0, 0, 0, 0.05);
    padding: 60px 0;
  }
  footer .container {
    margin: 0 auto;
    padding: 0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 140px;
  }
  footer .container .details {
    max-width: 26%;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000;
  }
  footer .container .footer-social {
    width: 25%;
    text-align: center;
  }
  footer .container .footer-social a {
    display: block;
    margin-bottom: 20%;
  }
  footer .container .contact {
    width: 60%;
  }
  footer .container .contact input {
    width: 100%;
    background-color: #fff;
    padding: 16px 10px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    transition: border 0.5s ease-in-out;
  }
  footer .container .contact input:hover, footer .container .contact input:focus {
    border: 1px solid #4f6000;
    outline: none;
  }
  footer .container .contact button {
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    padding: 16px;
    width: 100%;
    color: #fff;
    background-color: #4f6000;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: none;
    margin: auto 0;
  }
  .items {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .items .item {
    max-width: 33.3333%;
    flex: 0 0 calc(33.3333% - 20px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .items .item .text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .items .item .text div {
    font-size: 20px;
    line-height: 24px;
  }
  .items .item .text p {
    font-size: 17px;
    line-height: 20px;
  }
  nav {
    background: #ffffff;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  nav.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    transition: position 1s ease-in-out;
  }
  nav.sticky .hamburger {
    margin: 0 20px;
  }
  nav .container {
    padding: 0px 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 120px;
    height: 120px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  nav .container ul.links li a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: var(--regular);
    padding: 8px 20px 8px;
  }
  nav .container ul.links li a.active {
    color: #4f6000;
  }
  nav .container ul.links li a.goFood {
    color: #fff;
  }
  .hero {
    background-size: 200px 160px, 450px 419px, 200px 160px;
    background-position: bottom left, center 345px, bottom right;
    padding: 60px 0;
    height: 580px;
  }
  .hero .container {
    padding: 0px 60px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .hero .container .title {
    font-size: 70px;
    line-height: 70px;
  }
  .our-drinks {
    background-color: #fff;
    padding: 60px 0;
  }
  .our-drinks .container {
    padding: 0px 60px;
    width: 100%;
  }
  .our-drinks .container .top {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
  }
  .our-drinks .container .top .left {
    flex: 0 0 65%;
    font-size: 48px;
    line-height: 54px;
  }
  .our-drinks .container .top .right {
    left: 60%;
    width: 230px;
  }
  .our-drinks .container .bottom {
    margin-top: 100px;
  }
  .our-menu {
    background-color: #4f6000;
    padding: 60px 0;
  }
  .our-menu h2 {
    font-size: 48px;
    line-height: 54px;
  }
  .our-menu .container {
    padding: 0px 60px;
  }
  .find-us {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("assets/bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .find-us .container {
    padding: 0px 60px;
    max-height: 400px;
  }
  .find-us .container h2 {
    font-size: 48px;
    line-height: 54px;
  }
  .map {
    padding: 60px 0;
  }
  .map .container {
    margin: 0 60px;
    margin-top: -290px;
    padding: 40px;
  }
  .map .container .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .map .container .top .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }
  .map .container .top .item img {
    width: 64px;
  }
  .seo {
    padding-bottom: 60px;
    background-color: #dadada;
  }
  .seo .container {
    padding: 0 60px;
  }
  footer {
    background: #fff;
    box-shadow: 0px -26px 24px rgba(0, 0, 0, 0.05);
    padding: 60px 0;
  }
  footer .container {
    margin: 0 auto;
    padding: 0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 90px;
  }
  footer .container .details {
    max-width: 30%;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000;
  }
  footer .container .footer-social {
    width: 20%;
    text-align: center;
  }
  footer .container .footer-social a {
    display: block;
    margin-bottom: 20%;
  }
  footer .container .footer-social a svg {
    width: 40px;
  }
  footer .container .contact {
    width: 60%;
  }
  footer .container .contact input {
    width: 100%;
    background-color: #fff;
    padding: 10px 6px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    transition: border 0.5s ease-in-out;
  }
  footer .container .contact input:hover, footer .container .contact input:focus {
    border: 1px solid #4f6000;
    outline: none;
  }
  footer .container .contact button {
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #4f6000;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .items .item {
    max-width: 50%;
    flex: 0 0 calc(50% - 20px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .items .item .text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .items .item .text div {
    font-size: 20px;
    line-height: 24px;
  }
  .items .item .text p {
    font-size: 17px;
    line-height: 20px;
  }
  nav {
    background: #ffffff;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  nav.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    transition: position 1s ease-in-out;
  }
  nav.sticky .hamburger {
    margin: 0 20px;
  }
  nav .container {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 120px;
    height: 120px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
    top: 120px;
    left: 0;
    background-color: #dadada;
    width: 100%;
  }
  nav .container ul.links li {
    height: 40px;
  }
  nav .container ul.links li a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: var(--regular);
    padding: 8px 20px 8px;
  }
  nav .container ul.links li a.active {
    color: #4f6000;
  }
  nav .container ul.links li a.goFood {
    color: #fff;
  }
  .hero {
    background-size: 200px 120px, 350px 319px, 200px 120px;
    background-position: bottom left, center 280px, bottom right;
    padding: 30px 0;
    height: 480px;
  }
  .hero .container {
    padding: 0px 30px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .hero .container .title {
    font-size: 56px;
    line-height: 56px;
  }
  .hero .container .description {
    font-size: 18px;
    line-height: 20px;
  }
  .our-drinks {
    background-color: #fff;
    padding: 30px 0;
  }
  .our-drinks .container {
    padding: 0px 30px;
    width: 100%;
  }
  .our-drinks .container .top {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
  }
  .our-drinks .container .top .left {
    flex: 0 0 70%;
    font-size: 40px;
    line-height: 42px;
  }
  .our-drinks .container .top .right {
    left: 65%;
    width: 180px;
  }
  .our-drinks .container .bottom {
    margin-top: 100px;
  }
  .our-menu {
    background-color: #4f6000;
    padding: 30px 0;
  }
  .our-menu h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .our-menu .container {
    padding: 0px 30px;
  }
  .find-us {
    background-size: cover;
    padding: 30px 0;
  }
  .find-us .container {
    padding: 0px 30px;
    max-height: 200px;
  }
  .find-us .container h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .map {
    padding: 30px 0;
  }
  .map .container {
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
    margin: 0 30px;
    margin-top: -280px;
    padding: 20px;
    border-radius: 20px;
  }
  .map .container .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .map .container .top .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .map .container .top .item img {
    width: 64px;
  }
  .map .container .bottom {
    margin-top: 20px;
  }
  .seo {
    padding-bottom: 30px;
    background-color: #dadada;
  }
  .seo .container {
    padding: 0 30px;
  }
  .seo .container h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .seo .container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
  }
  footer {
    padding: 30px 0;
  }
  footer .container {
    margin: 0 auto;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 180px;
  }
  footer .container .details {
    max-width: 100%;
  }
  footer .container .footer-social {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  footer .container .footer-social a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer .container .footer-social a svg {
    width: 40px;
  }
  footer .container .contact {
    width: 100%;
  }
  footer .container .contact input {
    width: 100%;
    background-color: #fff;
    padding: 10px 6px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    transition: border 0.5s ease-in-out;
  }
  footer .container .contact input:hover, footer .container .contact input:focus {
    border: 1px solid #4f6000;
    outline: none;
  }
  footer .container .contact button {
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #4f6000;
  }
}
@media screen and (max-width: 567px) {
  .hamburger {
    display: block;
    margin: auto 0;
  }
  .items {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .items .item {
    max-width: 100%;
    flex: 0 0 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .items .item .text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .items .item .text div {
    font-size: 20px;
    line-height: 24px;
  }
  .items .item .text p {
    font-size: 17px;
    line-height: 20px;
  }
  nav {
    background: #ffffff;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  nav.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    transition: position 1s ease-in-out;
  }
  nav.sticky .hamburger {
    margin: 0 20px;
  }
  nav .container {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
  }
  nav .container .logo {
    margin-left: 0;
    justify-self: flex-start;
  }
  nav .container .logo img {
    width: 80px;
    height: 80px;
  }
  nav .container ul.links {
    margin-right: 0;
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
    top: 120px;
    left: 0;
    background-color: #dadada;
    width: 100%;
  }
  nav .container ul.links li {
    height: 40px;
  }
  nav .container ul.links li a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: var(--regular);
    padding: 8px 20px 8px;
  }
  nav .container ul.links li a.active {
    color: #4f6000;
  }
  nav .container ul.links li a.goFood {
    color: #fff;
  }
  .hero {
    background-size: 120px 80px, 180px 180px, 120px 80px;
    background-position: bottom left, center 280px, bottom right;
    padding: 30px 0;
    height: 380px;
  }
  .hero .container {
    padding: 0px 30px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .hero .container .title {
    font-size: 36px;
    line-height: 36px;
  }
  .hero .container .description {
    font-size: 16px;
    line-height: 18px;
  }
  .our-drinks {
    background-color: #fff;
    padding: 30px 0;
  }
  .our-drinks .container {
    padding: 0px 30px;
    width: 100%;
  }
  .our-drinks .container .top {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
  }
  .our-drinks .container .top .left {
    flex: 0 0 100%;
    font-size: 30px;
    line-height: 32px;
  }
  .our-drinks .container .top .right {
    display: none;
  }
  .our-drinks .container .bottom {
    margin-top: 20px;
  }
  .our-menu {
    background-color: #4f6000;
    padding: 30px 0;
  }
  .our-menu h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .our-menu .container {
    padding: 0px 30px;
  }
  .find-us {
    background-size: cover;
    padding: 30px 0;
  }
  .find-us .container {
    padding: 0px 30px;
    max-height: 200px;
  }
  .find-us .container h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .map {
    padding: 30px 0;
  }
  .map .container {
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    margin-top: -280px;
    padding: 20px;
    border-radius: 20px;
  }
  .map .container .top {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .map .container .top .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .map .container .top .item img {
    width: 64px;
  }
  .map .container .bottom {
    margin-top: 20px;
  }
  .map .container .bottom iframe {
    height: 200px;
  }
  .seo {
    padding-bottom: 30px;
    background-color: #dadada;
  }
  .seo .container {
    padding: 0 30px;
  }
  .seo .container h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .seo .container p {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
  }
  footer {
    padding: 30px 0;
  }
  footer .container {
    margin: 0 auto;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .container .logo > a > img {
    width: 180px;
  }
  footer .container .details {
    max-width: 100%;
  }
  footer .container .footer-social {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  footer .container .footer-social a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer .container .footer-social a svg {
    width: 40px;
  }
  footer .container .contact {
    width: 100%;
  }
  footer .container .contact input {
    width: 100%;
    background-color: #fff;
    padding: 10px 6px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    transition: border 0.5s ease-in-out;
  }
  footer .container .contact input:hover, footer .container .contact input:focus {
    border: 1px solid #4f6000;
    outline: none;
  }
  footer .container .contact button {
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #4f6000;
  }
}/*# sourceMappingURL=style.css.map */