.cover {
  width: 100%;
  height: 120vh;
  min-height: 815px;
  max-height: 870px;
  position: relative;
  background: transparent;
}
.cover .cover-image {
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 245px;
  filter: brightness(95%);
}
.cover .content {
  padding-inline: 20px;
  padding-top: 145px;
  height: 100%;
  position: relative;
  background: unset;
}
.cover .content .text {
  text-align: center;
  position: relative;
  z-index: 100;
}
.cover .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 260px;
  height: 47px;
  margin-top: 25px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.cover .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.cover .content .text .cover-h1 {
  color: #19522f;
  font-size: 44px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.cover .content .text .cover-p {
  font-size: 18px;
  margin-bottom: 0;
  color: #19522f;
  opacity: 1;
}

.about-us {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  padding-block: 65px;
  padding-top: 85px;
}
.about-us .content {
  padding-inline: 20px;
  height: 100%;
  position: relative;
  background: unset;
}
.about-us .content .text {
  text-align: center;
  position: relative;
}
.about-us .content .text .badge1, .about-us .content .text .badge2, .about-us .content .text .badge3, .about-us .content .text .badge4 {
  display: none;
}
.about-us .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 240px;
  height: 47px;
  margin-top: 35px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.about-us .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.about-us .content .text h2 {
  color: #19522f;
  font-size: 38px;
  font-family: "Sedan", serif;
}
.about-us .content .text p {
  font-size: 16px;
  margin-bottom: 0;
  color: #19522f;
  opacity: 1;
}

.services {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  padding-block: 65px;
  background: #19522f;
  margin-top: 35px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.services .content {
  height: 100%;
  position: relative;
  background: unset;
  padding-inline: 20px;
}
.services .content .text {
  text-align: center;
  position: relative;
}
.services .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 240px;
  height: 47px;
  margin-top: 35px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.services .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.services .content .text h2 {
  color: rgba(255, 255, 255, 0.962);
  font-size: 38px;
  font-family: "Sedan", serif;
  margin-bottom: 20px;
}
.services .content .text p {
  font-size: 17px;
  margin-bottom: 0;
  color: rgb(254, 248, 224);
  opacity: 1;
}
.services .content .flex {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
  gap: 25px;
}
.services .content .flex .service {
  padding: 30px 40px;
  padding-top: 45px;
  background: #d9e45a;
  border-radius: 12px;
  height: auto;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.services .content .flex .service h2 {
  color: #19522f;
  font-family: "Sedan", serif;
  font-size: 30px;
  margin-bottom: 35px;
}
.services .content .flex .service img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 89%;
  height: 220px;
  border-radius: 4px;
  border-top-left-radius: 825px;
  border-top-right-radius: 825px;
}
.services .content .flex .service .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
  transform: translateY(-35px);
  border: 2px solid #19522f;
  background: #d9e45a;
  color: #19522f;
}
.services .content .flex .service .button:hover {
  color: #d9e45a;
  background: #19522f;
}

.popular {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  padding-block: 85px;
}
.popular .content {
  padding-inline: 20px;
  height: 100%;
  position: relative;
  background: unset;
}
.popular .content .text {
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}
.popular .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 240px;
  height: 47px;
  margin-top: 35px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.popular .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.popular .content .text h2 {
  color: #19522f;
  font-size: 38px;
  font-family: "Sedan", serif;
  margin-bottom: 15px;
}
.popular .content .text p {
  font-size: 17px;
  margin-bottom: 0;
  color: #19522f;
  opacity: 1;
}
.popular .content .image-one {
  width: 100%;
  position: relative;
}
.popular .content .image-one .image-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll 50s linear infinite;
}
.popular .content .image-one .image-track img {
  width: 250px;
  height: 390px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  margin-right: 20px;
  filter: brightness(95%);
}
.popular .content .image-two {
  width: 100%;
  position: relative;
  margin-top: 35px;
}
.popular .content .image-two .image-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scrollRight 65s linear infinite;
}
.popular .content .image-two .image-track img {
  width: 250px;
  height: 390px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  margin-right: 20px;
  filter: brightness(95%);
}
.popular .content .dish {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.popular .content .dish p {
  margin-top: 10px;
  font-size: 15px;
  color: #19522f;
  opacity: 0.88;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.gallery {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  padding-block: 65px;
  background: #19522f;
  margin-top: 35px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.gallery .content {
  height: 100%;
  position: relative;
  background: unset;
  padding-inline: 20px;
}
.gallery .content .text {
  text-align: center;
  position: relative;
}
.gallery .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 240px;
  height: 47px;
  margin-top: 35px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.gallery .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.gallery .content .text h2 {
  color: rgba(255, 255, 255, 0.962);
  font-size: 38px;
  font-family: "Sedan", serif;
  margin-bottom: 20px;
}
.gallery .content .text p {
  font-size: 17px;
  margin-bottom: 0;
  color: rgb(254, 248, 224);
  opacity: 1;
}
.gallery .content .flex {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 42px;
}
.gallery .content .flex img {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(92%);
}

.reviews {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  padding-block: 85px;
}
.reviews .content {
  padding-inline: 20px;
  height: 100%;
  position: relative;
  background: unset;
}
.reviews .content .text {
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}
.reviews .content .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19522f;
  background: #d9e45a;
  width: 240px;
  height: 47px;
  margin-top: 35px;
  border-radius: 25px;
  margin-inline: auto;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
}
.reviews .content .text .button:hover {
  background: #19522f;
  color: #d9e45a;
}
.reviews .content .text h2 {
  color: #19522f;
  font-size: 38px;
  font-family: "Sedan", serif;
  margin-bottom: 15px;
}
.reviews .content .text p {
  font-size: 17px;
  margin-bottom: 0;
  color: #19522f;
  opacity: 1;
}
.reviews .content .flex {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.reviews .content .flex .review-card {
  background-color: #19522f;
  color: white;
  max-width: 380px;
  margin: 0 auto;
  padding: 36px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.reviews .content .flex .review-card .stars {
  color: #d9e45a;
  margin-bottom: 20px;
  font-size: 24px;
}
.reviews .content .flex .review-card .quote {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.reviews .content .flex .review-card .author {
  font-family: "Sedan", serif;
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 25px;
}
.reviews .content .flex .review-card .author span {
  display: block;
  font-size: 13px;
  color: white;
  opacity: 0.7;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    width: 100%;
    height: 100vh;
    min-height: 735px;
    max-height: none;
    position: relative;
    background: transparent;
    margin-bottom: 830px;
  }
  .cover .cover-image {
    position: relative;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 795px;
    filter: brightness(98%);
  }
  .cover .content {
    padding-inline: 20px;
    padding-top: 155px;
    height: 100%;
    position: relative;
    background: unset;
    max-width: 1300px;
    margin-inline: auto;
  }
  .cover .content .text {
    text-align: center;
    position: relative;
    z-index: 100;
  }
  .cover .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 320px;
    height: 52px;
    margin-top: 55px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .cover .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .cover .content .text .cover-h1 {
    color: #19522f;
    font-size: 88px;
    margin-bottom: 24px;
    margin-top: 20px;
  }
  .cover .content .text .cover-p {
    font-size: 22px;
    margin-bottom: 0;
    color: #19522f;
    opacity: 1;
    max-width: 680px;
    margin-inline: auto;
  }
  .about-us {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding-block: 95px;
    padding-top: 125px;
  }
  .about-us .content {
    padding-inline: 50px;
    height: 100%;
    position: relative;
    background: unset;
    max-width: 1300px;
    margin-inline: auto;
  }
  .about-us .content .text {
    text-align: center;
    position: relative;
  }
  .about-us .content .text .badge1 {
    display: block;
    position: absolute;
    top: -20px;
    left: 5px;
    transform: rotate(6deg);
    background: rgba(216, 228, 90, 0.8431372549);
    color: #19522f;
    padding-inline: 22px;
    width: -moz-max-content;
    width: max-content;
    height: 43px;
    font-size: 16px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
  .about-us .content .text .badge2 {
    display: block;
    position: absolute;
    top: 60px;
    right: 25px;
    transform: rotate(1deg);
    background: rgba(216, 228, 90, 0.8431372549);
    color: #19522f;
    padding-inline: 22px;
    width: -moz-max-content;
    width: max-content;
    height: 43px;
    font-size: 16px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
  .about-us .content .text .badge3 {
    display: block;
    position: absolute;
    bottom: 179px;
    right: 180px;
    transform: rotate(14deg);
    background: rgba(216, 228, 90, 0.8431372549);
    color: #19522f;
    padding-inline: 22px;
    width: -moz-max-content;
    width: max-content;
    height: 43px;
    font-size: 16px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
  .about-us .content .text .badge4 {
    padding-inline: 22px;
    display: block;
    position: absolute;
    bottom: 150px;
    left: 145px;
    transform: rotate(-12deg);
    background: rgba(216, 228, 90, 0.8431372549);
    color: #19522f;
    width: -moz-max-content;
    width: max-content;
    height: 43px;
    font-size: 16px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
  .about-us .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 52px;
    margin-top: 125px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    background: #19522f;
    color: #d9e45a;
  }
  .about-us .content .text .button:hover {
    color: #19522f;
    background: #d9e45a;
  }
  .about-us .content .text h2 {
    color: #19522f;
    font-size: 72px;
    font-family: "Sedan", serif;
  }
  .about-us .content .text p {
    font-size: 20px;
    margin-bottom: 0;
    color: #19522f;
    opacity: 1;
  }
  .services {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding-block: 135px;
    background: #19522f;
    margin-top: 55px;
    border-top-left-radius: 165px;
    border-top-right-radius: 165px;
  }
  .services .content {
    height: 100%;
    position: relative;
    background: unset;
    padding-inline: 50px;
    max-width: 1400px;
    margin-inline: auto;
    /* (Optional) Stack to 1 per row on small screens */
  }
  .services .content .text {
    text-align: center;
    position: relative;
  }
  .services .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 240px;
    height: 47px;
    margin-top: 35px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .services .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .services .content .text h2 {
    color: rgba(255, 255, 255, 0.962);
    font-size: 72px;
    font-family: "Sedan", serif;
    margin-bottom: 35px;
  }
  .services .content .text p {
    font-size: 20px;
    margin-bottom: 0;
    color: rgb(254, 248, 224);
    opacity: 1;
    max-width: 680px;
    margin-inline: auto;
  }
  .services .content .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 55px;
    gap: 55px;
  }
  .services .content .flex .service {
    flex: 0 1 calc(50% - 12.5px);
    max-width: 40%;
    padding: 30px 40px;
    padding-top: 45px;
    background: #d9e45a;
    border-radius: 12px;
    height: auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  .services .content .flex .service:hover .button {
    transform: translateY(-85px);
  }
  .services .content .flex .service h2 {
    color: #19522f;
    font-family: "Sedan", serif;
    font-size: 38px;
    margin-bottom: 35px;
  }
  .services .content .flex .service img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 93%;
    height: 340px;
    border-radius: 4px;
    border-top-left-radius: 825px;
    border-top-right-radius: 825px;
  }
  .services .content .flex .service .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 50px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    transform: translateY(-35px);
    border: 1px solid #19522f;
    background: #d9e45a;
    color: #19522f;
  }
  .services .content .flex .service .button:hover {
    color: #d9e45a;
    background: #19522f;
  }
}
@media only screen and (min-device-width: 1140px) and (max-width: 700px) {
  .services .content .flex .service {
    flex-basis: 100%;
    max-width: 600px; /* keeps a nice readable width */
  }
}
@media only screen and (min-device-width: 1140px) {
  .popular {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding-block: 165px;
  }
  .popular .content {
    padding-inline: 50px;
    height: 100%;
    position: relative;
    background: unset;
    max-width: 1300px;
    margin-inline: auto;
  }
  .popular .content .text {
    text-align: center;
    position: relative;
    margin-bottom: 95px;
  }
  .popular .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 240px;
    height: 47px;
    margin-top: 35px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .popular .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .popular .content .text h2 {
    color: #19522f;
    font-size: 72px;
    font-family: "Sedan", serif;
    margin-bottom: 25px;
  }
  .popular .content .text p {
    font-size: 20px;
    margin-bottom: 0;
    color: #19522f;
    opacity: 1;
    max-width: 680px;
    margin-inline: auto;
  }
  .popular .content .image-one {
    width: 100%;
    transform: translateX(-200px);
    position: relative;
  }
  .popular .content .image-one .image-track {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    animation: scroll 50s linear infinite;
  }
  .popular .content .image-one .image-track img {
    width: 470px;
    height: 620px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
    margin-right: 20px;
    filter: brightness(95%);
  }
  .popular .content .image-two {
    width: 100%;
    position: relative;
    margin-top: 55px;
  }
  .popular .content .image-two .image-track {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    animation: scrollRight 65s linear infinite;
  }
  .popular .content .image-two .image-track img {
    width: 470px;
    height: 620px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
    margin-right: 20px;
    filter: brightness(95%);
  }
  .popular .content .dish {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .popular .content .dish p {
    margin-top: 10px;
    font-size: 18px;
    color: #19522f;
    opacity: 0.88;
  }
  .gallery {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding-block: 85px;
    background: #19522f;
    margin-top: 0px;
    border-top-left-radius: 165px;
    border-top-right-radius: 165px;
  }
  .gallery .content {
    height: 100%;
    position: relative;
    background: unset;
    padding-inline: 50px;
    max-width: 1300px;
    margin-inline: auto;
  }
  .gallery .content .text {
    text-align: center;
    position: relative;
  }
  .gallery .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 240px;
    height: 47px;
    margin-top: 35px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .gallery .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .gallery .content .text h2 {
    color: rgba(255, 255, 255, 0.962);
    font-size: 72px;
    font-family: "Sedan", serif;
    margin-bottom: 20px;
  }
  .gallery .content .text p {
    font-size: 17px;
    margin-bottom: 0;
    color: rgb(254, 248, 224);
    opacity: 1;
  }
  .gallery .content .flex {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 65px;
    flex-wrap: wrap;
  }
  .gallery .content .flex img {
    flex: 1 1 calc(33.333% - 10px);
    height: 240px;
    min-width: 33%;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(95%);
    max-width: 100%;
  }
  .reviews {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding-block: 155px;
    padding-bottom: 30px;
  }
  .reviews .content {
    padding-inline: 50px;
    height: 100%;
    position: relative;
    background: unset;
    max-width: 1300px;
    margin-inline: auto;
  }
  .reviews .content .text {
    text-align: center;
    position: relative;
    margin-bottom: 75px;
  }
  .reviews .content .text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #19522f;
    background: #d9e45a;
    width: 240px;
    height: 47px;
    margin-top: 35px;
    border-radius: 25px;
    margin-inline: auto;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
  }
  .reviews .content .text .button:hover {
    background: #19522f;
    color: #d9e45a;
  }
  .reviews .content .text h2 {
    color: #19522f;
    font-size: 72px;
    font-family: "Sedan", serif;
    margin-bottom: 15px;
  }
  .reviews .content .text p {
    font-size: 20px;
    margin-bottom: 0;
    color: #19522f;
    opacity: 1;
    max-width: 680px;
    margin-inline: auto;
  }
  .reviews .content .flex {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .reviews .content .flex .review-card {
    background-color: #19522f;
    color: white;
    max-width: unset;
    width: 33%;
    margin: 0 auto;
    padding: 45px 35px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .reviews .content .flex .review-card .stars {
    color: #d9e45a;
    margin-bottom: 20px;
    font-size: 27px;
  }
  .reviews .content .flex .review-card .quote {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .reviews .content .flex .review-card .author {
    font-family: "Sedan", serif;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 35px;
  }
  .reviews .content .flex .review-card .author span {
    display: block;
    font-size: 15px;
    color: white;
    opacity: 0.7;
  }
}/*# sourceMappingURL=base.css.map */