:root {
  --sandy-brown: #9e002f;
  --gainsboro-2: #e2e2e2;
  --gray: #828282;
  --dark-slate-gray: #4a4a4a;
  --white-smoke: #ededed;
  --light-gray: #d4d8d9;
  --sky-blue: #6ecde0;
  --dark-gray: #adafb3;
  --black: #1a1d2ef7;
  --white-smoke-2: #f2f2f2;
  --dark-gray-2: #969799;
  --gainsboro: #dedede;
  --white-smoke-3: #ebebeb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.popup {
  display: none; /* Startet versteckt */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 500px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}

.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
@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 {
  height: auto;
}

h1 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 44px;
  display: block;
}

h2 {
  color: #1a1d2ef7;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #777;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: #dba94b;
  text-transform: none;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 400;
}

li {
  color: #777;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
}

img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

strong {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #dba94b;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c2a2;
  border-radius: 7px;
  margin-top: 59px;
  padding: 15px 35px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .7s;
  display: inline-block;
  box-shadow: 0 2px #02967e;
}

.button:hover {
  background-color: #828282;
  box-shadow: 0 2px #696969;
}

.button.hero-button {
  border: 2px solid var(--sandy-brown);
  box-shadow: none;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 300px;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: background-color .5s;
  display: inline-block;
}

.button.hero-button:hover {
  border-color: var(--sandy-brown);
  background-color: var(--sandy-brown);
  box-shadow: none;
  color: #fff;
}

.button.hero-button.w--current {
  margin-bottom: 0;
}

.button.hero-button.blog {
  color: #000;
  margin: 30px auto 0;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MM_01606.JPG'), url('../images/MM_01606.JPG');
  background-position: 0 0, 50%, 50% 100%;
  background-size: auto, cover, auto;
  height: 100vh;
  position: relative;
}

.hero-section.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MM_01753.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.hero-section.about.recep {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 0;
}

.hero-section.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MM_01225.jpg'), url('../images/Untitled-2.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: block;
}

.hero-section.menus {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MM_04240.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.hero-section.menus.specias {
  background-image: linear-gradient(#00000080, #00000080), url('../images/champagne-3515140_1280.jpg'), url('../images/MM_04240.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
}

.hero-section.elements {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 100px;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
  display: block;
  position: fixed;
  overflow: visible;
}

.logo {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
  font-weight: 400;
  transition: color .5s;
  position: static;
}

.logo:hover {
  color: #dba94b;
}

.logo.big {
  margin-top: 0;
  padding-top: 3px;
  font-size: 50px;
}

.upper-heading {
  color: #f2f2f2a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.upper-heading.title {
  color: var(--sandy-brown);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 34px;
  font-weight: 300;
}

.upper-heading.hero {
  color: var(--sandy-brown);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 300;
}

.upper-heading.about {
  color: var(--sandy-brown);
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
}

.upper-heading.about.less-padding {
  margin-top: 0;
}

.section {
  border-bottom: 1px solid var(--sandy-brown);
  opacity: 1;
  background-color: #000;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  transition: background-color .5s;
  display: flex;
}

.section.clients {
  background-image: linear-gradient(#1a1d2ebf, #11131ff2), url('../images/Untitled-2.jpg');
  background-position: 0 0, 50% 22%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 60px;
}

.colum-facts {
  text-align: center;
  border: 1px #dba94b;
  border-right: 2px solid #dba94b4d;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .5s;
  position: relative;
}

.colum-facts:hover {
  border: 0 #dba94b;
  border-right: 2px solid #dba94b4d;
}

.colum-facts.last {
  border-right-style: none;
}

.colum-facts.last:hover {
  border-right-style: none;
  border-right-width: 0;
}

.numbers {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
}

.white-title {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-weight: 300;
}

.white-title.fact {
  color: var(--sandy-brown);
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
  transition: all .5s;
}

.white-title.second {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
}

.circle-icon-block {
  float: none;
  background-color: #dba94b;
  border: 1px solid #adafb3;
  border-radius: 22px;
  width: 50px;
  height: 50px;
  transition: border-color 1s, box-shadow 1s;
}

.circle-icon-block:hover {
  border-color: #00c2a2;
  transition: none;
  box-shadow: 0 0 2px 1px #adafb378;
}

.circle-icon-block.social {
  text-align: center;
  background-color: #dba94b;
  border: 0 #dba94b;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin: 20px 3px;
  transition: background-color .5s;
}

.circle-icon-block.social:hover {
  box-shadow: none;
  background-color: #1a1d2ef7;
  transition: none;
}

.circle-icon-block.social.contact {
  float: none;
  border: 2px solid var(--sandy-brown);
  background-color: var(--sandy-brown);
  color: var(--sandy-brown);
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.circle-icon-block.social.contact:hover {
  box-shadow: none;
  background-color: #7f0026;
}

.color-stripe {
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/MM_01080.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.color-stripe._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-1-3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.color-stripe._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.team-name {
  color: #1a1d2ef7;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
}

.team-tittle {
  float: none;
  color: #dba94b;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  font-weight: 300;
}

.social-icon {
  opacity: 1;
  width: 15px;
  margin: 10px 8px 8px;
  transition: opacity .7s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.line {
  margin-top: 8px;
}

.footer {
  background-color: #11131ff7;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  float: none;
  color: #dba94b;
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-weight: 300;
}

.copyright.white {
  color: #fff;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 9px;
  margin-right: 2px;
  padding: 15px 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 400;
  transition: color .5s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: var(--sandy-brown);
  letter-spacing: 1px;
  border-radius: 9px;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--sandy-brown);
  display: inline-block;
}

.nav-link.w--current:hover {
  color: #dba94b;
  border-radius: 0;
  text-decoration: none;
}

.nav-link.special {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-menu {
  color: #fff;
}

.icon-menu:hover {
  color: #dba94b;
}

.navbar-scroll {
  box-shadow: none;
  background-color: #1a1d2ef7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -102%);
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: auto;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 85px;
  font-weight: 700;
}

.hero-heading.smaller {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 70px;
  line-height: 80px;
}

.hero-heading.smaller.name {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 50px;
}

.hero-heading.minimal {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}

.nav-menu.second {
  float: right;
}

.slider-mask {
  border-radius: 0;
}

.testimonials {
  background-image: url('../images/Dollarphotoclub.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
}

.hero-text {
  text-align: center;
  margin-bottom: 100px;
}

.hero-text.blog {
  background-color: #fff;
  border: 7px solid #dba94b;
  border-radius: 5px;
  margin-top: -100px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.hero-text.about {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide-nav {
  display: none;
}

.flower-image {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: block;
}

.navbar-containner {
  z-index: 1000;
  background-color: #0000;
  position: relative;
  top: 0;
  left: 0;
}

.ornament {
  margin-top: 0;
  margin-bottom: 20px;
}

.ornament.fact {
  margin-top: 30px;
  margin-bottom: 40px;
}

.about-text {
  color: #666;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.about-text.reservation {
  background-image: none;
  border-top-style: none;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.dark-title {
  color: var(--sandy-brown);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.logo-slide {
  background-color: #0000;
  border-top: 1px solid #fff3;
  height: auto;
  padding-top: 60px;
}

.section-info.contact {
  background-color: #000;
  padding-top: 90px;
}

.contact-map-form {
  background-color: #fff;
  border: 7px solid #dba94b;
  border-radius: 5px;
  margin-top: -120px;
  padding: 30px 20px 10px;
  transition: background-color .5s;
  position: relative;
  top: -80px;
}

.company-text {
  color: #71818a;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.menu {
  background-image: linear-gradient(#fff9ee 53%, #fff9eecc), url('../images/Untitled-3.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-top: 1px solid #faf1df;
  padding-top: 90px;
  padding-bottom: 90px;
}

.social-div {
  text-align: center;
}

.hero-containner {
  text-align: center;
  position: relative;
  top: 40%;
  left: 0;
}

.social-div-second {
  text-align: center;
  background-color: #9e002f00;
  margin-top: 0;
  margin-bottom: 20px;
}

.submit-button {
  opacity: .85;
  text-transform: uppercase;
  background-color: #1a1d2ef7;
  border-radius: 5px;
  width: 100%;
  padding: 15px 35px;
  transition: opacity .7s;
}

.submit-button:hover {
  opacity: 1;
  background-color: #1a1d2ef7;
}

.text-field {
  color: #828282;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

.text-field:hover {
  background-color: #f2f2f2;
}

.text-field:focus {
  border-color: #dba94b;
}

.text-area {
  color: #828282;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  min-height: 170px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

.text-area:hover {
  background-color: #f2f2f2;
}

.text-area:focus {
  border: 2px solid #dba94b;
}

.text-area.new {
  border: 2px solid #e2e2e2;
  min-height: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-area.new:focus {
  border-color: #dba94b;
}

.success-message {
  background-color: #f2f2f2;
}

.title-plate {
  float: none;
  color: var(--sandy-brown);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 300px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.title-plate.in {
  float: none;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  display: block;
}

.reservation {
  opacity: 1;
  background-image: linear-gradient(#000000de, #000000de), url('../images/Untitled-10.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 7px #dba94b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plate {
  text-align: center;
  background-image: url('../images/2-min-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding-top: 230px;
  padding-right: 40px;
  transition: opacity .5s;
}

.plate:hover {
  background-image: url('../images/2-min-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.form-wrapper {
  background-color: #fff;
  border: 5px solid #dba94b;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  position: relative;
}

.menus {
  border-bottom: 1px solid var(--sandy-brown);
  background-color: #000;
  background-image: none;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.menu-tabs {
  width: 100%;
}

.menu-tab-menu {
  text-align: center;
  height: 65px;
  margin-bottom: 50px;
}

.menu-tab-menu.w--current {
  height: 65px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tab-menus-link {
  color: #fff;
  text-align: center;
  background-color: #dba94b;
  border-radius: 5px;
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.tab-menus-link:hover {
  background-color: #c9983e;
}

.tab-menus-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #1a1d2ef7;
  width: 20%;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-tab-content {
  overflow: visible;
}

.menu-image-block {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.price {
  float: right;
  color: var(--sandy-brown);
  background-color: #0000;
  border-left: 2px #e2e2e2;
  border-radius: 0;
  height: 80px;
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 0;
}

.price.inn {
  float: none;
  color: #fff;
  border-left: 0 #0000;
  border-radius: 30px;
  height: auto;
  padding: 10px 15px;
  display: inline-block;
  position: static;
}

.info-plate {
  float: none;
  color: #fff;
  text-align: left;
  margin-top: 0;
  display: block;
}

.menu-list-iteam {
  float: none;
  background-color: #000;
  border: 2px #e2e2e2;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.blog-image:hover {
  background-color: #dba94b;
}

.blog-section {
  background-color: #fff9ee;
  border-top: 1px solid #faf1df;
  border-bottom: 0 #0000;
  padding-top: 90px;
  padding-bottom: 90px;
}

.info-blog {
  text-align: left;
  background-color: #1a1d2ee6;
  border-left: 5px solid #dba94b;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 85%;
  margin-top: 230px;
  padding: 25px;
  display: inline-block;
}

.blog-date {
  float: none;
  color: #dba94b;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-post-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 25px;
}

.blog-link {
  text-align: left;
  width: 100%;
  height: 100%;
  transition: background-color .3s;
}

.blog-link:hover {
  background-color: #dba94b78;
}

.hero-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 7px solid #dba94b;
  height: 400px;
}

.main-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
}

.container-blog {
  text-align: left;
  padding-left: 70px;
  padding-right: 70px;
}

.divider {
  color: #0000;
  background-color: #ececec;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.divider.elements {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.author-wrapper-div {
  text-align: center;
  width: 70%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bio-info {
  text-align: center;
}

.column {
  background-color: #1a1d2ef7;
  border-radius: 0 5px 5px 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-2 {
  background-color: #dba94b;
  border-radius: 5px;
}

.success-text {
  color: #1a1d2ef7;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

.error-text {
  color: #1a1d2ef7;
}

.select-field {
  color: #828282;
  border: 2px solid #e2e2e2;
  font-family: Georgia, Times, Times New Roman, serif;
}

.select-field:focus {
  border-color: #dba94b;
}

.about-plates {
  background-image: linear-gradient(#fff9ee 45%, #fff9eecc), url('../images/Untitled-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.dynamic-item {
  margin-left: 0;
  margin-right: 0;
}

.link {
  color: #dba94b;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 7px;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
}

.link:hover {
  color: #1a1d2ef7;
  text-decoration: underline;
}

.link.footer {
  text-transform: none;
  transition: color .3s;
}

.link.footer:hover {
  color: #fff;
}

.image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 270px;
  height: 270px;
  margin-bottom: 10px;
}

.table-row-header {
  background-color: #dba94b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.table-title {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
}

.table-row {
  border: 1px solid #e2e2e2;
  border-bottom: 0 #e2e2e2;
  padding: 10px;
  transition: background-color .3s;
}

.table-row:hover {
  background-color: #f7f7f7;
}

.table-row.last {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.image-license {
  border-radius: 5px;
}

.footer-tittle {
  color: var(--sandy-brown);
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}

.overlay {
  z-index: 2;
  background-color: #000000b3;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tags {
  text-align: left;
  background-color: #dba94b2e;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.tags.white {
  background-color: #fff;
}

.rich-text-block {
  margin-top: 30px;
}

.body {
  height: auto;
}

.cheefs {
  margin-top: 0;
  margin-bottom: 0;
}

.reserve {
  float: right;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #dba94b;
  border-radius: 8px;
  margin-top: 4px;
  margin-left: 7px;
  padding: 10px 12px 9px;
  font-size: 12px;
  transition: background-color .5s;
  display: inline-block;
}

.reserve:hover {
  background-color: #dba94b;
}

.reserve.w--current {
  color: #fff;
}

.recipes-gallery {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/Untitled-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
}

.recipes-div {
  background-image: url('../images/photo-1428259067396-2d6bd3827878.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
}

.recipes-div._2 {
  background-image: url('../images/photo-1432139509613-5c4255815697.jpg');
  background-size: cover;
  padding-top: 0%;
}

.recipes-div._3 {
  background-image: url('../images/photo-1445979323117-80453f573b71.jpg');
  background-size: cover;
}

.recipes-div._4 {
  background-image: url('../images/photo-1446034730750-a0b64d06ad13.jpg');
  background-size: cover;
}

.recipes-div._5 {
  background-image: url('../images/photo-1432139555190-58524dae6a55.jpg');
}

.recipes-div._6 {
  background-image: url('../images/photo-1453831362806-3d5577f014a4.jpg');
  background-size: cover;
}

.vegan {
  color: #666;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-top: 0;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8px;
  display: inline-block;
}

.plate-important-info {
  text-align: left;
  margin-bottom: 10px;
  padding-top: 18px;
}

.kosher {
  color: #666;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-top: 0;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8px;
  display: inline-block;
}

.spicy {
  color: #666;
  letter-spacing: 1px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 8px;
  display: inline-block;
}

.price-wrapper {
  position: static;
}

.ico-wrapper {
  text-align: center;
}

.overlay-div {
  opacity: 0;
  background-color: #1a1d2ed9;
  height: 100%;
  transition: opacity .4s;
}

.overlay-div:hover {
  opacity: 1;
}

.column-philosopht {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center {
  color: #fff;
  text-align: left;
}

.list {
  background-color: #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.list.open {
  background-color: #13152200;
  width: 220px;
}

.zoom-glass {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .4s;
  position: relative;
  top: 40%;
}

.zoom-glass:hover {
  opacity: 1;
}

.lightbox-link {
  width: 100%;
  height: 270px;
}

.columns {
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.center-font {
  text-align: center;
}

.link-team {
  text-decoration: none;
  display: block;
}

.image-member {
  border: 8px solid var(--sandy-brown);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-plate {
  width: 100%;
}

.recipe-hero-block {
  background-color: #ffffffe3;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 15px;
  display: flex;
}

.recipe-item {
  align-items: flex-start;
  margin-bottom: 12px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.hero-recipe-icon {
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}

.recipe-text {
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.recipe-text.subtittitle {
  color: var(--sandy-brown);
  text-align: left;
  font-weight: 700;
}

.side-block {
  background-color: #fff9ee;
  border-radius: 6px;
}

.block-header {
  color: var(--sandy-brown);
  padding: 15px 25px;
  font-size: 20px;
}

.header-block-text {
  color: var(--sandy-brown);
  font-size: 20px;
  line-height: 30px;
}

.recipe-info-contest {
  border: 1px solid var(--gainsboro-2);
  border-radius: 4px;
  padding: 30px;
}

.author-block {
  color: var(--gray);
  background-color: #fff9ee;
  border: 1px solid #dba94b2e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.author-image {
  background-image: url('../images/Dollarphotoclub_786604502.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 80px;
  max-width: 100%;
  height: 80px;
  margin-right: 20px;
}

.author-name {
  color: var(--dark-slate-gray);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 30px;
}

.image-no-padding {
  margin-top: 0;
}

.link-block-horizontal {
  margin-left: 100px;
  text-decoration: none;
  display: block;
}

.licence-item-first {
  border: 3px solid var(--sandy-brown);
  background-color: #f1f1f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-link {
  color: #343e52;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--sandy-brown);
  text-decoration: underline;
}

.contact-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  color: #212121;
  font-size: 10px;
  display: none;
}

.features-column {
  padding-left: 10px;
  padding-right: 10px;
}

.testimonials-name {
  color: #343e52;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.service-div {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: box-shadow 40ms;
  display: block;
}

.service-div:hover {
  box-shadow: 0 6px 12px #0000001a;
}

.service-div.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div.line.testimonials {
  background-image: none;
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 40px 40px;
  transition: box-shadow .4s;
  position: relative;
  box-shadow: 0 0 2px #dbdbdb, 0 0 2px #dbdbdb;
}

.service-div.line.testimonials:hover {
  box-shadow: 1px 1px 12px #0000001f;
}

.testimonial-image {
  border-radius: 150px;
  width: 170px;
  height: 170px;
}

.testimonial-image.small {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -40px;
  left: 0;
  box-shadow: 0 10px 20px #0000002b;
}

.left-testimonial-arrow {
  z-index: 10;
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  inset: 0% 0% auto 235px;
}

.center-2 {
  color: #8796b4;
  text-align: center;
  width: 100%;
  font-weight: 400;
  line-height: 24px;
}

.slide {
  border: 1px #000;
}

.service-row-second {
  margin: 20px 0;
  padding-left: 2px;
  padding-right: 2px;
}

.divider-2 {
  background-color: #3f3f3f1a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-wrapper {
  z-index: 10;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-wrapper.reservation-container {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-arrow {
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  bottom: auto;
  left: 0;
  right: 235px;
}

.slider-testimonials {
  background-color: #0000;
  height: 530px;
}

.tiitle-price {
  color: #677081;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.tiitle-price.sub {
  color: #8796b4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 17px;
  display: block;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.mask {
  border: 1px #000;
}

.service-heading-third {
  float: none;
  clear: none;
  color: #343e52;
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.service-heading-third.big {
  color: #343e52;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.div-sliders-column-wrapper {
  padding-top: 0;
}

.collection-list-wrapper, .facts-row {
  width: 100%;
}

.flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column {
  width: 78.3294%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-row-gap: 0px;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  background-image: linear-gradient(#dde1e7, #dde1e7);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.column-icons {
  margin-bottom: 10px;
}

.column-icons.no-padding {
  margin-bottom: 0;
}

.icon-div {
  width: 30px;
  height: 30px;
}

.icon-div.image {
  background-image: url('../images/54327be10282e4a60a036424_542a9319fbc0335c3026ae1d_cheese-dinner-eating-2232okay-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.icon-div.image.sec {
  background-image: url('../images/5b6e1b653d9b84278970f9c7_team-5-p-500.jpeg');
}

.icon-div.image.four {
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-div.image.third {
  background-image: url('../images/Untitled-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: var(--sandy-brown);
  height: 5px;
}

.list-3 {
  margin-top: 40px;
}

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

.link-2, .link-3 {
  color: var(--sandy-brown);
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-left: 15px;
}

.container-3 {
  width: 80%;
  margin-bottom: 100px;
  display: flex;
}

.containercartsection, .container-5 {
  width: 45%;
}

.text-block {
  color: var(--sandy-brown);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.containerheadercart {
  border-bottom: 3px solid var(--sandy-brown);
}

.containerspeise {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-6 {
  width: 100%;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3 {
  color: #fff;
  font-size: 50px;
}

.text-block-4 {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-span {
  color: #fffdfd;
  font-weight: 700;
}

.section-3 {
  margin-bottom: 60px;
}

.text-block-5 {
  color: var(--sandy-brown);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 700;
}

.text-block-6 {
  color: var(--gray);
}

.bold-text {
  color: #666;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: #fff;
}

.bold-text-2 {
  color: #666;
}

.text-block-14 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
}

.dropdown-list {
  background-color: #ac8787;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.dropdown-link {
  color: #fff;
  background-color: #000;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link-2 {
  color: #fff;
  background-color: #050505;
}

.dropdown-link-2.w--current {
  color: #fff;
}

.nav {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
}

.dropdown {
  padding-top: 15px;
  display: inline-block;
}

.icon {
  color: #fff;
  margin-top: auto;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px 0 0;
  display: flex;
}

.section-4 {
  background-color: #000;
  background-image: none;
  border-bottom: 1px solid #9e002f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.dark-title-2 {
  color: #9e002f;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.center-3 {
  color: #fff;
  text-align: left;
}

.column-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h1 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 74px;
  }

  h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.hero-button {
    margin-bottom: 120px;
  }

  .hero-section {
    background-position: 50%;
    padding-bottom: 0;
  }

  .logo.big {
    margin-top: 10px;
  }

  .upper-heading.hero {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .upper-heading.about {
    color: #dba94b;
    margin-bottom: 0;
    font-family: Great Vibes, cursive;
    font-size: 35px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .colum-facts {
    text-align: center;
    border-top-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #dba94b4d;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: 0;
  }

  .colum-facts:hover {
    border-bottom: 1px solid #dba94b4d;
    border-right-style: none;
    border-right-width: 0;
  }

  .colum-facts.last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .numbers {
    margin-top: auto;
  }

  .white-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .white-title.second {
    letter-spacing: 1px;
    margin-bottom: 40px;
  }

  .menu-button {
    float: right;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 10px 10px 10px 9px;
    transition: background-color .5s;
    display: block;
  }

  .menu-button:hover {
    background-color: #ffffff4a;
    transition: none;
  }

  .menu-button.w--open {
    float: right;
    text-align: left;
    background-color: #ffffff21;
    height: 50px;
    padding-left: 9px;
    top: 0;
    left: 0;
  }

  .color-stripe {
    background-position: 50%;
    background-size: 989px;
  }

  .team-name {
    font-size: 16px;
  }

  .copyright {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .copyright.white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: center;
    margin: 4px 10px;
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .icon-menu {
    opacity: 1;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block;
  }

  .icon-menu.lines:hover {
    color: #fff;
  }

  .navbar-scroll {
    display: none;
  }

  .hero-heading {
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 55px;
  }

  .hero-heading.smaller {
    text-transform: uppercase;
    margin-top: 10px;
  }

  .hero-heading.minimal {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .nav-menu {
    background-color: #0009;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu.second {
    text-align: center;
    display: block;
    position: absolute;
  }

  .hero-text {
    margin-bottom: 50px;
  }

  .hero-text.about {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .hero-text.box {
    margin-bottom: 0;
  }

  .flower-image {
    margin-top: auto;
    padding-top: 0;
  }

  .navbar-containner {
    transition: background-color .5s;
  }

  .about-text {
    margin-left: 60px;
    margin-right: 60px;
  }

  .about-text.reservation {
    display: none;
  }

  .dark-title {
    text-transform: uppercase;
  }

  .logo-slide {
    clear: both;
  }

  .contact-map-form {
    margin-top: 40px;
    top: auto;
  }

  .slide-nav {
    padding-top: 20px;
  }

  .info-comapny-column {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .company-text {
    font-size: 13px;
  }

  .social-div-second {
    margin-top: 20px;
  }

  .title-plate {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .title-plate.in {
    float: left;
    text-align: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    font-size: 13px;
  }

  .reservation {
    height: auto;
  }

  .plate {
    border-bottom-left-radius: 5px;
    height: auto;
    margin-bottom: 15px;
    padding-top: 200px;
    padding-bottom: 20px;
    padding-right: 31px;
  }

  .tab-menus-link {
    width: 23%;
  }

  .tab-menus-link.w--current {
    width: 23%;
    font-size: 11px;
  }

  .menu-image-block {
    width: 125px;
    height: 125px;
  }

  .price {
    height: 85px;
    padding-top: 30px;
  }

  .price.inn {
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
  }

  .info-plate {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .menu-list-iteam {
    padding-right: 70px;
  }

  .info-blog {
    width: 85%;
  }

  .blog-post-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .hero-blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .container-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-plate-div {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .column-2 {
    border-radius: 5px;
  }

  .title-tab {
    font-size: 11px;
  }

  .dynamic-item {
    float: left;
    position: static;
  }

  .image-wrapper {
    text-align: center;
    border-radius: 5px;
    width: 340px;
    height: 340px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-tittle {
    text-align: center;
  }

  .cheefs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reserve {
    border-radius: 5px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .recipes-div {
    height: 260px;
  }

  .recipes-div._2 {
    background-image: url('../images/photo-1432139509613-5c4255815697.jpg');
    background-size: cover;
  }

  .recipes-div._5 {
    background-image: url('../images/photo-1432139555190-58524dae6a55.jpg');
    height: 260px;
  }

  .vegan {
    color: #666;
    background-color: #ebebeb;
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .plate-important-info {
    padding-top: 20px;
  }

  .kosher, .spicy {
    color: #666;
    background-color: #ebebeb;
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .list.open {
    width: 181px;
  }

  .recipe-item {
    margin-left: 40px;
    margin-right: 40px;
  }

  .contact-info-wrapper {
    width: 80%;
  }

  .slide-nav-2 {
    margin-top: 100px;
  }

  .service-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div.line.testimonials {
    height: auto;
    padding-top: 60px;
  }

  .left-testimonial-arrow {
    left: 200px;
  }

  .service-row-second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-arrow {
    right: 200px;
  }

  .slider-testimonials {
    height: 600px;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .flex {
    display: block;
  }

  .footer-column {
    width: 90%;
  }

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

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 90px;
  }

  .dark-title-2 {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: left;
  }

  p {
    margin-bottom: 20px;
  }

  .upper-heading.title {
    margin-bottom: 0;
    font-size: 29px;
  }

  .upper-heading.hero {
    margin-top: 20px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .colum-facts {
    text-align: center;
    margin-bottom: 0;
  }

  .numbers {
    margin-top: auto;
  }

  .white-title {
    margin-bottom: 0;
  }

  .white-title.second {
    margin-bottom: 40px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .circle-icon-block.social.contact {
    border-width: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .color-stripe {
    background-position: 80% 46%;
    background-size: auto;
  }

  .copyright {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .copyright.white {
    padding-top: 5px;
  }

  .hero-heading {
    text-shadow: none;
    font-size: 60px;
  }

  .hero-heading.smaller {
    margin-top: 10px;
    font-size: 50px;
  }

  .hero-heading.minimal {
    margin-top: 10px;
    font-size: 40px;
  }

  .nav-menu {
    top: 101px;
  }

  .testimonials {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-text.about {
    margin-top: 0;
  }

  .flower-image {
    margin-top: auto;
  }

  .about-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .about-text.reservation {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .dark-title {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .logo-slide {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-map-form {
    margin-top: 0;
  }

  .slide-nav {
    display: none;
  }

  .info-comapny-column {
    text-align: center;
    margin-bottom: 20px;
  }

  .company-text {
    text-align: center;
  }

  .social-div {
    margin-bottom: 20px;
  }

  .title-plate {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .title-plate.in {
    text-align: left;
  }

  .plate {
    height: 500px;
    margin-bottom: 10px;
    padding-top: 430px;
    padding-right: 300px;
  }

  .form-wrapper {
    margin-bottom: 50px;
  }

  .menus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-tab-menu {
    margin-bottom: 150px;
  }

  .tab-menus-link {
    width: 100%;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-menus-link:hover {
    background-color: #c9983e;
  }

  .tab-menus-link.w--current {
    width: 100%;
    margin-bottom: 2px;
  }

  .tab-menus-link.w--current:hover {
    background-color: #1a1d2ef7;
  }

  .menu-image-block {
    width: 130px;
    height: 130px;
    margin-right: 15px;
  }

  .price {
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .price.inn {
    padding-bottom: 10px;
  }

  .info-plate {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }

  .menu-list-iteam {
    padding-right: 70px;
  }

  .blog-image {
    margin-bottom: 30px;
  }

  .info-blog {
    width: 50%;
  }

  .blog-post-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .image-wrapper {
    background-position: 50%;
    width: 500px;
    height: 500px;
    margin: 5px 0;
  }

  .table-title {
    text-align: left;
  }

  .footer-tittle {
    text-align: center;
  }

  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reserve {
    margin-right: 20px;
  }

  .recipes-div, .recipes-div._5 {
    height: 200px;
  }

  .center-font {
    font-size: 36px;
    line-height: 46px;
  }

  .recipe-item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .licence-item-first {
    width: 100%;
  }

  .contact-info-wrapper {
    width: 80%;
  }

  .service-div.line {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-row-second {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-testimonials {
    height: auto;
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    padding-left: 0;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

  .flex {
    display: block;
  }

  .container-3 {
    flex-flow: column;
  }

  .containercartsection {
    width: 100%;
  }

  .dark-title-2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    display: inline-block;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  p {
    text-align: left;
    margin-bottom: 20px;
  }

  ul, li {
    text-align: left;
  }

  blockquote {
    text-align: left;
    font-weight: 400;
  }

  .button.hero-button {
    margin-bottom: 100px;
  }

  .hero-section.menus {
    padding-left: 0;
    padding-right: 0;
  }

  .logo.big {
    font-size: 25px;
  }

  .upper-heading {
    margin-bottom: auto;
    font-size: 16px;
  }

  .upper-heading.title {
    margin-top: 0;
    font-size: 21px;
  }

  .upper-heading.hero {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 28px;
  }

  .upper-heading.about {
    font-size: 25px;
    line-height: 0;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .white-title {
    margin-bottom: 0;
    font-size: 22px;
  }

  .white-title.fact {
    display: block;
  }

  .white-title.second {
    font-size: 17px;
  }

  .team-name {
    font-size: 16px;
  }

  .copyright.white {
    padding-top: 0;
    font-size: 11px;
  }

  .hero-heading {
    text-shadow: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 28px;
    line-height: 46px;
    display: block;
  }

  .hero-heading.smaller {
    margin-top: 20px;
    font-size: 25px;
  }

  .hero-heading.minimal {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-text.blog {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text.about {
    padding-left: 0;
    padding-right: 0;
  }

  .flower-image {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .ornament {
    margin-bottom: 20px;
  }

  .about-text {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }

  .dark-title {
    margin-top: 5px;
    font-size: 20px;
    line-height: 23px;
  }

  .logo-slide {
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .company-text {
    font-size: 13px;
  }

  .title-plate {
    vertical-align: baseline;
    margin-top: 15px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: inline-block;
  }

  .title-plate.in {
    float: left;
    text-align: center;
    font-size: 16px;
  }

  .plate {
    height: auto;
    padding-top: 280px;
    padding-right: 20px;
  }

  .tab-menus-link, .tab-menus-link.w--current {
    margin-bottom: 2px;
  }

  .tab-menus-link.w--current:hover {
    background-color: #33395cf7;
  }

  .menu-image-block {
    float: none;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .price {
    float: none;
    height: 55px;
    margin-top: 0;
    padding-top: 15px;
    display: inline-block;
    position: static;
    top: 12px;
  }

  .price.inn {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .info-plate {
    margin-bottom: 10px;
    margin-right: 75px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 19px;
    display: block;
  }

  .menu-list-iteam {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .info-blog {
    width: 85%;
  }

  .hero-blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .container-blog {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-wrapper-div {
    width: 90%;
  }

  .image-wrapper {
    width: 300px;
    height: 300px;
  }

  .footer-tittle {
    text-align: center;
  }

  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reserve {
    margin-right: 15px;
  }

  .plate-important-info {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-wrapper {
    float: right;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-right: 100px;
    display: flex;
    position: relative;
  }

  .recipe-hero-block {
    flex-direction: column;
  }

  .link-block-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .contact-info-wrapper {
    width: 80%;
  }

  .service-div {
    width: 100%;
  }

  .service-div.line.testimonials {
    flex-direction: column;
    width: 60%;
    display: block;
  }

  .slide, .service-row-second {
    width: auto;
  }

  .container-wrapper {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-testimonials {
    height: auto;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .container-2 {
    flex-flow: column;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .containercartsection {
    width: 100%;
  }

  .dark-title-2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 23px;
  }
}


