<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
::after,
::before {
  box-sizing: border-box;
}

html {
  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;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  font-family: "Lato", sans-serif;
}

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

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

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.p-0 {
  padding: 0 !important;
}

.text-right {
  text-align: right;
}

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

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-item-center {
  align-items: center;
}

.d-block {
  display: block;
}

.justify-content-center {
  justify-content: center;
}

.w-100 {
  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: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1501px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.header-part {
  background-color: #fff;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.h-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-flex .call-no {
  display: flex;
  align-items: center;
  gap: 5px;
}
.h-flex .call-no span {
  font-size: 16px;
  color: #000;
}

.banner-img {
  background-image: url(..//images/banner.png);
  background-repeat: no-repeat;
  padding: 60px 0;
  background-size: cover;
  position: relative;
  margin-top: 61px;
}
.banner-img::after {
  content: "";
  background-image: url("../images/design-1.png");
  background-repeat: no-repeat;
  background-size: 200px;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 250px;
  z-index: 0;
}
.banner-img::before {
  content: "";
  background-image: url(../images/design-2.png);
  background-repeat: no-repeat;
  background-size: 180px;
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 180px;
  height: 393px;
  z-index: 0;
  filter: opacity(0.5);
}

.pos-fix {
  position: relative;
  z-index: 1;
}

.ban-text-bg {
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  display: inline-block;
  padding: 20px 50px;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.ban-text-bg img {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 70px;
}
.ban-text-bg h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}
.ban-text-bg h1 span {
  color: #44B54F;
  font-weight: 700;
}

.form-left-padding {
  padding-left: 100px;
}
.form-left-padding .form-box {
  background-color: #fff;
  border-radius: 28px;
  padding: 50px 40px;
}
.form-left-padding .form-box input[type=text], .form-left-padding .form-box input[type=tel], .form-left-padding .form-box input[type=email] {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #CECACA;
  padding: 12px 15px;
  font-size: 16px;
  margin-top: 17px;
}
.form-left-padding .form-box input[type=text]::-moz-placeholder, .form-left-padding .form-box input[type=tel]::-moz-placeholder, .form-left-padding .form-box input[type=email]::-moz-placeholder {
  color: #878181;
  font-weight: 100;
}
.form-left-padding .form-box input[type=text]::placeholder, .form-left-padding .form-box input[type=tel]::placeholder, .form-left-padding .form-box input[type=email]::placeholder {
  color: #878181;
  font-weight: 100;
}
.form-left-padding .form-box input[type=text]:focus, .form-left-padding .form-box input[type=tel]:focus, .form-left-padding .form-box input[type=email]:focus {
  outline: none;
}
.form-left-padding .form-box input[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #44B54F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  padding: 12px;
  margin: 20px 0 0;
  cursor: pointer;
}
.form-left-padding .form-box input[type=submit]:focus {
  outline: none;
}
.form-left-padding .form-box h3 {
  font-size: 20px;
  text-align: center;
}
.form-left-padding .form-box .pre-no {
  position: relative;
}
.form-left-padding .form-box .pre-no span {
  position: absolute;
  font-size: 16px;
  top: 9px;
  left: 10px;
}
.form-left-padding .form-box .pre-no input[type=tel] {
  padding-left: 43px;
}

.check-box {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.check-box label {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 18px;
}

.padding-lms {
  padding: 60px 0;
}

.para-text {
  text-align: center;
}
.para-text p {
  font-size: 22px;
}
.para-text p span {
  color: #D82729;
}
.para-text p:first-child {
  margin-bottom: 15px;
}

.gray-bg {
  background-color: #ececec;
  position: relative;
}
.gray-bg::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 40px;
  width: 70px;
  background-color: #C2C1BF;
}
.gray-bg::before {
  content: "";
  background-image: url(../images/design-5.png);
  background-repeat: no-repeat;
  background-size: 140px;
  width: 140px;
  height: 270px;
  position: absolute;
  bottom: -130px;
  right: 0;
}

.heading-2 {
  font-size: 35px;
  line-height: 1.2;
  position: relative;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
}
.heading-2 span {
  color: #D82729;
}
.heading-2::before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #D82729;
}

.wt-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 20px 20px 0;
  gap: 20px;
}
.wt-box::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  width: 85%;
  z-index: -1;
}
.wt-box h3 {
  font-size: 20px;
  color: #D82729;
  line-height: 1.2;
  margin-bottom: 6px;
}
.wt-box h3 span {
  color: #000;
  font-size: 14px;
}

.owl-carousel#love-foodhub .owl-item .wt-box img {
  width: 180px;
}
.owl-carousel#love-foodhub .owl-dots .owl-dot {
  background-color: rgba(232, 92, 94, 0.6);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 6px;
}
.owl-carousel#love-foodhub .owl-dots .owl-dot.active {
  background-color: #E85C5E;
}

.part-btn {
  text-align: right;
}

.be-part {
  background-color: #44B54F;
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
}

.red-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.red-boxes .red-box {
  background-color: #D82729;
  text-align: center;
  color: #fff;
  padding: 25px;
  border-radius: 16px;
  flex-basis: 250px;
  flex-grow: 1;
}
.red-boxes .red-box h3 {
  font-size: 25px;
}
.red-boxes .red-box p {
  font-size: 14px;
}

.order-food {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.order-food h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.order-food p {
  font-size: 16px;
}

.max-text {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 20px;
}
.max-text span {
  color: #D82729;
}

.max-bnr {
  position: relative;
  padding: 100px 0;
}
.max-bnr::before {
  content: " ";
  background-image: url(../images/max-profit.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
}
.max-bnr::after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  height: 40px;
  width: 70px;
  background-color: #C2C1BF;
}
.max-bnr .design-3 {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 200px;
}

.footer {
  background-color: #000;
  padding-top: 40px;
  position: relative;
}
.footer::after {
  content: "";
  background-image: url(../images/design-4.png);
  background-repeat: no-repeat;
  background-size: 160px;
  width: 160px;
  height: 310px;
  position: absolute;
  right: 0;
  top: -200px;
}
.footer .footer-menus {
  color: #fff;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.footer .footer-menus .fmenu h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.footer .footer-menus .fmenu a {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-top: 7px;
}
.footer .footer-menus .fmenu .social-media a {
  display: inline-block;
  margin-right: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .footer-menus .fmenu p {
  margin-bottom: 5px;
  font-size: 16px;
}
.footer .footer-menus .fmenu address {
  font-style: normal;
  font-size: 15px;
}
.footer .copy-right {
  text-align: center;
  padding: 30px 0px 15px 0px;
}
.footer .copy-right p {
  font-size: 14px;
  color: #fff;
}

.popup-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 3;
}

.pos-relative {
  position: relative;
}

.vidoe-close {
  position: absolute;
  top: -20px;
  right: -24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videos {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.overlay2 {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.success-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}
.success-popup .popup-box {
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  position: relative;
}
.success-popup .popup-box h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.success-popup .popup-box p {
  font-size: 18px;
  margin-bottom: 12px;
}
.success-popup .popup-box p span {
  font-weight: 600;
}
.success-popup .popup-box .close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  cursor: pointer;
}

.pt_links a {
  text-decoration: none;
}

.popup-social-media {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.popup-social-media a img {
  filter: brightness(0.3);
  width: 32px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

.show .success-popup {
  display: block;
  animation: toptocenter 1s;
}
@keyframes toptocenter {
  from {
    opacity: 0;
    top: 30%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
.show .overlay {
  display: block;
}

.form-left-padding.form-popup {
  padding-left: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}
.form-left-padding.form-popup .form-box {
  max-width: 400px;
  position: relative;
}
.form-left-padding.form-popup .form-box .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.form-show .form-left-padding.form-popup {
  display: block;
}
.form-show .overlay {
  display: block;
}

@media (max-width: 767px) {
  .banner-img {
    text-align: center;
    background-size: contain;
    padding-bottom: 0;
  }
  .banner-img::after {
    display: none;
  }
  .banner-img::before {
    display: none;
  }
  .ban-text-bg {
    position: relative;
    left: auto;
    padding: 20px;
    margin-top: 50px;
    box-shadow: 0 0px 22px 0 rgba(31, 38, 135, 0.37);
  }
  .ban-text-bg h1 {
    font-size: 25px;
  }
  .form-left-padding {
    padding-left: 0;
  }
  .form-left-padding .form-box {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .form-left-padding .form-box h3 {
    font-size: 16px;
  }
  .form-left-padding .form-box input[type=text], .form-left-padding .form-box input[type=tel], .form-left-padding .form-box input[type=email] {
    padding: 12px 15px;
    font-size: 15px;
    margin-top: 10px;
  }
  .form-left-padding .form-box input[type=submit] {
    font-size: 16px;
  }
  .check-box label {
    font-size: 13px;
    text-align: left;
    width: 260px;
  }
  .padding-lms {
    padding: 30px 0;
  }
  .para-text p {
    font-size: 16px;
  }
  .para-text p br {
    display: none;
  }
  .heading-2 {
    font-size: 22px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .heading-2 br {
    display: none;
  }
  .heading-2::before {
    display: none;
  }
  .wt-box {
    flex-direction: column;
    padding: 20px;
    gap: 0;
    text-align: center;
  }
  .wt-box::before {
    width: 100%;
  }
  .clnt-text {
    padding: 15px;
  }
  .owl-dots {
    text-align: center;
  }
  .part-btn {
    text-align: center;
  }
  .be-part {
    font-size: 16px;
  }
  .red-boxes {
    margin-top: 30px;
    gap: 20px;
  }
  .red-boxes .red-box img {
    width: 80px;
  }
  .red-boxes .red-box h3 {
    font-size: 20px;
  }
  .gray-bg::after, .gray-bg::before {
    display: none;
  }
  .order-food {
    margin-top: 20px;
  }
  .order-food img {
    width: 80px;
  }
  .order-food h3 {
    font-size: 16px;
  }
  .order-food p {
    font-size: 15px;
  }
  .max-bnr {
    padding: 30px;
    text-align: center;
  }
  .max-bnr::after {
    display: none;
  }
  .max-bnr::before {
    width: 100%;
    box-shadow: inset 0 0 250px #fff;
  }
  .max-bnr .design-3 {
    display: none;
  }
  .footer::after {
    display: none;
  }
  .max-text {
    font-size: 25px;
  }
  .fmenu {
    flex: 0 0 170px;
  }
  .popup-center {
    width: auto;
    top: 40%;
    transform: none;
    left: auto;
    width: 100%;
    padding: 15px;
  }
  .popup-center .videos {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
  }
  .vidoe-close {
    top: -30px;
    right: 0;
  }
  .right-img {
    bottom: -20px;
    width: 40%;
  }
  .left-img {
    position: absolute;
    left: -20px;
    bottom: -30px;
    width: 25%;
  }
  .success-popup .popup-box {
    width: -moz-max-content;
    width: max-content;
  }
  .form-left-padding.form-popup .form-box {
    max-width: unset;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-img::after, .banner-img::before, .gray-bg::after, .gray-bg::before, .max-bnr::after, .max-bnr .design-3, .footer::after {
    display: none;
  }
  .banner-img {
    padding: 30px 0;
    background-position: bottom;
  }
  .banner-img .row {
    align-items: center;
  }
  .form-left-padding {
    padding-left: 0;
  }
  .form-left-padding .form-box {
    padding: 20px;
  }
  .form-left-padding .form-box h3 {
    font-size: 18px;
  }
  .ban-text-bg {
    padding: 25px;
    position: relative;
    bottom: auto;
  }
  .ban-text-bg h1 {
    font-size: 28px;
  }
  .padding-lms {
    padding: 30px 0;
  }
  .para-text p {
    font-size: 18px;
  }
  .para-text p br {
    display: none;
  }
  .heading-2 {
    font-size: 25px;
  }
  .wt-box {
    flex-direction: column;
    padding: 20px;
  }
  .wt-box::before {
    width: 100%;
  }
  .red-boxes .red-box img {
    width: 80px;
  }
  .red-boxes .red-box h3 {
    font-size: 18px;
  }
  #love-foodhub .owl-dots {
    text-align: center;
  }
  .part-btn {
    text-align: center;
  }
  .order-food img {
    width: 70px;
  }
  .order-food h3 {
    font-size: 14px;
  }
  .order-food p {
    font-size: 13px;
  }
  .max-bnr {
    padding: 30px 0;
  }
  .max-text {
    font-size: 25px;
  }
  .fmenu {
    flex: 0 0 170px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-img::before, .footer::after {
    display: none;
  }
  .form-left-padding {
    padding-left: 40px;
  }
  .ban-text-bg h1 {
    font-size: 30px;
  }
  .para-text p {
    font-size: 18px;
  }
  .order-food img {
    width: 80px;
  }
  .order-food h3 {
    font-size: 16px;
  }
  .red-boxes .red-box {
    flex-basis: 200px;
  }
  .red-boxes .red-box img {
    width: 80px;
  }
  .max-bnr {
    padding: 50px 0;
  }
  .max-text {
    font-size: 35px;
  }
  .fmenu {
    flex: 0 0 180px;
  }
}
@media (min-width: 1501px) and (max-width: 1920px) {
  .form-left-padding {
    padding: 0 120px;
  }
}/*# sourceMappingURL=style.css.map */

/* floating form start */
.floating-form {
  position: fixed;
  bottom: -202px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: 0.5s;
}
.float-banner {
  position: relative;
  text-align: center;
}
.show-float-form .floating-form {
  bottom: 0;
}
.floating-form form {
  position: relative;
}
.floating-form .pop-close {
  top: 2px;
  right: 8px;
}
.floating-form label {
  font-size: 20px;
  font-weight: 700;
}
.float-input {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.float-input .submit-btn {
  margin-top: 0;
  height: auto;
}
.float-inline {
  display: inline-block;
  position: relative;
}
.pop-close {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}
.popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.show-onload-form {
  overflow-y: hidden;
}
.show-onload-form .onload-form,
.show-onload-form .popup-overlay {
  display: block;
}
.form-img .pop-close {
  position: absolute;
  top: 10px;
  right: 70px;
  cursor: pointer;
  color: white;
}
/* onload form start */
.onload-form {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  /* width: 850px; */
  /* background-color: #fff; */
  border-radius: 15px;
  display: none;
}
.form-img {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  max-width: 85%;
  margin: auto;
}
.form-img form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.form-img form label {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.form-img .pop-close {
  position: absolute;
  top: 10px;
  right: 70px;
  cursor: pointer;
  color: white;
}
.pop-input input {
  margin-bottom: 15px;
}
.code-no {
  position: relative;
}
.code-no.show input {
  padding-left: 45px;
  transition: 0.5s;
}
.code-no span {
  position: absolute;
  top: 7px;
  left: 15px;
  opacity: 0;
  display: none;
  transition: 5s;
}
.code-no.show span {
  opacity: 1;
  display: block;
}
/* floating form end */

@media (max-width: 767px) {
  .scroll_adj {
    top: -110px;
  }
  .float-input {
    grid-template-columns: repeat(1, 1fr);
  }
  .floating-form {
    bottom: -312px;
  }
  .floating-form label {
    font-size: 18px;
    display: block;
    text-align: center;
  }
  .floating-form .pop-close {
    top: -4px;
    right: 0px;
    font-size: 13px;
  }
  /* onload form start */
  .onload-form {
    /* width: auto; */
    width: 100%;
  }
  .form-img {
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }
  .form-img form {
    padding: 15px 35px;
    position: unset;
  }
  .form-img .pop-close {
    right: 45px;
}
  .form-img form label {
    font-size: 20px;
    margin-bottom: 10px;
  }
}</pre></body></html>