<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-family: "Raleway", sans-serif;
}

/* Navbar Section */
.navbar {
  background-color: #abc444;
  height: 110px;
}
.navbar-brand img {
  width: auto;
  height: 90px;
}
.nav-item a {
  font-size: 18px;
  color: #000;
}
.nav-item a:hover {
  text-decoration: underline;
}
.btn-gofood {
  background-color: #fff;
  color: #000 !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #fff;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 120px 10px;
  position: relative;
}
.hero-inner-section {
  width: 70%;
  margin-bottom: 200px;
}
.hero-top-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.hero-top-border {
  height: 1px;
  background-color: #fff;
  width: 40%;
}
.hero-icons-section {
  width: 20%;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.hero-title-section {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #abc444;
  line-height: normal;
  margin-bottom: 20px;
}
.hero-para {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 0 80px;
  margin-bottom: 50px;
}
.hero-go-food-btn {
  text-align: center;
}
.hero-go-food-btn a {
  text-decoration: none;
  font-size: 18px;
  background-color: #abc444;
  color: #381c15;
  padding: 15px 25px;
  border-radius: 25px;
  box-shadow: rgb(255 255 255 / 75%) 0px 5px 15px;
}
.hero-go-food-btn a:hover {
  background-color: #99b625;
  color: #381c15;
}
.hero-go-btn-arrow {
  margin-left: 5px;
  height: 14px;
  margin-top: -3px;
}

/* Food Section */
.food-section {
  background-color: #fff;
}
.food-inner-container {
  position: relative;
  margin-top: -200px;
}
.food-inner-section {
  background-color: #abc444;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 80px;
}
.food-title-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.food-title {
  color: #000;
  text-align: center;
  line-height: normal;
  width: 50%;
  font-size: 52px;
  font-weight: bold;
}
.food-title-border {
  width: 25%;
}
.food-item-section {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.food-item {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  margin-bottom: 30px;
}
.food-item-card {
  background-color: #fff;
  width: 280px;
  height: 185px;
  padding: 10px;
  position: relative;
  border-radius: 15px;
}
.food-item-image {
  position: relative;
}
.food-item-image div img {
  display: block;
  margin: auto;
  width:100%;
  height: 220px;
  max-width: 220px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.food-item-image-inner {
  margin-top: -135px;
}
.food-display-item-price {
  display: flex;
  justify-content: center;
  position: relative;
}
.food-item-price-inner {
  background-color: #abc444;
  color: #000000;
  text-align: center;
  margin-top: -19px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 15px;
}
.food-display-item-name {
  color: #000000;
  text-align: center;
}
.food-item-list-row {
  font-size: 18px;
  margin-bottom: 8px;
}
.food-item-border {
  height: 1px;
  background-color: #000;
  width: 100%;
}

/* Drink Section */
.drink-section {
  background-image: url("assets/black-smooth-wall-textured-background\ 1.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.drink-inner-section {
  padding: 50px;
}
.drink-title {
  color: #ffffff;
  text-align: center;
  line-height: normal;
  width: 50%;
  font-size: 52px;
  font-weight: bold;
}
.drink-item-name {
  color: #fff;
}
.drink-item-border {
  height: 1px;
  background-color: #ffffff;
  width: 100%;
}
.drink-item-price {
  color: #fff;
}

/* Find Us Section */
.find-us-section {
  background-color: #fff;
  padding: 80px 10px;
}
.find-us-inner-section {
  width: 70%;
}
.find-us-title {
  font-size: 80px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.find-us-content-section {
  margin-bottom: 50px;
}
input.find-us-input {
  height: 50px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
button.find-us-submit-btn {
  background-color: #abc444;
  color: #000;
  width: 100%;
  height: 50px;
  font-weight: bold;
}
.find-us-border-section img {
  height: 100%;
  display: block;
  margin: auto;
}
.fins-us-clock-time-section {
  background-color: #abc444;
  height: 115px;
  border-radius: 15px;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin-bottom: 15px;
}
.find-us-icon {
  height: 65px;
}
.find-us-address-section {
  background-color: #abc444;
  height: 115px;
  border-radius: 15px;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.location-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
}

/* Thanks Section */
.thanks-section {
  background-image: url("assets/thanks-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.thanks-title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}
.thanks-para {
  font-size: 18px;
  color: #fff;
  width: 40%;
  margin-bottom: 80px;
}
a.thanks-go-food-btn {
  text-decoration: none;
  font-size: 18px;
  background-color: #abc444;
  color: #381c15;
  padding: 15px 25px;
  border-radius: 25px;
  box-shadow: rgb(255 255 255 / 75%) 0px 5px 15px;
}
a.thanks-go-food-btn:hover {
  background-color: #99b625;
  color: #381c15;
}

/* SEO Section */
.seo-section {
  background-color: #ffffff;
  padding: 80px 10px;
}
.seo-section-title {
  color: #99b625;
  font-size: 56px;
  font-weight: bold;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000000;
}
.seo-link {
  color: rgb(0, 0, 0);
  font-weight: 600;
  transition: all .5s ease-in-out;
}
.seo-link:hover {
  color: #99b625;
}

/* Footer Section */
.footer-section {
  background-color: #ABC444;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 150px;
  width: auto;
  display: block;
  margin: auto;
}
.footer-para {
  color: #000000;
  text-align: justify;
  padding: 0px 10px;
  font-size: 17px;
}
.footer-socials-icon a {
  display: block;
  margin-bottom: 10px;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #000000;
  background-color: #ffffff;
}
a img {
  transition: all 0.5s ease-in-out;
 
}
a img:hover {
    transform: rotate(360deg);
  }</pre></body></html>