@font-face {
  font-family: Bradhitc;
  src: url('../fonts/bradhitc.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 44px;
  display: block;
}

h2 {
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  float: left;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #828282;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.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 {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #dba94b;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  transition: all .5s, color .5s;
  display: inline-block;
}

.button.hero-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #dba94b;
  border-color: #dba94b;
}

.button.hero-button.contact-submit {
  box-shadow: none;
  color: #000;
  border-color: #000;
  width: 100%;
  margin-bottom: 20px;
  transition: all .5s;
}

.button.hero-button.contact-submit:hover {
  box-shadow: none;
  color: #fff;
  border-color: #dba94b;
}

.button.text-bar {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 0;
  margin-top: 0;
}

.button.text-bar:hover {
  box-shadow: none;
  background-color: #dba94b;
  border-color: #dba94b;
}

.button.menu-button {
  background-color: var(--sandy-brown);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  box-shadow: 0 2px #4a4a4a80;
}

.hero-section {
  background-image: linear-gradient(#0000008c 25%, #000c), url('../images/Star-Anise-3.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 1750px;
  background-attachment: scroll, fixed;
  height: 100%;
  position: relative;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
}

.logo {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Bradhitc, sans-serif;
  font-size: 20px;
  line-height: 40px;
  transition: color .5s;
  position: static;
}

.logo:hover {
  color: #dba94b;
}

.logo.big {
  margin-top: 5px;
  font-family: Bradhitc, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.logo.big.contact {
  text-align: left;
  margin-top: 90px;
  margin-bottom: 20px;
  font-size: 30px;
}

.hero-text {
  text-align: center;
  display: block;
}

.upper {
  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.title {
  color: #dba94b;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 45px;
  font-weight: 300;
}

.upper.title.contact {
  font-size: 55px;
}

.upper.hero {
  color: #dba94b;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 150px;
  margin-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 300;
}

.upper._2 {
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 64px;
}

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

.section.services {
  display: none;
}

.section.secret-formula {
  background-image: linear-gradient(to right, #ededed00, #fff 33%), url('../images/Star-Anise-5.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section.about-spice-sisters {
  border-top: 9px none var(--white-smoke);
  background-image: url('../images/About-bg-2.jpg');
  background-position: 50%;
  background-size: cover;
  transition-property: all;
}

.section.servicies {
  background-image: linear-gradient(to right, #ededed00, #fff 18%), url('../images/Star-Anise-5.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-bottom: 50px;
}

.section {
  opacity: 1;
  padding-top: 110px;
  padding-bottom: 110px;
  transition: background-color .5s;
}

.section.facts {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wall-4-min.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.gallery {
  padding-bottom: 0;
}

.section.gallery:hover {
  box-shadow: 0 0 3px -12px #adafb3;
}

.section.testimonials {
  background-image: url('../images/542405e9d903582652f05619_Dollarphotoclub_62029394.min-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: none;
}

.section.contact-info {
  background-image: url('../images/wall-3-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.texbar {
  background-image: url('../images/wall-3-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.texbar:hover {
  box-shadow: none;
  background-color: #dba94b;
}

.hero-texbar {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 300;
}

.hero-small-line {
  text-align: center;
  background-color: #00c2a2;
  width: 20%;
  height: 3px;
  margin: 15px auto;
  display: block;
  position: relative;
}

.hero-small-line.header {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 0;
}

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

.colum-facts:hover {
  border: 1px solid #dba94b;
}

.numbers {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

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

.white-tittle.fact {
  font-size: 60px;
  transition: all .5s;
}

.white-tittle._2 {
  margin-bottom: 70px;
}

.center-text {
  float: none;
  color: #292929;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block {
  margin: auto 420px 60px;
}

.overall-column {
  text-align: center;
}

.overall-column.contact {
  text-align: center;
  padding: 20px;
  transition: box-shadow .5s;
  position: relative;
}

.overall-column.contact:hover {
  background-color: #0000;
  box-shadow: 0 1px 12px #adafb380;
}

.overall-column.contact.x {
  transition: none;
}

.overall-column.contact.x:hover {
  box-shadow: none;
}

.overall-column.services {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  transition: box-shadow .5s;
  position: relative;
}

.overall-column.services:hover {
  background-color: #fff;
  box-shadow: 0 1px 12px #adafb380;
}

.overall-column.nil {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  transition: none;
  position: relative;
}

.overall-column.nil:hover {
  box-shadow: none;
  background-color: #fff;
}

.circle-icon-block {
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  width: 100px;
  height: 100px;
  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 {
  background-color: #dedede;
  border: 0 #dba94b;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 20px 5px;
  transition: background-color .5s;
  display: flex;
}

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

.circle-icon-block.social.contact {
  float: none;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  margin-left: auto;
  display: none;
}

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

.circle-icon-block.social.fb, .circle-icon-block.social.twitter, .circle-icon-block.social.ins {
  display: none;
}

.circle-icon-block.testimonials-image-block {
  float: left;
  text-align: center;
  border-radius: 0;
  width: 90px;
  height: 90px;
  margin-top: 8px;
  margin-bottom: 70px;
  margin-right: 20px;
}

.color-stripe {
  opacity: 1;
  background-color: #00c2a2;
  background-image: linear-gradient(#0006, #000000b3), url('../images/Star-Anise-1.jpg');
  background-position: 0 0, 50% 34%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 110px;
  padding-bottom: 110px;
}

.team-name {
  text-align: left;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.team-tittle {
  color: #dba94b;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  font-family: Great Vibes, cursive;
  font-size: 19px;
  font-weight: 300;
}

.icon-image {
  float: none;
  display: block;
}

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

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

.testimonials-tittle {
  float: left;
  color: #00c2a2;
  text-align: center;
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-text {
  float: none;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 250px;
  padding-left: 75px;
  padding-right: 75px;
  font-size: 18px;
  line-height: 24px;
}

.footer {
  background-color: #000000f7;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright {
  float: none;
  color: #dba94b;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 9px;
  margin-right: 2px;
  padding: 15px 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .5s;
}

.nav-link:hover {
  opacity: 1;
  color: #da9310;
  letter-spacing: 1px;
  border-radius: 9px;
  text-decoration: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  font-family: Lato, sans-serif;
}

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

.icon-menu {
  color: #fff;
}

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

.hero-arrow-link-block {
  float: none;
  opacity: 1;
  background-color: #0000;
  width: 60px;
  min-width: 0;
  height: 60px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: underline;
  transition: none;
  display: block;
}

.hero-arrow-link-block:hover {
  opacity: 1;
  border-color: #00c2a2;
}

.hero-arrow-link-block.w--current {
  opacity: 1;
  border-color: #ffffff7d;
  padding-top: 15px;
  transition: border-color .7s, opacity .7s;
}

.hero-arrow-link-block.w--current:hover {
  opacity: 1;
  border-color: #00c2a2;
  transition: none;
}

.arrow {
  opacity: 1;
  font-size: 30px;
  text-decoration: none;
  transition: all .5s;
}

.arrow:hover {
  opacity: 1;
  transition: none;
}

.navbar-scroll {
  box-shadow: none;
  background-color: #000000f7;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: fixed;
}

.testimonilas-clients {
  background-color: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 110px;
}

.hero-headline {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Bradhitc, sans-serif;
  font-size: 95px;
}

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

.text-hero {
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 5px 5px 20px 13px #0006;
}

.text-hero.wraper {
  margin-top: 40%;
}

.text-hero.wraper._2 {
  margin-top: auto;
}

.text-hero.wraper.motive {
  margin-top: 0;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}

.text-hero._2 {
  box-shadow: none;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 40px;
}

.text-hero._3 {
  box-shadow: none;
  background-color: #0000;
  padding-bottom: 20px;
}

.slide-nav {
  display: none;
}

.flower-image {
  margin-top: 150px;
  line-height: 35px;
}

.navbar-container {
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
}

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

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

.about-text {
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.about-text.menu {
  margin-bottom: 20px;
  margin-left: 180px;
  margin-right: 180px;
  padding-top: 0;
  padding-bottom: 0;
}

.about-text.specialities, .about-text.team {
  margin-bottom: 70px;
  margin-left: 180px;
  margin-right: 180px;
}

.about-text.chooseus {
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.dark-tittle {
  color: #000;
  font-family: Bradhitc, sans-serif;
  font-size: 50px;
}

.dark-tittle.sm {
  color: var(--sandy-brown);
  background-color: #070707;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 25px;
}

.our-motives {
  display: none;
}

.image-overlay {
  opacity: 0;
  height: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.image-overlay:hover {
  opacity: 1;
  background-color: #00000073;
  box-shadow: inset 0 6px 50px -2px #000;
}

.image-overlay.speciality {
  opacity: 1;
  border: 2px solid #fff;
  height: auto;
  margin: 15px;
  padding-left: 0;
  display: block;
  position: absolute;
}

.image-overlay.speciality:hover {
  box-shadow: none;
  background-color: #0000;
}

.image-overlay.speciality.dark {
  opacity: 0;
  border-style: none;
  border-width: 0;
  height: auto;
  margin: 17px;
}

.image-overlay.speciality.dark:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #0000007d;
}

.motive-image {
  padding-left: 0;
  padding-right: 0;
  top: 0;
  left: 0;
}

.icon-service {
  background-image: url('../images/cakes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 138px;
  width: 150px;
  min-width: 0;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-service.mealpaackages {
  background-image: url('../images/number-frame.png');
  background-position: 50% 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
}

.icon-service.coffe {
  background-image: url('../images/salade.svg');
  background-size: 126px;
  margin-bottom: 10px;
  display: none;
}

.icon-service.salades {
  background-image: url('../images/salade.svg');
  background-size: 148px;
  margin-bottom: 10px;
}

.icon-service.fish {
  background-image: url('../images/fish.svg');
  background-size: 150px;
  margin-bottom: 10px;
}

.icon-service.soups {
  background-image: url('../images/soaps.svg');
  background-size: 115px;
  margin-bottom: 10px;
}

.icon-service.organic {
  background-image: url('../images/soaps.svg');
  background-size: 127px;
  margin-bottom: 10px;
  display: none;
}

.icon-service.wine {
  background-image: url('../images/wine-.svg');
  background-position: 50% 0;
  background-size: 134px;
  margin-bottom: 10px;
}

.icon-service.beer {
  background-image: url('../images/beer.svg');
  background-position: 50% 0;
  background-size: 131px;
  margin-bottom: 10px;
}

.icon-service.cocktails {
  background-image: url('../images/coactails.svg');
  background-position: 50% 0;
  background-size: 131px;
  margin-bottom: 10px;
}

.icon-service.sweet {
  background-image: url('../images/sweet-1.svg');
  background-size: 170px;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

.icon-service.sweet._4 {
  background-image: url('../images/sweet-5.svg');
  background-size: 175px;
}

.icon-service.sweet._2 {
  background-image: url('../images/sweet-7.svg');
  background-size: 175px;
}

.icon-service.sweet._5 {
  background-image: url('../images/sweet-3.svg');
}

.icon-service.chefstable {
  background-image: url('../images/Garlic.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
}

.icon-service.mediterranean {
  background-image: url('../images/OliveOil.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
}

.icon-service.asian {
  background-image: url('../images/Ginger.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 20px;
}

.icon-service.middle-eastern {
  background-image: url('../images/Mint.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.icon-service.eastwestindian {
  background-image: url('../images/tumeric.jpg');
  background-size: cover;
  border-radius: 20px;
}

.icon-service.veggie {
  background-image: url('../images/Vegetarian.jpg');
  background-size: cover;
  border-radius: 20px;
}

.icon-service.sides {
  background-image: url('../images/Rice.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.icon-service._1stop {
  background-image: url('../images/soaps.svg');
  background-size: 127px;
  margin-bottom: 10px;
  display: flex;
}

.icon-service._1stop.dietitian {
  background-image: url('../images/blood-pressure.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-service._1stop.gift {
  background-image: url('../images/Gift-Certificate.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-service._1stop.paaackages {
  background-image: url('../images/finedining.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-service._1stop.parties {
  background-image: url('../images/Champagne.jpg');
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-service._1stop.classes {
  background-image: url('../images/Rolling-Pin-Baking.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.speci-name {
  color: #fff;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
}

.logo-slider {
  background-color: #0000;
  height: auto;
}

.row-logo {
  text-align: center;
}

.ico-wrapper {
  text-align: center;
  margin-top: 35%;
}

.secret-container {
  text-align: center;
}

.section-info.contact {
  background-color: #000000f7;
}

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

.form-input {
  color: #969799;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .5s;
}

.form-input:hover {
  background-color: #f2f2f2;
}

.text-form-input {
  color: #969799;
  min-height: 150px;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  transition: background-color .5s;
}

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

.info-conatct-text {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 90px;
}

.container-testimonials {
  background-color: #00000091;
  border-radius: 12px;
  height: 100%;
  min-height: 750px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-slider {
  text-align: center;
  background-color: #0000;
  height: 170px;
  min-height: 250px;
}

.left-arrow {
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sliedr-1 {
  height: 100%;
  min-height: 400px;
  padding-left: 70px;
  padding-right: 70px;
}

.slider-nav {
  display: none;
  inset: auto 0% 0%;
}

.company-text {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.company-text.footer {
  color: #fff;
}

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

.social-dic {
  text-align: center;
  justify-content: center;
  display: flex;
}

.hero-fad-out-div {
  opacity: 0;
  background-color: #ff3b3b66;
  width: 100%;
  min-width: 75px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 907px;
}

.hero-container {
  text-align: center;
}

.submit-button {
  opacity: .85;
  background-color: #111111f7;
  width: 100%;
  padding: 15px 35px;
  font-size: 18px;
  transition: opacity .7s;
}

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

.text-field {
  color: #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

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

.text-area {
  color: #828282;
  min-height: 170px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .5s;
}

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

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

.textbar-div {
  border: 2px solid #dba94b;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-overlay {
  background-color: #0000004a;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0;
}

.link-overlay:hover {
  background-color: #0006;
  box-shadow: inset 0 6px 50px -2px #000;
}

.link {
  color: #dba94a;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  font-weight: 900;
}

.chef {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.image {
  width: 100%;
}

.div-block-2 {
  text-align: left;
  width: 70%;
  padding-left: 20px;
}

.paragraph {
  color: #1b1b1b;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}

.div-block-3 {
  text-align: right;
  width: 35%;
  margin-top: 0;
}

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

.bold-text-2 {
  color: #dba94a;
  font-size: 20px;
}

.heading {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.heading-2 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.icon, .icon-2 {
  opacity: .75;
}

.text-span {
  color: #dba94a;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-3, .heading-4, .heading-5 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-6 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.link-2 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.image-5-wc-2022 {
  border-radius: 5px;
  height: 700px;
}

.modal-intro-package {
  z-index: 999999;
  opacity: 0;
  text-align: left;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block-7 {
  text-align: left;
  height: 550px;
  overflow: auto;
}

.heading-24 {
  text-align: left;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 29px;
}

.modal-wrapper {
  color: #fff;
  max-width: 450px;
  padding-top: 2em;
}

.div-block-6 {
  padding-left: 25px;
  padding-right: 25px;
}

.modal-close-wc {
  float: right;
  clear: none;
  background-color: #000000d9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50px;
  max-height: 50px;
  margin-top: -38px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px;
  display: block;
}

.link-4 {
  color: #059e21;
  font-weight: 800;
  text-decoration: none;
}

.modal-container {
  z-index: 99999;
  opacity: 1;
  text-align: left;
  background-color: #242424;
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 41%), url('../images/Star-Anise-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 50px;
  display: block;
  position: static;
  inset: 0;
  box-shadow: 5px 5px 28px #000;
}

.modal-container.chefstable {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 32%), url('../images/ChefsTable.jpg');
  background-position: 0 0, 100%;
}

.modal-container.mediterranean {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 37%), url('../images/fish-lemon-eggplaant-2.jpg');
  background-position: 0 0, 0%;
}

.modal-container.asian {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 40%), url('../images/Asian-BG.jpg');
  background-position: 0 0, 0%;
}

.modal-container.middleeastern {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 37%), url('../images/Middle-Eastern-BG.jpg');
}

.modal-container.easttowestindian {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 39%), url('../images/EastWest-BG.jpg');
}

.modal-container.vegetarian {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 39%), url('../images/Vegetarian-BG.jpg');
}

.modal-container.soup {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 42%), url('../images/Soup-BG.jpg');
}

.modal-container.salads {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 41%), url('../images/Salads-BG.jpg');
}

.modal-container.side-dishes {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 39%), url('../images/Side-Dishes.jpg');
}

.modal-container.bakery {
  background-image: linear-gradient(266deg, #f2f2f21a, #fff 41%), url('../images/thanksgiving-pie-crust-designs-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph-6 {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-6.sidedishes {
  width: 700px;
  padding-right: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-6.baked {
  line-height: 24px;
}

.link-3 {
  color: var(--sandy-brown);
  text-decoration: none;
}

.modal-close2 {
  color: #777;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.link-5 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: var(--sandy-brown);
  font-weight: 700;
}

.button-2 {
  background-color: var(--sandy-brown);
  border-radius: 4px;
  transition: background-color .3s;
}

.button-2:hover {
  background-color: var(--dark-slate-gray);
}

.button-2.intro {
  display: none;
}

.modal-chefstable {
  z-index: 999999;
  opacity: 0;
  text-align: left;
  background-color: #000000b3;
  border-radius: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-mediterranean, .modal-asian, .modal-middleeastern, .modal-eastwestindian, .modal-vegetarin, .modal-soupmenu, .modal-saladmenu {
  z-index: 999999;
  opacity: 0;
  text-align: left;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0;
}

.bold-text-3 {
  color: var(--sandy-brown);
}

.map {
  background-color: var(--sandy-brown);
  height: 200px;
  display: none;
}

.paragraph-7 {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-4 {
  font-size: 22px;
}

.link-7 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-5 {
  color: var(--sandy-brown);
}

.link-8 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31 {
  color: var(--sandy-brown);
}

.spacer-section {
  opacity: 0;
  background-color: #00000073;
  height: auto;
  display: none;
}

.section-2 {
  background-color: #0d1612;
}

.link-9, .link-10 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.mask {
  min-height: 400px;
}

.link-11 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-32 {
  font-family: Bradhitc, sans-serif;
  font-size: 35px;
}

.link-12 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-33 {
  color: var(--white-smoke);
  font-size: 18px;
  line-height: 24px;
}

.bold-text-34, .bold-text-35, .bold-text-36 {
  color: var(--sandy-brown);
  font-size: 25px;
}

.bold-text-37 {
  font-size: 45px;
  line-height: 50px;
}

.paragraph-8 {
  color: #252525;
  font-size: 18px;
  line-height: 24px;
}

.text-span-2 {
  color: var(--sandy-brown);
  font-weight: 700;
}

.bold-text-38 {
  color: var(--sandy-brown);
}

.link-13 {
  text-decoration: none;
}

.heading-25 {
  color: var(--sandy-brown);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Bradhitc, sans-serif;
  line-height: 22px;
  display: block;
}

.heading-26 {
  flex: 1;
  display: flex;
}

.text-span-3 {
  color: var(--dark-slate-gray);
  font-size: 20px;
  line-height: 20px;
}

.bold-text-39 {
  font-family: Bradhitc, sans-serif;
  font-size: 50px;
}

.bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43 {
  font-size: 25px;
}

.modal-sides {
  z-index: 999999;
  opacity: 0;
  text-align: left;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0;
}

.bold-text-44 {
  width: 95.4218%;
}

.text-span-4 {
  color: var(--sandy-brown);
}

.bold-text-45 {
  font-size: 25px;
}

.paragraph-9 {
  color: var(--dark-slate-gray);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-9.why {
  margin-bottom: 0;
}

.bold-text-46 {
  text-transform: uppercase;
  font-size: 25px;
}

.text-block {
  margin-bottom: 120px;
}

.bold-text-47 {
  color: var(--white-smoke);
  font-family: Bradhitc, sans-serif;
  font-size: 50px;
}

.link-14 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-48, .bold-text-49, .bold-text-50 {
  font-size: 25px;
}

.bold-text-51, .bold-text-52 {
  font-size: 45px;
  line-height: 50px;
}

.italic-text {
  font-family: Bradhitc, sans-serif;
  font-size: 50px;
}

.text-span-5, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65 {
  color: var(--sandy-brown);
}

.link-15 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.italic-text-2 {
  line-height: 24px;
}

.link-16 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.italic-text-3, .italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  font-style: normal;
  text-decoration: none;
}

.link-17, .link-18 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-66 {
  color: var(--sandy-brown);
}

.modal-baakedgoods {
  z-index: 999999;
  opacity: 0;
  text-align: left;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0;
}

.baked {
  line-height: 40px;
}

.text-span-6 {
  color: var(--sandy-brown);
  font-weight: 700;
}

.link-19 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.div-block-8 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-27 {
  color: #dba94b;
  padding-right: 10px;
  font-size: 12px;
  display: flex;
}

.image-2 {
  width: 100%;
  display: block;
}

.link-block {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bold-text-67 {
  color: var(--sandy-brown);
}

.green {
  color: #32c900;
}

.link-20, .link-21 {
  color: var(--sandy-brown);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77 {
  color: var(--sandy-brown);
}

.bold-text-78 {
  color: #dba94b;
}

.bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85, .bold-text-86 {
  color: var(--sandy-brown);
}

html.w-mod-js [data-ix="hero-arrow-link-block"] {
  opacity: 0;
  transform: scale(.95);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="flower-image"], html.w-mod-js [data-ix="upper"], html.w-mod-js [data-ix="hero-headline"], html.w-mod-js [data-ix="hero-line"], html.w-mod-js [data-ix="button-hero-button"], html.w-mod-js [data-ix="hero-arrow-link-block-2"], html.w-mod-js [data-ix="hero-arrow-link-block-3"] {
  opacity: 0;
  transform: scale(.95);
}

html.w-mod-js [data-ix="hero-contact-form"] {
  opacity: 0;
  transform: scale(.7);
}

html.w-mod-js [data-ix="row-menu-load"], html.w-mod-js [data-ix="row-menu-load-2"], html.w-mod-js [data-ix="row-menu-load-3"] {
  opacity: 0;
  transform: scale(.98);
}

html.w-mod-js [data-ix="navbar"] {
  opacity: 0;
  transform: scale(.95);
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 74px;
  }

  h3 {
    text-align: left;
  }

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

  .button {
    margin-bottom: 20px;
  }

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

  .button.text-bar {
    box-shadow: none;
  }

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

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

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

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

  .upper._2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 52px;
  }

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

  .section.facts {
    background-image: url('../images/wall-4.jpg');
    background-position: 50%;
    padding-top: 110px;
    padding-bottom: 110px;
  }

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

  .hero-texbar {
    font-size: 17px;
  }

  .hero-small-line {
    text-align: center;
    margin-left: auto;
  }

  .hero-small-line.header {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

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

  .numbers {
    margin-top: auto;
  }

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

  .center-text {
    font-size: 14px;
  }

  .row {
    text-align: center;
  }

  .menu-button {
    border-radius: 0;
    transition: background-color .5s;
  }

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

  .menu-button.w--open {
    float: right;
    text-align: left;
    background-color: #ffffff17;
    height: auto;
    padding-left: 18px;
    top: 0;
    left: 0;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .overall-column {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overall-column.contact, .overall-column.services, .overall-column.nil {
    text-align: left;
    margin-bottom: 0;
  }

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

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

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

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

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

  .hero-arrow-link-block {
    margin-bottom: 50px;
  }

  .navbar-scroll {
    display: none;
  }

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

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

  .text-hero.wraper.motive {
    margin-top: 25%;
    top: 3%;
  }

  .flower-image {
    margin-top: 130px;
  }

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

  .about-text, .about-text.menu, .about-text.specialities, .about-text.team {
    margin-left: 120px;
    margin-right: 120px;
  }

  .image-overlay.speciality {
    margin: 10px;
  }

  .image-overlay.speciality.dark {
    margin: 12px;
  }

  .icon-service.sweet {
    background-size: 124px;
    width: 150px;
    height: 150px;
  }

  .icon-service.sweet._4 {
    background-size: 120px;
    width: 150px;
    height: 150px;
  }

  .icon-service.sweet._2 {
    background-size: 126px;
    width: 150px;
    height: 150px;
  }

  .icon-service.sweet._5 {
    background-image: url('../images/sweet-3.svg');
  }

  .speci-name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .logo-slider {
    clear: both;
  }

  .ico-wrapper {
    margin-top: 25%;
  }

  .testimonials-slider {
    margin-top: 20px;
  }

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

  .image-5-wc-2022 {
    height: 550px;
  }

  .modal-intro-package {
    opacity: 0;
    display: none;
  }

  .div-block-7 {
    height: 550px;
    overflow: auto;
  }

  .modal-container {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Star-Anise-2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.chefstable {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 56%), url('../images/ChefsTable.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .modal-container.mediterranean {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 37%), url('../images/Medditeranian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.asian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 40%), url('../images/Asian-BG.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .modal-container.middleeastern {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 37%), url('../images/Middle-Eastern-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.easttowestindian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/EastWest-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.vegetarian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/Vegetarian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.soup {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 42%), url('../images/Soup-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.salads {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Salads-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.side-dishes {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/Vegetarian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.bakery {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Salads-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .button-2 {
    background-color: var(--sandy-brown);
    color: #000;
    border-radius: 4px;
    transition: background-color .3s, color .3s;
  }

  .button-2:hover {
    color: var(--sandy-brown);
    background-color: #000;
  }

  .modal-chefstable, .modal-mediterranean, .modal-asian, .modal-middleeastern, .modal-eastwestindian, .modal-vegetarin, .modal-soupmenu, .modal-saladmenu, .modal-sides {
    opacity: 0;
    display: none;
  }

  .bold-text-47 {
    font-size: 35px;
  }

  .modal-baakedgoods {
    opacity: 0;
    display: none;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: auto;
  }

  .logo.big.contact {
    text-align: center;
  }

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

  .section.facts {
    margin-top: 0;
    margin-bottom: 0;
  }

  .texbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-texbar {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .hero-small-line {
    margin-left: 250px;
    margin-right: 250px;
  }

  .hero-small-line.header {
    margin-left: auto;
    margin-right: auto;
  }

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

  .numbers {
    margin-top: auto;
  }

  .facts {
    margin-bottom: 30px;
  }

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

  .row {
    text-align: center;
  }

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

  .overall-column.contact, .overall-column.services, .overall-column.nil {
    text-align: left;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .circle-icon-block.social.contact {
    margin-top: 30px;
    margin-bottom: 90px;
  }

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

  .testimonials-text {
    font-size: 14px;
    line-height: 22px;
  }

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

  .hero-headline {
    text-shadow: none;
    margin-bottom: 20px;
    font-size: 60px;
  }

  .nav-menu {
    top: 101px;
  }

  .testimonilas {
    margin-top: 30px;
  }

  .text-hero.wraper.motive {
    margin-top: 33%;
  }

  .about-text, .about-text.menu {
    margin-left: 70px;
    margin-right: 70px;
  }

  .icon-service.sweet, .icon-service.sweet._4, .icon-service.sweet._2 {
    background-size: 165px;
    width: 200px;
    height: 200px;
  }

  .ico-wrapper {
    margin-top: 40%;
  }

  .info-conatct-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .sliedr-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-nav {
    display: none;
  }

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

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

  .div-block-7 {
    height: 250px;
    overflow: visible;
  }

  .modal-container {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Star-Anise-2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.chefstable {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 56%), url('../images/ChefsTable.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .modal-container.mediterranean {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 37%), url('../images/Medditeranian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.asian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 40%), url('../images/Asian-BG.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .modal-container.middleeastern {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 37%), url('../images/Middle-Eastern-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.easttowestindian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/EastWest-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.vegetarian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/Vegetarian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.soup {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 42%), url('../images/Soup-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.salads {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Salads-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.side-dishes {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/Vegetarian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.bakery {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Salads-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .paragraph-6.sidedishes {
    width: 500px;
  }

  .modal-chefstable {
    display: flex;
  }

  .modal-sides {
    opacity: 0;
    display: none;
  }

  .bold-text-47 {
    font-size: 25px;
  }
}

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

  h2 {
    margin-bottom: 50px;
  }

  .button.menu-button {
    margin-right: 0;
  }

  .button.menu-button:hover {
    background-color: #000;
  }

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

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

  .upper.hero {
    font-size: 30px;
  }

  .upper._2 {
    margin-top: 5px;
    font-size: 30px;
  }

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

  .section.facts {
    background-image: linear-gradient(#00000080, #00000080), url('../images/wall-4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

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

  .section.contact-info {
    background-image: url('../images/wall-3-min.jpg');
    background-size: cover;
    background-attachment: fixed;
  }

  .hero-small-line {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-small-line.header {
    margin-top: 20px;
  }

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

  .overall-column.contact {
    text-align: center;
  }

  .testimonials-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-headline {
    text-shadow: none;
    font-size: 38px;
  }

  .slide-nav {
    display: none;
  }

  .ornament {
    margin-bottom: 20px;
  }

  .about-text, .about-text.menu, .about-text.specialities, .about-text.team {
    margin-left: 25px;
    margin-right: 25px;
  }

  .dark-tittle {
    font-size: 23px;
  }

  .testimonials-slider {
    height: 400px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .sliedr-1 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .slider-nav {
    display: none;
  }

  .chef {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .image {
    margin-bottom: 51px;
  }

  .div-block-2 {
    width: 100%;
    margin-top: -58px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 40px;
  }

  .image-5-wc-2022 {
    display: block;
  }

  .modal-intro-package {
    opacity: 0;
    display: none;
  }

  .div-block-7 {
    height: 400px;
    overflow: auto;
  }

  .heading-24 {
    margin-bottom: 5px;
  }

  .div-block-6 {
    overflow: visible;
  }

  .modal-container {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Star-Anise-2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.chefstable {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 56%), url('../images/ChefsTable.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .modal-container.mediterranean {
    background-image: linear-gradient(266deg, #f2f2f2bf, #ffffffbf 37%), url('../images/Medditeranian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.asian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 40%), url('../images/Asian-BG.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .modal-container.middleeastern {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 37%), url('../images/Middle-Eastern-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.easttowestindian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/EastWest-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.vegetarian {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/Vegetarian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.soup {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 42%), url('../images/Soup-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.salads {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Salads-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.side-dishes {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 39%), url('../images/Vegetarian-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .modal-container.bakery {
    background-image: linear-gradient(266deg, #f2f2f2e6, #ffffffe6 41%), url('../images/Salads-BG.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .paragraph-6 {
    color: #000;
    margin-top: 5px;
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph-6.sidedishes {
    width: 250px;
  }

  .modal-chefstable, .modal-mediterranean, .modal-asian, .modal-middleeastern, .modal-eastwestindian, .modal-vegetarin, .modal-soupmenu, .modal-saladmenu {
    opacity: 0;
    display: none;
  }

  .paragraph-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask {
    height: 100%;
  }

  .paragraph-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-sides {
    opacity: 0;
    display: none;
  }

  .paragraph-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-baakedgoods {
    opacity: 0;
    display: none;
  }
}

#w-node-_136049fd-143d-26ac-7a44-ffa15aead6fd-72f1a5f3 {
  place-self: center;
}


@font-face {
  font-family: 'Bradhitc';
  src: url('../fonts/bradhitc.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}