body {
  margin: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
.header-section {
  background: #ecfdfc url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
}
.navbar {
  height: 100px;
}
img.brand-logo {
  height: 150px;
  margin-top: 47px;
}
.btn-gofood {
  background-color: #1b3443;
  color: #fff;
  border-radius: 25px;
}
.btn-gofood:hover {
  background-color: #0a141a;
  color: #fff;
}
.hero-section {
  padding: 0 10px 80px 10px;
}
.hero-image-section img {
  width: 100%;
  height: auto;
}
.hero-title {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hero-para {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.hero-btn-section {
  height: 100px;
  background-color: #1b3443;
}
.hero-go-food-btn a {
  text-decoration: none;
  color: #fff;
  padding-left: 30px;
  font-size: 28px;
}
.hero-social-btn {
  padding-right: 30px;
}
.hero-social-btn a {
  padding-left: 10px;
}

/* Fresh Food Section */
.fresh-food-section {
  padding: 80px 10px;
  background-color: #ddd7c4;
}
.fersh-food-hero-section {
  font-family: "Pragati Narrow", sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 65px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.fresh-food-para {
  font-size: 16px;
  margin-bottom: 30px;
}

/* Menu Section */
.menu-section {
  background-color: #ecfdfc;
  padding: 80px 10px;
}
.menu-header-section {
  margin-bottom: 50px;
}
.menu-title {
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
}
.menu-title-border {
  height: 3px;
  background-color: black;
  margin-top: 48px;
}
.makanan-btn {
  background-color: #1b3443;
  color: #fff;
  margin-right: 10px;
  border-radius: 25px;
}
.makanan-btn:hover {
  background-color: #bebebe;
  color: #fff;
}
.minuman-btn {
  background-color: #bebebe;
  color: #fff;
  margin-right: 10px;
  border-radius: 25px;
}
.minuman-btn:hover {
  background-color: #1b3443;
  color: #fff;
}
.menu-items .row {
  gap: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.col-custom {
  width: 18%;
  margin-bottom: 50px;
}
.menu-item {
  border: 1px solid #1b3443;
  border-radius: 20px;
  position: relative;
  margin-top: 100px;
}
.menu-item-image {
  position: relative;
  margin-top: -90px;
  margin-bottom: 10px;
}
.menu-item-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.menu-item-name {
  text-transform: capitalize;
  color: #000;
  font-size: 20px;
  text-align: center;
  min-height: 68px;
  margin-bottom: 20px;
}
.menu-item-price-section{
  text-align: center;
  margin-top: -14px;
  position: relative;
}
.menu-item-price{
  background-color: #1b3443;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline;
  color: #fff;
}
#minuman{
  display: none;
}

/* Find Us Section */
.find-us-section{
  background-color: #DDD7C4;
  padding: 80px 10px;
}
.find-us-title{
  font-family: "Pragati Narrow", sans-serif;
  color: 1b3443;
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.content-row{
  margin-bottom: 50px;
}
.find-us-waraper{
  display: flex;
  justify-content: center;
}
.find-us-content-section{
  width: 70%;
  padding: 10px;
}
.find-us-input-field{
  height: 55px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1B3443;
  border-radius: 0;
}
.find-us-submit-form{
  height: 55px;
  background-color: #1B3443;
  color: #fff;
  margin-top: 20px;
  width: 100%;
}
.find-us-submit-form:hover{
  background-color: #0c171f;
  color: #fff;
}
.find-us-middle-border img{
  display: block;
  margin: auto;
  height: 100%
}
.day-time-card-box{
  height: 110px;
  background-color: #1B3443;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
  padding: 20px;
}
.location-card-box{
  height: 110px;
  background-color: #1B3443;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
}
.day-time-card-box img{
  padding-left: 20px;
  padding-right: 20px;
}
.location-card-box img{
  padding-left: 20px;
  padding-right: 20px;
}
.day-time-text{
  font-size: 18px;
}
.location-text{
  font-size: 15px;
}
.find-us-map iframe{
  height: 300px;
  width: 100%;
  border-radius: 15px;
}

/* Thanks Section */
.thanks-section {
  background-image: url("assets/Food/Mie\ Nyemek\ -\ Rp\ 31.250.webp");
  background-position: center;
  background-size: cover;
}
.thanks-blue-bg{
  padding: 80px 10px;
  background-color: #0000005e;
}
.thanks-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  color: #fff;
  text-align: end;
  font-family: Livvic, sans-serif;
  margin-bottom: 30px;
}
.thanks-para {
  font-size: 18px;
  line-height: 24px;
  text-align: end;
  color: #fff;
  width: 50%;
  margin-bottom: 50px;
}
.thanks-go-btn {
  text-align: end;
}
.thanks-go-btn a {
  text-decoration: none;
  background-color: #1B3443;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.thanks-go-btn a:hover {
  background-color: #0a141a;
  color: #fff;
}
.thanks-go-btn img {
  height: 12px;
  margin-top: -3px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #ecfdfc;
}
.seo-section-title {
  color: #000000;
  font-size: 56px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #000000;
}
.seo-link {
  color: rgb(0, 0, 0);
}

/* Footer Section */
.footer-section {
  background-color: #ffffff;
  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-top: 10px;
  background-color: #1b3443;
  padding: 5px;
}
.footer-socials-icon a:hover {
  background-color: #070e13;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #1B3443;
}