@import url("https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.footer-menu {
  margin-bottom: 1em;
}

.footer-menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}

.footer-menu .item {
  position: relative;
}

.footer-menu a {
  color: #3A2419;
  text-decoration: none;
  padding: 0.5em 0.8em;
  display: inline-block;
  font-size: 1.1em;
  font-style: italic;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu .secondLevel {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-top: 1px solid rgba(58, 36, 25, 0.2);
  background: #E2E1D5;
  top: 3.2em;
  z-index: 100;
  box-shadow: 0 0.9em 1em rgba(0, 0, 0, 0.5333333333);
  padding: 0.8em 1em;
}

.footer-menu .item:hover .secondLevel {
  display: block;
}

.footer-menu .secondLevel a {
  display: block;
  margin: 0.3em 0;
}

@media (max-width: 768px) {
  .footer-menu nav {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu a {
    margin: 0.2em 0;
  }
  .footer-menu .secondLevel {
    left: 0;
    transform: none;
    top: 2.5em;
  }
}
button.hamburger {
  display: none;
}
@media (max-width: 768px) and (orientation: portrait) {
  button.hamburger {
    display: block;
  }
}
button.hamburger {
  z-index: 20;
  position: fixed;
  right: 20px;
  cursor: pointer;
  background: none;
  padding: 1.5em 1em;
  line-height: 0;
  border: none;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
button.hamburger .lines:before,
button.hamburger .lines:after,
button.hamburger .lines {
  display: inline-block;
  height: 2px;
  width: 30px;
  background: #3A2419;
  border-radius: 3px;
  box-shadow: -5px 7px 15px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  position: relative;
}
button.hamburger .lines:before,
button.hamburger .lines:after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.28571rem center;
}
button.hamburger .lines:before {
  top: 10px;
}
button.hamburger .lines:after {
  top: -10px;
}
button.hamburger[aria-expanded=true] .lines {
  background: none;
  box-shadow: none;
}
button.hamburger[aria-expanded=true] .lines:before,
button.hamburger[aria-expanded=true] .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 40px;
  height: 3px;
  box-shadow: none;
}
button.hamburger[aria-expanded=true] .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
button.hamburger[aria-expanded=true] .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 16px;
  background: #E2E1D5;
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  body a,
  body button {
    -webkit-tap-highlight-color: transparent;
  }
}

header {
  padding: 1em;
  display: flex;
  background: #E2E1D5;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .logo {
  width: 80px;
  margin-left: 1em;
}
@media (max-width: 1080px) {
  header .logo {
    width: 70px;
  }
}
header .logo img {
  width: 100%;
}
header nav * {
  color: #3A2419;
}
header nav {
  display: flex;
}
header nav ul {
  padding: 0;
  margin: 0;
}
header nav ul > li {
  display: inline-block;
  list-style: none;
}
header nav ul > li:hover .secondLevel {
  display: block;
}
header nav ul > li .secondLevel {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-top: 1px solid rgba(58, 36, 25, 0.2);
  background: #E2E1D5;
  top: 4em;
  z-index: 100;
  box-shadow: 0 0.9em 1em rgba(0, 0, 0, 0.5333333333);
  padding-left: 1em;
  padding-right: 1em;
}
header nav ul > li .secondLevel a:hover {
  text-decoration: underline;
}
header nav a {
  padding: 0.5em 1em;
  margin: 1em;
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}
header nav span {
  margin-left: 10px;
  transform: scaleY(0.5);
  position: absolute;
}
header nav {
  position: relative;
}
header .spacer {
  width: 70px;
}
@media (max-width: 768px) and (orientation: portrait) {
  header.overlay .logo {
    position: fixed;
  }
  header.overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(223.9169014085, 222.8450704225, 209.9830985915, 0.9333333333);
    z-index: 0;
  }
  header {
    flex-direction: column;
  }
  header .logo {
    position: relative;
    align-self: flex-start;
  }
  header nav {
    width: 100%;
    position: fixed;
    top: 100px;
    transition: 0.2s;
    transform: translateX(-100%);
  }
  header nav.open {
    transform: translateX(0%);
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header nav ul li a {
    margin: auto;
    padding: 1.4em 0;
    display: block;
    text-align: center;
  }
  header nav ul li .secondLevel {
    position: relative;
    top: 0;
    border: none;
    display: block;
    box-shadow: 0 -1em 2em -1em rgba(255, 255, 255, 0.8), 0 1em 2em -1em rgba(0, 0, 0, 0.5333333333);
  }
  header nav ul li .secondLevel a {
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
    border-top: 1px rgba(255, 255, 255, 0.5333333333) solid;
    font-size: 1.1em;
  }
  header nav ul li .secondLevel a:first-of-type {
    border-top: none;
  }
  header nav ul li .secondLevel a:last-of-type {
    border-bottom: none;
  }
}

section#welcome {
  height: 40vw;
  background: url(../img/intro_01.jpg) center top;
  background-position-y: -20vw;
  position: relative;
  background-size: cover;
}
section#welcome .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(85, 68, 51, 0.4), rgba(0, 0, 0, 0.2) 50%, black);
}
section#welcome .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section#welcome .content .t1 {
  margin-top: auto;
  color: #FFF0C0;
  font-size: 2.8vw;
  font-weight: 400;
  text-shadow: 0 0 0.2em #000, 0 0.2em 0.2em #000, 0 0 0.5em #000, 0 0 1em #000;
  margin-bottom: 7vw;
}
section#welcome .content .t2 {
  font-size: 1.5vw;
  text-align: center;
  width: 59%;
  color: white;
  font-weight: 300;
  text-shadow: 0 0 0.2em #000, 0 0.1em 0.2em #000;
  line-height: 1.5em;
  margin-bottom: 6vw;
}
section#welcome .cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 0.8em 1.3em;
  border: 3px solid #E2E1D5;
  background: #000;
  color: #FFF0C0;
  font-size: min(20px, 1.5vw);
  text-decoration: none;
  box-shadow: 0 0 1.7em #000;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
section#welcome .cta:hover {
  box-shadow: 0 0 0.2em #000;
  transform: translate(-50%, 55%);
  text-shadow: 0 0 0.5em #fff;
}
@media (max-width: 768px) and (orientation: portrait) {
  section#welcome {
    height: 60vh;
  }
  section#welcome .content .t1 {
    font-size: 4.2vw;
    margin-bottom: 13vw;
  }
  section#welcome .content .t2 {
    font-size: 16px;
    width: 80%;
    text-wrap: balance;
    margin-bottom: 9vw;
  }
  section#welcome .cta {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  section#welcome .content .t1 {
    margin-bottom: 16vw;
    font-size: 24px;
    width: 90%;
    text-wrap: beauty;
    text-align: center;
  }
  section#welcome .content .t2 {
    margin-bottom: 14vw;
  }
}

main {
  font-size: 1.4em;
  color: #3A2419;
}
main h1 {
  font-weight: 400;
  text-align: center;
  padding-bottom: 0.3em;
  font-style: italic;
  margin: 2em auto 1em;
}
main article {
  font-weight: 300;
  line-height: 1.6em;
}
main article p {
  margin: 2em 0;
  text-indent: 1em;
  text-wrap: balance;
}
main article p::first-letter {
  font-size: 1.6em;
}
main .flexColumns1 {
  margin: 8em 0;
  display: flex;
  gap: 4em;
  align-items: center;
}
main .flexColumns1.reversed {
  flex-direction: row-reverse;
}
main .flexColumns1 .picContainer40 {
  flex: 1 0 40%;
}
main .flexColumns1 .picContainer50 {
  flex: 1 0 50%;
}
main .flexColumns1 img {
  width: 100%;
}
@media (max-width: 1200px) {
  main .flexColumns1 p {
    padding-right: 2em;
  }
  main .flexColumns1.reversed p {
    padding-left: 2em;
  }
}
@media (max-width: 768px) {
  main .flexColumns1 {
    display: block;
    margin: 4em 0;
  }
  main .flexColumns1 p {
    padding: 1em;
    text-wrap: pretty;
  }
  main .flexColumns1 .picContainer40 {
    float: left;
    width: 50%;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 1080px) {
  main h1 {
    font-size: 1.6em;
  }
  main article p {
    font-size: 0.8em;
  }
}

.toTheCenter {
  text-align: center;
}

.frame1 {
  box-shadow: 0 2em 2em -2.5em #3A2419, 0 -2em 2em -2em white;
  text-wrap: balance;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  line-height: 2em;
  padding: 1em 8em;
  margin: 4em 0;
  color: #802060;
}
.frame1 b {
  font-weight: 500;
}

.separator1 {
  background: url(../img/separator1.png) center no-repeat;
  background-size: contain;
  opacity: 0.7;
  height: 1em;
}

.textStyle1 {
  font-style: italic;
  font-size: 1.2em;
  opacity: 0.75;
  color: #802060;
}

.homePage main {
  padding: 8em 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.9em;
  color: #3A2419;
  display: flex;
  justify-content: center;
}
.homePage main h2 {
  margin: 0;
  font-size: 1.3em;
}
.homePage main > * {
  width: 33%;
}
.homePage main {
  gap: 10%;
}
.homePage main .container1 {
  text-align: center;
}
.homePage main .container1 h2 {
  margin-top: 1.2em;
  margin-bottom: 1.4em;
}
.homePage main .container2 hr {
  opacity: 0.5;
  margin: 1.5em 0;
}
.homePage main .container2 h2 {
  text-align: center;
}
.homePage main .container2 .row {
  padding-left: 2em;
  display: flex;
  gap: 2em;
  align-items: center;
  margin: 1.5em 0;
}
.homePage main .container2 .row .icon {
  display: flex;
}
.homePage main .container2 .row a {
  color: #3A2419;
}
.homePage main .container2 .socialmedia {
  text-align: center;
  text-decoration: none;
}
.homePage main .container2 .socialmedia a {
  padding: 0 0.5em;
  display: inline-block;
  transition: 0.2s;
}
.homePage main .container2 .socialmedia a:hover {
  transform: translateY(-5px);
}
@media (max-width: 1440px) {
  .homePage main {
    font-size: 14px;
  }
  .homePage main .container1 img {
    width: 140px;
  }
}
@media (max-width: 1080px) {
  .homePage main {
    font-size: 13px;
  }
  .homePage main .container1 img {
    width: 120px;
  }
  .homePage main > * {
    width: 40%;
  }
  .homePage main .container2 .row .icon {
    height: 30px;
  }
  .homePage main .container2 .socialmedia a {
    padding: 0 1em;
  }
  .homePage main .container2 .socialmedia a img {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .homePage main {
    flex-direction: column;
  }
  .homePage main > * {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .homePage main > * {
    font-size: 3.2vw;
    width: 90%;
    margin: 0 auto;
    padding: 1em;
    box-sizing: border-box;
  }
  .homePage main .container2 .row {
    margin-bottom: 3em;
  }
}

.aboutUs .mainCol {
  max-width: 1280px;
  margin: 0 auto;
}
.aboutUs section.introText {
  margin-bottom: 3em;
}
.aboutUs article img {
  width: 100%;
}
.aboutUs .dishes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin: 6em 0;
}
.aboutUs .dishes a {
  flex: 0 1 30%;
  box-shadow: 0 0.5em 1em rgba(58, 36, 25, 0.5);
  transition: 0.3s;
}
.aboutUs .dishes a:hover {
  box-shadow: 0 0.1em 0.2em rgba(58, 36, 25, 0.5);
  transform: translateY(0.2em);
}
.aboutUs .dishes img {
  width: 100%;
}
@media (max-width: 768px) {
  .aboutUs .dishes {
    gap: 1em;
  }
}
@media (max-width: 480px) {
  .aboutUs .dishes {
    gap: 1em;
  }
  .aboutUs .dishes a {
    flex: 0 1 43%;
  }
  .aboutUs .dishes .parvus-zoom__indicator {
    padding: 0.2em;
  }
  .aboutUs .dishes .parvus-zoom__indicator svg {
    width: 16px;
    height: 16px;
  }
}

.events .mainCol {
  max-width: 1600px;
  margin: 0 auto;
}
.events .planning_celebration {
  background-image: url(../img/events/04.jpg);
  background-image: -webkit-image-set(url(../img/events/04.avif) type(image/avif), url(../img/events/04.jpg) type(image/jpeg));
  background-image: image-set(url(../img/events/04.avif) type(image/avif), url(../img/events/04.jpg) type(image/jpeg));
  background-position: center;
  display: flex;
}
.events .planning_celebration .textContent {
  margin: auto;
  padding: 5em 1em;
  color: white;
  font-weight: 800;
  font-size: 1.4em;
  text-transform: uppercase;
}
.events .pic02 {
  opacity: 0.8;
  margin: 4em;
}
@media (max-width: 768px) {
  .events .pic02 {
    margin: 4em 2em;
  }
}
.events .pic02 img {
  max-width: 100%;
}
.events .eventPictures {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 6em 0;
}
@media (max-width: 480px) {
  .events .eventPictures {
    border: none;
    margin: 3em 0;
  }
}
.events .eventPictures .picItem {
  width: 250px;
}
.events .eventPictures .picItem.horizontal {
  width: 520px;
}
.events .eventPictures .picItem img {
  display: block;
  width: 100%;
  border: 1px solid #E2E1D5;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
@media (max-width: 540px) {
  .events .eventPictures .picItem img {
    border: none;
  }
}
@media (max-width: 1620px) {
  .events .eventPictures img {
    max-height: 349px;
  }
}
@media (max-width: 1080px) {
  .events .eventPictures .picItem {
    max-width: 385px;
  }
}
@media (max-width: 800px) {
  .events .eventPictures .picItem {
    max-width: 520px;
  }
}

.menu .headerPicture {
  margin: 6em 1em;
}
.menu .headerPicture img {
  max-width: 100%;
}
@media (max-width: 800px) {
  .menu .headerPicture {
    margin: 4em 1em;
  }
}
.menu .priceList {
  max-width: 1080px;
  margin: 6em auto;
}
.menu .priceList table {
  margin: 2em 0;
  width: 100%;
}
.menu .priceList table tr td.name {
  font-weight: bold;
  text-wrap: nowrap;
  padding-right: 1em;
  line-height: 0.7em;
}
.menu .priceList table tr td.dots {
  border-bottom: 2px dotted #3A2419;
  width: 100%;
  font-size: 0;
}
.menu .priceList table tr td.price {
  line-height: 0.7em;
  padding-left: 1em;
  text-wrap: nowrap;
}
.menu .priceList table tr td.desc {
  font-style: italic;
  font-size: 0.8em;
  padding-top: 1em;
  padding-left: 2em;
}
.menu .priceList h2 {
  margin-top: 2em;
  font-size: 1.6em;
  border-top: 1px solid rgba(58, 36, 25, 0.2);
  border-bottom: 1px solid rgba(58, 36, 25, 0.2);
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .menu .priceList {
    margin: 4em 1em;
  }
  .menu .priceList img {
    max-width: 100%;
  }
  .menu .priceList table {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .menu .priceList {
    margin-top: 0;
  }
  .menu .priceList table {
    font-size: 1em;
    margin-bottom: 3em;
    box-shadow: 0 1em 1em -1.3em rgba(0, 0, 0, 0.5333333333);
  }
  .menu .priceList table tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5em;
  }
  .menu .priceList table tr td.name {
    text-wrap: wrap;
    line-height: 1.3em;
    padding-bottom: 0.3em;
  }
  .menu .priceList table tr td.dots {
    padding-top: 3.3em;
    flex: 0 1 10%;
  }
  .menu .priceList table tr td.price {
    padding-top: 0.7em;
    flex: 0 1 10%;
    text-align: right;
  }
  .menu .priceList table tr td.desc {
    padding-left: 0.5em;
    padding-top: 0;
  }
}

section.introText,
.frame1 {
  max-width: 1200px;
}
@media (max-width: 1080px) {
  section.introText,
  .frame1 {
    font-size: 1em;
    padding: 2em;
  }
}
@media (max-width: 768px) {
  section.introText,
  .frame1 {
    font-size: 0.8em;
    padding: 2em;
  }
}

footer {
  background: #d6d5c8;
  color: #3A2419;
  text-align: center;
  padding: 1.4em;
}

#pop-up .closeButton {
  position: absolute;
  color: #e2e1d5;
  font-size: 2.6vw;
  top: 2vw;
  right: 3vw;
  z-index: 1;
  line-height: 0.8em;
  padding: 0.3em;
  cursor: pointer;
}
#pop-up {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  font-size: 2.5vw;
}
#pop-up .overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pop-up .panel {
  z-index: 2;
  margin: auto;
  background: #e2e1d5;
  padding: 2em 4em;
  border-radius: 10em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #523d3f;
  outline: 0.1em #523d3f solid;
  outline-offset: -0.5em;
  box-shadow: 0 0 2em #000;
}
#pop-up .panel small {
  font-size: 0.6em;
}
#pop-up .panel .part2 {
  display: flex;
  align-items: center;
  gap: 1em;
}
#pop-up .panel .part2 .line {
  height: 0.1em;
  background: #523d3f;
  width: 5em;
  border-radius: 0.1em;
}
#pop-up .panel .part2 .dot {
  background: #523d3f;
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.3em;
}
@media (orientation: portrait) {
  #pop-up {
    font-size: 5vw;
  }
  #pop-up .closeButton {
    font-size: 8vw;
    right: 5vw;
  }
  #pop-up .panel {
    padding: 6em 2em;
    gap: 2em;
  }
  #pop-up .panel .part2 .line {
    width: 3em;
  }
}/*# sourceMappingURL=styles.css.map */