/**************************/
/**************************/
/*        Global          */
/**************************/
/**************************/
html,
body {
  font-size: 16px;
}
@media (max-width: 568px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  html,
  body {
    font-size: 13px;
  }
}

* {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 0 !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.animated-element {
  animation: rotateAndScale 45s infinite linear;
}

@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**************************/
/**************************/
/*        hero            */
/**************************/
/**************************/
.hero {
  min-height: 100vh;
}
.hero__bg {
  background: url("../images/BG.png") no-repeat 5% 85%;
  background-size: cover;
}
@media (max-width: 768px) {
  .hero__bg {
    background-position: center center;
  }
}

/**************************/
/**************************/
/*        navbar          */
/**************************/
/**************************/
.navbar {
  padding-block: 1rem;
}
.navbar__logo {
  width: 50px;
  height: 50px;
}
.navbar__logo img {
  width: 100%;
}
@media (max-width: 568px) {
  .navbar .container {
    flex-direction: column;
  }
}
.navbar__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (max-width: 568px) {
  .navbar__items {
    width: 100%;
    justify-content: space-around;
  }
}
.navbar__items .item {
  margin-inline-end: 1rem;
}
.navbar__items .item:last-of-type {
  margin-inline-end: 0;
}
.navbar__items .item a {
  font-size: 1.25rem;
  color: #211e1f;
}
.navbar__items .item a.active {
  color: #62ba80;
  font-weight: 400;
}
@media (max-width: 568px) {
  .navbar__items .item {
    margin-inline-end: 0;
  }
}

/**************************/
/**************************/
/*        Full Sub        */
/**************************/
/**************************/
.sub__header {
  font-size: 2.5rem;
  color: #62ba80;
  font-weight: 700;
  margin-block: 3rem;
  text-align: center;
}
.sub__header span {
  color: #62ba80;
}
.sub__ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.sub__ul .item {
  text-align: center;
}
.sub__ul .item figure img {
  width: 100%;
  margin-bottom: 1rem;
}
.sub__title {
  color: #62ba80;
  font-size: 1.25rem;
  font-weight: 500;
}

/**************************/
/**************************/
/*         OUR MENU       */
/**************************/
/**************************/
.menu {
  text-align: center;
  margin-block: 3.5rem;
}
.menu header {
  margin-bottom: 2rem;
}
.menu header h2 {
  color: #62ba80;
  font-size: 1.25rem;
  font-weight: 700;
}
.menu header h3 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #010f1c;
}
.menu__items {
  margin-bottom: 4rem;
}
.menu__items .item:first-of-type p {
  color: #62ba80;
}
.menu__items .item figure img {
  width: 75%;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .menu__items .item figure img {
    width: 50%;
  }
}
.menu__items .item p {
  font-size: 1.5rem;
}
.menu__dishs .dish {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.menu__dishs .dish__fig {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.menu__dishs .dish__fig img {
  width: 100%;
}
.menu__dishs .dish__desc {
  padding: 0.5rem;
}
.menu__dishs .dish__desc h4 {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: start;
  margin-bottom: 1rem;
}
.menu__dishs .dish__details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__dishs .dish__details p {
  font-size: 1rem;
  font-weight: bold;
  color: #211e1f;
}
.menu__dishs .dish__details p span {
  color: #62ba80;
  margin-inline-end: 0.15rem;
}
.menu__dishs .dish__details button {
  border-radius: 999px !important;
  color: white;
  font-size: 0.75rem !important;
}

/**************************/
/**************************/
/*        Our Goals       */
/**************************/
/**************************/
.goals {
  margin-block: 5rem;
  padding-block: 3rem;
  background: url("../images/our-goals-bg.png") no-repeat center center;
}
.goals__note {
  display: flex;
  flex-direction: column-reverse;
}
.goals__note p {
  width: 50%;
  background: white;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #62ba80;
}
.goals__sec {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: white;
}
.goals__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #3a3a3a;
}
.goals__desc {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.goals .btn {
  color: white;
  width: 200px;
  font-weight: 500;
}

/**************************/
/**************************/
/*        Services        */
/**************************/
/**************************/
.main {
  padding-block: 3.5rem;
}
.main__logo {
  width: 190px;
}
.main__logo img {
  width: 100%;
}
@media (max-width: 568px) {
  .main__logo {
    margin-inline: auto;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  .main {
    text-align: center;
  }
}
.main__header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #211e1f;
  margin-bottom: 1.5rem;
}
.main__header span {
  color: #62ba80;
}
.main__header__desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  color: #484848;
}
@media (max-width: 568px) {
  .main__header h2 {
    font-size: 2.5rem;
  }
}
.main__fig {
  width: 85%;
  margin-inline: auto;
}
.main__fig img {
  width: 100%;
}
.main__desc {
  color: #211e1f;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.main__btn {
  width: 50%;
  padding-block: 1rem;
  background-color: #62ba80;
  border-radius: 999px;
  position: relative;
  color: white !important;
}
.main__btn:hover,
.main__btn:focus,
.main__btn:active {
  color: white !important;
}
.main__btn a {
  font-size: 1.25rem;
  font-weight: bold;
  color: white !important;
}
.main__btn a:hover,
.main__btn a:focus,
.main__btn a:active {
  color: white;
}
.main__btn:hover,
.main__btn:focus {
  background-color: #62ba80 !important;
}
.main__btn:active {
  background-color: rgba(98, 186, 128, 0.9) !important;
}
@media (max-width: 568px) {
  .main__btn {
    margin-bottom: 2rem;
  }
}

/**************************/
/**************************/
/*        Services        */
/**************************/
/**************************/
.services {
  padding-block: 2.5rem;
}
.services__header {
  text-align: center;
  margin-bottom: 2rem;
}
.services__header span {
  color: #62ba80;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
}
.services__header h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #211e1f;
}
.services__item {
  text-align: center;
}
.services__item figure {
  height: 230px;
}
.services__item figure img {
  height: 100%;
}
.services__item h4 {
  color: #211e1f;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.services__item p {
  font-size: 1.125rem;
  color: #211e1f;
  font-weight: 400;
}

/**************************/
/**************************/
/*          Plan          */
/**************************/
/**************************/
.plan {
  padding-block: 3.5rem;
}
.plan__upper {
  padding-block: 2rem;
}
.plan__header {
  text-align: center;
}
.plan__header span {
  color: #62ba80;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.plan__header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #211e1f;
  margin-bottom: 1.25rem;
}
.plan__btns {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.plan__btns button {
  border-radius: 999px;
  width: 150px;
  margin-inline-end: 0.5rem;
}
.plan__btns button:last-of-type {
  margin-inline-end: 0;
}
.plan__btns .primary {
  background: #62ba80;
  color: white;
}
.plan__btns .secondary {
  background: white;
  color: #62ba80;
  border: 1px solid #62ba80;
}
.plan__navigators {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
.plan__navigators::after {
  content: "";
  position: absolute;
  background: #c6c6c6;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  bottom: 0;
  left: 0;
  right: 0;
}
.plan__nav-item {
  flex: 1;
  text-align: center;
  font-size: 1.625rem;
  color: #c6c6c6;
  padding-block: 1rem;
}
@media (max-width: 768px) {
  .plan__nav-item {
    font-size: 0.95rem;
  }
}
.plan__nav-item.active {
  color: #62ba80;
  position: relative;
}
.plan__nav-item.active::after {
  content: "";
  position: absolute;
  background: #62ba80;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.plan__items .meal {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  border-radius: 1.5625rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .plan__items .meal {
    margin-bottom: 60px;
  }
}
.plan__items .meal__fig {
  width: 120px;
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translateX(-50%);
}
.plan__items .meal__fig img {
  width: 100%;
}
.plan__items .meal__header {
  padding-top: 4.255555rem;
  text-align: center;
  font-size: 1.45rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #211e1f;
}
@media (max-width: 992px) {
  .plan__items .meal__header {
    padding-top: 5.5rem;
  }
}
.plan__items .meal__list {
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}
.plan__items .meal__list li {
  color: #545454;
  font-size: 1.125rem;
}
.plan__items .meal__list img {
  margin-inline-end: 0.5rem;
}
.plan__items .meal__price {
  color: #211e1f;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}
.plan__items .meal__price .price {
  color: #62ba80;
}
.plan__items .meal__price .week {
  color: #c6c6c6;
  font-size: 0.75rem;
}
.plan__items .meal__btn {
  color: white;
  font-size: 1rem;
  background: #62ba80;
  border-radius: 999px;
  width: 100%;
  margin-bottom: 2rem;
}

/**************************/
/**************************/
/*        Download        */
/**************************/
/**************************/
.download {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  background: url("../images/download-app-bg.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .download {
    text-align: center;
  }
}
.download__header span {
  color: #62ba80;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.download__header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #211e1f;
  margin-bottom: 1.25rem;
}
.download__desc {
  font-size: 1.15rem;
  color: #211e1f;
}
@media (max-width: 768px) {
  .download__desc {
    margin-bottom: 1.875rem;
  }
}
.download__figure {
  width: 85%;
  margin-bottom: 0;
}
.download__figure img {
  width: 100%;
}
.download__btns {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .download__btns {
    flex-direction: column;
  }
}
.download__btn {
  margin-inline-end: 0.5rem;
}
@media (max-width: 768px) {
  .download__btn {
    margin-bottom: 1rem;
  }
}
.download__section-first {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/**************************/
/**************************/
/*        Footer          */
/**************************/
/**************************/
.footer {
  background: #62ba80;
  padding-block: 1rem;
}
.footer__logo {
  font-size: 2rem;
  color: white !important;
  font-weight: 700;
}
@media (max-width: 568px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footer__fig {
  width: 161px;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .footer__fig {
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.footer__fig img {
  width: 100%;
  height: 100%;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
@media (max-width: 568px) {
  .footer__links {
    justify-content: space-around;
  }
}
.footer__links .item {
  margin-inline-end: 1rem;
  list-style-type: none;
}
.footer__links .item:last-of-type {
  margin-inline-end: 0;
}
@media (max-width: 568px) {
  .footer__links .item {
    margin-inline-end: 0;
  }
}
.footer__links a {
  font-size: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.footer__links a:hover,
.footer__links a:focus {
  color: white;
  text-decoration: none;
}

/**************************/
/**************************/
/*        Sub Footer      */
/**************************/
/**************************/
.sub-footer {
  padding: 1rem;
  background: #62ba80;
  color: white;
}
.sub-footer__social {
  display: flex;
  justify-content: center;
}
.sub-footer__social a {
  margin-inline-end: 1rem;
}
@media (max-width: 768px) {
  .sub-footer__contact {
    margin-top: 1.5rem;
  }
}
.sub-footer__contact img {
  margin-inline-end: 0.25rem;
}
.sub-footer__contact .contact {
  font-weight: 500;
  margin-inline-end: 0.25rem;
}
.sub-footer__contact .contact .number {
  color: white;
}
.sub-footer__contact .contact .number:hover {
  text-decoration: none;
  color: white;
}
@media (max-width: 768px) {
  .sub-footer__contact {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .sub-footer {
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
