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

/* Header Section */
.header-section {
  height: 700px;
  width: 100%;
  background: url("assets/view-coffee-machine-making-coffee-home\ 1.webp");
  background-repeat: no-repeat;
  background-size: 580px 700px;
  background-position: 90px top;
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
}
.navbar {
  height: 100px;
}
img.brand-logo {
  height: 150px;
  margin-top: 47px;
}
.btn-gofood {
  background-color: #000;
  color: #fff;
  border-radius: 25px;
}
.btn-gofood:hover {
  background-color: #011e30;
  color: #fff;
}
.hero-content-section {
  margin-top: 60px;
}
.hero-content-section img {
  margin-bottom: 30px;
}
.hero-title {
  font-family: "Beau Rivage", sans-serif;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 30px;
}
.hero-para {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: justify;
}
.hero-bottom-section {
  border-top: 2px dashed #000;
  margin-top: 25px;
}
a.social-btn {
  margin-right: 10px;
  text-decoration: none;
}
a.hero-go-btn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 13px 25px;
  border-radius: 10px;
}

/* Style Banner Section */
.style-banner {
  background-color: #5d3700;
  padding: 80px 10px;
  font-family: "Beau Rivage", sans-serif;
  color: #fff;
  font-size: 50px;
}
.left-col {
  border-right: 1px solid #fff;
}
.right-col {
  border-left: 1px solid #fff;
}
.left-col-text {
  text-align: center;
}
.middle-col-text {
  text-align: center;
}
.right-col-text {
  text-align: center;
}

/* About Us Section */
.about-us-section {
  background-color: #fff;
  padding: 80px 10px;
}
.about-us-title {
  font-family: "Beau Rivage", sans-serif;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 30px;
}
.about-us-para {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 30px;
}
.about-us-tag {
  background-color: #5d3700;
  text-transform: capitalize;
  font-family: "Beau Rivage", sans-serif;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 40px;
  width: 1000px;
}
.about-us-image-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* Menu Section */
.menu-section {
  background-color: #5d3700;
  padding: 80px 10px;
}
.menu-title {
  font-family: "Beau Rivage", sans-serif;
  font-size: 100px;
  line-height: 100px;
  color: #fff;
}
.menu-title-border {
  height: 3px;
  background-color: rgb(255, 255, 255);
  margin-top: 80px;
}
.makanan-btn {
  background-color: #ffffff;
  color: #000000;
  margin-right: 10px;
  border-radius: 10px;
}
.makanan-btn:hover {
  background-color: #80500e;
  color: #000000;
}
.minuman-btn {
  background-color: #80500e;
  color: #000000;
  margin-right: 10px;
  border-radius: 10px;
}
.minuman-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.menu-food-section {
  margin-top: 30px;
  width: 80%;
}
.product-card {

  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.image-container {
  position: relative;
}
.image-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .image-container img {
  filter: brightness(70%);
}
.product-card:hover .overlay {
  opacity: 1;
}
.overlay .text {
  color: white;
  text-align: center;
  padding: 20px;
}
.display-item-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.display-item-price {
  font-size: 16px;
  background-color: #ffffff;
  color: #000;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
}
#minuman {
  display: none;
}

/* Find Us Section */
.find-us-section {
  background-color: #fff;
  padding: 80px 10px;
}
.find-us-image-section {
  width: 90%;
}
.find-us-image-section img {
  display: block;
  margin: auto;
  width: 100%;
}
.find-us-header {
  font-family: "Beau Rivage", sans-serif;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.find-us-icons img {
  background-color: #5d3700;
  margin-right: 15px;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.clock-day-time {
  margin-bottom: 20px;
}
.clock-day-time img {
  margin-right: 15px;
}
.location-address img {
  margin-right: 15px;
}

/* Contact Us Section */
.contact-us-section {
  background-color: #fff;
  padding: 0 10px 80px 10px;
}
.contact-us-inner-section {
  background: url("assets/thanks-bg-1.webp") no-repeat left center,
    url("assets/thanks-bg-2.webp") no-repeat right center, #5d3700;
  display: flex;
  justify-content: center;
  padding: 100px;
  border-radius: 25px;
}
.conatct-us-row {
  width: 80%;
}
.contact-us-input {
  height: 60px;
  margin-bottom: 15px;
}
.contact-us-submit-btn {
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: start;
  height: 60px;
}
.contact-us-submit-btn:hover {
  background-color: #201d1d;
  color: #fff;
}
.contact-us-title {
  font-family: "Beau Rivage", sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 40px;
}
.contact-us-para {
  color: #fff;
  font-size: 17px;
}

/* Footer Section */
.footer-section{
  padding: 80px 10px;
}
a.footer-brand-logo{
  text-decoration: none;
  margin-right: 15px;
}
a.footer-instagram-logo{
  text-decoration: none;
  margin-right: 15px;
}
.footer-images-section{
  margin-bottom: 20px;
}
.footer-para{
  font-size: 14px;
  text-align: justify;
  text-transform: capitalize;
  padding-right: 50px;
}
.footer-map iframe{
  height: 275px;
  width: 100%;
  border-radius: 10px;
}
.paras {
padding-top: 100px;



}
.heading 
{
  text-align: center;
  color: #5d3700;
  font-size: 40px;
}

.desc a {
  color: #5d3700;
  font-weight: 700;
  transition: all .5s ease-in;
}
.desc a:hover {
  color:#80500e;
}