/* Hero Section */
.hero-section {
  height: 70vh;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),
    url("../img/background10.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: white;
  z-index: 2;
  max-width: 1000px;
  padding: 0 20px;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.hero-title-line1 {
  display: block;
  margin-bottom: 10px;
}

.hero-title-line2 {
  display: block;
  font-size: 2rem;
}
.book-now {
  background: white;
  color: black;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 8px;
}

.book-now:hover {
  background: rgb(190, 187, 187);
  color: black;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 8px;
}
