.hero-bg01 {
  background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)),url(../img/hero/hero001.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 85vh;
  background-position: center !important;
}

.hero-bg02 {
  background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)),url(../img/hero/hero002.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 85vh;
  background-position: center !important;
}

/* .hero-bg03 {
  background: linear-gradient(rgba(255, 255, 255, 0.65),rgba(255, 255, 255, 0.65)),url(../img/hero/hero03.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 85vh;
  background-position: center !important;
}

.hero-bg04 {
  background: linear-gradient(rgba(255, 255, 255, 0.65),rgba(255, 255, 255, 0.65)),url(../img/hero/hero04.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 85vh;
  background-position: center !important;
} */

.vertical-text {
  /* position: absolute;
  top: 50%;
  left: 10%; */
  /* transform: translateY(-50%); */
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3rem;
  font-weight: 900 !important;
  color: #222222;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .fixed-top-m {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

.about-img1 {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
}

.about-img2 {
  width: 50%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .about-img2 {
    width: 100%;
  }
}

.services ul {
  list-style: none;
  padding: 0;
}

.wm-content {
  width: max-content;
}

.blog-img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .blog-img {
    height: 25rem;
  }
}

.portfolio .nav-link {
  color: #222222;
  background-color: #F4E2D8;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.portfolio .nav-link:hover {
  color: #fff;
  background-color: #D16806;
}

.portfolio .nav-link.active {
  color: #fff;
  background-color: #D16806;
}


.hFixFabFlex {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 5566;
  /*  */
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}

.hFixFabFlex>a {
  display: block;
}

.hFab {
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: white;
  /*  */
  border-radius: 64px;
  box-shadow: 0px 2px 3px 0px #66666666;
  overflow: hidden;
  transition: 0.2s all;
  margin-top: 16px;
}

.hFab:hover {
  box-shadow: 1px 3px 4px 0px #666666cc;
}

.hFabHome {
  background-color: #666;
}

.hFabPhone {
  background-color: #ad9a88;
}

.hFabIg {
  /* background-color: #c0ab96; */
  /* background-color: #dabea7cc; */
  background-color: #55718e;
}

.hFabLine {
  /* background-color: #d6bfa8; */
  /* background-color: #dabea7cc; */
  background-color: #55718e;
}

.hFabFacebook {
  /* background-color: #ebd2b9; */
  /* background-color: #dabea7cc; */
  background-color: #55718e;
}

.scroll-to-top {
  /* background-color: #dabea7cc; */
  background-color: #55718e;
  display: none;
}

.reserve {
  /* background-color: #dabea7cc; */
  background-color: #D16806;
  color: #fff;
  padding: 0.4rem 0.5rem;
}

.btn-reserve {
  border: 1px solid #D16806;
  background-color: transparent;
  color: #D16806;
  padding: 5px 10px;
}

.btn-reserve:hover {
  background-color: #D16806;
  color: #fff;
}