/* header */
.navbar {
  height: auto;
}
.navbar-brand {
  float: initial;
}
.navbar-brand img {
  width: 226px;
  height: auto;
}

/* slider */
#main-slider {
  overflow: hidden;
}
.slides li {
  max-height: 70vh;
}

.slides img {
  object-fit: cover;
}

/* pricing */
.pricing-items .pricing-heading {
  position: relative;
  background: transparent;
  overflow: hidden;
}
.pricing-items .pricing-heading .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pricing-items .pricing-heading h3 {
  position: relative;
  backdrop-filter: blur(15px) brightness(200%);
}
.pricing-items .pricing-box-item.activeItem .pricing-heading h3 {
  position: relative;
  backdrop-filter: brightness(40%);
}

/* contact page */
.contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.g-map {
  flex-grow: 1;
}
.contact .g-map iframe {
  min-height: 500px;
}

@media only screen and (min-width: 1000px) {
  .contact {
    flex-direction: row;
  }
}

#inner-headline {
  background-image: url("/img/slides/contact.jpg");
}

.message {
  background-color: #f0f0f0;
  color: #333;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 10px 20px;
  margin: 1rem 0;
}

.success {
  color: #46bd55;
}

.error {
  color: #ad1c1c;
}

/* utility classes */
.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-4 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
