nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #333;
  text-align: center;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px 20px;
}

nav ul li a:hover {
  background: #575757;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #444;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  display: block;
  padding: 10px;
  text-align: left;
}

.dropdown-content a:hover {
  background: #575757;
}

.dropdown:hover .dropdown-content {
  display: block;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  color: wheat;
}

header {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.hero {
  text-align: center;
  padding: 50px;
  background: url("hotel.jpg") no-repeat center center/cover;
  color: white;
}

.btn {
  background: #ff9800;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  display: inline-block;
}

footer {
  text-align: center;
  padding: 10px;
  background-color: #333;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.btn {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}

.order-btn {
  background-color: #ff5733;
  color: white;
}

.order-btn:hover {
  background-color: #d64525;
}

.contact-btn {
  background-color: #007bff;
  color: white;
}

.contact-btn:hover {
  background-color: #0056b3;
}

body {
  background-image: url("../images/back1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: white;
}

main {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin: 50px auto;
}

h1,
h2 {
  text-align: center;
  color: white;
}

footer {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}
