*, h1, h2, h3, h4, h5, h6, a, span, p, button {
font-family: Lato Bold, Helvetica, sans-serif;
}
.header .navbar .navbar-nav .nav-item .nav-link {
font-size: 1.3rem;
text-shadow: 0px 0px 5px #000;
}
.gallery-title h2 {
font-size: 2.6rem;
}
.map-title h2 > a {
font-size: 2rem;
}
.map-title p {
    font-size: 1.6rem;
}
img.site-logo-mobile {
width:5rem;
}
span {
font-size: max(18px, 1.2rem);
}
.mean-container .mean-bar {
background: #b7804f;
}
.btn-home-book {
    box-shadow: -1px 3px 5px #b7814f;
    border-top: 1px;
    bottom: 0%;
    right: 50%;
    width:100%;
    transform: rotate(180deg) translateX(50%);
    transform-origin: center right;
    top: unset;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.btn-home-book:hover {
    box-shadow: -1px 3px 5px #5d89b4;
    height: 10%;
    opacity: 1;
    background: #b7814f;
    color: #B4CAE0;
}
#scroll-top .pos-rtive {
z-index: 999;
}
#scroll-top .to-top a {
    bottom: 6% !important;
}
.button-phone-alt {
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 50%);
  z-index: 9999;
  background-color: #867357 !important;
  right: 5px;
  bottom: 5.8%; 
  position: fixed; 
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.center-phone-button {
position: absolute;
top: 29.5%;
left: 28.5%;
}
.packages .singel-packages .packages-title h3 {
    margin-bottom: 0px;
    line-height: 1em;
}
.packages .singel-packages .packages-title p {
    margin-bottom: 25px;
}
.block-center {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left:0px;
    padding-right:0px;
}
#blog-single-wrapper .blog_details_left .blog_details .blog-hadding-wrapper .blog-title {
    width: 100%;
}