/* Fonts */
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iransans/eot/iransansWeb_Bold.eot");
  src: url("../fonts/iransans/eot/iransansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/iransans/woff2/iransansWeb_Bold.woff2") format("woff2"),
    url("../fonts/iransans/woff/iransansWeb_Bold.woff") format("woff"),
    url("../fonts/iransans/ttf/iransansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iransans/eot/iransansWeb_Medium.eot");
  src: url("../fonts/iransans/eot/iransansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/iransans/woff2/iransansWeb_Medium.woff2") format("woff2"),
    url("../fonts/iransans/woff/iransansWeb_Medium.woff") format("woff"),
    url("../fonts/iransans/ttf/iransansWeb_Medium.ttf") format("truetype");
}

/* Fonts */

/* Reboot */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #ececec;
  direction: rtl;
  user-select: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input:focus {
  outline: none;
  border: none;
}

/* Reboot */

body {
  background: #ffffff;
  font-family: "iransans";
  overflow-x: hidden;
}

/* Animation */
@keyframes background_change {
  0% {
    background: transparent;
  }

  10% {
    background: rgb(255 255 255 / 30%);
  }

  50% {
    background: rgb(255 255 255 / 30%);
  }

  90% {
    background: rgb(255 255 255 / 30%);
  }

  100% {
    background: transparent;
  }
}

@keyframes icon_scale {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  90% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

/* Animation */

button {
  outline: none;
}

button:focus {
  outline: none;
}

/* HEADER .header */
.header {
  background-color: hsla(0, 0%, 100%, 1);
  background-image: radial-gradient(
      at 66% 32%,
      hsla(197, 100%, 93%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 13% 94%, hsla(328, 100%, 94%, 0.03) 0px, transparent 50%),
    radial-gradient(at 4% 95%, hsla(328, 100%, 94%, 1) 0px, transparent 50%),
    radial-gradient(at 40% 20%, hsla(28, 0%, 100%, 1) 0px, transparent 50%),
    radial-gradient(at 84% 18%, hsla(197, 100%, 93%, 1) 0px, transparent 50%),
    radial-gradient(at 79% 78%, hsla(197, 100%, 93%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(343, 0%, 100%, 1) 0px, transparent 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 240px;
  position: relative;
  width: 100%;
}

.header .header_inside {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header::after {
  content: "";
  background-image: url(../icons/split_white.svg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -110px;
  width: 100%;
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav {
  display: flex;
  padding-top: 50px;
  align-items: center;
  justify-content: space-between;
}

.header_nav .slogan {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1b1d1c;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px 30px 100px 100px;
}

.header_nav .slogan::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
}

.header_nav ul {
  display: flex;
}

.header_nav ul li {
  position: relative;
  margin-left: 90px;
}

.header_nav ul li:last-child {
  margin-left: 0;
}

.header_nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  width: 36px;
  height: 2px;
  background: #d31b27;
  border-radius: 100px;
  margin: 0 auto;
  transition: all 0.15s cubic-bezier(0, 0, 0.17, 1.02);
  transform-origin: center center;
  transform: scaleX(0);
  opacity: 0;
}

.header_nav ul li a:hover::after {
  content: "";
  transform: scaleX(1);
  opacity: 1;
}

.header_nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #1b1d1c;
}

.header_content {
  display: flex;
  margin-top: 70px;
}

.header_content .right {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1000;
}

.header_content .right .title {
  display: flex;
  flex-direction: column;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 56px;
}

.header_content .right .title strong:first-child {
  margin-bottom: 16px;
  color: #d31b27;
}

.header_content .right .title strong:last-child {
  color: #1b1d1c;
}

.header_content .description {
  font-size: 16px;
  color: #545354;
  line-height: 36px;
  padding-right: 25px;
  position: relative;
  margin-bottom: 50px;
  width: 560px;
}

.header_content .description::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 62px;
  width: 4px;
  background: #d31b27;
  border-radius: 100px;
  margin: auto;
}

.header_content .description p {
  margin-bottom: 0;
}

.header_content .table_food {
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  flex-flow: column;
}

.header_content .table_food .column {
  display: flex;
  border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.header_content .table_food .column:last-child {
  border-bottom: none;
}

.header_content .table_food .column span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1b1d1c;
  width: 180px;
  height: 62px;
  border-left: 1px solid rgb(0 0 0 / 12%);
  transition: all 1s linear;
  animation-duration: 0.5s;
}

.header_content .table_food .column span:last-child {
  border-left: none;
}

.header_content .table_food .column .and_more {
  background: rgb(255 255 255 / 20%);
  font-style: normal;
  border: 1px dashed rgb(0 0 0 / 16%);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 100px;
  color: #d31b27;
  padding-top: 1px;
}

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

.header_content .buy_food a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 200px;
  border-radius: 100px;
  overflow: hidden;
  background: rgb(255 255 255 / 60%);
  transition: all 0.15s cubic-bezier(0.57, 1.33, 1, 1);
  border: 1px solid #fff;
}

.header_content .buy_food a .text {
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-radius: 100px;
  box-shadow: -10px 0 16px 0 rgb(0 0 0 / 3%);
  font-weight: bold;
  color: #1b1d1c;
}

.header_content .buy_food a .text span {
  color: #d31b27;
  margin-left: 4px;
}

.header_content .buy_food a .icon {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  padding-left: 5px;
}

.header_content .buy_food a .icon span {
  transition: all 0.3s ease-out;
}

.header_content .left {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.header_content .buy_food a:hover {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 12%);
}

.header_content .buy_food a:hover .icon span {
  transform: rotate(360deg);
}

.header_content .left .icons {
  width: 100%;
}

.table_food:hover .column span {
  animation-name: background_change;
}

.table_food .column:nth-child(1) span:nth-child(1) {
  animation-delay: 0s;
}

.table_food .column:nth-child(1) span:nth-child(2) {
  animation-delay: 0.1s;
}

.table_food .column:nth-child(1) span:nth-child(3) {
  animation-delay: 0.2s;
}

.table_food .column:nth-child(2) span:nth-child(1) {
  animation-delay: 0.3s;
}

.table_food .column:nth-child(2) span:nth-child(2) {
  animation-delay: 0.4s;
}

.table_food .column:nth-child(2) span:nth-child(3) {
  animation-delay: 0.5s;
}

.table_food .column:nth-child(3) span:nth-child(1) {
  animation-delay: 0.6s;
}

.table_food .column:nth-child(3) span:nth-child(2) {
  animation-delay: 0.7s;
}

.table_food .column:nth-child(3) span:nth-child(3) {
  animation-delay: 0.8s;
}

.table_food .column:nth-child(4) span:nth-child(1) {
  animation-delay: 0.9s;
}

.table_food .column:nth-child(4) span:nth-child(2) {
  animation-delay: 1s;
}

.table_food .column:nth-child(4) span:nth-child(3) {
  animation-delay: 1.1s;
}

/* sec_why_lave */
.why_lave {
  display: flex;
  margin-top: 100px;
  position: relative;
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin-bottom: 140px;
}

.why_lave::before {
  content: "";
  position: absolute;
  right: -130px;
  background-image: url(../icons/why_lave_right_line.svg);
  background-position: left;
  width: 50%;
  height: 104px;
  top: 40px;
  background-repeat: no-repeat;
}

.why_lave::after {
  content: "";
  position: absolute;
  left: -130px;
  background-image: url(../icons/why_lave_left_line.svg);
  width: 50%;
  height: 104px;
  top: 40px;
  background-position: center right;
  background-repeat: no-repeat;
}

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

.why_lave .content {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.why_lave .content .between_line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  flex-basis: 40px;
  flex-grow: 1;
  z-index: 100;
  position: relative;
}

.why_lave .content::before {
  content: "";
  position: absolute;
  right: -130px;
  background-image: url(../icons/sec_why_lave_right_dot.svg);
  width: 539px;
  height: 448px;
  top: -170px;
  background-repeat: no-repeat;
  z-index: -1;
}

.why_lave .content::after {
  content: "";
  position: absolute;
  left: -130px;
  background-image: url(../icons/sec_why_lave_left_dot.svg);
  width: 539px;
  height: 448px;
  bottom: -170px;
  background-repeat: no-repeat;
  z-index: -1;
}

.why_lave .content .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-basis: 100%;
  position: relative;
  z-index: 1000;
}

.why_lave .content .item:hover .box {
  transform: scale(1.1);
}

.why_lave .content .item > .box::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: -4px;
  left: 4px;
  right: 4px;
  background: #e5e5e5;
  z-index: -100;
  border-radius: 25px;
}

.why_lave .content .item > .box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -10;
  border-radius: 25px;
}

.why_lave .content .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  position: relative;
}

.why_lave .content .item .image::before {
  content: "";
  position: absolute;
  background-image: url(../icons/why_lave_circle_item.svg);
  background-repeat: no-repeat;
  width: 44px;
  height: 41px;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.why_lave .content .item .title {
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: bold;
}

.why_lave .content .item .text {
  color: #484848;
  line-height: 28px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.why_lave .content .item .text::after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 18px;
  height: 2px;
  background: #ececec;
  border-radius: 100px;
}

.container > .row {
  width: 100%;
}

.header_nav .title_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_nav .title_menu .toggle_menu {
  position: relative;
  background: #ffffff;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 38px;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
  display: none;
}

.why_lave .content .item > .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 25px;
  text-align: center;
  position: relative;
  flex-grow: 1;
  flex-basis: 100%;
  background: #fff;
  box-shadow: 0 3px 60px 0 rgb(0 0 0 / 7%);
  transition: transform 0.15s ease-out;
  transform: scale(1);
}

.why_lave .content .inside {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 60px;
}

/* Why Delivery */
.why_delivery {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 140px;
  overflow: hidden;
}

.why_delivery .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.why_delivery .content .inside::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 11px;
  right: 0;
  left: -12px;
  background: #e6ebe3;
  z-index: -100;
  border-radius: 200px 50px 200px 50px;
}

.why_delivery .content::before {
  content: "";
  background-image: url(../icons/why_delivery_office.svg);
  width: 153px;
  height: 230px;
  position: absolute;
  top: 0;
  right: 0;
}

.why_delivery .content::after {
  content: "";
  background-image: url(../icons/why_delivery_dots.svg);
  width: 236px;
  height: 467px;
  position: absolute;
  bottom: -80px;
  left: 80px;
  background-repeat: no-repeat;
  z-index: -1000;
}

.why_delivery .content .inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  border: 1px solid #cae2ce;
  border-radius: 200px 50px 200px 50px;
  position: relative;
  background: #fff;
  background: linear-gradient(45deg, #fbfff9 0%, #ffffff 100%);
  padding: 80px 140px 100px 140px;
  flex-wrap: wrap;
}

.why_delivery .content .inside .right .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.why_delivery .content .inside .right .title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #1b1d1c;
  margin-bottom: 20px;
}

.why_delivery .content .inside .right .title h2 span {
  color: #1dae30;
}

.why_delivery .content .inside .right .title h3 {
  font-size: 20px;
  color: #757575;
  margin-bottom: 0;
  font-weight: bold;
}

.why_delivery .content .inside .right .text {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  width: 650px;
}

.why_delivery .content .inside .right .text p {
  font-size: 16px;
  color: #1b1d1c;
  line-height: 36px;
  margin-bottom: 0;
}

.why_delivery .content .inside .right .services {
  display: flex;
}

.why_delivery .content .inside .right .services ul {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  position: relative;
}

.why_delivery .content .inside .right .services ul:last-child {
  margin-left: 0;
}

.why_delivery .content .inside .right .services ul::before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: -18px;
  right: 0;
  width: 48px;
  border: 1px dashed #b4d6bb;
  border-radius: 100px;
  background: #fbfffa;
}

.why_delivery .content .inside .right .services ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  position: relative;
  height: 48px;
}

.why_delivery .content .inside .right .services ul li:hover div img {
  transform: rotate(360deg);
}

.why_delivery .content .inside .right .services ul li:last-child {
  margin-bottom: 0;
}

.why_delivery .content .inside .right .services ul li div {
  margin-left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.why_delivery .content .inside .right .services ul li div img {
  transition: all 0.3s ease-out;
}

.why_delivery .content .inside .right .services ul li p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.why_delivery .content .inside .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why_delivery .content .inside .bottom {
  display: flex;
  width: 100%;
  min-height: 120px;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  margin-top: 70px;
  border-radius: 75px 21px;
  position: relative;
  border: 1px solid hsl(0deg 0% 94%);
  border-left: 4px solid hsl(0deg 0% 90%);
  background: #f4f4f6;
  background: linear-gradient(45deg, #f4f4f6 0%, #ffffff 100%);
  overflow: hidden;
}

.why_delivery .content .inside .bottom::before {
  content: "";
  background-image: url(../icons/sec_why_lave_right_dot.svg);
  position: absolute;
  top: -80px;
  bottom: 0;
  right: -90px;
  visibility: visible;
  width: 370px;
  height: 298px;
  opacity: 0.6;
  background-size: cover;
}

.why_delivery .content .inside .bottom .text {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #403c3c;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 80px 20px 80px 20px;
}

.why_delivery .content .inside .bottom .text p {
  margin-bottom: 0;
  background: rgb(255 255 255 / 60%);
  padding: 6px 10px;
}

.why_delivery .content .inside .bottom .text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-grow: 1;
}

.why_delivery .content .inside .bottom .form {
  display: flex;
}

.why_delivery .content .inside .bottom .form input {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #1b1d1c;
  background: rgb(255 255 255 / 50%);
  border: 1px solid #e2e2e2;
  border-radius: 80px 24px 80px 25px;
  width: 200px;
  height: 44px;
  padding-right: 26px;
  font-weight: 500;
  margin-left: 20px;
}

.why_delivery .content .inside .bottom .form input::placeholder {
  color: #2e302f;
}

.why_delivery .content .inside .bottom .form input:focus {
  background: #fff;
  border-color: #cecece;
}

.why_delivery .content .inside .bottom .form button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  background: #d31b27;
  border: none;
  border-radius: 80px 24px 80px 25px;
  width: 160px;
  height: 44px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.28, 1.1, 0.58, 1);
}

.why_delivery .content .inside .bottom .form button:hover {
  background: #b5020e;
}

/* Client Comments */

.client_comments {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 440px;
  overflow: hidden;
}

.client_comments .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.client_comments .content .inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.client_comments .content .inside .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

.client_comments .content .inside .title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.client_comments .content .inside .title .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 34px;
  background: #fff;
  position: relative;
}

.client_comments .content .inside .title .text::before {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #a3a3a3;
  right: -160px;
  left: -160px;
  z-index: -100;
}

.client_comments .content .inside .title .text h2 {
  font-size: 22px;
  color: #1b1d1c;
  font-weight: bold;
  margin-bottom: 12px;
}

.client_comments .content .inside .title .text h3 {
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 500;
}

.client_comments .content .inside .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client_comments .content .inside .items .item {
  width: calc(33.333% - 40px);
}

.client_comments .content .inside .items .item .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 280px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  width: 100%;
  padding: 25px;
  position: relative;
  background: #fff;
}

.client_comments .content .inside .items .item .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 10px;
  right: 10px;
  border-radius: 25px;
  background: #dfdfdf;
  z-index: -1;
}

.client_comments .content .inside .items .item .box .details {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.client_comments .content .inside .items .item .box .details .english {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #d31b27;
  padding-top: 4px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.client_comments .content .inside .items .item .box .details .name {
  font-size: 16px;
  color: #434343;
  font-weight: bold;
  margin-right: 12px;
}

.client_comments .content .inside .items .item .box .details .date {
  font-weight: 400;
  color: #b9b9b9;
  font-size: 14px;
  margin-right: auto;
}

.client_comments .content .inside .items .item .box .text {
  font-size: 15px;
  line-height: 30px;
  color: #5d5d5d;
  padding-right: 47px;
  position: relative;
  overflow: hidden;
}

.client_comments .content .inside .items .item .box .text::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 10;
  width: 3px;
  height: 18px;
  border-radius: 100px;
  background: #c1c1c1;
}

.client_comments .content .inside .items .item .box .text p {
  margin-bottom: 0;
}

.client_comments
  .content
  .inside
  .items
  .item:nth-child(even)
  .box
  .details
  .english {
  background: #858585;
}

/* Download App */

.download_app {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: #f8f8f8;
  padding: 140px 0 80px;
  margin-bottom: 150px;
}

.download_app::before {
  content: "";
  background-image: url(../icons/download_app_body_top.svg);
  position: absolute;
  right: 0;
  left: 0;
  top: -220px;
  width: 100%;
  height: 272px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.download_app::after {
  content: "";
  background-image: url(../icons/download_app_body_bottom.svg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -210px;
  width: 100%;
  height: 272px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -100;
}

.download_app .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.download_app .content .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.download_app .content .inside .right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 630px;
}

.download_app .content .inside .right .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.download_app .content .inside .right .title h2 {
  font-size: 36px;
  color: #1b1d1c;
  font-weight: bold;
  margin-bottom: 16px;
}

.download_app .content .inside .right .title h2 span {
  color: #1dae30;
}

.download_app .content .inside .right .title h3 {
  font-size: 18px;
  color: #1dae30;
  font-weight: bold;
  margin-bottom: 0;
}

.download_app .content .inside .right .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  color: #484848;
  margin-bottom: 40px;
}

.download_app .content .inside .right .text p {
  margin-bottom: 0;
}

.download_app .content .inside .right .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.download_app .content .inside .right .link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 54px;
  border: 1px solid #cecece;
  border-radius: 8px;
  margin-left: 20px;
  background: #fff;
  padding: 0 14px 0;
  position: relative;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
}

.download_app .content .inside .right .link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -4px;
  left: 6px;
  right: 6px;
  border-radius: 8px;
  background: #e9e9e9;
  border: 1px solid #d8d8d8;
  z-index: -1;
  transition: all 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #1dae30;
}

.download_app .content .inside .right .link a:hover::before {
  bottom: 0;
  background: rgb(249 249 249);
}

.download_app .content .inside .right .link a .link_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
}

.download_app .content .inside .right .link a .link_text .en {
  font-size: 11px;
  color: #9b9b9b;
  font-weight: 500;
}

.download_app .content .inside .right .link a .link_text .fa {
  font-size: 14px;
  font-weight: bold;
  color: #1b1d1c;
  transition: all 0.2s ease-out;
}

.download_app .content .inside .right .link a:hover .link_text .fa {
  color: #1dae30;
}

.download_app .content .inside .right .link a .icon {
  transition: all 1s linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.download_app .content .inside .right .link a:hover .icon {
  animation-name: icon_scale;
}

.download_app .content .inside .left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-right: 60px;
}

.download_app .content .inside .left .images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download_app .content .inside .left .images div .image_two {
  margin-top: -200px;
}

.download_app .content .inside .left .images div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Footer */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.footer .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.footer .inside .right {
  font-size: 16px;
  color: #a4a4a4;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer .inside .right::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 44px;
  background: #d31b27;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

.footer .inside .right p:last-child {
  margin-bottom: 0;
}

.footer .inside .left {
  display: flex;
}

.footer .inside .left .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.footer .inside .left .image:last-child {
  margin-left: 0;
}

/* Grid */
.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1120px) {
  .container {
    max-width: 1020px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1620px) {
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1520px;
  }
}

/* Grid */

/* Responsive */
@media (min-width: 1620px) {
  .header_content .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_content .left .icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .client_comments .content .inside .items .item {
    width: calc(33.333% - 80px);
  }
}

@media (max-width: 1620px) {
  .header_content .left {
    padding-right: 100px;
  }

  .why_lave .content .between_line {
    margin: 0 40px;
  }

  .why_lave .content .between_line {
    margin: 0 15px;
  }

  .why_delivery .content .inside .right .text {
    width: 420px;
  }

  .why_delivery .content .inside .bottom {
    padding: 0 35px;
  }

  .why_delivery .content .inside {
    padding: 60px 70px 80px 70px;
  }

  .why_delivery .content .inside .bottom .text p {
    width: 250px;
    line-height: 30px;
  }
}

@media (max-width: 1320px) {
  .client_comments .content .inside .items .item {
    width: calc(33.333% - 20px);
  }

  .why_lave .content .between_line {
    margin: 0 12px;
  }

  .why_lave .content .item .title {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .why_lave .content .item .text {
    padding-right: 15px;
    padding-left: 15px;
  }

  .why_lave .content .item .image {
    height: 130px;
  }

  .why_lave .content .item .image::before {
    width: 34px;
    height: 31px;
    background-size: contain;
  }

  .why_lave .content .item .text p {
    margin-bottom: 5px;
  }

  .header_content .right .title {
    font-size: 36px;
  }

  .header_content .description {
    width: 440px;
  }

  .header_content .table_food .column span {
    font-size: 15px;
    height: 56px;
    width: 146px;
  }

  .why_delivery .content .inside .right .title h2 {
    font-size: 30px;
  }

  .why_delivery .content .inside .right .title h3 {
    font-size: 17px;
  }

  .why_delivery .content .inside .right .text p {
    font-size: 15px;
  }

  .why_delivery .content .inside .right .services ul li p {
    font-size: 15px;
    font-weight: 500;
  }

  .why_delivery .content .inside .right .services ul {
    margin-left: 25px;
  }

  .why_delivery .content .inside .right {
    width: 50%;
  }

  .why_delivery .content .inside .left {
    width: 50%;
  }

  .why_delivery .content .inside .bottom .form input {
    width: 160px;
    margin-left: 12px;
  }

  .why_delivery .content .inside .bottom .text p {
    font-size: 14px;
    width: 210px;
  }

  .why_delivery .content .inside .bottom .form button {
    width: 140px;
  }
}

@media (max-width: 1120px) {
  .header_content .description {
    width: 80%;
    font-size: 15px;
    margin-bottom: 30px;
  }

  .header_content .left {
    padding-right: 0;
  }

  .header_content {
    flex-direction: column-reverse;
  }

  .delivering_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .delivering_icon img {
    width: 60%;
  }

  .header_content .right .title {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
  }

  .why_lave .content .between_line {
    margin: 0 6px;
  }

  .header_nav ul li {
    margin-left: 60px;
  }

  .header_nav ul li a {
    font-size: 14px;
  }

  .header_nav .title_menu .slogan {
    font-size: 14px;
  }

  .header_nav ul li a::after {
    bottom: -10px;
  }

  .why_lave .content .item .title {
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .why_lave .content .item .image {
    height: 130px;
  }

  .why_lave .content .item .image::before {
    width: 30px;
    height: 25px;
    background-size: contain;
  }

  .why_lave .content .item .text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .why_lave .content .item .text p {
    margin-bottom: 5px;
  }

  .header_content .right {
    align-items: center;
  }

  .client_comments .content .inside .items .item .box {
    height: auto;
  }

  .download_app .content .inside .right .text {
    font-size: 15px;
  }

  .download_app .content .inside .right .title h2 {
    font-size: 30px;
  }

  .download_app .content .inside .right .title h3 {
    font-size: 15px;
  }

  .download_app .content .inside .right .link {
    flex-wrap: wrap;
  }

  .download_app .content .inside .right .link a {
    margin-bottom: 20px;
  }

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

  .download_app .content .inside .left {
    padding-right: 20px;
  }

  .why_delivery .content .inside .right .services ul li p {
    font-size: 14px;
  }

  .why_delivery .content .inside .right .text p {
    font-size: 14px;
  }

  .why_delivery .content .inside .right .text {
    width: 360px;
    margin-bottom: 30px;
  }

  .why_delivery .content .inside .right .services ul li div {
    margin-left: 12px;
  }

  .client_comments .content .inside .items .item .box .text {
    padding-right: 0;
    font-size: 13px;
  }

  .client_comments .content .inside .items .item .box .text::before {
    visibility: hidden;
  }

  .client_comments .content .inside .items .item .box .details .name {
    font-size: 13px;
  }

  .client_comments .content .inside .items .item .box .details .date {
    font-size: 13px;
  }

  .why_delivery .content .inside .right .title h2 {
    font-size: 28px;
  }

  .why_delivery .content .inside .right .title h3 {
    font-size: 15px;
  }

  .why_delivery .content .inside .right .title {
    margin-bottom: 20px;
  }

  .why_lave {
    margin-bottom: 100px;
    margin-top: 40px;
  }

  .why_delivery .content .inside {
    padding: 40px 40px 40px 50px;
  }

  .client_comments .content .inside .title .text h2 {
    font-size: 19px;
  }

  .client_comments .content .inside .title .text h3 {
    font-size: 14px;
  }

  .why_delivery .content .inside .right .services ul::before {
    top: -12px;
    bottom: -12px;
  }

  .header_nav {
    padding-top: 30px;
  }

  .why_delivery .content .inside .bottom {
    margin-top: 50px;
  }

  .why_delivery .content .inside {
    border-radius: 120px 50px 120px 50px;
  }

  .why_delivery .content::after {
    left: 0;
  }
}

@media (max-width: 992px) {
  .why_lave .content .inside {
    overflow-x: auto;
  }

  .header_nav {
    padding-top: 20px;
  }

  .header_content .description {
    margin-bottom: 50px;
    width: 100%;
  }

  .why_lave .container {
    padding: 0;
  }

  .header_nav ul li {
    margin-left: 30px;
  }

  .header_content .right {
    align-items: center;
  }

  .header_content .right .title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
  }

  .header_content .table_food .column span {
    font-size: 15px;
  }

  .why_lave .content .item > .box {
    width: 224px;
    min-width: 224px;
  }

  .why_lave .content .item:first-child {
    padding-right: 40px;
  }

  .why_lave .content .item:last-child {
    padding-left: 40px;
  }

  .why_lave .content .between_line {
    margin: 0 40px;
  }

  .why_lave .content .between_line img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 9px;
    max-height: 66px;
  }

  .why_lave .content .item:hover .box {
    transform: scale(1);
  }

  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
  }

  .client_comments .container {
    padding: 0;
  }

  .client_comments .content .inside .items .item .box {
    width: 310px;
    min-width: 280px;
    height: 100%;
    margin-left: 40px;
  }

  .client_comments .content .inside .items {
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
    display: flex;
    padding-bottom: 30px;
  }

  .client_comments .content .inside .items .item:last-child .box {
    margin-left: 0;
  }

  .client_comments .content .inside .items .item:first-child {
    padding-right: 40px;
  }

  .client_comments .content .inside .items .item:last-child {
    padding-left: 40px;
  }

  .client_comments .content .inside .items .item .box .details {
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .client_comments .content .inside .items .item .box .details .date {
    font-size: 12px;
    position: absolute;
    right: 47px;
    top: -3px;
  }

  .download_app .content .inside {
    align-items: center;
    flex-direction: column;
  }

  .download_app .content .inside .left {
    margin-top: 100px;
    width: 100%;
  }

  .download_app .content .inside .right {
    width: 100%;
  }

  .download_app .content .inside .right .title {
    width: 100%;
    align-items: center;
  }

  .download_app .content .inside .right .text p {
    text-align: center;
  }

  .download_app .content .inside .right .link {
    width: 100%;
    justify-content: space-around;
  }

  .download_app .content .inside .right .link a {
    margin-left: 0;
  }

  .client_comments {
    margin-bottom: 280px;
  }

  .download_app {
    padding-top: 0;
  }

  .why_delivery .content .inside .left {
    width: 100%;
    margin-top: 20px;
    order: -1;
    margin-bottom: 20px;
  }

  .why_delivery .content .inside .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .why_delivery .content .inside .right .text {
    width: calc(100% - 40px);
  }

  .why_delivery .content .inside .left > div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .why_delivery .content .inside .bottom {
    height: auto;
    padding: 20px 40px;
  }

  .why_delivery .content .inside .bottom .form {
    flex-direction: column;
    z-index: 1000;
  }

  .why_delivery .content .inside .bottom .form input {
    margin: 0;
    margin-bottom: 16px;
    width: 200px;
  }

  .why_delivery .content .inside .bottom .form button {
    margin: 0;
    width: 200px;
  }

  .client_comments .content .inside .items .item {
    width: 100%;
  }

  .client_comments .content .inside .items .item:last-child {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
    .footer .inside {
    flex-direction: column-reverse;
    padding-top: 40px;
}
.footer .inside .right {
    font-size: 13px;
    margin-top: 20px;
}
  .header_nav.active_mobile_menu .title_menu {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding-bottom: 20px;
  }

  .delivering_icon img {
    width: 100%;
  }

  .header_nav .title_menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .header_nav .title_menu .toggle_menu {
    display: flex;
  }

  .why_lave .content .item .text {
    font-size: 13px;
    padding: 0 30px 20px;
  }

  .why_lave .content::before {
    right: -390px;
  }

  .why_lave .content .item .title {
    font-size: 14px;
  }

  .why_lave .content .item .image {
    height: 130px;
    padding-top: 15px;
  }

  .empty_last_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
  }

  .why_lave .content::after {
    position: absolute;
    left: -320px;
  }

  .why_lave .content .between_line {
    margin: 0 20px;
  }

  .why_lave .content .between_line img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 9px;
    max-height: 66px;
  }

  .header_content .right .title {
    font-size: 22px;
  }

  .header_content {
    margin-top: 20px;
    position: relative;
    flex-direction: column-reverse;
  }

  .header_content .right .title {
    margin-bottom: 10px;
  }

  .header_nav ul li {
    margin-left: 0;
    width: 23%;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 10px;
    height: 38px;
    background: rgb(250 250 250 / 60%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    border-radius: 8px;
    transition: all 0.3s linear;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 6%);
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .header_content .table_food .column {
    width: 100%;
    position: relative;
    z-index: 1000;
  }

  .header {
    padding: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 240px;
  }

  .header_nav {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    width: 100%;
    display: flex;
  }

  .header_nav ul {
    align-items: center;
    flex-direction: revert;
    flex-wrap: wrap;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    transition: all 0.3s ease-out;
  }

  .header_content .description {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    padding: 0 10px;
    line-height: 32px;
    font-weight: 500;
  }

  .header_content .table_food {
    width: 100%;
  }

  .header_content .table_food .column span {
    width: 33.333333%;
    font-size: 13px;
    height: 42px;
  }

  .header_content .left {
    margin-bottom: 20px;
  }

  .header_content .description::before {
    left: 0;
    width: 62px;
    height: 4px;
    top: unset;
    bottom: -20px;
  }

  .header_content {
    margin-top: 10px;
  }

  .header_content .right {
    align-items: center;
  }

  .header_content .right .title strong {
    font-size: 22px;
  }

  .header_nav ul li a {
    font-size: 13px;
    font-weight: 500;
  }

  .header_nav .slogan {
    font-size: 13px;
  }

  .header_content .right .title strong:first-child {
    margin-bottom: 8px;
  }

  .header_content .buy_food a {
    height: 42px;
    font-size: 13px;
    width: 170px;
  }

  .header_content .buy_food a .icon {
    width: 42px;
  }

  .header_content .buy_food a .icon span img {
    width: 14px;
  }

  .why_lave .title_big img {
    width: 160px;
  }

  .why_lave::before {
    right: -100px;
  }

  .why_lave::after {
    left: -100px;
  }

  .why_lave {
    margin-top: -40px;
  }

  .header_content .left .icons {
    width: 360px;
  }

  .header_nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .why_delivery .content .inside .bottom {
    flex-direction: column;
  }

  .header_nav.active_mobile_menu .menu_items {
    display: flex;
    box-shadow: 0 40px 30px -20px rgb(0 0 0 / 6%);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding: 0 0 10px;
  }

  .header_nav.active_mobile_menu .toggle_menu {
    background: rgb(0 0 0 / 10%);
  }
}

@media (max-width: 580px) {
  .download_app {
    padding-top: 70px;
  }

  .why_delivery .content .inside .right .services {
    flex-direction: column;
    position: relative;
  }

  .why_delivery .content .inside .right .services ul:first-child {
    margin-bottom: 10px;
  }

  .why_delivery .content .inside .right .services ul::before {
    visibility: hidden;
  }

  .why_delivery .content .inside .right .services::before {
    content: "";
    position: absolute;
    top: -18px;
    bottom: -18px;
    right: 0;
    width: 48px;
    border: 1px dashed #b4d6bb;
    border-radius: 100px;
    background: #fbfffa;
  }

  .container {
    padding: 0 16px;
  }

  .client_comments .content .inside .title .text {
    padding: 0 24px;
  }

  .download_app .content {
    margin-top: -60px;
  }

  .why_delivery .content .inside .right .text {
    width: 100%;
  }

  .why_lave .content .item:first-child {
    padding-right: 20px;
  }

  .why_lave .content .between_line {
    margin: 0 10px;
  }

  .client_comments .content .inside .items .item:first-child {
    padding-right: 20px;
  }

  .client_comments .content .inside .items .item .box {
    width: 270px;
    min-width: 270px;
    height: 100%;
    margin-left: 20px;
  }

  .client_comments .content .inside .items .item:last-child {
    padding-left: 20px;
  }

  .why_lave .content .item:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .why_lave .content .item > .box {
    width: 190px;
    min-width: 190px;
  }

  .why_lave {
    margin-top: -70px;
  }

  .why_lave .content .item .text {
    padding: 0 15px 15px;
  }

  .why_lave .content .item .image::before {
    width: 34px;
    height: 31px;
    background-size: contain;
  }

  .header_nav ul li {
    width: 48%;
  }

  .download_app .content .inside .right .link a {
    width: 180px;
  }

  .download_app .content .inside .right .link {
    justify-content: center;
    flex-direction: column;
  }

  .download_app .content .inside .right .title h2 {
    font-size: 22px;
  }

  .download_app .content .inside .right .title h3 {
    font-size: 14px;
  }

  .download_app .content .inside .right .title {
    margin-bottom: 20px;
  }

  .download_app .content .inside .right .text {
    margin-bottom: 20px;
  }

  .download_app .content .inside .left .images div .image_two {
    margin-top: 0;
  }

  .download_app .content .inside .left {
    margin-top: 0;
  }

  .why_delivery .content .inside {
    padding: 15px 15px 15px;
  }

  .why_delivery .content .inside .bottom {
    border-radius: 95px 35px;
  }

  .why_delivery .content .inside .bottom .text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .why_delivery .content .inside .bottom .text p {
    width: 100%;
    text-align: center;
  }

  .why_delivery .content .inside .right .text p {
    font-size: 13px;
  }

  .why_delivery .content .inside .right .title h2 {
    font-size: 22px;
  }

  .client_comments .content .inside .items {
    align-items: stretch;
  }
}

@media (max-width: 380px) {
  .header_content .left .icons {
    width: 80%;
  }

  .header_nav .slogan {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Responsive */
