.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
}

.delay-6 {
  animation-delay: 1.2s;
}

.delay-7 {
  animation-delay: 1.4s;
}

.delay-8 {
  animation-delay: 1.6s;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 16px;
  scroll-behavior: smooth;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #7a7a7b;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* responsive */
.header {
  background-color: #f0f3f7;
  box-shadow: rgba(100, 100, 100, 0.2) 0px 2px 8px 2px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header .header__wrap {
  display: flex;
  max-width: 1319px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.header .header__wrap .header__logo {
  color: #0f9d58;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: none;
}

.header .header__wrap .header__menu {
  display: flex;
  list-style: none;
}

.header .header__wrap .header__menu .header__menu--item {
  color: #7a7a7b;
  background-color: #f0f3f7;
  border-radius: none;
  border: 1px solid #f0f3f7;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  margin-right: 1rem;
  cursor: pointer;
}

.header .header__wrap .header__menu .header__menu--item .header__menu--link:hover {
  color: #fff;
}

.header .header__wrap .header__menu .active {
  background-color: #0f9d58;
  border-radius: 1.1rem;
}

.header .header__wrap .header__menu .active a {
  color: #fff9ef;
}

.header .header__wrap .header__menu .header__menu--item:hover {
  background-color: #0f9d58;
  border-radius: 1.1rem;
}

.header .header__wrap .header__menu .header__menu--item:hover a {
  color: #fff9ef;
}

.header .header__wrap .header__cart {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f9d58;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.header .header__wrap .header__cart:hover {
  background-color: #0f9d58;
  color: #fff;
  border-radius: 1.1rem;
}

@media screen and (max-width: 768px) {
  .header .header__wrap {
    justify-content: space-between;
  }
  .header .header__wrap .header__logo {
    font-size: 3rem;
  }
  .header .header__wrap .header__menu {
    display: none;
  }
  .header .header__wrap .header__cart {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .header .header__wrap .header__menu {
    display: none;
  }
}

.footer {
  color: #fff;
  padding: 9rem 0;
}

.footer h1 {
  color: #0f9d58;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: none;
}

.footer .footer__detail {
  transform: translateY(-10%);
}

.footer .footer__detail .footer__input {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 2rem;
  border: 2.5px solid #0f9d58;
  display: flex;
  justify-content: space-between;
}

.footer .footer__detail .footer__input input {
  outline: none;
  border: none;
  color: #0f9d58;
  background-color: transparent;
}

.footer .footer__detail .footer__input button {
  color: #fff;
  background-color: #0f9d58;
  border-radius: 1.1rem;
  border: 1px solid #0f9d58;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .footer .footer__detail .footer__input {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 920px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer__input button {
    transform: translateX(-10%);
  }
}

@media screen and (max-width: 576px) {
  .footer {
    font-size: 13px;
  }
  .footer h1 {
    font-size: 2rem;
  }
}

.about {
  background-color: #f0f3f7;
  padding: 9rem 0;
}

.about .container .about__image .about__img {
  height: 400px;
  width: 700px;
  box-shadow: 0px 2px 10px 6px rgba(100, 100, 111, 0.2);
}

.about .container .about__wrap {
  display: flex;
  text-align: center;
  align-items: center;
}

.about .container .about__wrap .about__content {
  transform: translateX(-4rem);
  box-shadow: rgba(100, 100, 100, 0.2) 0px 2px 8px 2px;
  padding: 3.5rem;
  color: #000021;
  background-color: #fff;
  border-radius: 2rem;
  border: 1.5px solid #fff9ef;
  padding: none none;
  font-weight: 600;
}

.about .container .about__wrap .about__content .about__content--title {
  padding-bottom: 1.5rem;
  color: #7a7a7b;
  color: #7a7a7b;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.about .container .about__wrap .about__content .about__content--title .about__tittle--color {
  color: #0f9d58;
}

.about .container .about__wrap .about__content .about__content--text {
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .about .container .about__content {
    transform: translate(-6rem, -4rem) !important;
  }
}

@media screen and (max-width: 992px) {
  .about .container .about__image .about__img {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    background-image: url(../assets/dan-gold-4_jhDO54BYg-unsplash.jpg);
    background-attachment: fixed;
  }
  .about .container .about__image {
    display: none;
  }
  .about .container .about__content {
    transform: translate(0) !important;
  }
}

.home {
  padding-top: 9rem;
  height: 780px;
}

.home .container .home__title .home__text {
  color: #0f9d58;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
}

.home .container .home__title .home__content {
  margin-bottom: 2rem;
  line-height: 1.6;
}

.home .container .home__title .home__button {
  margin-top: 1rem;
  transition: all 0.5s;
  color: #0f9d58;
  background-color: #fff;
  border-radius: 1.1rem;
  border: 2px solid #0f9d58;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
}

.home .container .home__title .home__button:hover {
  color: #fff;
  background-color: #0f9d58;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .home .container .home__title .home__text {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .home .container .home__title .home__text {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .home .container .home__title {
    width: 100%;
  }
}

#menu {
  text-align: center;
  padding: 13rem 0;
}

#menu .food-menu {
  padding: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#menu .food-menu__content {
  color: #7a7a7b;
  font-size: 1.5rem;
}

#menu .food-menu__content span {
  color: #0f9d58;
}

#menu .food-menu__title {
  margin: 2rem 0;
}

#menu .food-menu__category {
  text-align: start;
}

#menu .food-menu__category ul {
  display: block;
}

#menu .food-menu__category li {
  list-style: none;
  display: inline-block;
}

#menu .food-menu__category li button {
  margin: 0 1rem;
  white-space: nowrap;
  color: #fff;
  background-color: #0f9d58;
  border-radius: 1.5rem;
  border: 1px solid #0f9d58;
  padding: 0.5rem 2.5rem;
  font-weight: 600;
  background-color: transparent;
  color: #0f9d58;
  transition: all 0.2s linear;
}

#menu .food-menu .food-menu__filter button:hover,
#menu .food-menu .food-menu__filter button.active {
  background-color: #0f9d58;
  color: #fff;
}

#menu .food-menu .food-menu__wrap {
  margin-top: 2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#menu .food-menu .food-menu__wrap--item {
  height: 460px;
  border-radius: 2rem;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

#menu .food-menu .food-menu__wrap--item:hover {
  border-radius: 2rem;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#menu .food-menu .food-menu__wrap--img {
  overflow: hidden;
  border-radius: 2rem;
}

#menu .food-menu .food-menu__wrap--img .wrap__img--hover {
  transition: all 0.5s ease-in-out;
}

#menu .food-menu .food-menu__wrap--img .wrap__img--hover:hover {
  transform: scale(2.5) rotate(45deg);
}

#menu .food-menu .food-menu__wrap--img .bg-img-ipsum {
  height: 265px;
  width: 435px;
  transform: translateX(-15%);
}

#menu .food-menu .food-menu__wrap--img .bg-img-dolor {
  height: 265px;
  width: 403px;
  transform: translateX(-20%);
}

#menu .food-menu .food-menu__wrap--info {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 0 1rem;
}

#menu .food-menu .food-menu__wrap--info .food-menu__wrap--text h3 {
  color: #7a7a7b;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: none;
}

#menu .food-menu .food-menu__wrap--info .food-menu__wrap--cart {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f9d58;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#menu .food-menu .food-menu__wrap--info .food-menu__wrap--cart:hover {
  background-color: #0f9d58;
  color: #fff;
  border-radius: 1.1rem;
}

#menu .food-menu .food-menu__wrap--info > div:first-child {
  text-align: left;
}

@media screen and (max-width: 992px) {
  #menu .food-menu .food-menu__category .food-menu__filter li {
    margin-bottom: 1rem;
  }
  #menu .food-menu .food-menu__wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #menu .food-menu .food-menu__wrap--item {
    display: inline-block;
    height: 450px;
    width: 310px;
  }
}

#testimonial {
  padding: 9rem 0;
  background-color: #f0f3f7;
}

#testimonial .feedback__wrap {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#testimonial .feedback__wrap.active {
  transform: scale(1.2) !important;
}

#testimonial .feedback__wrap .feedback__content {
  padding: 3rem;
  border-bottom: 2px solid #7a7a7b;
  position: relative;
}

#testimonial .feedback__wrap .feedback__content .feedback__title {
  text-align: center;
}

#testimonial .feedback__wrap .feedback__content .feedback__img {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  width: 5rem;
  height: 5rem;
  transform: translateX(-50%);
  border-radius: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#testimonial .feedback__wrap .feedback__info {
  text-align: center;
  padding: 3rem;
}

#testimonial .feedback__wrap .feedback__info .feedback__name {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: none;
}

#testimonial .feedback__wrap .feedback__info .feedback__rating {
  margin-top: 2rem;
  color: #0f9d58;
}

@media screen and (max-width: 992px) {
  #testimonial .feedback__wrap.active {
    transform: unset !important;
  }
}

.container {
  width: 100%;
  max-width: 1319px;
  margin: 0 auto;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fix {
  background-attachment: fixed;
}

/* GRID SYSTEM */
.row {
  display: flex;
  flex-wrap: wrap;
}

[class*="col-"] {
  padding: 1rem;
}

.mb__nav {
  display: none;
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .mb__nav {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    box-shadow: rgba(100, 100, 100, 0.2) 0px 7px 29px 0px;
  }
  .mb__nav .mb__nav--item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 25%;
    padding: 1rem 0;
    transition: all 0.5s ease-in-out;
  }
  .mb__nav .mb__nav--item i,
  .mb__nav .mb__nav--item a {
    font-size: 2rem;
    color: #9da2ad;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  .mb__nav .mb__nav--item.active i {
    color: #fff;
  }
  .mb__nav .mb__move {
    position: absolute;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: #0f9d58;
    transition: 0.5s ease-in-out;
  }
}

body {
  position: relative;
}

body .back-to-top {
  position: fixed;
  right: -30px;
  bottom: 20%;
  z-index: 9999;
  display: inline-block;
  height: 45px;
  width: 40px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  color: #fff;
  background-color: #0f9d58;
  text-align: center;
  font-size: 2rem;
  opacity: 0.5;
  transition: all 0.3s;
}

body .back-to-top:hover {
  right: 0;
  opacity: 1;
}

body .back-to-top .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
}

body .back-to-top .bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22%;
}
/*# sourceMappingURL=main.css.map */