html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --primary-dark: #262626;
  --primary: #ec3333;
  --linen: #faf3eb;
  --white: white;
  --orange: #ff8a00;
  --paragraph-gray: #767676;
}

body {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
}

p {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

a {
  color: var(--primary-dark);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: .9em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 10px;
  background-color: var(--primary-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.about-us-banner {
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.home-banner {
  align-items: center;
  max-height: 900px;
  padding-top: 210px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.from-our-chef {
background-color: #ff8a00;
}

.section.dark-bg {
  background-color: var(--primary-dark);
  padding-top: 235px;
}

.section.delivery-dark-bg {
  background-color: var(--primary-dark);
  padding-top: 0;
}

.section.services-bg {
  background: 
  linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ),
  url("../images/photo-7.webp");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
min-height: 500px;
  display: flex;
}

.section.delivery-section {
  background-color: var(--linen);
  color: var(--primary);
  padding-top: 70px;
  padding-bottom: 80px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.base-container.position {
  z-index: 1;
  position: relative;
}

.base-container.center {
  justify-content: center;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  padding: 24px 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  opacity: 1;
  color: var(--white);
}

.navbar {
  border-bottom: 2px solid var(--primary);
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  text-transform: uppercase;
  padding: 20px 10px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--primary-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-items: center;
  width: 40%;
  margin-left: auto;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  display: inline;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.contact-us {
  margin-bottom: 40px;
}

.paragraph-large {
  font-size: 18px;
}

.paragraph-large.spacing {
  margin-top: 30px;
  margin-bottom: 0;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-title {
  margin-bottom: 0;
}

.contacts-textarea {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--paragraph-gray);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px 16px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contacts-textarea:focus {
  border-bottom: 1px solid var(--primary);
}

.contacts-3-capabilities-wrap-left {
  flex-direction: column;
  width: 45%;
}

.contacts-3-list {
  grid-row-gap: 15px;
  color: var(--paragraph-gray);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  padding-left: 0;
}

.numbers-list-item {
  color: var(--primary-dark);
  flex-direction: row;
  align-items: center;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
}

.contacts-3-capabilities-wrap-right {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  width: 100%;
  display: flex;
  column-gap: 50px;
}

.contacts-3-form-wrapper {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--paragraph-gray);
  background-color: #0000;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px 16px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .2s;
}

.contacts-3-input:focus {
  border-bottom-color: var(--primary);
}

.contacts-3-form {
  text-align: center;
  width: 100%;
  height: 100%;

  & .primary-button {
    margin-top: 20px;
  }
}

.footer-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--orange);
}


.footer-wrapper {
  grid-column-gap: 55px;
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  padding-bottom: 50px;
  justify-content: space-between;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Inter;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: cover;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 50px;
}

.testimonials-card-date {
  color: var(--orange);
  margin-top: 0;
  font-weight: 900;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button-black {
  z-index: 1;
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  padding: 24px 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, border-color .3s, color .3s;
}

.primary-button-black:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.primary-button-black.spacing {
  margin-top: 30px;
  display: block;
  max-width: fit-content;
}

.primary-button-black.spacing:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.text-dark {
  color: var(--primary-dark);
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.link {
  cursor: pointer;
}

.footer-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-heading.red-border {
  border-bottom: 1px solid var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  margin-bottom: 20px;
}

.footer-bottom-wrap {
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.bottom-link {
  color: var(--white);
  text-transform: uppercase;
}

.bottom-link:hover {
  color: var(--orange);
}

.links-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 55px;
  display: flex;
}

.home-banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-wrap {
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: .9em;
  display: flex;
  position: relative;
}

.left-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -105px;
  display: flex;
}

.small-text {
  border: 1px dashed var(--white);
  color: #fff;
  background-color: #ffffff26;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
}

.banner-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-heading.width {
  max-width: 80%;
}

.description {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.description.width {
  max-width: 54%;
}

.description.text-dark {
  color: var(--primary-dark);
}

.description.burger-item {
  width: 50%;
}

.description.testimonial {
  color: var(--primary-dark);
  font-weight: 900;
}

.banner-button-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.orange-image {
  position: absolute;
  inset: 0%;
}

.white-border-button {
  border: 1px solid var(--white);
  color: var(--primary-dark);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  padding: 24px 50px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.white-border-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.white-border-button.white-text {
  color: var(--white);
}

.orange-wrapper {
  width: 187px;
  height: 200px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}

.paragraph {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: -4% 0% 0%;
  transform: rotate(7deg);
}

.title-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-wrapper {
  width: 100%;
  margin-top: 60px;
}

.product-wrapper.chef-section {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.product-wrapper.popular {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.collection-product-item {
  grid-row-gap: 30px;
  flex-direction: column;
  transition: transform .3s;
  display: flex;
}

.collection-product-item:hover {
  transform: translate(0, -10px);
}

.collection-product-item.popular-item {
  width: 100%;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.item-wrap {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 350px;
  padding: 50px 20px 10px;
  display: flex;
  position: relative;
}

.product-image {
  object-fit: cover;
  width: 230px;
  height: 160px;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.product-image:hover {
  transform: scale(1.05);
}

.product-price {
  background-color: var(--orange);
  letter-spacing: .1em;
  border-radius: 4px;
  width: auto;
  margin-top: 5px;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: .9em;
}

.product-info-text {
  color: var(--paragraph-gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.product-infi-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.product-title:hover {
  color: var(--primary);
}

.product-add-to-cart {
  justify-content: center;
  display: flex;
  margin-top: auto;
}

.small-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.small-title.white-text-center {
  color: var(--white);
}

.left-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

.button-wrap {
  margin-top: 40px;
}

.image-wrap {
  width: 50%;
  position: relative;
}

.right-burger-image {
  object-fit: cover;
  width: 100%;
}

.absolute-wrapper-copy {
  position: absolute;
  inset: -12% auto auto 0%;
  z-index: 2;
}

.popular-burger-wrapper {
  border-radius: 10px;
  padding: 30px;
}

.popular-burger-wrapper.red {
  grid-row-gap: 20px;
  background-color: var(--primary);
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popular-burger-wrapper.orange {
  grid-row-gap: 20px;
  background-color: var(--orange);
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.calories-block {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  max-width: fit-content;
  padding: 5px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}


.burger-image {
  object-fit: cover;
  width: 60%;
  position: absolute;
  inset: auto -23% -8% auto;
}

.burger-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.burger-title:hover {
  color: var(--primary-dark);
}

.delivery-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.right-delivery-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.banner-collect-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.blog-link-warpper {
  letter-spacing: normal;
  text-transform: none;
  border-radius: 10px;
  overflow: hidden;
}

.good-food-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fast-food-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.fast-food-wrapper.width {
  width: 40%;
}

.good-food-image {
  object-fit: cover;
  border-radius: 10px;
  width: 550px;
  height: 400px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0%;
}

.orange-block {
  background-color: var(--orange);
  border-radius: 10px;
  width: 550px;
  height: 400px;
}

.relative-wrapper {
  width: 570px;
  height: 400px;
  position: relative;
}

.delivery-image {
  object-fit: cover;
  border-radius: 10px;
}

.delivery-image.about-us {
  object-fit: cover;
  width: 550px;
  height: 400px;
  position: absolute;
  top: -20px;
  right: 0%;
}

.white-services-wrapper {
  z-index: 1;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 310px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #00415b1a;
  width: 100%;

  img {
    max-width: 60px;
  }
}

.relative-services-wraper {
  align-items: flex-end;
  width: 31%;
  display: flex;
  position: relative;
}

.orange-services-bg {
  background-color: var(--orange);
  border-radius: 10px;
  width: 95%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.lottie-animation-delivery {
  object-fit: cover;
  background-image: url("../images/photo-12.webp");
  background-position: 50% 92%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50%;
}

.wrapper-with-lottie {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.right-delivery-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.bottom-wrapper {
  grid-row-gap: 10px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  padding: 5px;
  display: flex;
}

.bottom-delivery-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.icon-image {
  width: 60px;
  height: 60px;
}

.icon-image.first {
  width: 70px;
  height: 70px;
}

.small-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.white-block {
  background-color: var(--primary);
  border-radius: 10px;
  width: 550px;
  height: 400px;
}

.relative-wrapper-copy {
  width: 570px;
  height: 400px;
  position: relative;
}

.small-banner-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.quote {
  color: var(--white);
}

.testimonial-image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.div-block-9 {
  grid-column-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.relative-testimonial-wraper {
  align-items: flex-end;
  width: 48%;
  display: flex;
  position: relative;
}

.checkbox {
  margin-top: 0;
}

.home-delivery-image {
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }


  .section.dark-bg {
    padding-top: 255px;
  }

  .section.delivery-section {
    padding-top: 45px;
    padding-bottom: 90px;
  }

  .section.contact-us-spacing {
    padding-top: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-heading.red-border {
    font-size: 25px;
  }

  .description.burger-item {
    width: 67%;
  }

  .orange-image {
    right: 15%;
  }
  .collection-list {
    justify-content: flex-start;
  }

  .product-price {
    width: auto;
  }

  .calories-block {
    width: 29%;
  }

  .burger-image {
    object-fit: cover;
  }

  .delivery-wrapper {
    grid-column-gap: 100px;
    align-items: center;
  }

  .good-food-wrapper {
    grid-column-gap: 100px;
  }

  .fast-food-wrapper.width {
    width: 42%;
  }

  .white-services-wrapper {
    min-height: 286px;
  }

  .wrapper-with-lottie {
    grid-column-gap: 50px;
  }

  .bottom-wrapper {
    padding: 10px;
  }

  .white-block {
    width: 550px;
  }

  .relative-wrapper-copy {
    width: 570px;
  }

  .small-banner-title {
    font-size: 75px;
  }

  .relative-testimonial-wraper {
    width: 47%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .home-banner-image {
    object-fit: fill;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }


  .section.from-our-chef {
    background-position: 131%, 0%;
  }

  .section.services-bg {
    min-height: 600px;
  }

  .home-banner-image {
    object-fit: cover;
  }

  .left-wrapper {
    margin-top: 0;
  }

  .banner-heading {
    font-size: 115px;
  }

  .paragraph {
    right: 2%;
  }


  .white-services-wrapper {
    min-height: 288px;
  }

  .wrapper-with-lottie {
    width: 100%;
  }

  .small-banner-title {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    font-size: 30px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-us-banner {
    min-height: 300px;
  }

  .section.without-top-spacing {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .section.home-banner {
    height: auto;
    margin-top: -90px;
    padding-top: 320px;
    padding-bottom: 80px;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #27272776;
      z-index: 1;
    }
  }

  .section.from-our-chef {
    background-position: 50% 0, 0%;
    background-size: 100% 69%, cover;
  }

  .section.dark-bg {
    padding-top: 80px;
  }

  .section.services-bg {
    background-position: 50% 100%;
    background-size: auto 70%;
    min-height: 450px;
  }

  .section.delivery-section {
    padding-top: 20px;
  }

  .section.contact-us-spacing {
    padding-top: 80px;
  }

  .primary-button {
    display: block;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
    margin-right: 20px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    display: flex;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-bottom-wrapper {
    justify-content: center;
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-wrapper.contact-us {
    margin-bottom: 30px;
  }

  .contacts-textarea {
    border-radius: 0;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .contacts-3-capabilities-wrapper {
    flex-direction: column-reverse;
  }

  .contacts-3-form-wrapper {
    justify-content: center;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .contacts-3-input {
    border-radius: 0;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .contacts-3-form {
    flex-direction: column;
    display: flex;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .primary-button-black:hover {
    opacity: 1;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-bottom-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    margin: 0 auto;
  }

  .home-banner-image {
    inset: 0%;
  }

  .left-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .banner-heading.width {
    text-align: center;
    max-width: 100%;
  }

  .description {
    text-align: center;
  }

  .description.width {
    text-align: center;
    max-width: 64%;
  }

  .description.burger-item {
    text-align: left;
  }

  .banner-button-wrapper {
    margin-top: 10px;
  }

  .orange-wrapper {
    width: 150px;
    height: 150px;
  }

  .paragraph {
    font-size: 25px;
    top: 1%;
  }

  .product-wrapper {
    margin-top: 50px;
  }

  .product-wrapper.chef-section {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .product-wrapper.popular {
    grid-row-gap: 30px;
    flex-direction: column;
  }



  .collection-product-item.popular-item {
    margin-left: auto;
    margin-right: auto;
  }

  .small-title.center, .small-title.white-text-center, .small-title.center-copy {
    text-align: center;
  }

  .small-title.width {
    max-width: 80%;
  }

  .left-wrap {
    align-items: center;
    width: 100%;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .image-wrap {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute-wrapper-copy {
    top: -25%;
  }

  .burger-image {
    width: 66%;
  }

  .delivery-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .right-delivery-wrapper {
    align-items: center;
    width: 100%;
  }

  .banner-collect-wrap {
    align-items: center;
  }

  .good-food-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .good-food-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .fast-food-wrapper, .fast-food-wrapper.width {
    align-items: center;
    width: 100%;
  }

  .white-services-wrapper {
    align-items: center;
    min-height: 308px;
  }

  .relative-services-wraper {
    width: 47.9%;
  }

  .wrapper-with-lottie {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .right-delivery-wrap {
    align-items: center;
    width: 100%;
  }

  .bottom-wrapper {
    padding: 10px;
  }

  .bottom-delivery-wrapper {
    grid-column-gap: 20px;
    width: 100%;
  }

  .relative-testimonial-wraper {
    width: 47%;
  }

  .home-delivery-image {
    width: 100%;
    max-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
  .primary-button {
    padding: 24px 20px;
  }
  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-banner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.from-our-chef {
    background-position: 50% 0, 0%;
    background-size: 100% 68%, cover;
  }

  .section.services-bg {
    background-position: 66% 100%;
  }

  .section.delivery-section {
    padding-top: 0;
  }

  .section.contact-us-spacing {
    padding-top: 60px;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.contact-us {
    margin-bottom: 20px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-wrap-left, .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand {
    padding-left: 0;
  }

  .footer-bottom-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .div-block-2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }

  .small-text {
    line-height: 1.2em;
  }

  .banner-heading.width, .description.width {
    max-width: 100%;
  }

  .banner-button-wrapper {
    margin-top: 0;
  }

  .orange-wrapper.size {
    width: 130px;
    height: 130px;
  }

  .paragraph.size {
    font-size: 22px;
  }

  .product-wrapper {
    margin-top: 40px;
  }

  .product-wrapper.chef-section {
    grid-row-gap: 40px;
  }

  .collection-product-item.popular-item {
    width: 100%;
  }


  .small-title.center-copy {
    width: 75%;
  }

  .button-wrap {
    margin-top: 20px;
  }

  .image-wrap {
    width: 68%;
  }

  .absolute-wrapper-copy {
    top: -16%;
  }

  .burger-image {
    width: 71%;
  }

  .delivery-wrapper {
    grid-row-gap: 40px;
  }

  .good-food-wrapper {
    grid-row-gap: 40px;
  }

  .good-food-image, .orange-block {
    width: 530px;
  }

  .relative-wrapper {
    width: 550px;
  }

  .delivery-image.about-us {
    width: 530px;
  }

  .white-services-wrapper {
    min-height: auto;
    margin-top: 20px;
    margin-left: 20px;
    max-width: 100%;
  }

  .relative-services-wraper {
    width: 100%;
  }

  .lottie-animation-delivery {
    width: 80%;
  }

  .wrapper-with-lottie {
    grid-row-gap: 40px;
  }

  .white-block {
    width: 530px;
  }

  .relative-wrapper-copy {
    width: 550px;
  }

  .relative-testimonial-wraper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {

  .section.from-our-chef {
    background-size: 100% 50%, cover;
  }



  .section.services-bg {
    background-size: auto 100%;
  }

  .section.contact-us-spacing {
    margin-top: 0;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .primary-button-black.spacing {
    margin-top: 20px;
  }

  .footer-heading.red-border {
    text-align: center;
    max-width: 90%;
  }

  .links-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-wrap {
    flex-direction: column;
  }

  .left-wrapper {
    width: 100%;
  }

  .description.burger-item {
    width: 100%;
  }

  .banner-button-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .orange-wrapper.size {
    width: 100px;
    height: 100px;
  }

  .paragraph.size {
    font-size: 18px;
    top: 3%;
  }

  .collection-product-item {
    width: 100%;
  }

  .small-title, .small-title.white-text, .small-title.white-text-center {
    text-align: center;
  }

  .small-title.center-copy {
    width: 100%;
  }

  .small-title.width {
    text-align: left;
    max-width: 100%;
  }

  .absolute-wrapper-copy {
    top: -28%;
  }

  .popular-burger-wrapper.red, .popular-burger-wrapper.orange {
    align-items: center;
  }


  .good-food-image, .orange-block {
    width: 95%;
  }

  .right-image-wrapper {
    width: 100%;
  }

  .relative-wrapper {
    border-radius: 10px;
    width: 100%;
  }

  .delivery-image.about-us {
    width: 95%;
  }

  .orange-services-bg {
    display: none;
  }

  .bottom-wrapper {
    width: 46%;
  }

  .bottom-delivery-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .white-block {
    width: 95%;
  }

  .relative-wrapper-copy {
    border-radius: 10px;
    width: 100%;
  }

  .small-banner-title {
    font-size: 50px;
  }
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 991px) {
  .burger-icon {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .burger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .w-nav-button {
    display: block;
  }
  
  .nav-menu {

    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    top: -200px;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
  }
  
  .nav-menu.active {
    top: 100%;
    opacity: 1;
  }
}

.stars-rating {
  width: 100px;
  height: auto;
  margin-top: 8px;
}

.description-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #fff;
  background-color: #fff;
}

.checkbox {
  input {
    margin-right: 10px;
  }
}

.home-special {
  & .collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

.legal {
  & .right-delivery-wrapper {
    width: 100%;
  }

  a {
    text-transform: none;
  }

  h1 {
    font-size: 40px;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
    font-size: 40px;
  }


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }

  
  a {
    text-transform: none;
  }
}

.menu-hero {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 80%, #000c), url("../images/photo-3.webp");

}

.about-hero {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 80%, #000c), url("../images/photo-8.webp");

}

.contact-hero {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 80%, #000c), url("../images/photo-13.webp");
}

@media screen and (max-width: 991px) {
  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .legal {
    text-align: left;
  }

  .burger-image {
    right: -20%;
    top: 50%;
    transform: translateY(-50%);

  }

  .white-services-wrapper {
    img {
      max-width: 100px;
    }
  }
}

@media screen and (max-width: 767px) {
  .home-special {
    & .collection-list {
      grid-template-columns: 1fr;
    }
  }

  .legal {
    h1 {
      font-size: 32px;
    }
  }
}

@media screen and (max-width: 479px) {
 h1 {
  font-size: 30px;
 }

 .banner-button-wrapper {
  & .primary-button {
    width: 100%;
  }

  & .white-border-button {
    width: 100%;
  }
 }

 .collection-list {
  grid-template-columns: 1fr;
 }
 .burger-image {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: inherit;
}
.popular-burger-wrapper.red, .popular-burger-wrapper.orange {
  align-items: start;

  & .primary-button-black {
    width: 100%;
    padding: 20px;
  }
}

.white-services-wrapper {
  margin-top: 0;
  margin-left: 0;
}

.footer-link {
  font-size: 14px;
}

.white-services-wrapper {
  & img {
    max-width: 80px;
  }
}

.contacts-3-list {
  a {
    font-size: 14px;
  }
}
}