body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* Header Section */
.header-section {
  background-image: url("assets/header-bg.webp");
  background-size: 98% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/* Navbar Section */
.navbar {
  padding: 0px;
}
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-brand img {
  width: auto;
  height: 100px;
  padding: 5px;
}
.nav-item {
  margin-left: 30px;
}
.nav-item a {
  color: #ffffff;
  font-weight: 600;
}
.nav-item a:hover {
  color: #c2c2c2;
}
.btn-gofood {
  background-color: #ffffff;
  color: #7b56a0 !important;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  border: 1px solid #fff !important;
}
.btn-gofood:hover {
  background-color: #7b56a0;
  color: #fff !important;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  padding: 80px 10px;
}
.hero-inner-section {
  padding: 50px 0;
}
.hero-title {
  color: #fbf324;
  font-family: "PT Serif Caption", sans-serif;
  font-size: 70px;
  line-height: 75px;
  width: 65%;
  margin-bottom: 40px;
}
.hero-para {
  color: #fff;
  font-size: 20px;
  width: 53%;
  margin-bottom: 40px;
}
.hero-buttons {
  margin-bottom: 40px;
}
.hero-go-btn {
  background-color: #fff;
  color: #7b56a0;
  font-size: 25px;
  border: 1px solid #fff;
  margin-right: 10px;
  height: 51px;
}
.hero-go-btn:hover {
  background-color: #7b56a0;
  color: #fff;
  border: 1px solid #fff;
}
.hero-social-btn {
  background-color: #fff;
  height: 51px;
}
.hero-social-btn img {
  height: 36px;
}
.hero-social-btn:hover {
  background-color: #d5acfc;
}

/* Our Menus Section */
.our-menus-section {
  background-color: #ffffff;
  position: relative;
  padding: 0 10px 80px 10px;
}
.our-menus-inner-section {
  margin-top: -80px;
}
.our-menus-title {
  display: flex;
  justify-content: end;
  font-size: 70px;
  line-height: 75px;
  color: #7b56a0;
  font-family: "PT Serif Caption", sans-serif;
  text-align: right;
}
.menu-options {
  margin-top: 20px;
}
.menu-option-btn-section {
  display: flex;
  gap: 25px;
}
.menu-option-btn-1 {
  background-color: #7b56a0;
  color: #fff;
  /* margin-right: 10px; */
  padding-left: 22px;
  padding-right: 22px;
}
.menu-option-btn-2 {
  background-color: #aa92c0;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}
.menu-option-btn-2:hover {
  background-color: #7b56a0;
  color: #fff;
}
.menu-option-btn-1:hover {
  background-color: #aa92c0;
  color: #fff;
}
.menu-option-border-section {
  height: 48px;
  border-bottom: 2px solid #7b56a0;
}
.food-gallery {
  padding: 20px 0;
  margin-top: 40px;
}
.food-item {
  height: 300px;
  background-image: url("assets/food-gallery-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.food-item-inner {
  height: 85%;
  width: 85%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.food-item-inner-bg-1 {
  background-image: url("assets/Lenjeran\ Udang\ -\ Rp.\ 19.000.webp");
}
.food-item-inner-bg-2 {
  background-image: url("assets/Pempek\ Kapal\ Selam\ -\ Rp.\ 19.000.webp");
}
.food-item-inner-bg-3 {
  background-image: url("assets/Pempek\ Sosis\ -\ Rp.\ 9.000.webp");
}
.food-item-inner-bg-4 {
  background-image: url("assets/Berondong\ Jagung\ -\ Rp.\ 20.000.webp");
}
.food-item-inner-bg-5 {
  background-image: url("assets/Dawet\ Ireng\ -\ Rp.\ 16.500.webp");
}
.food-item-inner-bg-6 {
  background-image: url("assets/Es\ Jelly\ Kopyor\ -\ Rp.\ 14.500.webp");
}
.food-item-inner-bg-7 {
  background-image: url("assets/Es\ Jeruk\ -\ Rp.\ 10.000.webp");
}
.food-item-inner-bg-8 {
  background-image: url("assets/Rumput\ Laut\ -\ Lidah\ Buaya\ -\ Rp.\ 10.000.webp");
}
.food-details {
  display: none;
  background-color: #c0091d;
  padding: 10px 0;
  opacity: 0.8;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}
.food-name {
  font-family: "PT Serif Caption", sans-serif;
}
.food-price {
  color: #fbf324;
}
.food-item-inner:hover .food-details {
  display: block;
}

.food-lists {
  margin-top: 50px;
}
.list-row {
  background-color: #805ca3;
  padding: 5px 0;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.list-food-name {
  color: #fff;
  font-family: "PT Serif Caption", sans-serif;
}
.list-food-border {
  height: 2px;
  width: 80%;
  background-color: #fff;
}
.list-food-price {
  color: #fbf324;
  text-align: end;
}
.left-list-section {
  padding-right: 20px;
}
.right-list-section {
  padding-left: 20px;
}
#food-menu-2 {
  display: none;
}

/* Find Us Section */
.find-us-section {
  background-color: #c0091d;
  padding: 80px 10px;
}
.find-us-image-section {
  height: 400px;
  display: flex;
  justify-content: center;
}
.find-us-image-section img {
  height: 100%;
  width: auto;
  border-radius: 10px;
}
.find-us-form-section {
  width: 100%;
}
.find-us-title {
  font-size: 60px;
  line-height: 65px;
  color: #fbf324;
  font-family: "PT Serif Caption", sans-serif;
}
.find-us-contact-form {
  margin-top: 20px;
}
.find-us-contact-input {
  height: 50px;
  background-color: transparent;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.find-us-contact-input::placeholder {
  color: #fff;
}
.find-us-submit-btn {
  display: block;
  width: 100%;
  background-color: #fbf324;
  height: 50px;
  margin-top: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #fbf324;
}
.find-us-submit-btn:hover {
  background-color: transparent;
  border: 1px solid #fbf324;
  color: #fbf324;
}

/* Map Section */
.map-section {
  background-image: url("assets/map-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 10px;
}
.google-map-section iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.map-address-section {
  height: 180px;
  background-image: url("assets/map-content-bg.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-address-inner-section {
  height: 130px;
  background-color: #805ca3;
  width: 80%;
  border-radius: 10px;
}
.map-content-section-1 {
  margin-bottom: 40px;
}
.icon-image img {
  display: block;
  margin: auto;
  margin-top: 30px;
}
.address-text {
  color: #fff;
  margin-top: 27px;
}
.address-text-2 {
  color: #fff;
  margin-top: 50px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #805ca3;
}
.seo-section-title {
  color: #ffffff;
  font-size: 49px;
  font-family: "PT Serif Caption", sans-serif;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #fff;
}
.seo-link {
  color: rgb(255, 255, 255);
  transition: all .5s ease-in-out;
}
.seo-link:hover {
  color: #c0091d;
}

/* 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: #805CA3;
}
.footer-socials-icon a:hover {
    display: block;
    margin-top: 10px;
    background-color: #661caf;
  }
