* {
  font-family: "Ubuntu", sans-serif;
}
body {
  background-color: #dbdcd6;
  /* border: 2px solid white; */
}

.main-bg-img {
  background-image: url("headerpic.jfif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00000080;
  background-blend-mode: color-burn;
  /* transform: scaleX(-1); */
}
.bg-fix {
  background-image: url("interior.jpg");
  /* background-position: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00000080;
  background-blend-mode: color-burn;
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  background-position: center;
}

.bg-reviews {
  background-image: url("reviews.jpg");
  /* background-position: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #00000000;
  background-blend-mode: color-burn;
}

.bg-hero {
  background-image: url("hero.jpg");
  /* background-position: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #00000070;
  background-blend-mode: color-burn;
}
.revert {
  transform: scaleX(-1);
}

.overlay {
  filter: brightness(0.6);
}

.map-container {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}
.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-float {
  margin-top: 16px;
}
