@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Century-Gothic";
  src: url(../fonts/CenturyGothic.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Black-Mango-bold";
  src: url(../fonts/BlackMango-Bold.otf);
  font-display: swap;
}

@font-face {
  font-family: "Black-Mango-medium";
  src: url(../fonts/BlackMango-Medium.otf);
  font-display: swap;
}

@font-face {
  font-family: "Black-Mango-regular";
  src: url(../fonts/BlackMango-Regular.otf);
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  margin: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  margin: 0px;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid transparent;
}

a:hover,
a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

p {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Black-Mango-medium";
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
a,
input,
select,
button,
textarea,
p,
img {
  margin: 0px;
  padding: 0px;
}

span,
a {
  display: inline-block;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out 0s;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0px auto;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding-bottom: 20px;
  transition: 0.3s;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger span {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger span:last-child {
  margin-bottom: 0px;
}

.hamburger button {
  background: transparent;
  border: none;
}

.overflow {
  overflow: hidden;
}

.innerHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.head-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbtn {
  border-radius: 100px;
  background: var(--Light-Green, #d2e177);
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  width: 153px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbtn:hover{
    background: var(--Light-Green, #a9c206);
}

.banner-section {
  height: auto;
  padding-bottom: 152px;
  position: relative;
  z-index: 1;
  padding-top: 125px;
  width: 100%;
  background: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ban-aft.png);
  background-repeat: no-repeat;
  background-size: cover;
  background: rgba(0, 0, 0, 0.55);
} */

.ban-content {
  position: relative;
  z-index: 1;
}

.ban-content h1 {
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-weight: 500;
  line-height: 124%;
  text-transform: capitalize;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.ban-a {
  color: var(--ffffff, #fff);
  font-size: 18.333px;
  font-weight: 600;
  border-radius: 130.952px;
  background: var(--Orange, #fa563f);
  width: 200px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 18px;
}

.ban-a:hover{
    background: var(--Orange, #f12004);
}

.food-section {
  background: #f7f7f7;
  padding-top: 12px;
  position: relative;
  padding-bottom: 112px;
}

.food-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 261.499px;
  height: 258px;
  background-image: url(../images/food-after.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.food-content h2 {
  color: var(--Black, #000);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 145%;
  text-transform: capitalize;
}

.food-props {
  margin-top: 46px;
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.prop-box {
  width: 33%;
  background-color: #fff;
  padding: 30px 23px 38px 29px;
}

.prop-box h3 {
  color: var(--Orange, #fa563f);
  font-size: 34px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 12px;
  margin-top: 6px;
}

.prop-box p {
  color: #464039;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  text-transform: capitalize;
}

.testimonial-section {
  background: var(--Orange, #fa563f);
  width: 100%;
  padding-top: 58px;
  padding-bottom: 120px;
}

.customer-top h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 145%;
  text-transform: capitalize;
  width: 50%;
}

.customer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}

.testimonial-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 64px;
  position: relative;
  z-index: 5;
}

.customer-slider-box {
  background: #e24630;
  width: 62%;
  display: flex !important;
  gap: 18px;
  padding: 18px;
}

.customer-desc {
  position: relative;
  border: 0.828px solid #e5eaf4;
  background: #fff;
  box-shadow: 0px 12.421px 28.983px 0px rgba(0, 0, 0, 0.05);
  width: 50%;
  padding: 24px 30px 32px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.desc-top span {
  margin-top: 16px;
  color: var(--Orange, #fa563f);
  font-size: 16.562px;
  font-style: italic;
  font-weight: 600;
  line-height: 164.5%;
}

.desc-top p {
  color: #464039;
  font-size: 20px;
  font-weight: 500;
  line-height: 160.5%;
}

.customer-img {
  width: 50%;
  height: 100%;
  /* height: 485px; */
}

.desc-bottom p {
  color: var(--Footer-Grey, #414141);
  font-size: 20px;
  font-weight: 600;
  line-height: 137.5%;
  text-transform: capitalize;
}

.customer-slider {
  display: flex;
  gap: 16px;
}

.customer-slider.slick-initialized .slick-slide {
  margin-left: 16px;
}

.customer-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  bottom: 467px;
  z-index: 1;
  right: 100px;
  display: flex;
  justify-content: flex-end;
  left: -144px;
}

.customer-slider .slick-dots li {
  width: 16px;
  height: 3px;
  background: #d9d9d9;
}

.customer-slider .slick-dots li.slick-active button:before,
.customer-slider .slick-dots li button:before {
  visibility: hidden;

}

.customer-slider .slick-prev {
  right: 270px !important;
  left: auto;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.customer-slider .slick-next {
  right: 82px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -58px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next:before {
  content: url(../images/next.svg);
}

.slick-prev:before {
  content: url(../images/prev.svg);
}

.customer-slider .slick-next:hover,
.customer-slider .slick-prev:hover {
  border-radius: 48px;
  border: 1px solid #eaeaea;
  opacity: 0.3;
  background: #fff;
}

#footer {
  width: 100%;
  background: #000;
  padding-top: 188px;
  padding-bottom: 32px;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-images {
  display: flex;
  gap: 10px;
}

.privacy {
  display: flex;
  gap: 15px;
}

.privacy a {
  color: #f3f1ee;
  font-family: "Century-Gothic";
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  opacity: 0.6;
}

.foot-logo {
  padding-bottom: 68px;
  width: fit-content;
  margin: 0 auto;
}

.customer-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.customer-img img {
  min-height: 378px;
}



.customer-desc {
  height: 100%;
  min-height: 378px;
}

.customer-slider-box{
  height: 425px;
}


.customer-slider .slick-dots li.slick-active {
  background: black;
}
