:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #aca39a;
}

.section {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image {
  min-width: 350px;
  position: absolute;
}

.image-2 {
  width: 350px;
  aspect-ratio: auto;
  display: block;
  position: absolute;
}

.image-3, .image-4, .image-5 {
  width: 350px;
  display: block;
  position: absolute;
}

.container-menu {
  width: 250px;
  position: absolute;
}

.link-block {
  width: 100%;
  height: 60px;
  color: #3d3935;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2.5px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  text-decoration: none;
  display: flex;
}

.link-block._2 {
  height: 100px;
  border-width: 3px;
  margin-top: -1px;
  margin-left: 0;
}

.link-block._3, .link-block._4 {
  height: 100px;
  border-width: 3px;
  margin-left: 0;
  text-decoration: none;
}

.link-block.more-space {
  border-width: 2.5px;
  margin-bottom: 50px;
  text-decoration: none;
}

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

.heading {
  color: #fff;
  border: 1px #000;
  font-family: Domaine Text, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-6 {
  margin-top: -1px;
}

.body-2 {
  background-color: #aca39a;
}

.contaner-burgers {
  max-width: 300px;
  margin-top: 30px;
}

.div-heading {
  background-color: #fff;
  padding: 30px;
}

.heading-2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.paragraph {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 25px;
}

.div-menu-items {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block {
  width: 95%;
  height: auto;
  background-color: rgba(0, 0, 0, .79);
  border: 3px solid #fff;
  flex-direction: column;
  margin-top: -72px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-left: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
}

.bold-text {
  font-size: 20px;
}

.paragraph-2 {
  color: #fff;
  padding-left: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.drinks-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.drinks-left-main-container {
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  margin-bottom: 41px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.drinks-left-main-container.white {
  background-color: rgba(255, 255, 255, .65);
}

.drinks-left-main-container.white.padding {
  background-color: rgba(255, 255, 255, 0);
}

.image-ln-2 {
  margin-top: -103px;
  margin-bottom: 0;
  margin-left: -2px;
  padding-left: 0;
}

.drinks-left-copy {
  width: 100%;
  border-top: 0 #000;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.image-ln-4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-ln-1 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.image-ln-3 {
  height: 0;
}

@media screen and (max-width: 991px) {
  .drinks-container {
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .drinks-container {
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .drinks-left-main-container {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .drinks-left-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 350px;
    height: 400px;
  }

  .drinks-container {
    flex-direction: column;
  }

  .drinks-left-main-container {
    align-items: stretch;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .drinks-left-main-container.white.padding {
    margin-bottom: 0;
    padding: 0;
  }

  .image-ln-2 {
    margin-top: -37px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .drinks-left-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-ln-4, .image-ln-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-ln-3 {
    height: 0;
  }
}


@font-face {
  font-family: 'Domaine Text';
  src: url('../fonts/Domaine-Text-Regular.otf') format('opentype'), url('../fonts/Domaine-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domaine Text';
  src: url('../fonts/Domaine-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}