body, h1, h2, h3, h5, p {
  color: var(--blue-color);
}
h4 {
  color: var(--gold-color);
}
.nav-inside:first-of-type {
  background-color: var(--blue-color);
}
.navbar .nav-inside:last-of-type {
  display: none;
}
.nav-inside ul.menu-villas {
  width: 100%;
}
.nav-inside ul.menu-villas li {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.nav-inside ul.menu-villas li::after {
  display: none;
}
.nav-inside ul.menu-villas li:first-child {
  border: none;
}
.nav-inside ul.menu-villas li a {
  display: block;
}
.nav-inside ul.menu-villas li a span {
  color: var(--white-color);
  font-size: 0.7rem;
  text-transform: uppercase;
}
.nav-inside ul.menu-villas li a.active span {
  color: var(--gold-color);
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .nav-inside ul:first-of-type {
    margin-left: 40px;
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .nav-inside ul.menu-villas li {
    padding: 0 5px;
  }
  .nav-inside ul.menu-villas li a span {
    font-size: 10px;
  }
}
.hamburgericon span {
  background-color: var(--gold-color);
}
.btn-more.btn-gold {
  border: 1px solid var(--gold-color);
  border-radius: 4px;
}
.btn-more.btn-rounded-gold {
  border: 1px solid var(--gold-color);
  color: var(--white-color);
  background-color: var(--gold-color);
  border-radius: 4px;
}
.btn-more.btn-rounded-gold span {
  font-size: 0.65rem;
}
.overlay.overlay-dark {
  opacity: 0.7;
}
.banner-hero:not(.banner-hero-page) {
  top: 40%;
}
.banner-hero img {
  max-width: 200px;
  filter: drop-shadow(50px 50px 5px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 1400px) {
  .banner-hero img {
    max-width: 250px;
  }
}
ul.list-servizi li {
  padding: 1rem 0;
  border-bottom: 1px dotted var(--gold-color);
  font-size: 0.9rem;
}
footer .row {
  background-color: #F7F7F7;
}
footer .row {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
footer .row:first-of-type {
  border-top: none;
}
footer .row:last-of-type {
  background-color: var(--white-color);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
footer .row:last-of-type p {
  font-size: 11px;
}
.logo-footer {
  height: 150px;
}
.progress-bar {
  background-color: var(--blue-color)
}
.overlay {
  opacity: .8;
}
.booking-banner {
  background-color: #F7F7F7;
}
.sb-screen-m .sb__dates {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .sb__dates .sb__form-field {
    width: 49% !important;
  }
  .sb__form-field--checkin .sb__form-field-input {
    border-radius: 4px !important;
  }
}
/**nav mobile**/
.nav-mobile {
  background-color: #21334e;
  background-color: #0d203d;
}
.nav-mobile-content {
  padding-top: 7rem;
}
ul.nav-item li a {
  color: rgba(255, 255, 255, .8);
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
/**layout**/
section.section-pad {}
figure.img-hero.img-hero-page {
  height: 70vh;
  height: 70svh;
  min-height: 450px;
}
.banner-hero.banner-hero-page {
  display: none;
}
@media (max-width: 767px) {
  figure.img-hero.img-hero-page {
    height: 50vh;
    height: 50svh;
    min-height: 450px;
  }
  .banner-hero.banner-hero-page {
    display: none;
  }
}