@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900");
.main-video-bg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  overflow-y: clip;
  overflow-x: clip;
  position: relative;
}

.path-frontpage .main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 82, 15, 0.28);
}

.welcome-text {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.welcome-text::after {
  content: "";
  display: block;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #414141;
}

.my-hotels {
  position: relative;
}

.my-hotels .image-wrapper {
  width: 100%;
  overflow: hidden;
}

.my-hotels img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transform-origin: center center;
}

.my-hotels h3 {
  font-family: "Cinzel", serif;
  font-weight: 300;
  margin-bottom: 1rem;
}

.my-hotels .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  width: 0;
  margin: 0.5rem auto;
  transition: none;
}

a:has(> .my-hotels) {
  text-decoration: none;
  display: block;
  color: rgb(68, 68, 68);
}

.home-sections {
  background-color: #414141;
  color: #fff;
}

.home-sections h5 {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #d5d788;
}

.home-sections h4 {
  font-family: serif;
  font-weight: 300;
  position: relative;
}

.home-sections h4::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
