:root {
  --orange: #a99a71;
  --paragraph-color: #656362;
  --black-one: #0b0f12;
  --white: white;
  --sportwirt-beige: #a99a71;
  --sportwirt-braun: #5d4c2e;
  --light-red: #f2ece7;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("/api/media/file/custom-checkbox-checkmark.589d534424.svg?v=940650afa64b");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

h1 {
  color: var(--orange);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--orange);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  color: var(--orange);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  color: var(--orange);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  color: var(--orange);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 110%;
}

h6 {
  color: var(--orange);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
}

p {
  color: var(--paragraph-color);
  letter-spacing: .02rem;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

li {
  color: var(--paragraph-color);
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

blockquote {
  color: var(--black-one);
  letter-spacing: 0;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 15px 0 25px;
  font-family: Jost, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 160%;
}

.phone-btn-text-block {
  height: 23px;
  overflow: hidden;
}

.menu-link-toggle {
  color: #0b0f12;
  letter-spacing: .04rem;
  text-transform: uppercase;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: Jost, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
  transition: all .3s;
  display: flex;
}

.menu-link-toggle:hover {
  color: #344054;
}

.menu-link-toggle.white-menu.home-three-menu {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 400;
}

.menu-link-toggle.white-menu {
  color: #fff;
  text-decoration: none;
}

.menu-link-toggle.white-menu:hover {
  color: #a99a71;
}

.menu-link-toggle.white-menu.home-three-menu {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.menu-link-toggle.white-menu.home-three-menu:hover {
  color: #a99a71;
}

.menu-link-toggle.white-menu.home-links-black {
  color: var(--sportwirt-braun);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.menu-link-toggle.white-menu.home-links-black:hover {
  color: #a99a71;
}

.big-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: 26px;
  margin-right: 26px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navbar-menu-left {
  padding-left: 20px;
}

.navbar-menu-left.nav-menu-middle {
  padding-left: 6%;
}

.dropdown-list {
  max-width: 20rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px #eaecf0;
  padding: .75rem;
  right: -50%;
}

.nav-sticky-bg {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  position: absolute;
  inset: 0%;
}

.nav-sticky-bg.black {
  background-color: #0e131766;
  border-bottom-color: #0e1317;
}

.no-underline {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.no-underline.d-block {
  display: block;
}

.no-underline.blog-two-style-one-heading {
  width: 100%;
  margin-bottom: 40px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: .85rem;
  height: .85rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.dropdown-icon.color-white {
  filter: invert();
}

.navbar-menu-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-one-navbar-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.home-one-navbar-menu.home-three-nav-menu {
  color: #fff;
  justify-content: center;
  margin-left: 0;
}

.dropdown-linklist {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-logo-link {
  padding-left: 0;
}

.header-phone-button {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b0f12;
  text-transform: capitalize;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 5px .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  transform: translate(0);
}

.navbar-dropdown-link:hover {
  transform: translate(8px);
}

.phone-btn-icon-block {
  overflow: hidden;
}

.navbar-main {
  background-color: #fff;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  height: 100px;
  min-height: 5rem;
  display: flex;
}

.navbar-main.black {
  background-color: #0e131766;
  display: flex;
}

.navbar-main.transparent {
  background-color: #e1cbbe24;
  height: 80px;
}

.navbar-main.transparent-landing {
  background-color: #0000;
}

.navbar-main.white {
  background-color: var(--white);
  display: flex;
}

.navbar-menu-btn {
  padding: 0;
}

.navbar-section {
  z-index: 99;
  position: fixed;
  inset: 0 0 auto;
}

.navbar-section.not-fixed {
  position: static;
}

.navbar-section.not-fixed.margin-top-hundred-fifty {
  margin-top: 250px;
}

.btn-icon-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-hero-right {
  flex: 1;
  position: relative;
}

.rotate-image {
  object-fit: cover;
  height: auto;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 220px;
  display: flex;
  position: relative;
}

.new-btn-text.orange-color {
  color: var(--orange);
}

.new-btn-text.dark-color {
  color: var(--black-one);
}

.old-btn-text.orange-color {
  color: var(--orange);
}

.old-btn-text.dark-color {
  color: var(--black-one);
}

.lightbox-block {
  position: absolute;
  inset: auto;
}

.lightbox-block.home-one-lightbox {
  z-index: 6;
  bottom: -14%;
  right: 25%;
}

.lightbox-block.home-two-lightbox {
  inset: auto auto -6% 10%;
}

.lightbox-block.home-four-lightbox {
  inset: auto 25% -20% auto;
}

.lightbox-block.about-one-lightbox-one {
  position: static;
}

.lightbox-block.about-one-lightbox-two {
  inset: -95px auto auto -125px;
}

.lightbox-block.about-one-lightbox {
  position: static;
}

.lightbox-block.chef-details-lightbox {
  float: right;
  margin-top: 15px;
  position: static;
}

.home-one-hero-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.small-container {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.small-container.relative-container {
  z-index: 10;
  position: relative;
}

.btn-text-block {
  height: 23px;
  overflow: hidden;
}

.home-one-hero-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.relative {
  position: relative;
}

.play-icon {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}

.hidden {
  display: none;
}

.home-one-hero-heading {
  color: #8b6f56;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Upright, sans-serif;
  font-size: 5.625rem;
  line-height: 100%;
  position: relative;
}

.home-one-hero-heading.second-color {
  color: var(--orange);
}

.image-height-auto {
  object-fit: cover;
  max-width: 60px;
  height: auto;
}

.image-height-auto.image-absolute-one {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-height-auto.img-absolute-two {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-height-auto.image-absolute-three {
  position: absolute;
  left: 0%;
}

.image-height-auto.image-absolute-four {
  position: absolute;
  bottom: 37%;
  left: 0%;
}

.image-height-auto.image-absolute-six {
  position: absolute;
  inset: auto 0% 15% auto;
}

.image-height-auto.image-absolute-five {
  position: absolute;
  inset: 15% auto auto 0%;
}

.image-height-auto.image-abosolute-seven {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-height-auto.image-absolute-eight {
  position: absolute;
  bottom: -90px;
  left: 0%;
}

.image-height-auto.image-absolute-nine {
  z-index: 2;
  position: absolute;
  inset: 76px auto auto 0%;
}

.image-height-auto.image-absolute-ten {
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-height-auto.image-margin {
  margin-top: 20px;
  margin-right: 35px;
}

.image-height-auto.imagee-absolute-ten {
  position: absolute;
  inset: auto auto 24% 10%;
}

.image-height-auto.paading-top-fifteen {
  padding-top: 15px;
}

.image-height-auto.star-img {
  position: absolute;
  inset: -40% 0% auto auto;
}

.image-height-auto.margin-left-two-twenty {
  margin-left: 220px;
}

.image-height-auto.leaf-image {
  z-index: 2;
  position: absolute;
  inset: -45% auto auto 15%;
}

.image-height-auto.onion-img {
  position: absolute;
  inset: auto 5% -12% auto;
}

.image-height-auto.white-img {
  filter: invert();
}

.image-height-auto.middle-align {
  align-self: center;
}

.image-height-auto.about-one-leaf {
  z-index: 1;
  position: absolute;
  inset: -45px -40px auto auto;
}

.image-height-auto.about-one-flower {
  position: absolute;
  inset: auto auto -70px 30px;
}

.image-height-auto.align-right {
  align-self: flex-end;
}

.image-height-auto.align-right.margin-top-fifty {
  margin-top: 50px;
}

.image-height-auto.align-left {
  align-self: flex-start;
}

.image-height-auto.align-left.margin-bottom-twenty {
  margin-bottom: 20px;
}

.image-height-auto.img-circle {
  border-radius: 500px;
}

.image-height-auto.image-absolute-plate {
  position: absolute;
  inset: -45% auto auto 8%;
}

.image-height-auto.image-absolute-gongura {
  z-index: 1;
  position: absolute;
  inset: auto 155px 55px auto;
}

.image-height-auto.accodian-details-icon {
  width: 65px;
}

.image-height-auto.image-absolute-landing-one {
  position: absolute;
  inset: 8% auto auto 15px;
}

.image-height-auto.image-absolute-landing-two {
  position: absolute;
  inset: auto 15px -20% auto;
}

.image-height-auto.image-absolute-landing-three {
  position: absolute;
  inset: 25% 10% auto auto;
}

.image-height-auto.margin-bottom-twenty {
  margin-bottom: 20px;
}

.image-height-auto.footer-img-four {
  position: absolute;
  inset: auto auto 0% 100px;
}

.image-height-auto.footer-img-three {
  position: absolute;
  inset: auto auto 270px -11%;
}

.image-height-auto.footer-img-one {
  position: absolute;
  inset: 48px auto auto -28%;
}

.image-height-auto.footer-img-two {
  display: none;
  position: absolute;
  inset: 25% auto auto 25%;
}

.image-height-auto.footer-img-seven {
  z-index: 1;
  position: absolute;
  inset: auto 40px 60px auto;
}

.image-height-auto.footer-img-six {
  position: absolute;
  inset: auto -23% 165px auto;
}

.image-height-auto.footer-img-five {
  position: absolute;
  inset: 5% 0% auto auto;
}

.image-height-auto.height-hundred {
  object-fit: cover;
  height: 100%;
}

.image-height-auto.image-absolute-demo {
  position: absolute;
  inset: auto auto 45px;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.margin-left-right-fifteen-percent {
  padding-left: 18%;
  padding-right: 18%;
}

.margin-bottom-thirty.service-margin-right {
  margin-right: 60px;
}

.margin-bottom-thirty.margin-top-twenty {
  margin-top: 20px;
}

.margin-bottom-thirty.margin-top-twenty.margin-right-forty {
  margin-right: 40px;
}

.margin-bottom-thirty.padding-left-right-eighteen-percent {
  padding-left: 18%;
  padding-right: 18%;
}

.home-one-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #da6624;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 14px 34px;
  font-family: Jost, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
  display: flex;
}

.home-one-btn.slider-transparent-btn {
  background-color: #0000;
  border: 1px solid #da6624;
  position: absolute;
}

.home-one-btn.slider-transparent-btn:hover {
  background-color: #4e443e66;
}

.home-one-btn.transparent-btn-two.transparent-btn-megamenu:hover {
  background-color: var(--light-red);
}

.home-one-btn.course-pricing-btn {
  padding: 8px 12px;
}

.home-one-btn.menu-pricing-btn {
  align-self: center;
  padding: 8px 10px;
}

.home-one-btn.related-menu-btn {
  align-self: center;
}

.home-one-btn.menu-three-order-btn {
  padding: 8px 12px;
  position: absolute;
  inset: auto auto 11% 11%;
}

.home-one-btn.menu-three-hero-btn {
  width: 200px;
}

.home-one-btn.read-more-btn {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
}

.home-one-btn.transparent-btn-two {
  border: 1px solid var(--orange);
  background-color: #0000;
}

.home-one-btn.transparent-btn-two:hover {
  background-color: #4e443e66;
}

.home-one-hero-section {
  background-image: url("/optimized-media/6-659cd883ee317d064a2d5c41_Home-One-About-Four.webp?v=8c0cc4fe90e3");
  background-position: 100% 27%;
  background-repeat: no-repeat;
  background-size: 585px;
  padding-top: 45px;
  padding-bottom: 127px;
}

.home-one-section-two {
  padding-top: 63px;
  padding-bottom: 97px;
}

.home-one-section-two.chef-section-three {
  padding-top: 90px;
  padding-bottom: 15px;
}

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

.align-center.padding-left-right-five-percent {
  padding-left: 9%;
  padding-right: 9%;
}

.align-center.padding-left-right-five-percent-copy {
  margin-bottom: 30px;
  padding-left: 9%;
  padding-right: 9%;
}

.home-one-about-three {
  background-image: url("/optimized-media/6-659cd883ee317d064a2d5c41_Home-One-About-Four.webp?v=8c0cc4fe90e3");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 307px;
  flex: 1;
  max-width: 25%;
  position: relative;
}

.home-one-section-three {
  background-color: #f2ece7;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-one-about-one {
  flex: 1;
  max-width: 25%;
}

.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.margin-top-zero {
  color: var(--sportwirt-beige);
  margin-top: 0;
  font-family: Jost, sans-serif;
}

.margin-top-zero.margin-bottom-twentyfive.color-dark {
  color: var(--light-red);
}

.margin-top-zero.margin-bottom-twentyfive.dark-heading {
  color: var(--black-one);
}

.margin-top-zero.color-dark {
  color: #12181d;
}

.margin-top-zero.margin-bottom-zero.visit-us-heading {
  text-transform: none;
  font-size: 2rem;
}

.margin-top-zero.margin-bottom-zero.dark-text {
  color: var(--black-one);
}

.margin-top-zero.margin-bottom-fifteen {
  flex: 0 auto;
}

.margin-top-zero.margin-bottom-twenty {
  margin-bottom: 20px;
}

.margin-top-zero.margin-bottom-twenty.padding-left-right-fifteen {
  padding-left: 15%;
  padding-right: 15%;
}

.blockquote-text {
  color: var(--black-one);
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: Jost, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 160%;
}

.blockquote-text.padding-bottom-zero {
  padding-bottom: 0;
}

.small-heading-text {
  color: #0b0f12;
  letter-spacing: .16rem;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.small-heading-text.color-white {
  color: #fff;
}

.small-heading-text.category-text {
  padding-top: 30px;
  font-size: .8869rem;
}

.small-heading-text.light-color {
  color: #626262;
  letter-spacing: .1rem;
}

.creative-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-image-block {
  position: relative;
  overflow: hidden;
}

.creative-image-block.chef-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.creative-image-block.with-border {
  border: 1px solid var(--sportwirt-beige);
}

.home-one-about-two {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.home-one-about-two.hundred-percent {
  max-width: 100%;
}

.home-one-about-two.hundred-percent.footer-form-block {
  align-items: center;
}

.home-one-about-two.hundred-percent.expert-service-block {
  margin-bottom: 35px;
}

.overlay-img {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-img.light-grey {
  background-color: #0b0f12;
}

.overlay-img.light-grey.white-overlay {
  background-color: var(--light-red);
}

.starter-block.margin-bottom-ninty {
  margin-bottom: 90px;
}

.home-one-section-four {
  padding-top: 110px;
  padding-bottom: 120px;
}

.menu-img {
  width: 70px;
  height: 70px;
}

.menu-img.circle-img {
  object-fit: cover;
  border-radius: 100%;
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.margin-bottom-zero.color-white.footer-copyright-text {
  letter-spacing: .11rem;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.margin-bottom-zero.color-white.contact-paragraph {
  align-self: center;
}

.margin-bottom-zero.padding-left-right-twenty-one {
  padding-left: 21%;
  padding-right: 21%;
}

.margin-bottom-zero.ui-heading {
  font-size: 2.2rem;
}

.home-one-spcl-img-block {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.price-list {
  color: #da6624;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 110%;
}

.food-menu-block-one {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
  position: relative;
}

.food-menu-block-one.home-two-menu {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.food-menu-block {
  flex: 1;
  position: relative;
}

.food-menu-block.small {
  max-width: 33.8%;
}

.food-menu-block.third {
  padding-top: 90px;
}

.food-menu-block.small-one {
  max-width: 38%;
  margin-top: -115px;
}

.food-menu-block.big-one {
  padding-top: 85px;
}

.margin-bottom-five {
  margin-bottom: 5px;
}

.margin-bottom-five.menu-title {
  color: var(--black-one);
  margin-top: 10px;
  font-size: 1.75rem;
  font-weight: 500;
}

.margin-bottom-five.menu-title-color {
  color: var(--black-one);
}

.non-alcohlic-cell-block {
  width: 100%;
  padding: 0;
}

.non-alcohlic-cell-block.margin-top-bottom-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bordered-cell {
  border-bottom: 1px dashed #656362;
}

.bordered-cell.color-white {
  border-bottom-color: var(--white);
}

.food-menu-sticky-one {
  height: auto;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.food-menu-sticky-one.home-two-sticky-block {
  top: 0;
}

.item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  display: flex;
}

.scoll-image-loop {
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scoll-image-loop.home-one-loop {
  margin-top: 32px;
}

.food-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loop-list-images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 100%;
  display: flex;
}

.project-overlay {
  background-image: linear-gradient(#0000, #00000080 99%);
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-overlay.other-event-hover {
  background-image: url("/optimized-media/10-659cd883ee317d064a2d5c51_Other-Event-Hover.webp?v=ae157fa1fd02"), linear-gradient(#0000, #000 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.birthday-hover {
  background-image: url("/optimized-media/11-659cd883ee317d064a2d5c53_Birthday-Hover.webp?v=a8beafd6ebb7");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-overlay.wedding-hover {
  background-image: url("/optimized-media/9-659cd883ee317d064a2d5c50_Wedding-Hover.webp?v=c0716ea1cc2b"), linear-gradient(#0000, #000 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.home-four-overlay {
  background-image: linear-gradient(#000c, #000c);
}

.project-overlay.course-overlay {
  background-image: linear-gradient(#0000, #0b0f124d);
}

.project-overlay.blog-details-hover {
  background-image: url("/optimized-media/70-659cd883ee317d064a2d5e38_Blog-Details.webp?v=99bca2f9b520"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.event-details-hover {
  background-image: url("/optimized-media/76-659cd883ee317d064a2d5e4d_Event-Details.webp?v=94d33c5882e7"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.chef-details-hover {
  background-image: url("/optimized-media/73-659cd883ee317d064a2d5e3f_Chef-Details.webp?v=2d3c38b559f5"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.course-details-hover {
  background-image: url("/optimized-media/74-659cd883ee317d064a2d5e4b_Course-Details.webp?v=326a88c3c442"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.category-details-hover {
  background-image: url("/optimized-media/71-659cd883ee317d064a2d5e3d_Category-Details.webp?v=03cdce4b8d7f"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.cart-hover {
  background-image: url("/optimized-media/79-659cd883ee317d064a2d5e56_Order-Confirmation.webp?v=c1a30c512bff"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.checkout-hover {
  background-image: url("/optimized-media/72-659cd883ee317d064a2d5e3e_Checkout.webp?v=a3665d0c84e0"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.product-details-hover {
  background-image: url("/optimized-media/77-659cd883ee317d064a2d5e4f_Menu-Details.webp?v=9e0ab77de517"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.error-page-hover {
  background-image: url("/optimized-media/75-659cd883ee317d064a2d5e4c_Error.webp?v=ec248dc8cd6b"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.project-overlay.password-hover {
  background-image: url("/optimized-media/78-659cd883ee317d064a2d5e54_Pssword.webp?v=7b63553b7c87"), linear-gradient(#0000, #00000080 99%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.margin-top-ten {
  margin-top: 10px;
}

.margin-top-ten.margin-bottom-twenty {
  margin-bottom: 20px;
}

.margin-top-ten.margin-bottom-twenty.color-white {
  color: #fff;
}

.margin-top-ten.margin-bottom-twenty.color-white.margin-left-right-twenty-percent {
  margin-bottom: 35px;
  padding-left: 20%;
  padding-right: 20%;
}

.margin-top-ten.margin-bottom-twenty.padding-left-right-fifteen-percent {
  padding-left: 15%;
  padding-right: 15%;
}

.margin-top-ten.margin-bottom-twenty.padding-left-right-ten-percent {
  color: var(--sportwirt-beige);
  text-transform: none;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Jost, sans-serif;
}

.margin-top-ten.margin-bottom-twenty.margin-right-fifty {
  margin-right: 50px;
}

.margin-top-ten.margin-bottom-twenty.menu-details-heading {
  font-size: 4.375rem;
}

.margin-top-ten.margin-bottom-twentyfive {
  text-transform: none;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.margin-top-ten.margin-bottom-zero {
  font-family: Jost, sans-serif;
}

.project-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-section-six {
  background-color: #f2ece7;
  background-image: url("/optimized-media/8-659cd883ee317d064a2d5c47_Online-Delivery-Plate.webp?v=1deb75039e43");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 115px;
  padding-bottom: 165px;
}

.service-cell-right {
  align-items: center;
  position: relative;
}

.event-flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 80px;
}

.padding-zero {
  padding: 0;
}

.padding-zero.hundred-percent {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 100%;
}

.home-one-section-seven {
  margin-top: -45px;
  padding-bottom: 100px;
}

.service-cell-left {
  justify-content: center;
  padding-top: 40px;
}

.service-cell-left.padding-right-ten {
  padding-right: 10%;
}

.birthday-box {
  text-align: center;
  border: 1px solid #e0d7d2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 55px 20px;
  transition: all .45s;
  position: relative;
}

.birthday-box:hover {
  box-shadow: 0 4px 35px #0516314d;
}

.birthday-box.landing-cms {
  border-style: none;
  align-self: stretch;
  padding: 100px 0;
}

.birthday-box.landing-cms:hover {
  box-shadow: none;
}

.event-text-box {
  background-color: #fff;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.event-management-number {
  color: var(--orange);
  font-family: Jost, sans-serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
}

.event-management-text {
  color: #656362;
  font-family: Jost, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.rich-text-block {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-rotate-image {
  z-index: 5;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 705px;
  height: 819px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  transform: rotate(8deg);
}

.img-one {
  z-index: 1;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.home-one-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-two {
  z-index: 2;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.img-three {
  z-index: 3;
  transform-origin: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.img-four {
  z-index: 4;
  transform-origin: 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.testimonial-star-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 20px;
}

.testimonial-slide {
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

.home-one-testimonial-arrow {
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
}

.home-one-testimonial-arrow:hover {
  background-color: #f9fafb;
}

.home-one-testimonial-arrow.hide-mobile-landscape.no-border {
  border-style: none;
}

.home-one-testimonial-arrow.hide-mobile-landscape.no-border:hover {
  color: #004dee;
}

.testimonial-designation {
  text-align: center;
  line-height: 100%;
}

.testimonial-designation.align-left {
  text-align: left;
}

.home-one-testimonial-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.testimonial-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.testimonial-name {
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
}

.testimonial-name.align-left {
  text-align: left;
}

.home-one-testimonial-main-block {
  margin-top: 120px;
}

.home-one-testimonial-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.home-one-testimionial-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.home-one-testimonial-component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.home-one-section-eight {
  background-color: #12181d;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.color-white {
  color: #fff;
}

.color-white.margin-top-bottom-thirty {
  margin-top: 30px;
  margin-bottom: 35px;
}

.color-white.margin-bottom-zero.event-date-text {
  font-size: 1.375rem;
  line-height: 160%;
}

.color-white.margin-bottom-thirty.margin-top-twenty.margin-right-seventy {
  margin-right: 70px;
}

.color-white.margin-top-thirty {
  margin-top: 30px;
}

.color-white.padding-left-right-twenty {
  padding-left: 20%;
  padding-right: 20%;
}

.color-white.fashion-magic-text {
  font-family: Jost, sans-serif;
}

.color-white.margin-right-thirtyfive {
  margin-right: 35px;
}

.title-anim {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 23px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.progress {
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 20px;
  display: flex;
}

.horizontal-progressbar {
  background-color: #eed7ca;
  width: 40%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.horizontal-progressbar-indicator {
  z-index: 3;
  background-color: var(--orange);
  width: 40%;
  height: 2px;
  position: absolute;
}

.image-inverse-one {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-img {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.container-img.image-height-auto.image-absolute-ten {
  width: 50%;
}

.container-img.image-height-auto.image-absolute-ten.amout-three-side-img {
  margin-top: -100px;
  padding-left: 10px;
}

.container-img.image-height-auto.image-absolute-ten.service-img {
  width: 40%;
  padding-top: 120px;
}

.image-size-one {
  width: 422px;
  height: 648px;
  position: relative;
}

.image-size-one.home-three {
  width: 645px;
}

.image-size-one.about-three {
  width: 946px;
  height: 998px;
}

.image-size-one.service-img {
  width: 776px;
  height: 888px;
}

.overlay-image-two {
  background-color: #0b0f12;
  display: none;
  position: absolute;
  inset: 0%;
}

.movement {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.movement-inverse {
  height: 100%;
  position: relative;
}

.mask-img {
  width: 99%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.textblock-animation {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-size-two {
  width: 241px;
  height: 536px;
  position: relative;
}

.sushi-block {
  background-image: url("/optimized-media/13-659cd883ee317d064a2d5c5a_Home-One-Sushi-Bg.webp?v=9711b4cdd815");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 50px;
  position: relative;
}

.home-one-section-nine {
  padding-top: 115px;
  padding-bottom: 120px;
}

.sushi-price-block {
  text-align: center;
  background-image: url("/optimized-media/4-659cd883ee317d064a2d5c3c_Offer-Circle.webp?v=3e6532e006fd");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 95px;
  margin-bottom: 20px;
  display: flex;
  transform: rotate(-20deg);
}

.sushi-price-block.burger-price-block {
  background-image: url("/optimized-media/19-659cd883ee317d064a2d5c78_Burger-Price-Block.webp?v=458d72e27bcc");
  position: absolute;
  inset: 12% 25% auto auto;
}

.sushi-text-block {
  max-width: 50%;
  padding-right: 38px;
}

.sushi-text-block.second {
  padding-right: 25px;
}

.sushi-chicken-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
}

.sell-price {
  color: #da6624;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 100%;
}

.compared-price {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: line-through;
}

.compared-price.only-text {
  color: #0b0f12;
  text-transform: uppercase;
  text-decoration: none;
}

.burger-block {
  background-image: url("/optimized-media/12-659cd883ee317d064a2d5c59_Home-One-Burger-Bg.webp?v=a2e5b1854828");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.home-one-submit {
  background-color: var(--orange);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  width: 285px;
  padding: 17px 5px;
  font-family: Jost, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.home-one-submit.menu-two-submit-btn {
  width: 100%;
}

.home-one-submit.menu-two-submit-btn.menu-details-input-btn {
  text-align: center;
  justify-content: center;
  width: 72%;
  height: 58px;
  margin-left: 28%;
}

.home-one-submit.menu-two-submit-btn.menu-details-buy-now-btn {
  text-align: center;
}

.home-one-submit.blog-one-submit-btn {
  width: 150px;
  position: absolute;
  inset: auto 0% 14% auto;
}

.home-one-submit.blog-details-submit {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.home-one-submit.purchase-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-one-submit.width-hundred {
  width: 100%;
  height: 57px;
}

.form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.form-flex-block.contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-form-block {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
}

.footer-form-bg {
  background-color: #0b0f12cc;
  padding: 40px 75px 70px;
}

.home-one-form-text-field {
  color: #fff;
  letter-spacing: .11rem;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Jost, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.home-one-form-text-field::placeholder {
  color: #fff;
}

.home-one-form-text-field.cooking-course-field {
  border-color: var(--white);
  background-color: var(--white);
  color: #706d6d;
  height: 50px;
}

.home-one-form-text-field.cooking-course-field::placeholder {
  color: #706d6d;
}

.home-one-form-text-field.cooking-course-field.textarea-height {
  height: 104px;
  margin-bottom: 30px;
}

.home-one-form-text-field.cooking-course-field.blog-one-input {
  height: 58px;
}

.home-one-form-text-field.menu-two-field {
  color: #706d6d;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.home-one-form-text-field.menu-two-field::placeholder {
  color: #706d6d;
}

.home-one-form-text-field.menu-two-field.person-number-block {
  max-width: 40%;
}

.home-one-form-text-field.menu-two-field.menu-details-input {
  border-radius: 0;
  width: 25%;
  margin-bottom: 0;
  position: absolute;
}

.home-one-form-text-field.menu-two-field.event-details-input {
  max-width: 100%;
  height: 48px;
  color: var(--black-one);
  text-align: center;
  margin: 15px auto 25px;
  padding-left: 0;
}

.home-one-form-text-field.menu-two-field.contact-two-input {
  margin-bottom: 10px;
}

.home-one-form-text-field.menu-two-field.contact-two-textarea {
  height: 105px;
}

.home-one-form-text-field.contact-one-text-field {
  color: #abaaaa;
  background-color: #1c2429;
  border-style: none;
}

.home-one-form-text-field.contact-one-text-field::placeholder {
  color: #abaaaa;
}

.home-one-form-text-field.contact-one-text-field.contact-one-textarea {
  height: 120px;
}

.home-one-form-text-field.checkout-form-field {
  color: #706d6d;
  background-color: #fafafa;
  border-color: #abaaaa;
  border-radius: 0;
  height: 53px;
}

.home-one-form-text-field.checkout-form-field::placeholder {
  color: #706d6d;
}

.footer-one-section-ten {
  background-image: url("/optimized-media/102-659ce122fef4eb98f162cc6f_Design-ohne-Titel-46-.png?v=3892a2d246ca");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-col-three {
  flex: 1;
  max-width: 28%;
  margin-top: 20px;
  padding-left: 100px;
}

.footer-menu-container {
  border-bottom: 1px solid #49392a;
  max-width: 100vw;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-nav-text {
  flex: 1;
  min-height: auto;
  font-size: .8rem;
  display: block;
}

.footer-horizontal-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 110px;
}

.footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.item-menu-wrapper-horizontal {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: block;
}

.footer-powered-by-block {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-powered-by-block.contact-one-footer {
  border-top: 1px solid #353434;
  align-self: stretch;
  padding-left: 37%;
  padding-right: 15px;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-menu-content-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radiant-link {
  color: var(--orange);
  cursor: pointer;
  text-decoration: none;
}

.nav-overflow-hidden {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.nav-overflow-hidden.desktop-hidden {
  display: none;
}

.footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.footer-social-flex.blog-details-social {
  margin-top: 50px;
}

.footer-social-block {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  transition: all .45s;
  display: flex;
}

.footer-social-block:hover {
  filter: invert();
  background-color: #000;
}

.footer-social-block.color-white {
  background-color: var(--white);
  width: 35px;
  height: 35px;
}

.footer-social-block.color-white.white-border-hover:hover {
  border-color: var(--black-one);
}

.home-one-footer-nav-link {
  color: #656362;
  letter-spacing: .04rem;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.home-one-footer-nav-link:hover {
  color: #da6624;
}

.footer-col-two {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-blcok-menu {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-blcok-menu.responsive {
  display: none;
}

.home-two-menu-content-wrapper {
  display: block;
  position: relative;
}

.footer-col-one {
  flex: 1;
  max-width: 28%;
  margin-top: 20px;
}

.footer-phone-link {
  color: #fff;
  letter-spacing: .02rem;
  cursor: pointer;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.copyright-horizontal-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.home-one-footer {
  background-color: #0b0f12;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 110px;
  overflow: hidden;
}

.footer-span-one {
  color: #c5b2a1;
}

.footer-heading {
  margin-bottom: 27px;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.home-one-category-section {
  background-image: url("/optimized-media/7-659cd883ee317d064a2d5c45_Home-One-Categories-Bg.webp?v=0c4cb9239d5d");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.hero-one-menu {
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero-one-menu-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
}

.hero-one-menu-item {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25vw;
  min-height: 25.2rem;
  padding: 2em;
  display: flex;
  position: relative;
}

.hero-one-menu-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-one-menu-image-size {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track-collection-item-two {
  flex: 0 auto;
  align-items: flex-end;
  width: 430px;
  padding-right: 20px;
  display: flex;
}

.track-collection-item-two.one {
  width: 482px;
}

.track-collection-item-two.two {
  width: 921px;
}

.track-collection-item-two.three {
  width: 466px;
}

.gallery-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-two-section-two {
  background-color: #f2ece7;
  background-image: url("/optimized-media/18-659cd883ee317d064a2d5c75_Home-Two-Choice-Bg.webp?v=e7ee3c7c3d74");
  background-position: 100% 45%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 120px;
}

.home-two-our-service-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 130px;
  display: flex;
}

.home-two-section-three {
  padding-top: 120px;
  padding-bottom: 100px;
}

.margin-bottonm-thirtytwo {
  margin-bottom: 30px;
}

.margin-bottonm-thirtytwo.service-margin-right {
  margin-right: 60px;
}

.margin-bottonm-thirtytwo.paragraph-big {
  color: var(--black-one);
  font-size: 1.125rem;
}

.home-two-our-service-left {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-left: 123px;
  display: flex;
  position: relative;
}

.image-size-three {
  width: 388px;
  height: 543px;
  position: relative;
}

.home-two-testimonial-main-block {
  padding-top: 210px;
}

.pizza-block {
  background-image: url("/optimized-media/13-659cd883ee317d064a2d5c5a_Home-One-Sushi-Bg.webp?v=9711b4cdd815");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-items: center;
  padding: 32.5px 10px 32.5px 50px;
  display: flex;
}

.home-two-section-four {
  background-color: var(--black-one);
  padding-bottom: 120px;
}

.home-two-menu-container {
  max-width: 100vw;
  padding-right: 15px;
}

.home-two-food-menu-bg {
  position: relative;
}

.home-two-food-menu-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-two-section-five {
  background-color: var(--light-red);
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-two-delevery-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-two-delivery-left {
  flex: 1;
  max-width: 40%;
}

.home-two-delivery-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.text-font {
  color: var(--paragraph-color);
  letter-spacing: .02rem;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.hero-one {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.hero-one.about-one-hero {
  max-width: 77%;
}

.section-bg-overlay {
  z-index: 15;
  background-image: linear-gradient(to top, #0b0f12, #141010e6 40%, #1410104d);
  position: absolute;
  inset: 0%;
}

.section-bg-overlay.about-one-overlay {
  background-image: linear-gradient(to top, #000, #0000 62%);
}

.home-three-hero-new {
  z-index: 20;
  background-color: #302627;
  border-bottom: 1px solid #372d23;
  position: relative;
  overflow: hidden;
}

.home-three-hero-new.about-one-hero {
  background-color: #0000;
  border-bottom-style: none;
}

.marque-title {
  color: #8b6f56;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  font-family: Cormorant Upright, sans-serif;
  font-size: 8.125rem;
  font-weight: 400;
  line-height: 100%;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sticky-hundred-height-block {
  height: 100vh;
  position: sticky;
  top: 0;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.home-three-section-two {
  background-color: #0b0f12;
  padding-top: 85px;
  padding-bottom: 85px;
}

.home-three-banner-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-three-banner-flex-left {
  flex: 1;
}

.home-three-banner-flex-right {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.home-three-section-three {
  position: relative;
  overflow: hidden;
}

.delicious-food-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 43%;
  padding-top: 103px;
  display: flex;
}

.delicious-food-left.about-three-left {
  padding-top: 115px;
}

.delicious-food-right {
  flex: 1;
  margin-top: 0;
  padding-top: 20%;
}

.delicious-food-second-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  padding-top: 8px;
}

.delicious-food-heading {
  font-size: 1.75rem;
}

.home-three-menu-block {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
}

.home-three-menu-section {
  background-image: url("/optimized-media/21-659cd883ee317d064a2d5cdd_Home-Three-Menu-Bg-Wht.webp?v=13f67841b442");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1046px;
  position: relative;
}

.text-span {
  color: #8b6f5c;
}

.padding-left-right-seventeen-percent {
  padding-left: 17.7%;
  padding-right: 17.5%;
}

.home-three-about-section {
  padding-top: 115px;
}

.home-two-hero-section {
  background-color: #161b21;
  padding-top: 200px;
  padding-bottom: 135px;
}

.home-two-banner-flex {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: relative;
}

.home-two-banner-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  display: flex;
}

.home-two-banner-right {
  background-image: url("/optimized-media/22-659cd883ee317d064a2d5cde_Home-Two-Banner-Glow.webp?v=e6f9bfcc103b");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.scroll-text-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-text-section.home-three-banner-scroll {
  z-index: 2;
  top: 75%;
}

.scroll-text-wrap {
  position: relative;
  overflow: hidden;
}

.scroll-overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.scroll-text-container {
  align-items: stretch;
  width: 600vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.scrolling-banner-text {
  color: #11151a;
  letter-spacing: -.06rem;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 280px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.scrolling-banner-text.small {
  color: #ffffff3d;
  letter-spacing: .06rem;
  text-transform: uppercase;
  font-family: Cormorant Upright, sans-serif;
  font-size: 120px;
}

.card-section {
  justify-content: space-around;
  align-items: center;
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 25rem;
  height: 30rem;
  transition: all .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  background-color: #fff;
  box-shadow: 0 0 40px -10px #00000026;
}

.card-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overflow-hidden-box {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.delivery-image-slider {
  background-color: #0000;
  height: 400px;
}

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

.testimonial-heading {
  font-size: 1.75rem;
  font-weight: 500;
}

.home-two-choice-img-block {
  position: relative;
}

.grid-box-img-two {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.max-width-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 31em;
  display: flex;
  position: relative;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-three-story-section {
  z-index: 10;
  padding-top: 87px;
  position: relative;
  overflow: hidden;
}

.home-three-story-section.second {
  padding-top: 65px;
  padding-bottom: 120px;
}

.home-three-story-section.first {
  padding-top: 120px;
}

.animation-color-bg {
  z-index: 15;
  background-color: #0b0f12;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.grid-block-two {
  z-index: 20;
  color: #fff;
  text-align: center;
  background-color: #171f25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  padding: 10em 8rem;
  display: flex;
  position: relative;
  left: -4.3em;
}

.grid-block-two.home-four-service-bock {
  z-index: 1;
  margin-top: 0;
  padding: 5.6em 5em;
  left: auto;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.middle-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.image-size-gallery {
  z-index: 10;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  margin-bottom: 4em;
  position: relative;
}

.image-size-gallery.in-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-single-image-section {
  z-index: 70;
  margin-top: -40px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-three-single-image-outer {
  justify-content: flex-end;
  padding-left: 220px;
  display: flex;
}

.home-three-single-img-inner {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 370px;
  display: flex;
  position: relative;
}

.home-three-service-section {
  padding-top: 58px;
}

.home-three-mocktail-right {
  flex: 1;
  margin-top: -120px;
}

.home-three-mocktail-left {
  padding-top: 70px;
  padding-left: 112px;
}

.home-three-mocktail-flex-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.home-three-mouse-scroll-section {
  padding-top: 120px;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
}

.submenu-text {
  color: var(--black-one);
  letter-spacing: .04rem;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.home-four-green-text {
  max-width: 50%;
  padding-top: 120px;
  padding-right: 6%;
}

.home-four-chef-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 115px;
  padding-bottom: 120px;
}

.chef-text {
  color: #fff;
  background-image: url("/optimized-media/23-659cd883ee317d064a2d5ce2_Chef-bg.png?v=1ee965a1f721");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 77px;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.chef-text.brown-chef-text {
  color: var(--sportwirt-beige);
  background-image: url("/optimized-media/34-659cd883ee317d064a2d5d49_Brown-Chef-Text.png?v=dcc892d67cda");
  padding-left: 68px;
}

.home-four-chef-img-block {
  flex: 1;
  justify-content: flex-end;
  padding-left: 120px;
  display: flex;
  position: relative;
}

.pinch-love-text {
  max-width: 20%;
  color: var(--sportwirt-braun);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Jost, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.pinch-love-text.full-width {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  font-family: Jost, sans-serif;
}

.pinch-love-text.about-two-text {
  max-width: 78%;
  color: var(--black-one);
  text-align: center;
  line-height: 120%;
}

.pinch-love-text.about-three-full-width-text {
  max-width: 100%;
  margin-right: auto;
}

.larger-container {
  width: 100%;
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
}

.larger-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.home-four-green-img-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.home-four-section-two {
  background-color: var(--black-one);
  padding-top: 90px;
}

.mushroom-chicken-text {
  color: #fff;
  font-size: 1.375rem;
}

.margin-right-two-hundred {
  margin-right: 200px;
}

.home-four-green-img {
  position: relative;
}

.home-four-chef-text-block {
  text-align: center;
  flex: 1;
  align-self: center;
}

.home-four-scrolling-rcp-block {
  z-index: 5;
  flex: 1;
  margin-top: 60px;
  margin-left: -60px;
  position: relative;
  overflow: hidden;
}

.home-four-scrolling-img-block {
  margin-top: 35px;
}

.home-four-section-four {
  background-color: var(--black-one);
  margin-top: -1px;
  padding-top: 115px;
  padding-bottom: 108px;
}

.home-four-fun-food-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.home-four-fun-img {
  flex: 1;
  max-width: 286px;
  margin-top: -172px;
  margin-left: 105px;
}

.home-four-fun-text {
  flex: 1;
  padding-top: 78px;
}

.home-four-parallux-section {
  background-image: url("/optimized-media/89-659cddc486029a78b0771650_Sportwirt-Vahrn-30.jpg?v=562666150b95");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 565px;
  position: relative;
}

.home-four-world-three {
  flex: 1;
  max-width: 25%;
  margin-top: 135px;
}

.home-four-section-six {
  background-color: var(--black-one);
  padding-top: 210px;
  padding-bottom: 120px;
}

.home-four-world-one {
  flex: 1;
  max-width: 25%;
  margin-top: 34px;
}

.home-four-section-three {
  background-color: var(--black-one);
  margin-top: -1px;
  padding-top: 275px;
  padding-bottom: 120px;
  overflow: hidden;
}

.home-four-exclusive-menu-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.home-four-exclusive-menu-one {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 33.33%;
  min-height: 581px;
  display: flex;
  position: relative;
}

.scrolling-title-box {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scrolling-title {
  color: #273540;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-family: Cormorant Upright, sans-serif;
  font-size: 5rem;
  line-height: 100%;
}

.scrolling-title.one {
  color: var(--sportwirt-beige);
  font-family: Jost, sans-serif;
  position: absolute;
  inset: -50px auto auto 0%;
  transform: translate(-100px);
}

.scrolling-title.two {
  z-index: 1;
  color: var(--sportwirt-beige);
  font-family: Jost, sans-serif;
  font-size: 4.5rem;
  position: absolute;
  inset: 540px 0% auto auto;
  transform: translate(200px);
}

.sticky-100vh-block {
  height: 100vh;
  position: sticky;
  top: 0;
}

.about-one-social-flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  position: absolute;
  inset: 58% -23.5% auto auto;
  transform: rotate(-90deg);
}

.about-one-social-flex-block.about-two-social-flex-block {
  top: 50%;
  left: -34%;
  right: auto;
}

.social-block {
  color: #da6624;
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Jost, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-decoration: none;
}

.about-one-body {
  background-color: #12181d;
}

.about-one-heading-block {
  margin-top: -38px;
}

.about-one-section-two {
  z-index: 20;
  margin-top: -145px;
  position: relative;
}

.about-one-lightbox-block {
  justify-content: flex-end;
  padding-right: 120px;
  display: flex;
}

.about-one-heading {
  color: #8b6f56;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 8.4375rem;
  line-height: 120%;
}

.about-one-hungry-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  margin-right: 10%;
}

.about-one-section-three {
  padding-top: 110px;
  padding-bottom: 10px;
}

.about-one-hungry-left {
  flex: 1;
  position: relative;
}

.about-one-hungry-right {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.about-one-section-four {
  padding-top: 90px;
  padding-bottom: 145px;
}

.about-one-chef-block {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.about-one-chef-block.padding-left-right-thirty-percent.margin-top-seventyfive {
  margin-top: 75px;
}

.about-one-section-six {
  background-image: url("/optimized-media/27-659cd883ee317d064a2d5d19_About-One-Dining.webp?v=320a0f3853ca");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 750px;
  margin-top: -50px;
}

.about-one-section-seven {
  padding-top: 120px;
  padding-bottom: 100px;
}

.about-one-story-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
}

.about-one-story-image {
  flex: 1;
}

.about-one-story-text {
  flex: 1;
  align-self: center;
  max-width: 48%;
}

.about-one-exclusive-chef-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  padding-top: 240px;
  padding-bottom: 115px;
}

.about-one-exclusive-image {
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  max-width: 43%;
  display: flex;
}

.about-one-exclusive-text {
  flex: 1;
  position: relative;
}

.padding-left-right-twenty-six-percent {
  padding-left: 26%;
  padding-right: 26%;
}

.about-one-tasty-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 35%;
  padding-top: 200px;
  display: flex;
}

.about-one-delicious-scrolling-block {
  max-width: 50%;
  margin-top: -370px;
  margin-left: 50%;
  overflow: hidden;
}

.about-one-food-heading {
  color: var(--sportwirt-beige);
  font-size: 2.5rem;
}

.about-two-hero-section {
  background-image: url("/optimized-media/29-659cd883ee317d064a2d5d1e_About-Two-Banner-Img.webp?v=b2e242e44af5");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-two-hero-section.about-three-hero-bg {
  background-image: url("/optimized-media/32-659cd883ee317d064a2d5d43_About-Three-Banner-Img.webp?v=2da23d479d81");
}

.about-two-hero-section.menu-two-hero-section {
  background-image: url("/optimized-media/44-659cd883ee317d064a2d5d84_Menu-Two-Banner.webp?v=eabfff2127fc");
}

.about-two-heading-text {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Cormorant Upright, sans-serif;
  font-size: 7.5rem;
  line-height: 100%;
  display: flex;
}

.about-two-fine-dine-left {
  flex: 1;
  position: relative;
}

.about-two-who-left {
  flex: 1;
}

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

.about-two-fine-dine-right {
  flex: 1;
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.about-two-main-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
}

.about-two-main-heading.chef-details-heading {
  padding-left: 0%;
  padding-right: 0%;
}

.about-two-who-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.about-one-left-img-block {
  margin-top: 100px;
}

.about-one-chef-comment-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-one-chef-comment-block.service-details-subblock {
  background-color: #fff;
  max-width: 870px;
  margin-top: -72px;
  margin-bottom: 120px;
  padding: 62px 8% 70px;
  box-shadow: 0 0 40px #2f3b5a33;
}

.about-one-chef-comment-block.service-details-imgblock {
  position: sticky;
  top: 5rem;
}

.about-one-chef-comment-block.blog-details-heroblock {
  padding-left: 23%;
  padding-right: 23%;
  position: relative;
}

.about-two-fine-dine-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 175px;
}

.about-two-who-right {
  flex: 1;
  justify-content: flex-end;
  max-width: 34%;
  margin-top: -108px;
  display: flex;
}

.about-two-section-three {
  background-image: url("/optimized-media/30-659cd883ee317d064a2d5d25_About-Two-Middle-Img.webp?v=57ca22ac71d2");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 653px;
}

.about-two-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-end;
}

.about-two-section-four {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-three-section-two {
  padding-bottom: 120px;
  position: relative;
}

.about-three-food-symbolic-block {
  justify-content: center;
  padding-top: 205px;
}

.about-three-food-symbolic-text {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-three-food-symbolic-text.about-three-creativity-block {
  background-color: var(--white);
  max-width: 50%;
  height: 524px;
  padding-left: 4%;
  padding-right: 4%;
}

.about-three-food-symbolic-text.service-counter-block {
  margin-bottom: 111px;
}

.about-three-food-symbolic-text.menu-two-symbolic-text {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.home-three-food-symbolic-lightbox {
  flex: 1;
  max-width: 30%;
}

.brown-text {
  color: var(--sportwirt-beige);
}

.about-three-section-three {
  background-image: url("/optimized-media/33-659cd883ee317d064a2d5d44_About-Three-Middle-Img.webp?v=9a18da24ed45");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 786px;
  position: relative;
}

.about-three-our-story-block {
  background-color: var(--sportwirt-beige);
  text-align: center;
  background-image: url("/optimized-media/31-659cd883ee317d064a2d5d41_About-Three-Food-Mood-Bg.webp?v=cf2c89aed980");
  background-position: 50%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 51.5%;
  margin-top: 120px;
  padding: 145px 3% 135px;
  display: flex;
  overflow: hidden;
}

.about-three-section-four {
  padding-top: 136px;
  padding-bottom: 103px;
}

.hunngry-journey-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.orange-blockquote {
  color: var(--orange);
}

.about-three-section-five {
  background-image: url("/optimized-media/108-65a7783ec969907eadb67311_Sportwirt-Vahrn-58.jpg?v=dcfc6a845f88");
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 788px;
}

.about-three-section-six {
  padding-bottom: 120px;
}

.about-three-counter-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
}

.about-three-counter-left {
  flex: 1;
  justify-content: center;
  align-self: center;
  display: flex;
}

.about-three-counter-right {
  flex: 1;
  margin-top: -528px;
  padding-left: 120px;
}

.about-three-blockquote-block {
  text-align: center;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 25px;
  display: flex;
}

.service-section-two {
  padding-top: 115px;
  position: relative;
}

.service-hero-section {
  background-image: url("/optimized-media/37-659cd883ee317d064a2d5d4c_Service-Banner-Img.webp?v=bd5c04ec3119");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 251px;
  padding-bottom: 160px;
}

.service-hero-section.event-hero-section {
  background-image: url("/optimized-media/56-659cd883ee317d064a2d5dc1_Event-HeroImg.webp?v=231daeac27ac");
}

.service-cell {
  align-items: center;
}

.service-flex-block {
  flex-direction: column;
  max-width: 48%;
}

.service-section-three {
  padding-top: 98px;
}

.home-four-banner-btn-block-three {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding-top: 15%;
  display: flex;
  position: relative;
}

.home-four-banner-btn-block-three.middle {
  margin-right: 0%;
  position: absolute;
}

.home-four-banner-middle-img {
  object-fit: contain;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
}

.home-four-banner-text {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: Comforter, sans-serif;
  font-size: 7.5rem;
  line-height: 100%;
  display: block;
}

.home-four-wrapper-image {
  justify-content: center;
  align-items: center;
  width: 39%;
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.home-four-wrapper-image.right {
  background-image: url("/optimized-media/86-659cdb8ad178cfafa6d0ee7a_Sportwirt-Vahrn-22.1.jpg?v=fddead1a63b5");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-four-wrapper-image.middle {
  flex-direction: column;
  width: 50%;
  position: absolute;
  left: 25%;
}

.home-four-wrapper-image.left {
  background-image: url("/optimized-media/88-659cddc45e45ff8c2803b4a7_Sportwirt-Vahrn-31.jpg?v=62f72e6ad5ef");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-four-wrapper-image.right {
  background-image: url("/optimized-media/86-659cdb8ad178cfafa6d0ee7a_Sportwirt-Vahrn-22.1.jpg?v=fddead1a63b5");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33%;
}

.home-four-wrapper-image.left {
  background-image: url("/optimized-media/88-659cddc45e45ff8c2803b4a7_Sportwirt-Vahrn-31.jpg?v=62f72e6ad5ef");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33%;
}

.home-four-banner-section {
  background-color: #0e1317;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-four-banner-btn-block-one {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  padding-top: 15%;
  display: flex;
  position: relative;
}

.about-one-scrolling-block {
  z-index: 5;
  cursor: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-one-scrolling-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.item-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card-two {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-circle-two {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
}

.service-card-block {
  position: relative;
}

.padding-left-right-eighteen-percent {
  padding-left: 18%;
  padding-right: 18%;
}

.service-section-four {
  padding-bottom: 110px;
}

.cooking-course-hero-section {
  padding-top: 100px;
  padding-bottom: 20px;
}

.cooking-course-second-section {
  background-image: url("/optimized-media/39-659cd883ee317d064a2d5d5d_Course-Banner-Img.webp?v=4a0f3e8956c3");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 588px;
}

.cooking-course-section-three {
  padding-top: 106px;
  padding-bottom: 40px;
}

.three-course-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.course-box {
  border: 1px solid #efe6dc;
  flex: 1;
  transition: all .45s;
}

.course-box:hover {
  border-color: #efe6dc80;
  box-shadow: 2px 0 40px #2c485f45;
}

.course-img-block {
  text-align: center;
  background-image: url("/optimized-media/28-659cd883ee317d064a2d5d1d_About-One-Service-Img.webp?v=c175f30aa824");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e0d7d2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 320px;
  transition: all .45s;
  position: relative;
}

.course-name-block {
  text-align: center;
  align-items: center;
  padding: 15px 15px 25px;
}

.cooking-course-section-four {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.marquee-wrap-big {
  justify-content: flex-start;
  display: flex;
}

.marque-text-one {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  display: flex;
}

.marque-title-two {
  color: #6b5a4e2b;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  flex: none;
  font-family: Cormorant Upright, sans-serif;
  font-size: 10.125rem;
  font-weight: 600;
  line-height: 100%;
}

.marque-title-two.exclusive-menu-heading.menu-two-text {
  color: var(--sportwirt-beige);
}

.cooking-course-section-five {
  padding-bottom: 100px;
}

.chef-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 33px;
}

.chef-block-one {
  text-align: center;
  flex: 1;
}

.chef-img-block {
  background-image: url("/api/media/file/background-image.svg?v=71caf16cfdb6");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 390px;
  transition: all .45s cubic-bezier(.55, .055, .675, .19);
}

.chef-img-block:hover {
  border-radius: 100%;
}

.chef-name {
  margin-top: 40px;
}

.cooking-course-section-six {
  background-color: #f2ece6;
  padding-top: 110px;
  padding-bottom: 105px;
}

.courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.related-course-section {
  padding-top: 106px;
  padding-bottom: 120px;
}

.course-details-main-img-block {
  margin-top: 30px;
}

.cooking-course-section-two {
  background-color: #f2ece6;
  margin-top: -245px;
  padding-top: 365px;
  padding-bottom: 120px;
}

.course-details-hero-section {
  padding-top: 185px;
}

.course-details-flex-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
}

.course-flex-left {
  flex: 1;
  max-width: 33%;
}

.course-flex-right {
  flex: 1;
}

.corse-details-block {
  background-color: var(--white);
  padding: 45px;
  box-shadow: 0 8px 40px #0003;
}

.corse-details-block.one {
  margin-bottom: 30px;
}

.course-details-heading-block {
  color: var(--black-one);
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Jost, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
}

.course-details-heading-block.margin-bottom-twentyfive {
  margin-bottom: 25px;
}

.course-details-heading-block.margin-bottom-twentyfive.orange-blockquote {
  color: var(--orange);
}

.course-details-heading-block.margin-bottom-fifteen {
  margin-bottom: 14px;
}

.course-details-heading-block.margin-bottom-fifteen.orange-blockquote {
  color: var(--orange);
}

.level-text {
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 1.25rem;
  line-height: 100%;
}

.level-text.dark {
  color: var(--black-one);
}

.details-level-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 18px;
}

.devider-one {
  background-color: #d0d8de;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 45px;
}

.sell-price-one {
  margin-bottom: 0;
  font-size: 22px;
}

.original-price-one {
  color: var(--black-one);
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 22px;
  text-decoration: line-through;
}

.price-block {
  padding-top: 25px;
  padding-bottom: 40px;
}

.course-trainer-details-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-bottom: 25px;
}

.trainer-name {
  color: var(--orange);
  margin-bottom: 5px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.trainer-name-block {
  flex: 1;
  align-self: center;
}

.cource-long-description-one {
  margin-top: -30px;
}

.cource-long-description-two {
  margin-top: 45px;
}

.menu-one-second-section {
  background-image: url("/optimized-media/40-659cd883ee317d064a2d5d77_Menu-One-Banner-Img.webp?v=e54b96ac6f15");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 555px;
}

.menu-one-second-section.chef-second-section {
  background-image: url("/optimized-media/91-659cddc4b056ca70e69cefa8_Sportwirt-Vahrn-28.jpg?v=5149eb0e54af");
  background-position: 50% 80%;
}

.menu-one-second-section.chef-second-section-copy {
  background-image: url("/optimized-media/125-65e5f2e43561bc83385ed0af_Sport-Wirt-Verleihsachen-3.jpg?v=12eda7869563");
  background-position: 50%;
}

.padding-left-right-fifteen-percent {
  padding-left: 15%;
  padding-right: 15%;
}

.menu-one-section-three {
  padding-top: 115px;
  padding-bottom: 88px;
}

.menu-categories-slider {
  background-color: #0000;
  margin-top: 40px;
}

.menu-one-left-arrow {
  color: #d7cdc5;
}

.menu-one-left-arrow:hover {
  color: #da6624;
}

.menu-one-slider-mask {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.menu-one-slide {
  text-align: center;
  max-width: 25%;
}

.menu-one-right-arrow {
  color: #8f8181;
}

.menu-one-right-arrow:hover {
  color: #da6624;
}

.menu-one-section-four {
  background-color: var(--light-red);
  padding-top: 120px;
  padding-bottom: 120px;
}

.menu-one-listing-section {
  padding-top: 115px;
  padding-bottom: 120px;
}

.menu-name-block {
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 25px;
  display: flex;
}

.menu-name-block.white-bg {
  background-color: var(--white);
}

.menu-text {
  color: #da6624;
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.menu-one-block {
  border: 1px solid #efe6dc;
  flex: 1;
  justify-content: center;
}

.menu-one-block:hover {
  border-color: #efe6dc80;
  box-shadow: 2px 0 40px #2c485f45;
}

.menu-one-three-boxes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.menu-one-three-boxes.one {
  margin-top: 32px;
}

.menu-two-section-two {
  padding-top: 92px;
}

.menu-two-section-two.second {
  padding-top: 30px;
  padding-bottom: 60px;
}

.wake-up-heading {
  max-width: 50%;
  color: var(--black-one);
  text-transform: uppercase;
  font-family: Cormorant Upright, sans-serif;
  font-size: 6.25rem;
  line-height: 120%;
}

.menu-two-book-table {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  padding-top: 90px;
}

.menu-two-book-table-left {
  flex: 1;
}

.menu-two-book-table-right {
  flex: 1;
  align-self: center;
  max-width: 42%;
}

.menu-two-form-flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.menu-two-section-three {
  padding-top: 97px;
  padding-bottom: 120px;
}

.exclusive-menu-heading {
  color: #e4ded9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.125rem;
  line-height: 100%;
}

.menu-two-section-four {
  background-image: url("/optimized-media/45-659cd883ee317d064a2d5d85_Menu-Two-Book-Table.webp?v=57fd2cafeb06");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
}

.menu-two-section-five {
  margin-top: -226px;
  padding-bottom: 100px;
  overflow: hidden;
}

.manu-two-section-six {
  padding-top: 115px;
  padding-bottom: 120px;
}

.menu-two-head-chef {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
}

.menu-two-chef-left {
  flex: 1;
}

.menu-two-chef-right {
  flex: 1;
  align-self: center;
  max-width: 40%;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.faq-content {
  overflow: hidden;
}

.accodian-number-block {
  color: var(--orange);
  letter-spacing: -.02rem;
  text-transform: uppercase;
  font-family: Cormorant Upright, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 110%;
}

.pricing-acco-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.faq-question-wrap {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--sportwirt-beige);
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.acco-block {
  width: 100%;
  height: 1px;
  padding-bottom: 35px;
}

.faq-question-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.accodian-heading-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: .75rem;
  display: flex;
}

.accodian-heading-block.bg-cocktail {
  background-image: url("/optimized-media/41-659cd883ee317d064a2d5d7c_Cocktail-Icon.webp?v=ef1a70800a4c");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 147px;
}

.accodian-heading-block.bg-main-cource {
  background-image: url("/optimized-media/43-659cd883ee317d064a2d5d82_Main-Course-Icon.webp?v=8fe6fcb60dc1");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 224px;
}

.accodian-heading-block.bg-dessert {
  background-image: url("/optimized-media/42-659cd883ee317d064a2d5d7d_Dessert-Icon.webp?v=3562b0a70762");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 245px;
}

.menu-two-faq-block {
  padding-top: 30px;
  padding-bottom: 120px;
}

.faq-answer-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 52%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-two-flex {
  margin-bottom: 10px;
}

.accodian-menu-name-heading {
  margin-top: 25px;
}

.menu-three-hero-section {
  padding-bottom: 120px;
}

.menu-three-section-two {
  background-color: var(--light-red);
  padding-top: 115px;
  padding-bottom: 120px;
}

.related-menu-heading-block {
  justify-content: space-between;
}

.menu-details-hero-section {
  padding-top: 200px;
  padding-bottom: 105px;
}

.menu-details-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
}

.menu-details-image-block {
  flex: 1;
}

.menu-details-text-block {
  flex: 1;
  align-self: center;
  max-width: 44%;
}

.menu-details-pricing-text {
  color: var(--orange);
  font-family: Jost, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 110%;
}

.menu-details-pricing-text.color-white {
  color: var(--white);
}

.menu-details-block-one {
  margin-bottom: 44px;
}

.menu-details-block-three {
  margin-bottom: 30px;
}

.menu-three-hero-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: url("/optimized-media/46-659cd883ee317d064a2d5d8c_Menu-Three-Side-Bg.webp?v=0d0acb53e7bf");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  height: 100vh;
}

.menu-three-hero-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.menu-three-hero-left {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.menu-three-hero-container {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
}

.starts-from-block {
  align-self: flex-end;
  position: absolute;
  inset: auto 10% 23% auto;
}

.home-three-menu-list-box-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex: 1;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  position: relative;
}

.menu-three-details {
  flex: 1;
  align-self: center;
}

.menu-three-heading {
  margin-top: 0;
}

.menu-three-description {
  color: #a3a3a3;
  margin-bottom: 30px;
  font-size: .875rem;
  line-height: 120%;
}

.menu-three-price {
  color: var(--orange);
  letter-spacing: -.02rem;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.book-table-our-menu-section {
  background-color: #f2ece6;
  padding-top: 107px;
  padding-bottom: 88px;
}

.book-table-form-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.book-table-form-bg {
  background-color: #f2ece6;
  padding: 110px 75px 106px;
}

.form-btn-flex {
  justify-content: space-between;
}

.checkbox-field {
  align-self: center;
}

.booking-form-checkbox-label {
  color: var(--paragraph-color);
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.booking-form-checkbox {
  border-radius: 0;
  margin-top: 3px;
}

.book-table-hero-section {
  background-image: url("/optimized-media/47-659cd883ee317d064a2d5da2_Book-Table-Img.webp?v=614ccab5bf4e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 265px;
  padding-bottom: 195px;
}

.book-table-hero-section.blog-one-hero-section {
  background-image: url("/optimized-media/59-659cd883ee317d064a2d5dd8_Blog-One-Hero-Img.webp?v=35127f08be6c");
}

.book-table-hero-section.information-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url("/optimized-media/104-65a7783a077dcaf8d1c09ac8_Sportwirt-Vahrn-40.jpg?v=3b08d97d7047");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.book-table-hero-section.ui-kit-hero-sections {
  background-image: url("/optimized-media/56-659cd883ee317d064a2d5dc1_Event-HeroImg.webp?v=231daeac27ac");
}

.book-table-section-two {
  padding-top: 106px;
}

.restaurant-info-block {
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 25px;
}

.booking-info-block {
  text-align: center;
  flex: 1;
  align-self: center;
}

.chef-collection-block {
  flex: 1;
}

.chef-listing-section {
  padding-top: 50px;
  padding-bottom: 120px;
}

.chef-listing-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.chef-listing-block.second {
  margin-top: -50px;
}

.chef-box-outer {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.menu-one-list-wrapper {
  flex: 1;
}

.menu-one-list-wrapper.chef-one, .menu-one-list-wrapper.chef-three {
  margin-top: 80px;
}

.menu-three-img-block {
  width: 170px;
  height: 170px;
}

.menu-three-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-one-menu-box {
  width: 70px;
  height: 70px;
}

.chef-name-block {
  opacity: 1;
  background-image: url("/api/media/file/background-image.svg?v=71caf16cfdb6");
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.chef-name-block.one {
  background-image: url("/optimized-media/38-659cd883ee317d064a2d5d5a_Continental.webp?v=a3b3190c107f");
}

.chef-name-block.two {
  background-image: url("/optimized-media/44-659cd883ee317d064a2d5d84_Menu-Two-Banner.webp?v=eabfff2127fc");
}

.chef-name-block.three {
  background-image: url("/optimized-media/32-659cd883ee317d064a2d5d43_About-Three-Banner-Img.webp?v=2da23d479d81");
}

.chef-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.chef-block-inner {
  background-color: #fff;
  background-image: url("/api/media/file/background-image.svg?v=71caf16cfdb6");
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.book-table-car-block {
  padding-top: 10px;
  padding-bottom: 110px;
}

.moving-car-flex-block-two {
  justify-content: center;
}

.moving-car-block-one, .moving-car-block-two, .moving-car-block-three, .moving-car-block-four {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.moving-car-flex-block-one {
  justify-content: center;
}

.moving-car-img-block {
  background-image: url("/optimized-media/49-659cd883ee317d064a2d5daa_Dotted-Line.png?v=aef24c32efa5");
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  margin-top: 100px;
}

.home-one-menu-wrapper {
  width: 100%;
}

.home-two-menu-item {
  width: 85px;
  height: 67px;
}

.car-line {
  border-top: 1px solid #da6624;
  border-bottom: 1px solid #da6624;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moving-car-img {
  position: absolute;
}

.menu-three-slider-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-three-moving-slider {
  background-color: #0000;
  background-image: url("/api/media/file/659cd883ee317d064a2d5dae_hungry.svg?v=5e69b89e7def"), url("/optimized-media/46-659cd883ee317d064a2d5d8c_Menu-Three-Side-Bg.webp?v=0d0acb53e7bf");
  background-position: 98%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  height: 100vh;
}

.menu-three-slide-overflow {
  overflow: hidden;
}

.menu-three-hero-main-content {
  max-width: 40vw;
  position: absolute;
  top: 123px;
  left: 108px;
}

.menu-three-hero-plate-content {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: -3vw;
  right: -55vw;
}

.plate {
  background-image: radial-gradient(circle, #ed9a6c2b, #ed9a6c30);
  border-radius: 50%;
  width: 39vw;
  padding: 45px;
  overflow: hidden;
  box-shadow: 0 20px 50px 1px #0000001a;
}

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

.slide-nav-3 {
  opacity: 0;
}

.div-block-303 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 98%;
}

.div-block-304 {
  background-color: #ed9a6c2b;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

.menu-three-slider-image {
  height: auto;
}

.portfolio-two-all-content-wrapper {
  align-items: flex-end;
  display: flex;
}

.portfolio-two-tab-menu {
  border-bottom: 1px solid #c1b6ae;
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  width: 100%;
}

.portfolio-two-tab-link {
  color: #8a8a8a;
  text-align: center;
  background-color: #0000;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.portfolio-two-tab-link.w--current {
  color: #0b0d0f;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 3px solid #000;
}

.portfolio-tab-block {
  width: 100%;
  margin-top: 38px;
  display: flex;
  overflow: hidden;
}

.pricing-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 116px;
  padding: 9px 22px;
  display: flex;
  position: absolute;
  top: 86%;
  bottom: 0%;
  right: 32%;
}

.chef-details-section-two {
  padding-top: 28px;
  padding-bottom: 20px;
}

.chef-details-section-three {
  padding-top: 86px;
  padding-bottom: 120px;
}

.chef-details-section-four {
  background-color: var(--light-red);
  padding-top: 98px;
  padding-bottom: 120px;
}

.chef-details-hero-section {
  height: 965px;
  padding-top: 80px;
}

.chef-details-hero-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.chef-details-hero-one {
  background-color: var(--orange);
  text-align: right;
  flex: 1;
  padding-top: 85px;
  padding-bottom: 115px;
  padding-right: 30px;
}

.chef-details-hero-two {
  background-image: url("/api/media/file/background-image.svg?v=71caf16cfdb6");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 100%;
  height: 885px;
  position: relative;
}

.chef-details-hero-three {
  background-color: var(--light-red);
  flex: 1;
  height: 345px;
  margin-top: 540px;
  position: relative;
}

.chef-details-name {
  color: var(--sportwirt-braun);
  text-transform: uppercase;
  font-family: Cormorant Upright, sans-serif;
  font-size: 2.5rem;
  line-height: 100%;
}

.custom-details-designation {
  background-image: url("/optimized-media/34-659cd883ee317d064a2d5d49_Brown-Chef-Text.png?v=dcc892d67cda");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 70px;
}

.chef-name-designation-block {
  z-index: 100;
  text-align: left;
  flex-flow: column;
  place-content: space-around flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 97% -22% auto auto;
  transform: rotate(-90deg);
}

.chef-details-slider {
  background-color: #0000;
  height: 100%;
}

.chef-details-left-arrow, .chef-details-right-arrow {
  z-index: 1;
  width: 33%;
  height: 150px;
  display: none;
  inset: 84% auto 0% 0%;
}

.chef-details-left-arrow-light-img {
  height: auto;
  position: absolute;
  inset: auto auto 0% 58%;
}

.chef-details-right-arrow-light-img {
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.event-section-two {
  padding-top: 120px;
  padding-bottom: 120px;
}

.event-section-three {
  padding-bottom: 90px;
}

.event-section-four {
  background-color: #f8f8f8;
  padding-top: 115px;
  padding-bottom: 115px;
}

.event-container-one {
  max-width: 100vw;
  padding-right: 60px;
}

.event-container-two {
  max-width: 100vw;
  padding-left: 60px;
}

.event-why-us-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
}

.event-why-block-left {
  flex: 1;
  max-width: 40%;
}

.event-why-block-right {
  flex: 1;
  align-self: center;
}

.event-icon-box-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  margin-top: 42px;
}

.event-icon-box-left-block {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.event-icon-block {
  flex: 1;
  max-width: 23%;
}

.event-text-block {
  flex: 1;
}

.event-flex-box-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.fathers-day-event {
  flex: 1;
}

.new-year-event {
  flex: 1;
  max-width: 40%;
}

.event-bg-image-block {
  background-image: url("/optimized-media/47-659cd883ee317d064a2d5da2_Book-Table-Img.webp?v=614ccab5bf4e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 402px;
  margin-bottom: 30px;
  position: relative;
}

.event-bg-image-block.mothers-day-event-box {
  height: 615px;
}

.event-bg-image-block.halloween-event-box {
  height: 322px;
}

.event-date-time-devider {
  background-color: var(--orange);
  width: 45%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.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: 260px;
  display: flex;
}

.utility-page-content.password-page {
  width: 40%;
}

.utility-page-content.error-page {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-collection-list-wrapper {
  flex: 1;
}

.event-collection-list-wrapper.fathers-day-event {
  max-width: 60%;
}

.event-collection-list-wrapper.new-year-event {
  max-width: 40%;
}

.event-collection-list-wrapper.halloween-event {
  max-width: 28%;
}

.event-collection-list-wrapper.mothers-day-event {
  max-width: 44%;
}

.event-section-five {
  background-image: url("/optimized-media/55-659cd883ee317d064a2d5dc0_Event-Creativity-Bg.webp?v=6f878df3602a");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-bg {
  background-color: var(--black-one);
  max-width: 56%;
  margin-left: auto;
  padding: 129px 75px 112px;
}

.event-date-time-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange);
  align-self: center;
  margin-bottom: 15px;
  padding-left: 85px;
  padding-right: 85px;
}

.dash-image {
  align-self: center;
  height: auto;
}

.event-details-planning-section {
  background-image: url("/optimized-media/57-659cd883ee317d064a2d5dd1_Planning-Bg.webp?v=d275ff401956");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 174px;
  padding-bottom: 188px;
}

.event-planning-block {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.event-details-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
}

.event-details-left {
  flex: 1;
  max-width: 75%;
}

.event-details-right {
  flex: 1;
  max-width: 25%;
}

.event-details-form-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 55px 10px 45px;
  box-shadow: 0 8px 40px #0003;
}

.event-form-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.price-text {
  color: var(--orange);
  margin-bottom: 25px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.event-details-devider {
  background-color: #dad6d4;
  width: 100%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 18px;
}

.faq {
  border: 1px solid #e1e1e1;
  border-left: 1px #dad6d4;
  border-right-style: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.faq.overflow-hidden {
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq.overflow-hidden.first {
  border-bottom-style: none;
}

.auto-fit {
  height: auto;
}

.acoo-two-heading-title {
  color: var(--black-one);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.acoo-two-heading-title.margin-zero {
  letter-spacing: -.02rem;
  align-self: center;
  font-size: 28px;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.answer.overflow-hidden {
  padding-left: 78px;
}

.accordian-content {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 50px;
}

.question {
  grid-column-gap: 25px;
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-content-wrapper {
  margin-top: 35px;
}

.accodian-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.contact-two-hero-section {
  background-image: url("/optimized-media/58-659cd883ee317d064a2d5dd6_Contact-Two-Hero-Bg.webp?v=1038be97c951");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 26%;
  padding-right: 26%;
  display: flex;
}

.contact-two-form-section {
  margin-top: -200px;
  padding-bottom: 120px;
}

.contact-two-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
}

.contact-two-block-left {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding: 38px 70px;
  display: flex;
  box-shadow: 0 20px 50px #0b0f1238;
}

.contact-two-block-right {
  background-color: var(--black-one);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 30%;
  height: 595px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
}

.contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.contact-two-flex-two {
  margin-bottom: 45px;
}

.hero-one-banner-block {
  justify-content: center;
}

.contact-one-hero-left {
  z-index: 1;
  background-image: url("/optimized-media/92-659cddc4b665c217fbef221d_Sportwirt-Vahrn-36.jpg?v=24ea76105522");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 30%;
  height: 100vh;
  position: relative;
}

.contact-one-container {
  max-width: 100vw;
  padding-right: 15px;
}

.contact-one-body {
  background-color: var(--black-one);
  height: 100vh;
}

.contact-one-hero-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.contact-one-block-one {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
  padding-top: 5%;
  padding-left: 100px;
}

.contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
  padding-top: 6%;
  padding-left: 100px;
  padding-right: 25px;
}

.contact-block-two-left {
  flex: 1;
  align-self: center;
  max-width: 47%;
}

.contact-block-two-right {
  flex: 1;
  align-self: center;
}

.contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.blog-one-section-two {
  padding-top: 115px;
  padding-bottom: 120px;
}

.blog-one-block-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.blog-one-block-one-left {
  flex: 1;
  max-width: 600px;
  height: 960px;
}

.blog-one-block-one-right {
  flex: 1;
}

.blog-one-img-block-one {
  position: relative;
  overflow: hidden;
}

.blog-one-image-one {
  width: 100%;
  height: auto;
}

.blog-one-image-one.autofit {
  object-fit: cover;
  height: 100%;
}

.blog-one-image-one.autofit.blog-one-img {
  height: 960px;
}

.blog-one-data-style-one {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-one-style-two-box {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 1px solid #ead5cf;
  justify-content: center;
  padding: 12px 40px 12px 12px;
}

.blog-one-style-two-box.two {
  margin-top: 33px;
  margin-bottom: 33px;
}

.blog-one-style-two-left {
  flex: 1;
  max-width: 259px;
  height: 272px;
  position: relative;
  overflow: hidden;
}

.blog-one-style-two-right {
  flex: 1;
  align-self: center;
}

.blog-heading-one {
  color: var(--black-one);
  margin-top: 10px;
  margin-right: 160px;
}

.blog-heading-one.margin-top-bottom-twenty {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-heading-one.blog-style-two-heading {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 1.75rem;
}

.blog-heading-one.blog-one-right-text {
  margin-right: 0;
}

.blog-one-newsletter-flex {
  text-align: center;
  background-color: #f1e6e0;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 95px;
}

.blog-one-form-block {
  width: 50%;
  margin-top: 22px;
  margin-bottom: 0;
  position: relative;
}

.padding-left-right-thirty-percent {
  padding-left: 30%;
  padding-right: 30%;
}

.blog-one-section-four {
  padding-top: 110px;
  padding-bottom: 80px;
}

.blog-one-section-four.second {
  padding-top: 0;
}

.blog-one-style-three-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.blog-one-style-three-box {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 12px;
  display: flex;
  box-shadow: 0 14px 45px #00000026;
}

.blog-one-style-three-box.home-megamenu-box {
  margin-bottom: 12px;
  box-shadow: 2px 0 40px #0b0f1233;
}

.blog-one-style-three-img-box {
  width: 100%;
  height: 226px;
  position: relative;
  overflow: hidden;
}

.blog-one-style-three-data-box {
  align-self: stretch;
  padding-top: 30px;
}

.blog-heading-two {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.blog-two-section-two {
  padding-top: 115px;
  padding-bottom: 75px;
}

.blog-two-section-two.second {
  padding-top: 0;
}

.blog-two-style-one-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.blog-two-style-one-box {
  flex: 1;
}

.blog-two-style-one-img-box {
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
}

.blog-two-style-one-img-box.masnory-two-box {
  height: 478px;
}

.blog-two-style-one-img-box.masnory-three-box {
  height: 507px;
}

.blog-two-style-one-img-box.masnory-four-box {
  height: 235px;
}

.blog-two-style-one-img-box.masnory-five-box {
  height: 284px;
}

.blog-two-style-one-img-box.masnory-six-box {
  height: 521px;
}

.blog-two-style-one-data-box {
  width: 100%;
  padding-top: 30px;
}

.blog-two-style-one-date-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-three-style-one-block {
  justify-content: flex-start;
  align-items: stretch;
}

.blog-three-style-one-box {
  align-self: stretch;
  width: 100%;
  padding-bottom: 120px;
}

.blog-three-style-one-img-box {
  width: 100%;
  height: 589px;
  position: relative;
  overflow: hidden;
}

.blog-three-style-one-data-box {
  border-bottom: 1px dashed #000;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 100px;
}

.blog-three-title-flex-block {
  flex: 1;
  max-width: 60%;
}

.blog-three-style-one-date-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.blog-three-btn-flex-block {
  flex: 0 auto;
  align-self: center;
}

.blog-three-section-two {
  padding-top: 115px;
}

.blog-three-section-two.second {
  padding-top: 0;
}

.checkout-form-heading {
  margin-top: 10px;
  font-size: 2rem;
}

.text-block-main {
  color: var(--paragraph-color);
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.text-block-main.bold {
  color: var(--black-one);
  font-weight: 500;
}

.latest-blog-section {
  background-color: #efe0d5;
  padding-top: 140px;
  padding-bottom: 70px;
}

.blog-details-section-two {
  padding-bottom: 105px;
}

.blog-details-hero-section {
  background-image: url("/optimized-media/61-659cd883ee317d064a2d5de5_Blog-Details-Hero-Img.webp?v=352ec2990f79");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 301px;
  padding-bottom: 210px;
  position: relative;
}

.blog-time-block {
  background-color: var(--orange);
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.blog-details-author-block {
  background-color: #f0dfd6;
  margin-bottom: 30px;
  padding: 28px 28px 50px;
}

.blog-details-cook-heading {
  color: #070504;
  margin-top: 37px;
  margin-bottom: 5px;
  font-size: 2.8125rem;
}

.blog-details-form-block {
  text-align: center;
  background-image: url("/optimized-media/60-659cd883ee317d064a2d5ddc_Blog-Details-Form-Bg.webp?v=937c438c64cd");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 50px 85px;
  display: flex;
}

.details-form-block {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
}

.block-details-hero-block {
  background-image: linear-gradient(#0b0f12a6, #0b0f12a6);
  position: absolute;
  inset: 0%;
}

.blog-collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-collection-list {
  margin-left: -15px;
  margin-right: -15px;
}

.checkout-form {
  padding: 0;
}

.ecommerse-container {
  justify-content: space-between;
  max-width: 100%;
}

.checkout-main-section {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 100px;
}

.header-cart-one {
  background-color: #0000;
  padding: 0;
}

.cart-number-block {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
  margin-top: 1.6rem;
  margin-left: -.5rem;
}

.header-cart-one-block {
  padding-left: 40px;
}

.header-cart-one-block.header-three-cart {
  padding-left: 0;
}

.heading-three {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: capitalize;
  font-family: Cormorant Upright, sans-serif;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.4375rem;
}

.header-two-hamburger-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.line-three {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 5fr .75fr .75fr;
  justify-items: stretch;
  width: 100%;
  position: relative;
}

.hungry-main {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-two {
  background-color: #fff;
  width: 50px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.header-two-hamburger {
  cursor: pointer;
  display: none;
  position: relative;
}

.header-two-hamburger.hamburger-open {
  display: block;
}

.hungry-link.spacing {
  border-right: 1px solid #8b6f56;
  padding-left: 0;
  padding-right: 15px;
}

.autofit {
  object-fit: cover;
}

.header-one-grid-cart-main {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-one {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.header-three-grid-hamburger {
  border-left: 1px solid var(--sportwirt-beige);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-two-menu-right {
  z-index: 99;
  grid-row-gap: 30px;
  background-image: url("/optimized-media/80-659cd883ee317d064a2d5e75_Hamburger-Menu.webp?v=09fa65635221");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-top: 71px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(100%);
}

.header-two-menu-right.change-height {
  background-image: url("/optimized-media/26-659cd883ee317d064a2d5d15_image-01.webp?v=315e92f22820");
  background-position: 50%;
  margin-top: 70px;
}

.header-one-grid-cart {
  border-left: 1px solid #8b6f56;
}

.header {
  z-index: 21;
  border-top: 1px #000;
  border-bottom: 1px solid var(--sportwirt-beige);
  position: fixed;
  inset: 0% 0% auto;
}

.topbar-menu {
  position: relative;
}

.visible-lg-hidden-sm {
  display: none;
}

.right-menu-contact-block {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.header-three-contact-flex-two {
  padding-top: 20px;
}

.header-three-contact-flex-one {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link-drop {
  border-right: 1px #000;
  position: static;
}

.arrow {
  width: .85rem;
  height: .85rem;
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.arrow.color-white {
  filter: invert();
}

.drop-down-wrapper {
  background-color: #f6ebeb;
}

.drop-down-wrapper.w--open {
  background-color: var(--white);
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.menu-link-wrapper {
  flex: 1;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-link-wrapper.food-megamenu {
  flex: 1;
  align-self: center;
}

.menu-link-wrapper.home-megamenu {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-link-two {
  color: var(--black-one);
  letter-spacing: .04rem;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Jost, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: all .3s;
}

.dropdown-link-two.middle-align {
  flex: 1;
  align-self: center;
}

.licencing-section {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 70px;
}

.copyright-link-one {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.copyright-link-one.home-two-footer-link {
  color: #0b0d0f;
}

.licencing-image-block {
  padding-top: 0;
}

.licencing-images {
  height: auto;
  margin-right: 1.5rem;
  padding-top: 1rem;
}

.licence-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.padding-top-onerem {
  padding-top: 1rem;
}

.error-image {
  height: auto;
  display: block;
}

.changelog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-four-banner-btn-block {
  display: flex;
}

.home-four-banner-btn-block.margin-top-twenty {
  margin-top: 20px;
}

.home-four-banner-btn-block.margin-top-twenty.align-center {
  justify-content: center;
}

.error-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-color-text-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.color-text-block {
  text-align: center;
}

.style-guide-color-box {
  background-color: #0000;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guide-color-box.style-guide-color-seven {
  background-color: var(--sportwirt-beige);
  margin-left: 4px;
  padding-left: 0;
}

.style-guide-color-box.style-guide-color-six {
  background-color: var(--black-one);
}

.style-guide-color-box.style-guide-color-two {
  background-color: var(--paragraph-color);
}

.style-guide-color-box.style-guide-color-one {
  background-color: var(--orange);
}

.style-guide-color-box.style-guide-color-four {
  background-color: var(--light-red);
}

.style-guide-color-box.style-guide-color-three {
  background-color: #e9c8b5;
}

.style-guide-color-text {
  color: #4a4b5c;
  font-family: Jost, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 165%;
  display: flex;
}

.style-guide-for-color {
  padding-top: 120px;
  padding-bottom: 120px;
}

.style-guide-color-name-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: -45px;
  display: flex;
}

.style-guide-color-block {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: center;
  display: flex;
}

.heading-block-six {
  margin-bottom: 2.8rem;
}

.heading-block-four {
  margin-bottom: 3.5rem;
}

.button-block {
  margin-bottom: 0;
}

.about-two-lists {
  padding-top: 1em;
  padding-left: 20px;
  list-style-type: disc;
}

.style-guide-for-typography {
  background-color: #f3f3f3;
  padding-top: 115px;
  padding-bottom: 120px;
}

.contact-container {
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
}

.list-block {
  margin-bottom: 1.8rem;
}

.heading-block-three {
  margin-bottom: 3.4rem;
}

.heading-block-one {
  margin-bottom: 2.7rem;
}

.heading-block-five {
  margin-bottom: 3.4rem;
}

.heading-block-two {
  margin-bottom: 3.2rem;
}

.team-text-two {
  color: #0b0d0f;
  margin-bottom: 10px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3rem;
}

.megamenu-flex-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .3s;
  transform: translate(0);
}

.megamenu-flex-one:hover {
  transform: translate(8px);
}

.megamenu-flex-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  transition: all .3s;
}

.megamenu-flex-two:hover {
  box-shadow: 2px 0 40px #0b0f1226;
}

.megamenu-block-one {
  align-self: center;
  width: 100%;
  display: flex;
}

.megamenu-flex-block {
  flex: 1;
  padding-top: 95px;
  padding-bottom: 105px;
}

.megamenu-flex-block.home-megamenu {
  padding-top: 105px;
  padding-bottom: 95px;
}

.megamenu-block-two {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 45px;
  display: flex;
}

.pages-megamenu-block {
  background-image: url("/optimized-media/47-659cd883ee317d064a2d5da2_Book-Table-Img.webp?v=614ccab5bf4e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 90%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}

.megamenu-block-three {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.megamenu-img-block {
  width: 70px;
  height: 70px;
}

.color-dark {
  filter: invert();
}

.megamenu-img {
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.home-megamenu-heading {
  color: var(--black-one);
  letter-spacing: .04rem;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: .875rem;
  line-height: 1.5rem;
}

.landing-page-hero-section {
  background-color: #f2eee8;
  background-image: url("/optimized-media/67-659cd883ee317d064a2d5e09_Landing-Banner-Bg.webp?v=d32583d81d50");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 633px;
  padding-top: 360px;
  padding-bottom: 300px;
  overflow: hidden;
}

.landing-hero-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-hero-heading {
  z-index: 1;
  color: var(--black-one);
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Upright, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.landing-hero-heading.orange-blockquote {
  color: var(--orange);
}

.landing-hero-heading.align-center.visible-responsive-hidden-desktop {
  display: none;
}

.landing-vertical-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.orange-capitalize {
  color: var(--orange);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 160%;
}

.landing-hero-person-image {
  width: 39%;
  margin-right: auto;
  position: absolute;
  inset: auto auto -5% 1%;
}

.landing-section-two {
  border-bottom: 1px solid #dcd0c5;
}

.landing-progress-flex-block {
  justify-content: center;
}

.landing-flex-block-one {
  flex: 1;
  padding: 35px 1%;
  display: flex;
}

.landing-flex-block-one.middle {
  border-left: 1px solid #dcd0c5;
  border-right: 1px solid #dcd0c5;
}

.landing-number-text {
  color: #b8b6b6;
  font-family: Jost, sans-serif;
  font-size: 7rem;
  line-height: 100%;
}

.modern-design-text {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -36px;
  font-size: 2.375rem;
}

.landing-section-three {
  padding-top: 100px;
}

.landing-figma-section {
  background-color: #090c0e;
  margin-top: -125px;
  padding-top: 300px;
  padding-bottom: 175px;
}

.landing-figma-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
}

.unique-section-block {
  border: 6px solid var(--orange);
  text-align: center;
  background-color: #f8f5f2;
  border-radius: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
  display: flex;
}

.figma-file-block {
  border: 6px solid var(--orange);
  text-align: center;
  background-color: #d3c7c4;
  border-radius: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 668px;
  padding-top: 0;
  display: flex;
}

.unique-heading {
  color: var(--black-one);
  margin-top: 0;
  margin-bottom: 18px;
}

.paragraph-big {
  color: var(--black-one);
  margin-bottom: 0;
  font-size: 1.125rem;
}

.paragraph-big.margin-bottonm-thirtytwo {
  margin-bottom: 32px;
}

.paragraph-big.padding-left-right-eight-percent {
  padding-left: 8%;
  padding-right: 8%;
}

.paragraph-big.padding-left-right-ten-percent {
  padding-left: 10%;
  padding-right: 10%;
}

.paragraph-big.margin {
  padding-top: 30px;
  padding-bottom: 50px;
}

.landing-homepage-section {
  background-color: #b7aea8;
  min-height: 100vh;
  padding-top: 80px;
  overflow: hidden;
}

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

.landing-inner-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.landing-inner-flex.one {
  margin-top: 10px;
}

.landing-inner-flex.second {
  margin-top: 40px;
}

.landing-inner-box-one {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.landing-inner-box-one.landing-cms-link {
  background-color: var(--white);
  margin-bottom: 30px;
}

.inner-heading-text {
  color: var(--black-one);
  letter-spacing: -.02rem;
  text-transform: capitalize;
  padding-top: 20px;
  font-family: Cormorant Upright, sans-serif;
  font-size: 2.375rem;
  line-height: 110%;
}

.landing-cms-section {
  background-color: var(--light-red);
  padding-top: 106px;
  padding-bottom: 90px;
}

.landing-ui-kit-section {
  padding-top: 106px;
  padding-bottom: 90px;
}

.landing-ui-link {
  text-align: center;
  cursor: pointer;
  background-color: #f0eeec;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 276px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.landing-ui-link:hover {
  background-color: var(--white);
  box-shadow: 2px 0 40px #0b0f1226;
}

.landing-purchase-section {
  background-image: linear-gradient(#fab791, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-footer-middle-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
}

.dark-heading {
  color: var(--black-one);
}

.padding-left-right-twelve-percent {
  margin-bottom: 40px;
  padding-left: 12%;
  padding-right: 12%;
}

.chef-overlay {
  background-image: linear-gradient(#0000, #000000b3 99%);
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
}

.preloader-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.preloader-loties-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-logo-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-upper-box {
  z-index: -1;
  background-color: #090c0e;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-lower-curtain {
  z-index: -1;
  background-color: #090c0e;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.preloader {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.homescreen-name {
  color: var(--white);
  justify-content: center;
  align-items: stretch;
  font-family: Cormorant Upright, sans-serif;
  font-size: 60px;
  line-height: 110%;
  display: flex;
  position: relative;
}

.main-heading {
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 20px;
  line-height: 120%;
  position: relative;
}

.slide {
  flex: none;
  align-self: stretch;
}

.wrapper-move-heading {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.landing-left-arrow {
  color: red;
  align-items: center;
  display: flex;
  overflow: visible;
}

.card-groups {
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-right: 0%;
  display: flex;
}

.content-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.homescreen {
  object-fit: cover;
  width: 50vh;
  max-width: none;
  height: 61vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.homescreen.static {
  position: relative;
  overflow: hidden;
}

.homescreen.filter {
  filter: grayscale(0%);
}

.landing-page-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-wrapper {
  width: 20vw;
  height: 40vh;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  overflow: visible;
}

.image-wrapper {
  position: absolute;
  inset: 0%;
}

.image-wrapper._04 {
  background-image: url("/optimized-media/66-659cd883ee317d064a2d5e06_Home-Four-Scrn.webp?v=eb9a82e8dd90");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper._03 {
  background-image: url("/optimized-media/64-659cd883ee317d064a2d5e04_Home-Three-Scrn.webp?v=5d28af341575");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper._01 {
  background-image: url("/optimized-media/63-659cd883ee317d064a2d5e03_Home-One-Scrn.webp?v=c1d792dc4c84");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper._02 {
  background-image: url("/optimized-media/65-659cd883ee317d064a2d5e05_Home-Two-Scrn.webp?v=9a3ba599e899");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-arrow {
  margin-top: 0;
}

.heading-arrow.left {
  margin-left: 140px;
}

.heading-arrow.right {
  margin-right: 140px;
}

.container-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.landing-slide-nav {
  display: none;
}

.filter {
  background-color: #ffffffad;
  position: absolute;
  inset: 0%;
}

.landing-right-arrow {
  opacity: 1;
  width: auto;
  color: var(--white);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.overflow-hidden-two {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.overflow-hidden-two.t3 {
  height: auto;
  position: absolute;
  top: auto;
  bottom: 12.5vh;
}

.container-image {
  cursor: none;
  align-items: center;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-main {
  margin-top: 85px;
}

.landing-stunning-demo-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sidemenu-overlay {
  background-image: linear-gradient(225deg, #0000, #0b0f1233);
  position: absolute;
  inset: 0%;
}

.landing-slider-two {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.card-swiper-two {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-slider-block {
  background-color: #b7aea8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.circle-bullet {
  background-color: #ad8a6b;
  border-radius: 5em;
  width: 1em;
  height: 1em;
  display: none;
  position: absolute;
  inset: auto auto 23% 1%;
}

.landing-hero-arrow {
  border-radius: 5em;
  width: 5em;
  height: 5em;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.landing-bg {
  position: absolute;
  inset: 0%;
  transform: translate(0, 11em);
}

.cart-img {
  width: 65px;
  height: 65px;
  margin-top: 6px;
}

.arrow-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.arrow-line.right {
  width: 45px;
}

.arrow-line.left {
  width: 65px;
}

.projects-circle {
  z-index: 10;
  text-align: center;
  cursor: none;
  background-color: #0b0d0f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-text {
  color: #fff;
  letter-spacing: -.02rem;
  padding-top: .25rem;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.documentation-section {
  padding-top: 75px;
  padding-bottom: 120px;
}

.documentation-block {
  padding: 30px 0 0;
}

.margin-bottom-twentytwo {
  margin-bottom: 22px;
}

.navbar-ui-section {
  padding-bottom: 250px;
}

.heading {
  color: var(--sportwirt-beige);
  font-family: Jost, sans-serif;
  font-size: 5.2rem;
}

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

.big-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.submenu-text-2 {
  color: #0b0f12;
  letter-spacing: .04rem;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.image-height-auto-2 {
  object-fit: cover;
  max-width: 80%;
  height: auto;
}

.cart-number-block-2 {
  color: #fff;
  background-color: #a99a71;
  border: 1px solid #a99a71;
  margin-top: 1.6rem;
  margin-left: -.5rem;
}

.image {
  max-width: 60px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.text-span-2, .text-span-3 {
  color: var(--orange);
}

.marque-title-two-copy {
  color: #6b5a4e2b;
  letter-spacing: -.02rem;
  text-transform: uppercase;
  flex: none;
  font-family: Cormorant Upright, sans-serif;
  font-size: 10.125rem;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.marque-title-two-copy.exclusive-menu-heading.menu-two-text {
  color: var(--sportwirt-beige);
}

.collection-item {
  background-image: url("/api/media/file/background-image.svg?v=71caf16cfdb6");
  background-position: 0 0;
  background-size: auto;
}

.div-block-305 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.pinch-love-text-copy {
  max-width: 30%;
  color: var(--sportwirt-braun);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 235px;
  font-family: Jost, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.pinch-love-text-copy.full-width {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  font-family: Jost, sans-serif;
}

.pinch-love-text-copy.about-two-text {
  max-width: 78%;
  color: var(--black-one);
  text-align: center;
  line-height: 120%;
}

.pinch-love-text-copy.about-three-full-width-text {
  max-width: 100%;
  margin-right: auto;
}

.heading-2 {
  text-transform: none;
}

.image-2 {
  max-width: 30px;
}

.space-between {
  margin-top: 40px;
  margin-bottom: 100px;
  position: relative;
}

.container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-13 {
  font-weight: 300;
}

.gallery-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.lightbox-link-2 {
  display: inline-block;
}

.container-copy {
  max-width: 1400px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-14 {
  font-weight: 300;
}

.image-3 {
  width: 100%;
}

.padding-left-right-fifteen-percent-copy {
  margin-bottom: 60px;
  padding-left: 0%;
  padding-right: 15%;
}

.rich-text-block-2 {
  margin-right: 20px;
}

.split-content.restaurant-right {
  flex-direction: column;
  align-self: stretch;
  width: 58%;
  display: none;
}

.image-5.restaurant-1-copy {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  max-width: 70%;
  position: relative;
  box-shadow: 0 4px 34px #00000017;
}

.image-5.restaurant-2 {
  align-self: flex-end;
  max-width: 416px;
  margin-top: -299px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: .4rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_trigger {
  display: none;
}

.bold-text-3 {
  color: #fff;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_button-2 {
  background-color: #835834;
  border: 2px solid #434343;
  border-radius: .4rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #3f412d;
  -webkit-text-stroke-color: #3f412d;
  background-color: #fff;
  border-color: #434343;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_title-2 {
  color: #434343;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close-icon {
  color: #262b31;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_label-2 {
  color: #434343;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_button-2 {
  background-color: var(--sportwirt-braun);
  color: #8b8b8b;
  text-align: center;
  border: 2px solid #626262;
  border-radius: .4rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--sportwirt-braun);
  color: var(--black-one);
  -webkit-text-stroke-color: var(--sportwirt-braun);
  background-color: #f5f5f5;
  border-radius: .4rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_text-link-2 {
  color: #3f412d;
  border-bottom: 2px solid #3f412d;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_overlay-2 {
  z-index: -1;
  background-color: #5d4c2e8f;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_text-2 {
  color: #434343;
  font-size: .75rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.link-cookie {
  color: #252525;
}

.link {
  color: var(--light-red);
  margin-left: 10px;
  font-family: Jost, sans-serif;
}

.link.w--current {
  color: var(--light-red);
  margin-left: 10px;
}

.impressum-link {
  color: var(--black-one);
}

.div-block-306 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  display: grid;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.section_gallery8 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.gallery8_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}

.gallery8_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery8_image-wrapper {
  border-radius: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.gallery8_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.gallery8_list {
  column-count: 2;
  column-gap: 2rem;
}

.gallery8_image-wrapper-large {
  border-radius: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .menu-link-toggle.white-menu.home-three-menu, .menu-link-toggle.white-menu.home-links-black {
    padding-left: 4rem;
  }

  .navbar-menu-left {
    padding-left: 30px;
  }

  .navbar-menu-left.nav-menu-middle {
    padding-left: 16%;
  }

  .image-height-auto.footer-img-three {
    left: 0%;
  }

  .image-height-auto.footer-img-one {
    left: -18%;
  }

  .image-height-auto.footer-img-six {
    display: inline;
    right: -12%;
  }

  .margin-bottom-zero.ui-heading {
    font-size: 2.5rem;
  }

  .home-two-nav-text {
    font-size: .9rem;
  }

  .home-two-delevery-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-three-menu-block {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .scrolling-title {
    font-size: 8rem;
  }

  .scrolling-title.one {
    top: -80px;
  }

  .about-one-social-flex-block.about-two-social-flex-block {
    top: 19%;
    left: -30%;
  }

  .about-two-who-right {
    max-width: 30%;
  }

  .service-hero-section {
    padding-top: 301px;
    padding-bottom: 210px;
  }

  .chef-img-block {
    height: 390px;
  }

  .chef-details-hero-three {
    background-color: var(--light-red);
  }

  .chef-details-name {
    color: var(--sportwirt-braun);
  }

  .chef-name-designation-block {
    z-index: 100;
    top: 112%;
  }

  .contact-one-block-one, .contact-one-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-one-style-two-box {
    padding-right: 60px;
  }

  .blog-details-hero-section {
    padding-top: 301px;
    padding-bottom: 210px;
  }
}

@media screen and (min-width: 1440px) {
  .big-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar-menu-left.nav-menu-middle {
    padding-left: 20%;
  }

  .image-height-auto.image-absolute-one.menu-three-star-img {
    top: 10%;
    left: 6%;
  }

  .image-height-auto.image-absolute-landing-two {
    bottom: -24%;
  }

  .image-height-auto.footer-img-one {
    left: -8%;
  }

  .image-height-auto.footer-img-two {
    left: 21%;
  }

  .home-one-hero-section {
    background-position: 90% 27%;
  }

  .color-white.fashion-magic-text {
    padding-left: 10%;
  }

  .image-size-one.home-three {
    width: 947px;
    height: 1005px;
  }

  .footer-menu-container {
    max-width: 100vw;
  }

  .footer-powered-by-block.contact-one-footer {
    padding-left: 35%;
  }

  .nav-overflow-hidden.desktop-hidden {
    display: block;
  }

  .delicious-food-right {
    margin-top: 120px;
    padding-left: 5px;
  }

  .larger-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-one-social-flex-block {
    right: -15%;
  }

  .about-one-social-flex-block.about-two-social-flex-block {
    top: 18%;
    left: -14%;
  }

  .about-two-who-right {
    margin-top: -60px;
  }

  .menu-three-hero-container {
    padding-left: 100px;
  }

  .menu-three-hero-main-content {
    max-width: 36vw;
  }

  .chef-name-designation-block {
    top: 101%;
    right: -23%;
  }

  .event-container-one {
    padding-right: 140px;
  }

  .event-container-two {
    padding-left: 140px;
  }

  .contact-one-container {
    padding-right: 100px;
  }

  .megamenu-left-right-division {
    width: 15%;
  }

  .landing-hero-heading {
    font-size: 6.875rem;
  }

  .landing-hero-person-image {
    width: 34%;
    bottom: -4%;
  }

  .landing-footer-middle-block {
    padding-left: 24%;
    padding-right: 24%;
  }

  .big-container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-link-toggle {
    padding-left: 2rem;
  }

  .navbar-menu-left {
    padding-left: 16px;
  }

  .navbar-menu-left.nav-menu-middle {
    padding-left: 23%;
  }

  .image-height-auto.image-absolute-one.menu-three-star-img {
    left: 17%;
  }

  .image-height-auto.leaf-image {
    top: -30%;
  }

  .image-height-auto.image-absolute-plate {
    left: 20%;
  }

  .image-height-auto.image-absolute-landing-one {
    top: 18%;
    left: 6%;
  }

  .image-height-auto.image-absolute-landing-two {
    bottom: -1%;
    right: 5%;
  }

  .image-height-auto.image-absolute-landing-three {
    right: 15%;
  }

  .image-height-auto.footer-img-one {
    left: 0%;
  }

  .image-height-auto.footer-img-two {
    display: inline-block;
    top: 382px;
    left: 18%;
  }

  .image-height-auto.footer-img-six {
    right: 100px;
  }

  .home-one-hero-section {
    background-position: 80% 27%;
  }

  .creative-image {
    margin-left: 19px;
  }

  .food-menu-block-one.home-two-menu {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .color-white.fashion-magic-text {
    padding-left: 40%;
  }

  .container-img.image-height-auto.image-absolute-ten.amout-three-side-img {
    margin-top: -200px;
  }

  .image-size-one.home-three {
    width: 100%;
  }

  .home-one-submit.menu-two-submit-btn.menu-details-input-btn {
    width: 67%;
    margin-left: 33%;
  }

  .footer-powered-by-block {
    justify-content: center;
    align-items: center;
  }

  .footer-powered-by-block.contact-one-footer {
    padding-left: 40%;
    padding-right: 100px;
  }

  .nav-menu-content-horizontal {
    justify-content: flex-start;
    margin-left: 0%;
  }

  .nav-overflow-hidden {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-one-footer-nav-link {
    font-size: 1.125rem;
  }

  .home-two-menu-content-wrapper {
    width: 100vw;
  }

  .hero-one-menu-item {
    width: 18.5vw;
  }

  .home-two-menu-container {
    padding-right: 65px;
  }

  .delicious-food-second-flex {
    padding-top: 18px;
  }

  .scroll-text-section {
    justify-content: space-between;
  }

  .scroll-text-wrap {
    flex: 1;
  }

  .scroll-overlay {
    z-index: 1;
    background-image: linear-gradient(to right, #0b0d0f, #0b0d0f 12%, #0000 52%, #0b0d0f 92%, #0b0d0f);
    width: 120%;
    height: 110%;
    overflow: hidden;
  }

  .scroll-text-container {
    display: flex;
  }

  .scrolling-banner-text.small {
    font-size: 250px;
  }

  .home-four-green-text {
    padding-right: 14%;
  }

  .home-four-chef-block {
    padding-bottom: 0;
  }

  .home-four-chef-img-block {
    max-width: 38%;
  }

  .larger-container.menu-two-container {
    padding-right: 345px;
  }

  .home-four-green-img {
    margin-top: -314px;
  }

  .home-four-chef-text-block {
    align-self: flex-end;
  }

  .home-four-scrolling-rcp-block {
    margin-top: 80px;
    margin-left: -80px;
  }

  .home-four-fun-food-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .scrolling-title {
    font-size: 10rem;
  }

  .scrolling-title.two {
    top: 500px;
  }

  .about-one-social-flex-block {
    top: 60%;
    right: 4%;
    transform: translate(44.3%)rotate(-90deg);
  }

  .about-one-social-flex-block.about-two-social-flex-block {
    top: 16%;
    left: -32%;
  }

  .about-one-story-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-one-story-text {
    max-width: 40%;
  }

  .about-one-exclusive-chef-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-one-food-heading {
    padding-right: 10%;
    font-size: 2.8rem;
  }

  .about-two-fine-dine-block {
    grid-column-gap: 345px;
    grid-row-gap: 345px;
  }

  .about-three-our-story-block {
    padding: 196px 9.5% 185px;
  }

  .about-three-section-four {
    padding-top: 261px;
  }

  .service-hero-section {
    padding-top: 401px;
    padding-bottom: 310px;
  }

  .menu-two-book-table-right {
    max-width: 36%;
  }

  .menu-three-hero-container {
    padding-left: 346px;
    padding-right: 100px;
  }

  .starts-from-block {
    right: 18%;
  }

  .home-three-menu-list-box-one {
    margin-bottom: 50px;
  }

  .book-table-hero-section {
    padding-top: 365px;
    padding-bottom: 295px;
  }

  .menu-three-hero-main-content {
    max-width: 29vw;
  }

  .plate {
    width: 32vw;
  }

  .portfolio-two-tab-menu {
    width: 80%;
  }

  .menu-three-collection-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .chef-name-designation-block {
    z-index: 30;
    top: 120%;
    right: -21%;
  }

  .chef-details-left-arrow-light-img {
    left: 67%;
  }

  .event-container-one {
    padding-right: 345px;
  }

  .event-container-two {
    padding-left: 345px;
  }

  .utility-page-content.password-page {
    width: 30%;
  }

  .event-collection-list-wrapper.fathers-day-event {
    max-width: 67%;
  }

  .event-collection-list-wrapper.new-year-event {
    max-width: 33%;
  }

  .event-collection-list-wrapper.halloween-event {
    max-width: 25%;
  }

  .event-collection-list-wrapper.mothers-day-event {
    max-width: 50%;
  }

  .contact-two-form-section {
    margin-top: -300px;
  }

  .contact-one-hero-left {
    max-width: 42%;
  }

  .contact-one-container {
    padding-right: 346px;
  }

  .contact-one-hero-right {
    height: 100vh;
  }

  .contact-one-block-one {
    padding-top: 0;
  }

  .contact-one-block-two {
    padding-top: 10vh;
  }

  .blog-details-hero-section {
    padding-top: 401px;
    padding-bottom: 310px;
  }

  .hungry-main {
    justify-content: center;
  }

  .licencing-section {
    background-color: #ebebeb;
  }

  .licencing-image-block {
    display: flex;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .flex-center {
    margin-top: 0%;
  }

  .landing-hero-person-image {
    width: 28%;
    bottom: -6%;
    left: 4%;
  }

  .landing-flex-block-one {
    padding: 55px 3%;
  }

  .landing-number-text {
    font-size: 9.6875rem;
  }

  .modern-design-text {
    margin-left: -50px;
  }

  .landing-footer-middle-block {
    padding-left: 28%;
    padding-right: 28%;
  }

  .landing-slide-nav {
    display: none;
  }

  .circle-bullet {
    width: 10px;
    height: 10px;
    display: block;
    bottom: 15%;
    left: 6%;
  }

  .landing-hero-arrow {
    width: 6.6em;
    height: 6.6em;
    bottom: 1%;
    left: 4%;
  }

  .pinch-love-text-copy {
    max-width: 100%;
    position: relative;
    top: -456px;
  }

  .image-2 {
    max-width: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 3.125rem;
  }

  h3 {
    font-size: 2.1875rem;
  }

  .line-hamburger-middle {
    background-color: #344054;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .line-hamburger-middle.color-white {
    background-color: var(--white);
    background-color: #fff;
  }

  .line-hamburger-middle.black {
    background-color: #fff;
  }

  .menu-link-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-link-toggle:hover {
    color: #101828;
  }

  .menu-link-toggle.white-menu {
    color: #0b0f12;
  }

  .menu-link-toggle.white-menu.home-three-menu, .menu-link-toggle.white-menu.home-links-black {
    padding-left: 0;
    padding-right: 2.5rem;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .big-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .navbar-menu-left.nav-menu-middle {
    padding-left: 0%;
  }

  .dropdown-list {
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0;
  }

  .no-underline.blog-two-style-one-heading {
    margin-bottom: 30px;
  }

  .no-underline.blog-one-width-hundred {
    width: 100%;
  }

  .navbar-menu-dropdown {
    width: 100%;
    position: relative;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-icon.color-white {
    filter: none;
  }

  .line-hamburger-top {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-top.color-white {
    background-color: var(--white);
    background-color: #fff;
  }

  .line-hamburger-top.black {
    background-color: #fff;
  }

  .navbar-menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-menu-right.responsive-hidden {
    display: none;
  }

  .home-one-navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .dropdown-linklist {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-logo-link.visible-lg-hidden-sm {
    display: block;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-link:hover {
    background-color: #0000;
  }

  .line-hamburger-bottom {
    background-color: #344054;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-hamburger-bottom.color-white {
    background-color: var(--white);
    background-color: #fff;
  }

  .line-hamburger-bottom.black {
    background-color: #fff;
  }

  .navbar-menu-btn {
    cursor: pointer;
  }

  .navbar-menu-btn.w--open {
    background-color: #0000;
  }

  .lightbox-block.home-one-lightbox {
    display: none;
  }

  .lightbox-block.home-two-lightbox {
    bottom: -20%;
    left: -3%;
  }

  .lightbox-block.home-four-lightbox {
    bottom: -30%;
    right: 5%;
  }

  .lightbox-block.about-one-lightbox-two {
    display: none;
  }

  .home-one-hero-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: block;
  }

  .home-one-hero-block.responsive-display-block {
    display: block;
  }

  .small-container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-hero-left {
    justify-content: flex-start;
    max-width: 100%;
  }

  .home-one-hero-heading {
    font-size: 3.75rem;
  }

  .image-height-auto.image-absolute-one {
    display: none;
    top: -20%;
    left: auto;
    right: 0%;
  }

  .image-height-auto.image-absolute-six, .image-height-auto.image-absolute-five, .image-height-auto.mobile-hidden {
    display: none;
  }

  .image-height-auto.image-absolute-eight {
    z-index: 2;
  }

  .image-height-auto.image-absolute-ten, .image-height-auto.image-margin, .image-height-auto.imagee-absolute-ten, .image-height-auto.star-img {
    display: none;
  }

  .image-height-auto.margin-left-two-twenty {
    margin-left: 100px;
  }

  .image-height-auto.leaf-image, .image-height-auto.onion-img, .image-height-auto.about-one-leaf, .image-height-auto.about-one-flower {
    display: none;
  }

  .image-height-auto.align-right.margin-top-fifty {
    margin-top: 25px;
  }

  .image-height-auto.align-left.margin-bottom-twenty {
    margin-bottom: 0;
  }

  .image-height-auto.responsive-hidden, .image-height-auto.image-absolute-gongura {
    display: none;
  }

  .image-height-auto.ad-image {
    width: 100%;
  }

  .image-height-auto.image-absolute-landing-one {
    display: none;
  }

  .image-height-auto.image-absolute-landing-two {
    padding-top: 30px;
    position: static;
  }

  .image-height-auto.image-absolute-landing-three {
    display: none;
  }

  .margin-bottom-thirty.margin-left-right-fifteen-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .margin-bottom-thirty.service-margin-right {
    margin-right: 40px;
  }

  .margin-bottom-thirty.margin-top-twenty.margin-right-forty {
    margin-right: 0;
  }

  .margin-bottom-thirty.padding-left-right-eighteen-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-one-btn.menu-pricing-btn {
    margin-top: 20px;
  }

  .home-one-btn.menu-three-order-btn {
    inset: auto 0% 0% auto;
  }

  .home-one-hero-section {
    background-image: url("/optimized-media/6-659cd883ee317d064a2d5c41_Home-One-About-Four.webp?v=8c0cc4fe90e3");
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: 585px;
    padding-top: 123px;
    padding-bottom: 35px;
  }

  .home-one-section-two {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .home-one-section-two.chef-section-three {
    padding-top: 40px;
  }

  .align-center.padding-left-right-five-percent, .align-center.padding-left-right-five-percent-copy {
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-one-about-three {
    display: none;
  }

  .home-one-section-three {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-one-about-one {
    display: none;
  }

  .margin-top-zero.margin-bottom-zero.visit-us-heading {
    font-size: 2.1875rem;
  }

  .creative-image-block {
    width: 100%;
  }

  .home-one-about-two {
    max-width: 100%;
  }

  .home-one-about-two.hundred-percent.responsive-hidden {
    display: none;
  }

  .home-one-about-two.hundred-percent.expert-service-block {
    margin-bottom: 20px;
  }

  .starter-block.margin-bottom-ninty {
    margin-bottom: 50px;
  }

  .home-one-section-four {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .margin-bottom-zero.ui-heading {
    font-size: 1.8rem;
  }

  .home-one-spcl-img-block {
    justify-content: center;
  }

  .food-menu-block-one {
    display: block;
  }

  .food-menu-block.small {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .food-menu-block.third {
    padding-top: 60px;
  }

  .food-menu-block.small-one {
    max-width: 100%;
    margin-top: 0;
  }

  .food-menu-block.big-one {
    padding-top: 0;
  }

  .margin-top-ten.margin-bottom-twenty.padding-left-right-fifteen-percent, .margin-top-ten.margin-bottom-twenty.padding-left-right-ten-percent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-top-ten.margin-bottom-twenty.margin-right-fifty {
    margin-right: 0;
  }

  .margin-top-ten.margin-bottom-twenty.menu-details-heading {
    font-size: 3rem;
  }

  .home-one-section-six {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .event-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .padding-zero.hundred-percent {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .home-one-section-seven {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .service-cell-left {
    padding-top: 0;
  }

  .service-cell-left.padding-right-ten {
    padding-right: 0%;
  }

  .birthday-box {
    padding: 45px 0 45px 10px;
  }

  .event-management-number {
    font-size: 2.8rem;
    line-height: 3.4375rem;
  }

  .event-management-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .testimonial-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-one-testimonial-main-block {
    margin-top: 70px;
  }

  .home-one-section-eight {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .color-white.margin-top-bottom-thirty {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .color-white.margin-bottom-thirty.margin-top-twenty.margin-right-seventy {
    margin-right: 0;
  }

  .color-white.padding-left-right-twenty {
    padding-left: 5%;
    padding-right: 5%;
  }

  .color-white.margin-right-thirtyfive {
    margin-right: 0;
  }

  .sushi-block {
    padding-left: 30px;
  }

  .home-one-section-nine {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .sushi-price-block.burger-price-block {
    position: static;
  }

  .sushi-text-block {
    max-width: 100%;
    padding-right: 25px;
  }

  .burger-block {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 30px;
  }

  .home-one-submit {
    width: 200px;
  }

  .home-one-submit.menu-two-submit-btn.menu-details-input-btn {
    width: 78%;
    margin-left: 22%;
  }

  .home-one-submit.purchase-btn {
    width: 250px;
  }

  .form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .footer-form-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-form-text-field.menu-two-field.menu-details-input {
    width: 19%;
  }

  .footer-one-section-ten {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-col-three {
    margin-top: 0;
    padding-left: 10px;
  }

  .footer-menu-container {
    max-width: 100%;
    padding-bottom: 0;
  }

  .footer-horizontal-flex {
    padding-bottom: 70px;
  }

  .footer-powered-by-block.contact-one-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-flex.blog-details-social {
    margin-top: 30px;
  }

  .text-blcok-menu.responsive {
    display: flex;
  }

  .home-two-menu-content-wrapper {
    display: none;
  }

  .footer-col-one {
    margin-top: 0;
  }

  .home-one-footer {
    background-size: contain;
    padding-top: 70px;
  }

  .footer-heading {
    font-size: 2.1rem;
  }

  .home-one-category-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .hero-one-menu-item {
    width: 35vw;
    min-height: 25em;
  }

  .home-two-section-two {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .home-two-section-three {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .margin-bottonm-thirtytwo.service-margin-right {
    margin-right: 40px;
  }

  .home-two-our-service-block {
    display: block;
  }

  .home-two-testimonial-main-block {
    padding-top: 60px;
  }

  .pizza-block {
    padding: 40px 0 25px 30px;
  }

  .home-two-section-four {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .home-two-menu-container {
    padding-left: 15px;
  }

  .home-two-section-five {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-delivery-right {
    padding-top: 10px;
  }

  .hero-one.about-one-hero {
    max-width: 100%;
  }

  .marque-title {
    font-size: 6rem;
  }

  .home-three-section-two {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .home-three-banner-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .delicious-food-left {
    max-width: 100%;
    padding-top: 40px;
  }

  .delicious-food-left.about-three-left {
    padding-top: 65px;
  }

  .delicious-food-right {
    padding-top: 15%;
  }

  .delicious-food-second-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 30px;
  }

  .home-three-menu-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-menu-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .padding-left-right-seventeen-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-three-about-section {
    padding-top: 65px;
  }

  .home-two-hero-section {
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .home-two-banner-left {
    padding-top: 30px;
  }

  .home-two-banner-right {
    background-size: contain;
  }

  .scroll-text-section.responsive-hidden {
    display: none;
  }

  .card-section {
    margin-top: 70px;
  }

  .home-three-story-section {
    padding-top: 40px;
  }

  .home-three-story-section.second {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .home-three-story-section.first {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .grid-block-two {
    padding: 6em 3rem;
    left: -5.5em;
  }

  .grid-block-two.home-four-service-bock {
    margin-bottom: 0;
    padding: 4em 2em;
  }

  .image-size-gallery {
    height: 40em;
  }

  .home-three-single-image-section {
    padding-bottom: 70px;
  }

  .home-three-single-image-outer {
    padding-left: 60px;
  }

  .home-three-single-img-inner {
    height: 300px;
  }

  .home-three-service-section {
    padding-top: 8px;
  }

  .home-three-mocktail-right {
    margin-top: 0;
  }

  .home-three-mocktail-left {
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
  }

  .home-three-mocktail-flex-block {
    display: block;
  }

  .home-three-mouse-scroll-section {
    padding-top: 70px;
  }

  .home-four-green-text {
    padding-top: 0;
    padding-right: 0%;
  }

  .home-four-chef-block {
    padding-top: 65px;
    padding-bottom: 0;
  }

  .chef-text {
    margin-top: 10px;
  }

  .home-four-chef-img-block {
    padding-left: 0;
  }

  .pinch-love-text {
    max-width: 90%;
    margin-right: auto;
    font-size: 4rem;
  }

  .pinch-love-text.about-two-text {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pinch-love-text.about-three-full-width-text {
    margin-left: 0;
  }

  .home-four-green-img-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 70px;
  }

  .home-four-section-two {
    padding-top: 40px;
  }

  .margin-right-two-hundred {
    margin-right: 0;
  }

  .home-four-scrolling-rcp-block {
    margin-top: 40px;
    margin-left: 0;
  }

  .home-four-scrolling-img-block {
    margin-top: 10px;
    display: block;
  }

  .home-four-section-four {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .home-four-fun-food-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 70px;
  }

  .home-four-fun-img {
    margin-top: 0;
    margin-left: 0;
  }

  .home-four-parallux-section {
    height: 400px;
  }

  .home-four-world-three {
    display: none;
  }

  .home-four-section-six {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .home-four-world-one {
    display: none;
  }

  .home-four-section-three {
    padding-top: 105px;
    padding-bottom: 62px;
  }

  .home-four-exclusive-menu-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-four-exclusive-menu-one {
    min-height: 400px;
  }

  .scrolling-title.two {
    top: 350px;
  }

  .sticky-100vh-block {
    height: 79vh;
  }

  .about-one-social-flex-block {
    display: none;
  }

  .about-one-heading-block {
    margin-top: 0;
  }

  .about-one-lightbox-block {
    display: none;
  }

  .about-one-heading {
    font-size: 5rem;
    line-height: 100%;
  }

  .about-one-hungry-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 0%;
  }

  .about-one-section-three {
    padding-top: 52px;
  }

  .about-one-hungry-right {
    max-width: 100%;
  }

  .about-one-section-four {
    padding-top: 15px;
    padding-bottom: 67px;
  }

  .about-one-chef-block.padding-left-right-thirty-percent.margin-top-seventyfive {
    margin-top: 30px;
  }

  .about-one-section-five {
    padding-bottom: 62px;
  }

  .about-one-section-six {
    height: 400px;
    margin-top: 0;
  }

  .about-one-section-seven {
    padding-top: 70px;
    padding-bottom: 52px;
  }

  .about-one-story-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-one-exclusive-chef-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .about-one-exclusive-image {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-left-right-twenty-six-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-one-tasty-block {
    max-width: 100%;
    padding-top: 0;
  }

  .about-one-delicious-scrolling-block {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-two-hero-section {
    height: 80vh;
  }

  .about-two-heading-text {
    font-size: 5.5rem;
  }

  .about-two-section-two {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .about-two-who-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .about-one-chef-comment-block.service-details-subblock {
    max-width: 600px;
    margin-bottom: 70px;
    padding-top: 42px;
    padding-bottom: 50px;
  }

  .about-one-chef-comment-block.blog-details-heroblock {
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-two-fine-dine-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .about-two-section-three {
    height: 400px;
  }

  .about-two-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-two-section-four {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .about-three-section-two {
    padding-bottom: 70px;
  }

  .about-three-food-symbolic-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 55px;
  }

  .about-three-food-symbolic-text.about-three-creativity-block {
    max-width: 60%;
  }

  .about-three-food-symbolic-text.service-counter-block {
    margin-bottom: 62px;
  }

  .about-three-food-symbolic-text.menu-two-symbolic-text {
    max-width: 80%;
  }

  .about-three-section-three {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    position: static;
  }

  .about-three-our-story-block {
    background-size: 373px;
    max-width: 100%;
    margin-top: 0;
    padding: 95px 5% 85px;
  }

  .about-three-section-four {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .about-three-section-five {
    background-image: url("/optimized-media/36-659cd883ee317d064a2d5d4b_Creativity-Bg-Mobile.webp?v=47319736e3fe");
    background-position: 50%;
    height: 595px;
  }

  .about-three-section-six {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-counter-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-counter-left {
    justify-content: flex-start;
  }

  .about-three-counter-right {
    margin-top: 0;
    padding-left: 0;
  }

  .about-three-blockquote-block {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .service-section-two {
    padding-top: 65px;
  }

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

  .service-flex-block {
    max-width: 100%;
  }

  .service-section-three {
    padding-top: 50px;
  }

  .home-four-banner-text {
    margin-bottom: 10px;
    font-size: 6rem;
  }

  .home-four-wrapper-image.right {
    display: none;
  }

  .home-four-wrapper-image.middle {
    width: 100%;
    left: 0%;
  }

  .home-four-wrapper-image.left, .home-four-wrapper-image.right, .home-four-wrapper-image.left {
    display: none;
  }

  .home-four-banner-section {
    background-image: url("/optimized-media/32-659cd883ee317d064a2d5d43_About-Three-Banner-Img.webp?v=2da23d479d81");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
  }

  .padding-left-right-eighteen-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .service-section-four {
    padding-bottom: 55px;
  }

  .cooking-course-hero-section {
    padding-top: 140px;
  }

  .three-course-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .course-img-block {
    height: 250px;
    padding: 45px 0 45px 10px;
  }

  .cooking-course-section-four {
    padding-top: 10px;
  }

  .marque-title-two {
    font-size: 8rem;
  }

  .cooking-course-section-five {
    padding-bottom: 50px;
  }

  .chef-img-block:hover {
    border-radius: 0%;
  }

  .chef-name {
    margin-top: 20px;
  }

  .cooking-course-section-six {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .related-course-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .cooking-course-section-two {
    margin-top: -150px;
    padding-top: 220px;
    padding-bottom: 52px;
  }

  .course-details-hero-section {
    padding-top: 140px;
  }

  .course-details-flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .course-flex-left {
    max-width: 50%;
  }

  .corse-details-block {
    padding: 20px;
  }

  .course-trainer-details-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cource-long-description-two {
    margin-top: 0;
  }

  .padding-left-right-fifteen-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-one-section-three {
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .menu-one-slide {
    max-width: 50%;
  }

  .menu-one-section-four {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .menu-one-listing-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .menu-name-block {
    padding-top: 20px;
    display: block;
  }

  .menu-one-three-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .menu-one-three-boxes.one {
    margin-top: 20px;
  }

  .menu-two-section-two {
    padding-top: 52px;
  }

  .menu-two-section-two.second {
    padding-bottom: 40px;
  }

  .wake-up-heading {
    max-width: 100%;
    font-size: 4rem;
  }

  .menu-two-book-table {
    padding-top: 52px;
    display: block;
  }

  .menu-two-book-table-right {
    max-width: 100%;
    margin-top: 35px;
  }

  .menu-two-section-three {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .exclusive-menu-heading {
    font-size: 5rem;
  }

  .menu-two-section-four {
    height: 330px;
  }

  .menu-two-section-five {
    margin-top: -135px;
    padding-bottom: 60px;
  }

  .manu-two-section-six {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .menu-two-head-chef {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .accodian-number-block {
    font-size: 3rem;
  }

  .faq-question-wrap {
    padding: 1rem 0;
  }

  .faq-question-wrap.faq-question-one {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accodian-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 150px;
  }

  .accodian-heading-block.bg-cocktail, .accodian-heading-block.bg-main-cource, .accodian-heading-block.bg-dessert {
    background-size: contain;
  }

  .menu-two-faq-block {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .faq-answer-block {
    max-width: 90%;
  }

  .menu-three-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .menu-three-section-two {
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .menu-details-hero-section {
    padding-top: 153px;
    padding-bottom: 56px;
  }

  .menu-details-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: block;
  }

  .menu-details-text-block {
    max-width: 100%;
    padding-top: 35px;
  }

  .menu-details-block-one, .menu-details-block-three {
    margin-bottom: 30px;
  }

  .menu-three-hero-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .menu-three-hero-right {
    padding-right: 0;
    display: none;
  }

  .menu-three-hero-left {
    max-width: 100%;
  }

  .home-three-menu-list-box-one {
    display: block;
  }

  .menu-three-details {
    padding-top: 20px;
  }

  .menu-three-description {
    margin-bottom: 20px;
  }

  .book-table-our-menu-section {
    padding-top: 65px;
    padding-bottom: 36px;
  }

  .book-table-form-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .book-table-form-bg {
    padding: 65px 40px 56px;
  }

  .book-table-hero-section {
    padding-top: 170px;
    padding-bottom: 95px;
  }

  .book-table-section-two {
    padding-top: 60px;
  }

  .restaurant-info-block {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .chef-listing-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .chef-listing-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .chef-listing-block.second {
    margin-top: -60px;
  }

  .menu-one-list-wrapper.chef-one {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .menu-one-list-wrapper.chef-three {
    margin-top: 60px;
  }

  .menu-three-img-block {
    width: 100%;
    height: auto;
  }

  .book-table-car-block {
    padding-bottom: 65px;
  }

  .moving-car-flex-block-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .moving-car-block-one.mobile-hidden, .moving-car-block-two.mobile-hidden, .moving-car-block-three.mobile-hidden, .moving-car-block-four.mobile-hidden {
    display: none;
  }

  .moving-car-flex-block-one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .moving-car-img-block {
    margin-top: 20px;
  }

  .portfolio-two-tab-menu {
    width: 100%;
  }

  .portfolio-two-tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .chef-details-section-two {
    padding-top: 60px;
  }

  .chef-details-section-three {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .chef-details-section-four {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .chef-details-hero-three {
    display: none;
  }

  .chef-details-name {
    font-size: 3rem;
  }

  .chef-name-designation-block {
    justify-content: flex-start;
    align-items: flex-start;
    inset: auto auto 15% 0%;
    transform: none;
  }

  .chef-details-left-arrow-light-img {
    left: 0%;
  }

  .chef-details-right-arrow-light-img {
    right: 70px;
  }

  .events-testimonial-section {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .event-section-two {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .event-section-three {
    padding-bottom: 40px;
  }

  .event-section-four {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .event-container-one, .event-container-two {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-why-us-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .event-why-block-left {
    max-width: 50%;
  }

  .event-icon-box-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 22px;
  }

  .event-text-block {
    padding-left: 10px;
  }

  .event-flex-box-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: block;
  }

  .event-bg-image-block {
    max-width: 100%;
  }

  .event-bg-image-block.mothers-day-event-box, .event-bg-image-block.halloween-event-box {
    height: 402px;
  }

  .utility-page-content.password-page {
    width: 70%;
  }

  .event-collection-list-wrapper.fathers-day-event, .event-collection-list-wrapper.new-year-event, .event-collection-list-wrapper.halloween-event, .event-collection-list-wrapper.mothers-day-event {
    max-width: 100%;
  }

  .event-bg {
    max-width: 75%;
    padding: 60px 40px 40px;
  }

  .event-date-time-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .event-details-planning-section {
    padding-top: 74px;
    padding-bottom: 88px;
  }

  .event-details-block {
    display: block;
  }

  .event-details-left {
    max-width: 100%;
  }

  .event-details-right {
    max-width: 100%;
    margin-top: 40px;
  }

  .get-in-touch-block {
    padding-left: 15%;
    padding-right: 15%;
  }

  .contact-two-form-section {
    margin-top: -100px;
    padding-bottom: 70px;
  }

  .contact-two-form-block {
    display: block;
  }

  .contact-two-block-left {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-two-block-right {
    max-width: 100%;
    height: 450px;
    padding-left: 40px;
  }

  .contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .contact-two-flex-two {
    margin-bottom: 25px;
  }

  .contact-one-hero-left {
    display: none;
  }

  .contact-one-container {
    padding-left: 15px;
  }

  .contact-one-block-one, .contact-one-block-two {
    padding-left: 0;
  }

  .contact-block-two-left {
    align-self: flex-start;
  }

  .blog-one-section-two {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .blog-one-block-one {
    display: block;
  }

  .blog-one-block-one-left {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .blog-one-data-style-one {
    padding-left: 25px;
  }

  .blog-heading-one {
    margin-right: 10px;
  }

  .blog-one-form-block {
    width: 75%;
  }

  .padding-left-right-thirty-percent {
    padding-left: 15%;
    padding-right: 15%;
  }

  .blog-one-section-four {
    padding-top: 62px;
    padding-bottom: 40px;
  }

  .blog-one-style-three-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-one-style-three-box {
    margin-bottom: 30px;
  }

  .blog-two-section-two {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .blog-two-style-one-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-two-style-one-img-box.masnory-two-box {
    height: 400px;
  }

  .blog-two-style-one-img-box.masnory-three-box {
    height: 450px;
  }

  .blog-two-style-one-img-box.masnory-one-box {
    height: 300px;
  }

  .blog-two-style-one-date-block {
    display: block;
  }

  .blog-three-style-one-box {
    padding-bottom: 70px;
  }

  .blog-three-style-one-img-box {
    height: 450px;
  }

  .blog-three-style-one-data-box {
    padding-bottom: 53px;
  }

  .blog-three-section-two {
    padding-top: 60px;
  }

  .latest-blog-section {
    padding-top: 63px;
    padding-bottom: 40px;
  }

  .blog-details-section-two {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .blog-details-hero-section {
    padding-top: 201px;
    padding-bottom: 110px;
  }

  .blog-details-author-block {
    padding: 20px 20px 30px;
  }

  .blog-details-cook-heading {
    font-size: 2.1875rem;
  }

  .blog-details-form-block {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .details-form-block {
    margin-top: 20px;
  }

  .blog-collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-collection-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .checkout-main-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .checkout-row {
    display: block;
  }

  .header-cart-one-block {
    padding-left: 0;
    padding-right: 10px;
  }

  .header-grid {
    z-index: 999;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .hungry-main {
    justify-content: flex-start;
  }

  .header-two-hamburger {
    z-index: 99;
    display: block;
    position: relative;
  }

  .hungry-link.spacing {
    border-right-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-three-grid-hamburger {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-two-menu-right {
    display: flex;
  }

  .header-one-grid-cart, .topbar-menu.responsive-hidden {
    display: none;
  }

  .visible-lg-hidden-sm {
    display: block;
  }

  .nav-link-drop {
    transition: all .85s;
    display: block;
    position: static;
  }

  .nav-link-drop.visible-desktop-hidden-responsive {
    display: none;
  }

  .arrow {
    margin-left: 0;
    font-size: 1.2em;
    position: static;
  }

  .drop-down-wrapper {
    position: static;
  }

  .drop-down-wrapper.w--open {
    background-color: #353535;
    justify-content: space-between;
    padding-right: 2em;
    position: relative;
  }

  .menu-link-wrapper {
    width: auto;
  }

  .dropdown-link-two {
    justify-content: space-around;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .licencing-section {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .style-guide-color-text {
    font-size: 1.5rem;
  }

  .style-guide-for-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .heading-block-four {
    margin-bottom: 3.6rem;
  }

  .about-two-lists {
    padding-top: 0;
  }

  .style-guide-for-typography {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .list-block {
    margin-bottom: 3.6rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .heading-block-one {
    margin-bottom: 3.6rem;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .heading-block-two {
    margin-bottom: 3.6rem;
  }

  .team-text-two {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .landing-page-hero-section {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .landing-hero-heading {
    font-size: 4rem;
  }

  .landing-hero-heading.align-center.visible-responsive-hidden-desktop {
    display: block;
  }

  .landing-vertical-flex.visible-desktop-hidden-responsive {
    display: none;
  }

  .orange-capitalize {
    margin-bottom: 15px;
  }

  .landing-hero-person-image {
    display: none;
  }

  .landing-number-text {
    font-size: 6rem;
  }

  .landing-section-three {
    padding-top: 60px;
  }

  .landing-figma-section {
    padding-top: 225px;
    padding-bottom: 100px;
  }

  .landing-figma-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .unique-section-block {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .figma-file-block {
    height: 507px;
  }

  .paragraph-big.margin {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .landing-innerpage-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .landing-inner-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-cms-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .landing-ui-kit-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .landing-ui-link {
    height: 200px;
    margin-bottom: 20px;
  }

  .landing-purchase-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .landing-footer-middle-block {
    padding-left: 10%;
    padding-right: 10%;
  }

  .landing-left-img-block, .landing-right-img-block {
    display: none;
  }

  .heading-arrow.left {
    margin-left: 20px;
  }

  .heading-arrow.right {
    margin-right: 20px;
  }

  .projects-circle {
    width: 4rem;
    height: 4rem;
  }

  .project-text {
    display: none;
  }

  .documentation-section {
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .documentation-block {
    padding-top: 20px;
  }

  .big-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marque-title-two-copy {
    font-size: 8rem;
  }

  .pinch-love-text-copy {
    max-width: 90%;
    margin-right: auto;
    font-size: 4rem;
  }

  .pinch-love-text-copy.about-two-text {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pinch-love-text-copy.about-three-full-width-text {
    margin-left: 0;
  }

  .space-between {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .padding-left-right-fifteen-percent-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .split-content.restaurant-right {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5.restaurant-1-copy {
    object-fit: cover;
    align-self: flex-start;
    width: 80%;
    max-width: 100%;
    max-height: 450px;
  }

  .image-5.restaurant-2 {
    object-fit: cover;
    align-self: flex-end;
    width: 80%;
    max-width: 100%;
    max-height: 450px;
    margin-top: -207px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  blockquote {
    font-size: 1.1rem;
  }

  .no-underline.width-hundred {
    width: 100%;
  }

  .home-one-navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-linklist {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar-main {
    min-height: 4.5rem;
  }

  .lightbox-block.home-two-lightbox {
    display: none;
  }

  .home-one-hero-block {
    display: block;
  }

  .home-one-hero-left {
    max-width: 100%;
  }

  .home-one-hero-heading {
    font-size: 3.125rem;
  }

  .image-height-auto.image-absolute-one {
    display: none;
  }

  .image-height-auto.image-absolute-six {
    display: block;
  }

  .image-height-auto.margin-left-two-twenty {
    margin-left: 0;
  }

  .margin-bottom-thirty.margin-left-right-fifteen-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom-thirty.service-margin-right {
    margin-right: 0;
  }

  .margin-bottom-thirty.padding-left-right-eighteen-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-one-btn.related-menu-btn {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .home-one-hero-section {
    background-position: 70% 90%;
    background-size: 307px;
    padding-bottom: 25px;
  }

  .home-one-section-two {
    padding-top: 18px;
  }

  .margin-top-zero.margin-bottom-zero.visit-us-heading {
    font-size: 1.875rem;
  }

  .margin-top-zero.margin-bottom-zero.send-message-heading {
    margin-top: 25px;
  }

  .margin-top-zero.margin-bottom-twenty.padding-left-right-fifteen {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blockquote-text {
    font-size: 1.1rem;
  }

  .margin-bottom-zero.padding-left-right-twenty-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .margin-bottom-five.menu-title {
    font-size: 1.5rem;
  }

  .non-alcohlic-cell-block.margin-top-bottom-fifteen.gap-ten {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .non-alcohlic-cell-block.menu-two-accodian-cell {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bordered-cell.mobile-hidden {
    display: none;
  }

  .project-overlay.other-event-hover {
    background-position: 50% 0, 0 0;
  }

  .project-overlay.birthday-hover {
    background-position: 50% 0;
  }

  .margin-top-ten.margin-bottom-twenty.color-white.margin-left-right-twenty-percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .margin-top-ten.margin-bottom-twenty.menu-details-heading {
    font-size: 2.8rem;
  }

  .home-one-section-six {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service-cell-right {
    align-items: flex-start;
  }

  .event-flex-block {
    display: block;
  }

  .birthday-box {
    margin-bottom: 30px;
  }

  .birthday-box.landing-cms {
    margin-bottom: 0;
  }

  .event-management-number {
    font-size: 2.2rem;
    line-height: 2.8125rem;
  }

  .hero-rotate-image {
    width: 353px;
    height: 410px;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-testimonial-arrow:hover {
    background-color: #fff;
  }

  .home-one-testimonial-arrow.hide-mobile-landscape {
    display: none;
  }

  .home-one-testimonial-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .color-white.margin-bottom-zero.event-date-text {
    font-size: 1rem;
  }

  .color-white.padding-left-right-twenty, .color-white.padding-left-right-fifteen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sushi-block {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .sushi-text-block {
    padding-right: 15px;
  }

  .sushi-chicken-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .burger-block {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .home-one-submit {
    width: 100%;
  }

  .form-flex-block {
    display: block;
  }

  .footer-form-bg {
    padding: 20px 20px 50px;
  }

  .footer-col-three {
    max-width: 100%;
    padding-left: 0;
  }

  .footer-horizontal-flex {
    padding-bottom: 50px;
    display: block;
  }

  .footer-powered-by-block {
    display: block;
  }

  .footer-powered-by-block.contact-one-footer {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .nav-menu-content-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .nav-overflow-hidden {
    justify-content: center;
    width: 110px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer-col-two {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .footer-col-one {
    max-width: 100%;
  }

  .copyright-horizontal-flex {
    margin-top: 10px;
  }

  .home-one-footer {
    padding-top: 65px;
  }

  .footer-heading {
    margin-top: 0;
  }

  .hero-one-menu-item {
    width: 50vw;
  }

  .margin-bottonm-thirtytwo.service-margin-right {
    margin-right: 0;
  }

  .pizza-block {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .home-two-delevery-block {
    display: block;
  }

  .home-two-delivery-left {
    max-width: 100%;
  }

  .home-two-delivery-right {
    padding-top: 30px;
  }

  .marque-title {
    font-size: 4rem;
  }

  .home-three-section-two {
    padding-bottom: 70px;
  }

  .home-three-banner-flex {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-three-banner-flex-right {
    justify-content: flex-start;
    padding-top: 35px;
  }

  .delicious-food-right {
    padding-top: 10px;
  }

  .delicious-food-second-flex {
    display: block;
  }

  .delicious-food-heading {
    font-size: 1.5rem;
  }

  .padding-left-right-seventeen-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-two-hero-section {
    padding-bottom: 70px;
  }

  .home-two-banner-flex {
    display: block;
  }

  .home-two-banner-right {
    align-items: flex-start;
    margin-top: 40px;
  }

  .card-section {
    display: block;
  }

  .card {
    width: 100%;
  }

  .card-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .testimonial-heading {
    font-size: 1.5rem;
  }

  .grid-box-img-two {
    height: 45em;
    min-height: auto;
  }

  .grid-block-two {
    max-width: 90%;
    margin-top: -8em;
    margin-bottom: 0;
    padding-top: 4em;
    padding-bottom: 4em;
    left: auto;
  }

  .grid-block-two.home-four-service-bock {
    max-width: 100%;
  }

  .grid-for-box {
    grid-template-columns: 1fr;
  }

  .image-size-gallery {
    height: 30em;
  }

  .home-three-single-image-section {
    margin-top: 70px;
  }

  .home-three-single-image-outer {
    padding-left: 0;
  }

  .home-three-single-img-inner {
    width: 100%;
    height: 370px;
  }

  .home-four-green-text {
    max-width: 100%;
    padding-top: 30px;
  }

  .home-four-chef-block {
    padding-top: 40px;
    display: block;
  }

  .pinch-love-text {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .pinch-love-text.about-two-text, .pinch-love-text.about-three-full-width-text {
    margin-bottom: 0;
  }

  .home-four-green-img-block {
    display: block;
  }

  .home-four-section-four {
    padding-top: 40px;
    padding-bottom: 31px;
  }

  .home-four-fun-food-block {
    display: block;
  }

  .home-four-fun-img {
    max-width: 100%;
  }

  .home-four-fun-text {
    padding-top: 35px;
  }

  .home-four-section-three {
    padding-top: 55px;
    padding-bottom: 0;
  }

  .home-four-exclusive-menu-block {
    display: block;
  }

  .home-four-exclusive-menu-one {
    max-width: 100%;
    min-height: 581px;
    margin-bottom: 30px;
  }

  .scrolling-title-box {
    display: none;
  }

  .about-one-heading {
    font-size: 4rem;
  }

  .about-one-hungry-block {
    display: block;
  }

  .about-one-hungry-right {
    margin-top: 35px;
  }

  .about-one-section-four {
    padding-bottom: 60px;
  }

  .about-one-chef-block.padding-left-right-thirty-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-one-chef-block.padding-left-right-thirty-percent.margin-top-seventyfive {
    margin-top: 60px;
  }

  .about-one-section-five {
    padding-bottom: 70px;
  }

  .about-one-story-block {
    display: block;
  }

  .about-one-story-text {
    max-width: 100%;
    margin-top: 35px;
  }

  .about-one-exclusive-chef-block {
    padding-top: 47px;
    padding-bottom: 65px;
    display: block;
  }

  .about-one-exclusive-image {
    max-width: 100%;
  }

  .about-one-exclusive-text {
    margin-top: 22px;
  }

  .about-two-heading-text {
    font-size: 4.5rem;
  }

  .about-two-fine-dine-right {
    margin-top: 40px;
  }

  .about-two-who-block {
    padding-top: 30px;
  }

  .about-one-left-img-block {
    margin-top: 25px;
  }

  .about-one-chef-comment-block.service-details-subblock {
    max-width: 85%;
    margin-top: -40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .about-one-chef-comment-block.blog-details-heroblock {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-two-fine-dine-block {
    padding-top: 50px;
    display: block;
  }

  .about-two-who-right {
    display: none;
  }

  .about-two-section-three {
    height: 300px;
  }

  .about-two-section-four {
    padding-bottom: 70px;
  }

  .about-three-food-symbolic-block {
    display: block;
  }

  .about-three-food-symbolic-text.about-three-creativity-block {
    max-width: 100%;
    height: auto;
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .about-three-food-symbolic-text.menu-two-symbolic-text {
    max-width: 100%;
  }

  .home-three-food-symbolic-lightbox {
    display: none;
  }

  .about-three-our-story-block {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .about-three-section-five {
    height: auto;
    padding: 70px 15px;
  }

  .about-three-counter-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-four-banner-middle-img {
    object-fit: cover;
  }

  .home-four-banner-text {
    font-size: 5rem;
  }

  .padding-left-right-eighteen-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cooking-course-section-three {
    padding-bottom: 5px;
  }

  .three-course-block {
    display: block;
  }

  .course-box {
    margin-bottom: 40px;
  }

  .course-img-block {
    height: 320px;
    margin-bottom: 30px;
  }

  .course-img-block.menu-one-img {
    margin-bottom: 0;
  }

  .marque-title-two {
    font-size: 6rem;
  }

  .cooking-course-section-five {
    padding-bottom: 45px;
  }

  .chef-block {
    display: block;
  }

  .chef-block-one {
    margin-bottom: 20px;
  }

  .chef-img-block {
    height: 390px;
  }

  .related-course-section {
    padding-bottom: 30px;
  }

  .course-details-flex-block {
    display: block;
  }

  .course-flex-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .course-details-heading-block {
    margin-bottom: 20px;
  }

  .devider-one {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .menu-categories-slider {
    margin-top: 20px;
  }

  .menu-one-left-arrow {
    margin-left: 40px;
  }

  .menu-one-slider-mask, .menu-one-slide {
    max-width: 100%;
  }

  .menu-one-right-arrow {
    margin-right: 40px;
  }

  .menu-one-listing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-one-listing-section.menu-one-main-listing {
    padding-top: 65px;
  }

  .menu-name-block.white-bg {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-one-block {
    margin-bottom: 30px;
  }

  .menu-one-three-boxes {
    margin-top: 0;
    display: block;
  }

  .exclusive-menu-heading {
    font-size: 4rem;
  }

  .menu-two-section-five {
    margin-top: -124px;
  }

  .manu-two-section-six {
    padding-bottom: 65px;
  }

  .menu-two-head-chef {
    display: block;
  }

  .menu-two-chef-right {
    max-width: 100%;
    padding-top: 35px;
  }

  .faq-question-wrap {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .faq-question-wrap.faq-question-two, .faq-question-wrap.faq-question-one, .faq-question-wrap.faq-question-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-two-faq-block {
    padding-top: 40px;
  }

  .faq-answer-block {
    max-width: 100%;
  }

  .menu-three-hero-section {
    padding-top: 105px;
  }

  .related-menu-heading-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu-three-hero-block {
    display: block;
  }

  .menu-three-hero-left {
    max-width: 100%;
  }

  .home-three-menu-list-box-one {
    margin-bottom: 30px;
  }

  .book-table-form-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-btn-flex {
    display: block;
  }

  .checkbox-field {
    margin-bottom: 20px;
    padding-top: 10px;
    display: flex;
  }

  .booking-form-checkbox {
    float: none;
    margin-top: 0;
    margin-right: 5px;
  }

  .restaurant-info-block {
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    display: flex;
  }

  .chef-listing-block {
    display: block;
  }

  .chef-listing-block.hidden {
    display: none;
  }

  .chef-listing-block.second, .menu-one-list-wrapper.chef-one {
    margin-top: 0;
  }

  .menu-one-list-wrapper.chef-two {
    margin-bottom: 20px;
  }

  .menu-one-list-wrapper.chef-three {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .moving-car-flex-block-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .portfolio-two-tab-menu {
    width: 100%;
  }

  .portfolio-two-tab-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .portfolio-tab-block {
    margin-top: 20px;
  }

  .menu-three-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .chef-details-section-four {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .chef-details-name {
    font-size: 2.5rem;
  }

  .chef-details-left-arrow, .chef-details-right-arrow {
    width: 50%;
  }

  .chef-details-right-arrow-light-img {
    right: 50px;
  }

  .event-section-four {
    padding-bottom: 45px;
  }

  .event-why-us-block {
    margin-bottom: 20px;
    display: block;
  }

  .event-why-block-left {
    max-width: 100%;
  }

  .event-why-block-right {
    margin-top: 20px;
  }

  .event-icon-box-block {
    margin-top: 0;
    display: block;
  }

  .event-icon-box-left-block {
    margin-bottom: 20px;
  }

  .utility-page-content.password-page {
    width: 90%;
  }

  .event-bg {
    max-width: 100%;
  }

  .event-date-time-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .answer.overflow-hidden {
    padding-left: 67px;
  }

  .accodian-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-two-block-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-two-block-right {
    height: 400px;
  }

  .contact-two-flex-one, .contact-two-flex-two {
    flex: 1;
  }

  .contact-one-body, .contact-one-hero-right {
    height: auto;
  }

  .contact-one-block-one {
    display: none;
  }

  .contact-one-block-two {
    padding-top: 25vh;
    display: block;
  }

  .contact-block-two-left {
    max-width: 100%;
  }

  .contact-one-form-block {
    margin-top: 20px;
  }

  .contact-one-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .blog-one-data-style-one {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-one-style-two-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-right: 12px;
  }

  .blog-heading-one {
    margin-right: 0;
  }

  .blog-heading-one.blog-style-two-heading {
    font-size: 1.5rem;
  }

  .blog-one-style-three-block, .blog-two-style-one-block {
    display: block;
  }

  .blog-two-style-one-img-box.masnory-four-box {
    height: 300px;
  }

  .blog-three-style-one-data-box {
    padding-bottom: 70px;
    display: block;
  }

  .blog-three-title-flex-block {
    max-width: 100%;
  }

  .blog-three-btn-flex-block {
    margin-top: 10px;
    display: flex;
  }

  .checkout-form-heading {
    font-size: 1.8rem;
  }

  .blog-details-cook-heading {
    font-size: 1.875rem;
  }

  .blog-details-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .header-grid {
    grid-template-columns: 1fr 1fr;
  }

  .drop-down-wrapper.w--open {
    display: flex;
  }

  .menu-link-wrapper {
    display: block;
  }

  .flex-center {
    margin-top: 0%;
  }

  .style-guide-color-text {
    font-size: 1.2rem;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .style-guide-color-block {
    display: block;
  }

  .team-text-two {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .landing-hero-heading {
    font-size: 3rem;
  }

  .landing-progress-flex-block {
    display: block;
  }

  .landing-flex-block-one.middle {
    border-left-style: none;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-section-three {
    padding-top: 90px;
  }

  .landing-figma-flex {
    display: block;
  }

  .unique-section-block {
    margin-bottom: 40px;
  }

  .figma-file-block {
    height: 600px;
  }

  .landing-inner-flex {
    display: block;
  }

  .landing-footer-middle-block, .padding-left-right-twelve-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .projects-circle {
    width: 3rem;
    height: 3rem;
  }

  .project-text {
    display: none;
  }

  .documentation-section {
    padding-bottom: 40px;
  }

  .documentation-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

  .documentation-block.first {
    padding-top: 10px;
  }

  .margin-bottom-twentytwo {
    margin-bottom: 12px;
  }

  .marque-title-two-copy {
    font-size: 6rem;
  }

  .pinch-love-text-copy {
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .pinch-love-text-copy.about-two-text, .pinch-love-text-copy.about-three-full-width-text {
    margin-bottom: 0;
  }

  .container, .container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5.restaurant-1-copy {
    width: 60%;
    max-height: 300px;
  }

  .image-5.restaurant-2 {
    width: 60%;
    max-height: 300px;
    margin-top: -184px;
  }

  .fs-cc-prefs_title-2 {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery8_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .gallery8_list {
    column-count: 1;
    column-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .line-hamburger-middle.black {
    background-color: var(--black-one);
  }

  .menu-link-toggle.white-menu.home-three-menu {
    width: 100%;
  }

  .navbar-menu-left {
    display: none;
  }

  .line-hamburger-top.color-white {
    background-color: var(--white);
  }

  .line-hamburger-top.black {
    background-color: var(--black-one);
  }

  .home-one-navbar-menu.home-three-nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-dropdown-link {
    padding-left: 0;
  }

  .line-hamburger-bottom.color-white {
    background-color: var(--white);
  }

  .line-hamburger-bottom.black {
    background-color: var(--black-one);
  }

  .lightbox-block.chef-details-lightbox {
    float: left;
  }

  .small-container {
    padding-top: 58px;
  }

  .small-container.catering {
    padding-top: 0;
  }

  .small-container.imagegallery {
    display: none;
  }

  .image-height-auto {
    max-width: 50px;
  }

  .image-height-auto.image-absolute-three, .image-height-auto.image-absolute-six, .image-height-auto.accodian-details-icon {
    display: none;
  }

  .home-one-btn.transparent-btn-two {
    background-color: #4e443e7d;
  }

  .home-one-btn.transparent-btn-two:hover {
    background-color: #4e443ecc;
  }

  .margin-top-zero.margin-bottom-zero.visit-us-heading {
    text-transform: none;
  }

  .creative-image.mobile {
    display: none;
  }

  .creative-image-block.one {
    margin-bottom: 30px;
  }

  .margin-bottom-zero.padding-left-right-twenty-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .non-alcohlic-cell-block.margin-top-bottom-fifteen, .non-alcohlic-cell-block.margin-top-bottom-fifteen.gap-ten {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .margin-top-ten.margin-bottom-twenty.color-white.margin-left-right-twenty-percent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-top-ten.margin-bottom-twentyfive, .margin-top-ten.margin-bottom-zero {
    font-family: Jost, sans-serif;
  }

  .service-cell-right {
    padding-top: 12px;
    display: none;
  }

  .padding-zero.hundred-percent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sushi-block {
    margin-bottom: 30px;
  }

  .sushi-chicken-block {
    display: block;
  }

  .home-one-submit.menu-two-submit-btn.menu-details-input-btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
  }

  .home-one-submit.purchase-btn {
    width: 100%;
  }

  .home-one-form-text-field.menu-two-field.menu-details-input {
    text-align: center;
    width: 100%;
    position: static;
  }

  .footer-col-one {
    display: none;
  }

  .hero-one-menu-item {
    width: 90vw;
  }

  .home-two-our-service-right {
    padding-top: 0;
  }

  .home-two-section-three {
    padding-top: 65px;
  }

  .home-two-our-service-left {
    display: none;
  }

  .pizza-block {
    margin-bottom: 30px;
  }

  .marque-title {
    font-size: 70px;
  }

  .card-content-wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .delivery-image-slider {
    height: auto;
  }

  .grid-block-two {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .image-size-gallery {
    height: 20em;
  }

  .home-four-chef-block.mobile {
    display: none;
  }

  .chef-text {
    background-image: none;
    padding-left: 0;
  }

  .chef-text.brown-chef-text {
    text-align: left;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .pinch-love-text {
    display: none;
  }

  .pinch-love-text.about-three-full-width-text {
    display: block;
  }

  .larger-container.chef-details-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-four-green-img-block.hero {
    padding-top: 10px;
  }

  .home-four-fun-text.mobile {
    display: none;
  }

  .home-four-section-six {
    padding-top: 90px;
  }

  .home-four-section-six.catering {
    padding-bottom: 0;
  }

  .home-four-section-three {
    padding-top: 30px;
  }

  .home-four-exclusive-menu-one {
    min-height: 291px;
  }

  .home-four-exclusive-menu-one.three {
    display: none;
  }

  .about-one-heading {
    font-size: 3rem;
  }

  .about-two-heading-text {
    font-size: 4rem;
  }

  .about-one-chef-comment-block.service-details-subblock {
    max-width: 90%;
  }

  .about-two-image-block {
    display: block;
  }

  .about-three-section-four {
    padding-top: 20px;
  }

  .about-three-section-five {
    background-image: url("/optimized-media/95-659cddc5f410febe78f942a1_Sportwirt-Vahrn-38.jpg?v=dd40bafb5d1b");
  }

  .about-three-counter-block {
    display: block;
  }

  .about-three-counter-left {
    margin-bottom: 35px;
  }

  .home-four-banner-section {
    height: 90vh;
  }

  .cooking-course-hero-section {
    padding-top: 20px;
  }

  .marque-title-two {
    font-size: 4.5rem;
  }

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

  .exclusive-menu-heading {
    font-size: 3rem;
  }

  .accodian-number-block {
    font-size: 2.8rem;
  }

  .accodian-heading-block.bg-cocktail, .accodian-heading-block.bg-main-cource, .accodian-heading-block.bg-dessert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .moving-car-flex-block-two, .moving-car-flex-block-one {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .portfolio-two-tab-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .chef-details-section-two {
    display: none;
  }

  .chef-details-section-three {
    padding-top: 0;
  }

  .chef-details-hero-section {
    height: auto;
    padding-top: 0;
  }

  .chef-details-hero-one {
    text-align: left;
    padding: 40px 15px 60px;
  }

  .chef-details-hero-two, .chef-name-designation-block, .chef-details-left-arrow, .chef-details-right-arrow {
    display: none;
  }

  .event-date-time-block {
    display: block;
  }

  .acoo-two-heading-title {
    margin-bottom: 15px;
  }

  .acoo-two-heading-title.margin-zero {
    margin-top: 0;
    margin-bottom: 0;
  }

  .answer.overflow-hidden {
    padding-left: 0;
  }

  .accordian-content {
    margin-top: 20px;
    padding-left: 0;
  }

  .contact-two-block-right {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-two-flex-one.contact-one-flex {
    display: none;
  }

  .contact-one-container {
    margin-bottom: 16px;
  }

  .contact-one-block-two {
    padding-top: 39%;
  }

  .blog-one-style-two-box {
    display: block;
  }

  .blog-one-style-two-left {
    max-width: 100%;
    height: 300px;
  }

  .blog-one-style-two-right {
    margin-top: 20px;
  }

  .blog-three-style-one-img-box {
    height: 350px;
  }

  .blog-three-style-one-date-block {
    display: block;
  }

  .blog-details-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-cart-one-block {
    padding-right: 0;
  }

  .header-grid {
    grid-template-columns: 5fr 1fr;
  }

  .header-two-hamburger {
    border-left: 1px solid #3d312d;
  }

  .header-two-hamburger.hamburger-open {
    border-left-width: 0;
  }

  .header-one-grid-cart {
    display: none;
  }

  .drop-down-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .menu-link-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .dropdown-link-two {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .padding-left-right-twelve-percent {
    padding-left: 2%;
    padding-right: 2%;
  }

  .chef-overlay {
    z-index: -1;
    background-image: linear-gradient(186deg, #0000, #000000b3 99%);
  }

  .projects-circle {
    width: 60px;
    height: 60px;
  }

  .heading {
    font-size: 3.5rem;
  }

  .image-height-auto-2 {
    max-width: 60px;
  }

  .image {
    display: none;
  }

  .link-block-2, .link-block-2.w--current, .link-block-3, .link-block-4 {
    width: 100%;
  }

  .link-block-5 {
    width: 100%;
    max-width: 100%;
  }

  .link-block-5.w--current {
    width: 1005px;
  }

  .link-block-6 {
    width: 100%;
    text-decoration: none;
  }

  .marque-title-two-copy {
    font-size: 4.5rem;
  }

  .pinch-love-text-copy {
    display: none;
  }

  .pinch-love-text-copy.about-three-full-width-text {
    display: block;
  }

  .space-between {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-column._2 {
    margin-top: 20px;
  }

  .container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    display: none;
  }

  .split-content.restaurant-right {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .image-5.restaurant-2 {
    aspect-ratio: 1;
    object-fit: cover;
    margin-top: -96px;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .div-block-306 {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_5edf2428-703e-f51b-b1a1-020555b77151-4a2d5c91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5edf2428-703e-f51b-b1a1-020555b77152-4a2d5c91, #w-node-_5edf2428-703e-f51b-b1a1-020555b77157-4a2d5c91, #w-node-_579a7e07-eede-5cc4-fe5b-960887201355-ace049fb, #w-node-_579a7e07-eede-5cc4-fe5b-960887201358-ace049fb, #w-node-ad804293-410f-8988-106c-168af6bc503e-ace049fb, #w-node-ad804293-410f-8988-106c-168af6bc5041-ace049fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_833ea70b-ec03-6975-58c9-3885a0f0b4ba-4a2d5ccc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_833ea70b-ec03-6975-58c9-3885a0f0b4bb-4a2d5ccc, #w-node-_833ea70b-ec03-6975-58c9-3885a0f0b4c2-4a2d5ccc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5edf2428-703e-f51b-b1a1-020555b77151-31be183f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5edf2428-703e-f51b-b1a1-020555b77152-31be183f, #w-node-_5edf2428-703e-f51b-b1a1-020555b77157-31be183f, #w-node-_57b263ef-4327-e8da-9241-5a23be2b93db-b7c2a618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_833ea70b-ec03-6975-58c9-3885a0f0b4ba-4a2d5ccc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_833ea70b-ec03-6975-58c9-3885a0f0b4bb-4a2d5ccc, #w-node-_833ea70b-ec03-6975-58c9-3885a0f0b4c2-4a2d5ccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


