/* @media screen and (min-width: 810px) {
    @media screen and (max-width: 809px) {
 */
@font-face {
  font-family: "BDO Grotesk Medium";
  src: url("/fonts/webfont/BDOGrotesk-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --framer-font-family: Inter, Inter Placeholder, sans-serif;
  --framer-font-style: normal;
  --framer-font-weight: 500;
  --framer-text-color: #000;
  --framer-font-size: 16px;
  --framer-letter-spacing: 0;
  --framer-text-transform: none;
  --framer-text-decoration: none;
  --framer-line-height: 1.2em;
  --framer-text-alignment: start;
  --framer-font-open-type-features: normal --framer-link-current-text-color: #111111;
  --framer-link-current-text-decoration: underline;
  --framer-link-hover-text-color: rgba(247, 242, 237, .3);
  --framer-link-hover-text-decoration: none;
  --framer-link-text-color: var(--token-c44b6734-94a7-40e4-af82-cea04f989778, #ffffff);
  --framer-link-text-decoration: none;
}

@supports (aspect-ratio: 1) {
  body {
    --framer-aspect-ratio-supported: auto ;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
ul,
span:not([data-text-fill]) {
  font-family: var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
  font-style: var(--framer-blockquote-font-style, var(--framer-font-style, normal));
  font-weight: var(--framer-blockquote-font-weight, var(--framer-font-weight, 400));
  color: var(--framer-blockquote-text-color, var(--framer-text-color, #000));
  font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
  letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0));
  text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none));
  -webkit-text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none));
          text-decoration: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, none));
  line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em));
  text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start));
  -webkit-text-stroke-width: var(--framer-text-stroke-width, initial);
  -webkit-text-stroke-color: var(--framer-text-stroke-color, initial);
  font-feature-settings: var(--framer-font-open-type-features, initial);
  font-variation-settings: var(--framer-font-variation-axes, normal);
  text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
}

a {
  font-family: var(--framer-blockquote-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)));
  font-style: var(--framer-blockquote-font-style, var(--framer-link-font-style, var(--framer-font-style, normal)));
  font-weight: var(--framer-blockquote-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400)));
  color: var(--framer-blockquote-text-color, var(--framer-link-text-color, var(--framer-text-color, #000)));
  font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
  text-transform: var(--framer-blockquote-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none)));
  -webkit-text-decoration: var(--framer-blockquote-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none)));
          text-decoration: var(--framer-blockquote-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none)));
}
a[href] {
  cursor: var(--framer-custom-cursors, pointer);
}

a:hover {
  font-family: var(--framer-link-hover-font-family, var(--framer-blockquote-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))));
  font-style: var(--framer-link-hover-font-style, var(--framer-blockquote-font-style, var(--framer-link-font-style, var(--framer-font-style, normal))));
  font-weight: var(--framer-link-hover-font-weight, var(--framer-blockquote-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400))));
  color: var(--framer-link-hover-text-color, var(--framer-blockquote-text-color, var(--framer-link-text-color, var(--framer-text-color, #000))));
  font-size: calc(var(--framer-link-hover-font-size, var(--framer-blockquote-font-size, var(--framer-font-size, 16px))) * var(--framer-font-size-scale, 1));
  text-transform: var(--framer-link-hover-text-transform, var(--framer-blockquote-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none))));
  -webkit-text-decoration: var(--framer-link-hover-text-decoration, var(--framer-blockquote-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none))));
          text-decoration: var(--framer-link-hover-text-decoration, var(--framer-blockquote-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none))));
}

body {
  min-height: 100vh;
  width: auto;
  margin: 0;
}

/* section {
    border: green solid 1px;
} */
header {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  padding-top: 0;
  align-content: center;
  align-items: center;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  @media screen and (min-width: 981px) {
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 100px;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
    z-index: 1;
  }

}

.book-now {
  width: 100%;
  display: flex;
  background-color: #3054d7;
  padding: 20px 30px;
  justify-content: center;

  a {
    width: 100%;
    font-family: "BDO Grotesk Medium";
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
  }

  a:hover {
    color: white;
  }

  @media screen and (min-width: 981px) {
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 0;
  }

}

header .logo-container {
  aspect-ratio: 1.9761904762/1;
  position: relative;
  width: 200px;
  margin-bottom: 15px;
}
@media screen and (min-width: 981px) {
  header .logo-container {
    width: 300px;
    margin-bottom: 0;
  }
}

.big-title svg {
  opacity: 0.44;
  transform: scale(0.9);
}
@media screen and (min-width: 810px) {
  .big-title svg {
    transform: scale(0.6);
  }
}
.big-title h3 {
  --framer-font-family: "BDO Grotesk Medium", "BDO Grotesk Medium Placeholder", sans-serif;
  --framer-font-size: 110px;
  --framer-letter-spacing: -0.01em;
  --framer-text-alignment: center;
  --framer-text-color: rgb(180, 163, 145);
  margin: 0;
  padding: 0;
  font-family: var(--framer-font-family);
  font-size: var(--framer-font-size);
  font-weight: 400;
  color: var(--framer-text-color);
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
}

@media screen and (min-width: 810px) {
  .hotels-showcase {
    display: flex;
  }
}
.hotels-showcase .hotel-card {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 810px) {
  .hotels-showcase .hotel-card:hover .bkg-img {
    filter: brightness(0.36) blur(0px);
  }
  .hotels-showcase .hotel-card:hover .content__logo {
    transform: translateY(-10px);
  }
  .hotels-showcase .hotel-card:hover .cta-btn-container {
    display: flex;
  }
  .hotels-showcase .hotel-card:not([href]) .cta-btn {
    background-color: unset;
    --framer-text-color: #ffffff;
    cursor: default;
  }
  .hotels-showcase .hotel-card:not([href]) .bkg-img {
    filter: grayscale(1);
  }
}
.hotels-showcase .bkg-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hotels-showcase .content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.22) 100%);
  opacity: 1;
  z-index: -1;
}
.hotels-showcase .content-wrapper {
  width: 100%;
  height: 100%;
}
.hotels-showcase .content {
  position: relative;
  display: flex;
  padding: 40px 30px;
  height: 350px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 810px) {
  .hotels-showcase .content {
    height: 550px;
  }
}
.hotels-showcase .content__logo {
  width: 209px;
  transition: transform 0.3s ease;
}
.hotels-showcase .cta-btn-container {
  display: none;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
}
.hotels-showcase .cta-btn {
  background-color: rgb(255, 255, 255);
  border-radius: 130px;
  transform: none;
  transform-origin: 50% 50% 0px;
  place-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  gap: 10px;
  height: -moz-min-content;
  height: min-content;
  overflow: visible;
  padding: 20px 30px;
  position: relative;
}

.hotels-showcase .cta-btn p {
    padding: 0 !important;
}

.map-section {
  height: 400px;
}

footer {
  background-color: #b4a391;
  padding: 24px;
  width: 100%;
}
@media screen and (min-width: 810px) {
  footer {
    padding: 64px;
  }
}
footer .container__01 {
  max-width: 640px;
  width: 100%;
}
footer .container__02 {
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: -moz-min-content;
  height: min-content;
  justify-content: space-between;
  overflow: hidden;
  padding: 160px 0 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 809px) {
  footer .container__02 {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 43px;
    justify-content: center;
    padding: 40px 0 0;
  }
}
footer h3 {
  --framer-font-family: "BDO Grotesk Medium", "BDO Grotesk Medium Placeholder", sans-serif;
  --framer-font-size: 24px;
  --framer-font-style: normal;
  --framer-font-weight: 400;
  --framer-letter-spacing: -.01em;
  --framer-line-height: 1.2em;
  --framer-paragraph-spacing: 40px;
  --framer-text-alignment: start;
  --framer-text-color: #ffffff;
  --framer-text-decoration: none;
  --framer-text-transform: none;
}
@media screen and (min-width: 810px) {
  footer h3 {
    --framer-font-size: 48px;
  }
}
footer .logos-wrapper {
  width: 100%;
  display: flex;
  gap: 37px;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  order: 2;
}
@media screen and (min-width: 810px) {
  footer .logos-wrapper {
    width: auto;
    order: 0;
  }
}
footer .logos-wrapper a {
  text-align: center;
}
footer .logos-wrapper__row-2 {
  display: flex;
  align-items: center;
  gap: 37px;
}
footer .private-selection-logo img,
footer .swiss-logo img,
footer .benvenuti-hotels-logo img {
  position: relative;
  display: block;
  width: 100%;
}
footer .private-selection-logo {
  width: 100%;
}
footer .private-selection-logo img {
  max-width: 198px;
}
footer .swiss-logo img {
  max-width: 78px;
}
footer .benvenuti-hotels-logo img {
  max-width: 198px;
  filter: brightness(0) invert(1);
}
footer .social-wrapper {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: 0.5 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: -moz-min-content;
  height: min-content;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1px;
}
@media screen and (max-width: 809px) {
  footer .social-wrapper {
    flex: none;
    order: 1;
    width: 50%;
  }
}
footer .social-wrapper .social-link {
  display: flex;
  gap: 0.5rem;
}
footer .social-wrapper .social-link:hover {
  --framer-text-color: rgb(255, 255, 255);
  color: var(--framer-text-color);
}
footer .social-wrapper .social-link:hover p {
  margin-left: 10px;
}
footer .social-wrapper .arrow {
  width: 15px;
}
footer .social-wrapper p {
  --framer-font-family: "BDO Grotesk Medium", "BDO Grotesk Medium Placeholder", sans-serif;
  font-size: 16px;
  margin-left: 0;
  --framer-text-color: rgb(255, 255, 255);
  transition: margin-left 0.3s ease;
}
@media screen and (max-width: 809px) {
  footer .social-wrapper p {
    font-size: 12px;
  }
}
footer .contacts-wrapper {
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (max-width: 809px) {
  footer .contacts-wrapper {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
footer .contacts-wrapper h3 {
  --framer-text-alignment: right;
  --framer-text-color: rgb(255, 255, 255);
}
footer .contacts-wrapper a {
  transition: color 0.15s cubic-bezier(0.44, 0, 0.56, 1) 0s;
}/*# sourceMappingURL=landing.css.map */


.booking h1 {
    font-family: "BDO Grotesk Medium";
    font-size: 30px;
    padding: 0 0 30px;
    background: transparent url(/images/icons/onda.png) left bottom no-repeat;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0 0 24px;
    line-height: 36px;
    text-align: center;
}

.booking > div > div:last-child,
.booking > div > div:not(.close),
.booking p.button {
    text-align: center !important;
}

.booking p.button a:last-child {
    font-family: "BDO Grotesk Medium";
}

.booking p.button a, a.booking-link {
    background-color: #3054d7;
}