/*Carousel */
.hero-carousel {
  height: 100%;
  top: 70px;
}

.carousel-1 {
  background: url("../img/dis-1.png") rgba(0, 0, 0, 0.253);
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-2 {
  background: url("../img/exterior.jpg")rgba(0, 0, 0, 0.253);
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-3 {
  background: url("../img/the-view.jpg") rgba(0, 0, 0, 0.253);
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-caption {
  bottom: 35%;
}

.hero-carousel .carousel-item img {
  object-fit: cover;
  height: 100%;
}

.hero-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.hero-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero-caption p {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-discover {
  margin-top: 20px;
  padding: 10px 25px;
  border: 2px solid white;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-discover:hover {
  background: white;
  color: black;
}

/* Rooms */

.section-header {
  padding: 100px 0 30px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #9e9e9e;
}

.section-subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  color: #9e9e9e;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #9e9e9e;
}

.view-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #9e9e9e;
  text-decoration: none;
  font-weight: 600;
}

.view-link:hover {
  color: #d4a574;
}

.room-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.room-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.price-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #777;
  border-radius: 2px;
}

.room-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #9e9e9e;
  text-transform: uppercase;
  margin: 15px 0;
}

.divider {
  width: 100%;
  height: 1.5px;
  background-color: #e0e0e0;
  margin: 10px auto;
}

.room-description {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
  padding: 0 15px 15px;
  text-align: center;
}

/* Reviews */

.reviews {
  background-color: #eaeaea;
}

.card {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
}

.card .d-flex {
  margin-top: 10px;
}

.card img {
  object-fit: cover;
}

h2 {
  font-weight: bold;
}

small {
  color: #777;
}

/* About us */

.about-us {
  padding: 50px 0;
}
.about-us h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.about-us p {
  font-size: 1.125rem;
  color: #555;
}
.about-us .image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-us .content {
  padding-right: 50px;
}
.read-more-btn {
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #d4a574;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 5px;
}
.read-more-btn:hover {
  background-color: #c19660;
  color: white;
}

/* Gallery */

.gallery-section {
  padding: 80px 0;
}

.gallery-title {
  font-size: 5rem;
  font-weight: 300;
  color: #e9ecef;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-align: center;
}

.gallery-subtitle {
  color: #6c757d;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.gallery-link {
  color: #6c757d;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gallery-link:hover {
  color: #495057;
}

.gallery-grid {
  margin-top: 50px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 300px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 30px 20px 20px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
  opacity: 1;
}

.gallery-overlay h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
