body {
  margin: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar {
  background-color: #fff;
  height: 100px;
}
.navbar-brand img {
  width: auto;
  height: 80px;
}
.nav-item a {
  font-size: 18px;
  color: #c2262a;
}
.btn-gofood {
  background: #c2262a;
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.btn-gofood:hover {
  background: #85090d;
  color: #fff !important;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/hero-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 120px 10px;
}
.hero-inner-section {
  width: 60%;
}
.hero-social-icon-section {
  margin-bottom: 30px;
}
.hero-social-border {
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.hero-social-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.hero-social-icon a {
  background-color: #fff;
  padding: 7px;
  border-radius: 10px;
}
.hero-title {
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  color: #fcac37;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero-para {
  font-size: 19px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.hero-go-btn {
  text-align: center;
}
.hero-go-btn a {
  display: inline;
  background-color: #c2262a;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 10px;
}
.hero-go-btn a:hover {
  display: inline;
  background-color: #a31116;
  color: #fff;
  transition: 0.3s;
}

/* Food Section */
.food-section {
  background-image: url("assets/food-section-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.food-header-section {
  margin-bottom: 50px;
}
.food-header-title {
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  color: #000;
}
.food-header-btn {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
}
button.makanan-btn {
  background: #c2262a;
  padding: 5px 10px;
  color: #fff;
}
button.makanan-btn:hover {
  background: #c77275;
  padding: 5px 10px;
  color: #fff;
}
button.minuman-btn {
  background: #c77275;
  padding: 5px 10px;
  color: #fff;
}
button.minuman-btn:hover {
  background: #c2262a;
  padding: 5px 10px;
  color: #fff;
}
.food-item-section {
  display: flex;
  justify-content: center;
}
.food-item {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #37a540;
  padding: 15px;
  margin-bottom: 30px;
}
img.food-item-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
.food-item-name {
  height: 70px;
  font-size: 22px;
  font-weight: 900;
  color: #c2262a;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.food-price-section {
  display: flex;
  justify-content: space-between;
}
img.heart-img {
  height: 40px;
}
.food-price {
  background-color: #c2262a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 25px;
}
#minuman {
  display: none;
}

/* Our Story Section */
.story-section {
  background-color: #C2262A;
  padding: 80px 10px;
}
.story-image-section img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  position: relative;
}
.story-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.story-para {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
}
.open-day-time {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  height: 115px;
  width: 120%;
  z-index: 1;
  margin-bottom: 30px;
}
.open-day-time img {
  background-color: #c2262a;
  padding: 10px;
  border-radius: 10px;
}
.day-time-text {
  font-size: 20px;
  color: #c2262a;
}
.location-address {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  height: 115px;
  width: 120%;
  z-index: 1;
  margin-bottom: 30px;
}
.location-address img {
  background-color: #c2262a;
  padding: 10px;
  border-radius: 10px;
}
.address-text {
  font-size: 20px;
  color: #c2262a;
}

/* Experienced Section */
.experienced-section {
  background-image: url("assets/coffee-ai-generated\ 1.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.experienced-inner-section {
  width: 70%;
  background-color: #000;
  border-radius: 30px;
  padding: 50px;
}
.experienced-title {
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 50px;
}
.exp-time-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exp-time-day-text {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.exp-location-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exp-location-address-text {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  text-align: justify;
}
.exp-middle-border {
  height: 100%;
  width: 1px;
  background-color: #c2262a;
}

/* Get In Touch Section */
.get-in-touch-section {
  background-color: #f1f1f1;
  padding: 80px 10px;
}
.get-in-touch-inner-section {
  width: 70%;
}
.get-in-touch-title {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
input.git-form-input {
  height: 60px;
  margin-bottom: 15px;
  background-color: #e0484d54;
}
button.btn-git-form-submit {
  height: 60px;
  width: 100%;
  background-color: #C2262A;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  text-align: start;
}
button.btn-git-form-submit:hover {
  background-color: #e0070e;
  color: #ffffff;
}
.git-map-section iframe {
  height: 285px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

/* SEO Section */
.seo-section {
  background-color: #C2262A;
  padding: 80px 10px;
}
.seo-section-title {
  color: #ffffff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #ffffff;
}
.seo-link {
  color: rgb(255, 255, 255);
}

/* 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-bottom: 10px;
}
.copyright-section {
  background-color: #C2262A;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

a img {
  transition: all .5s ease-in-out;
}
a img:hover {
  transform: rotate(360deg);
}