.navbar-header .navbar-brand {
  margin-inline: 3rem auto;
  padding: 0;
  height: 70px;
}
.navbar-header .navbar-brand img {
  height: 100%;
  width: auto;
}

#navbar {
  display: flex !important;
  align-items: flex-end;
}
#navbar .navbar-home {
  display: block;
}

.navbar-home .navbar-nav {
  margin-left: unset;
  margin-right: unset;
}

.navbar-nav {
  margin-left: auto;
  margin-right: 10rem;
}

.sticky-header .navbar-header {
  margin-left: 10vw !important;
}
@media (max-width: 991px) {
  .sticky-header .navbar-header {
    margin-left: auto;
  }
}

.private-hotels {
  position: absolute;
  z-index: 9;
  right: 0;
  width: calc(15vw + 2rem);
}
.private-hotels img {
  width: 100%;
}

.hero .slide-subtitle {
  width: 80%;
}

.hero-shape {
  height: 100%;
}
@media (max-width: 767px) {
  .hero-shape {
    display: block;
  }
}
.hero-shape img {
  height: 100%;
}
@media (max-width: 767px) {
  .hero-shape img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100px 0;
       object-position: 100px 0;
  }
}

@media (max-width: 1600px) and (min-width: 991px) {
  .slide-caption {
    margin-top: -20vh;
  }
}
@media (max-width: 991px) {
  .slide-subtitle {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .slide-subtitle {
    max-width: 300px;
  }
}

.error-handling-messages {
  margin-top: 2rem;
}

#success {
  background-color: green;
  height: 100%;
  color: #f5f5fb;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

#error {
  background-color: red;
  color: #f5f5fb;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.page-title_rooms {
  background-image: linear-gradient(rgba(0, 43, 161, 0.02), rgba(0, 43, 161, 0.02)), url("../../assets/images/room/tausta1.png");
}
.page-title_book {
  background-image: linear-gradient(rgba(0, 43, 161, 0.1), rgba(0, 43, 161, 0.1)), url("../../assets/images/room/tausta3.png");
}
.page-title_contact {
  background-image: linear-gradient(rgba(0, 43, 161, 0.15), rgba(0, 43, 161, 0.2)), url("../../assets/images/own/tausta-2.1.png");
}

.booking-sec {
  display: flex;
  justify-content: space-around;
}
.booking-sec_item {
  background-color: #f5f5fb;
  padding: 1rem;
  border-radius: 10px;
}

@media (max-width: 620px) {
  .custom-grid {
    margin-top: 20px;
  }
}/*# sourceMappingURL=styles.css.map */