.navbar-scrolled {
  background-color: var(--bs-secondary-bg);
  box-shadow: 0 3px 10px rgb(139,69,19, 0.15);
}

.navbar {
  transition: all 0.5s;
}

.navbar-nav > .nav-item > a:hover {
  color: var(--bs-warning);
}

#filler {
  height: 3em;
}

.review-body {
  gap: 15px;
}

.review-text {
  font-style: italic;
}

.review-icon {
  width: 60px;
  border-radius: 60px;
  border: 2px solid var(--bs-secondary-color);
  margin-right: 10px;
}

.review-card {
  border-radius: 10px;
  border: 2px solid var(--bs-border-color-translucent);
  padding: 1.5em;
  min-height: 23em;
}

.review-rate {
}

.review-rate-container {
}

.review-card-client {
}

.carousel-map-image {
  max-height: 387px;
  max-width: 515px;
}

.carousel-apartment-small-image {
  max-height: 431px;
  max-width: 646px;
}

.carousel-apartment-large-image {
  max-height: 464px;
  max-width: 696px;
}

.toggle {
  display: none;
}

.icon {
  width: 32px;
  display: flex;
  justify-content: center;
}

.height-5em {
  height: 5em;
}

.btn-transparent:hover, .btn-transparent:focus {
  opacity: 0.9;
}

.btn-transparent {
  --bs-bg-opacity: 1;
  border-style: none;
  border-color: rgba(0,0,0,0);
  background-color: transparent!important;
  opacity: 0.3;
}

.form-label {
  width: 100%;
  border-bottom: 1px solid var(--bs-light);
  display: flex;
  line-height: 1.5em;
  cursor: pointer;
  user-select: none;
}

.cover {
  height: 100px;
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.apartment-name {
  font-weight: bold;
}

.star-icon {
  width: 16px;
  height: 14px;
}

.btn:focus, .nav-link:focus, .carousel-control-prev:focus, .carousel-control-next:focus, .form-control:focus {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem rgba(237, 172, 100, 0.25);
}

.visually-hidden-focusable:focus {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  clip: unset !important;
  white-space: nowrap !important;
  z-index: 9999;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-indicators button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.carousel-control-prev:focus:not(:focus-visible), .carousel-control-next:focus:not(:focus-visible), .carousel-indicators button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

.carousel-control-prev:active, .carousel-control-next:active {
  outline: none !important;
}

.carousel-control-prev:focus-visible, .carousel-control-next:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.hero-primary {
  min-height: 100vh;
  height: 100vh!important;
  background-position: center;
  background-size: cover;
  box-shadow: inset 100vw 100vh rgba(237,172,100, 0.2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-secondary {
  min-height: 33vh;
  height: 33vh!important;
  background-position: center;
  background-size: cover;
  box-shadow: inset 100vw 100vh rgba(237,172,100, 0.2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-secondary {
    min-height: 25vh;
  }
}

.hero-primary .hero-secondary .container {
  position: relative;
  z-index: 1;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  content-visibility: auto;
  contain-intrinsic-size: 1200px 800px;
}

.hero-primary .fs-2, .hero-secondary .fs-2 {
  font-size: 1.8rem !important;
}

.hero-primary, .hero-secondary {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.fonts-loaded .hero-primary, .fonts-loaded .hero-secondary {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.disclaimer {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.iframe .show-in-iframe {
  display: inherit;
  visibility: hidden;
}

.pointer-events-disabled {
  pointer-events: none;
}

.pointer-events-enabled {
  pointer-events: auto;
}

.min-vh-33 {
  min-height: 33vh;
}

div[data-scale450px] {
  height: 450px;
  width: 100%;
}

div[data-scale33vh] {
  height: 33vh;
  width: 100%;
}

