@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {

  --color-brand-1: #F4EFEB;
  --color-brand-2: #1E1814; 
  --color-brand-3: #F4F4F4; 
  --color-brand-4: #101010; 
  --color-brand-5: #B6CAD8; 
  --color-brand-6: #2F383F;
  --color-brand-7: #4C5A64;
  --color-brand-8: #E1ECF4;
  --color-brand-9: #F3F8FB;

  --color-background-1: #F4F4F4;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-opacity: rgba(255,255,255,0.1);

  --branding-default: var(--color-brand-1);
  --branding-hovered: var(--color-brand-2);
  --branding-pressed: var(--color-brand-4);

  --border-hovered: var(--color-brand-2);
  --background-hovered: var(--color-brand-2);
  --base-featured: var(--color-brand-4);
  
  --border-radius-default: 6px;
  --border-radius-1x: 6px;
  --border-radius-2x: 6px;
  --border-radius-3x: 6px;
  --border-radius-05x: 6px;
  --border-radius-button: 6px;
  --border-default: 1px solid var(--color-brand-1);
  --border-brand-2: 1px solid var(--color-brand-2);
  --border-brand-3: 1px solid var(--color-brand-3);
  --border-white: 1px solid var(--color-white);
  --border-white-opacity: 1px solid var(--color-white-opacity);
  --border-black: 1px solid var(--color-black);
  --border-black-opacity: 1px solid var(--color-black-opacity);

  --font-family-1: "Poppins", sans-serif;
  --font-family-2: "Nunito", Arial, Helvetica, sans-serif;

  --font-size-body: 16px;
  --font-size-20: 20px;
  --font-size-22: 22px;

  --container-max-width: 1200px;

  --box-shadow-btn: 0 6px 12px rgba(0, 0, 0, .1);
  --box-shadow-btn-2: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-header: 0 7px 24px rgba(0, 0, 0, .06);

  --box-shadow-default: 0px 1px 20px -12px var(--color-brand-1);

  --box-shadow-pre-hover-brand-2: inset 0px 0px 0 0 var(--color-brand-2);
  --box-shadow-hover-brand-2-top: inset 0px 200px 0 0 var(--color-brand-2);

  /*--background-arrow-brand-1: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="teal"/></svg>');
  --background-arrow-brand-2: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="burlywood"/></svg>');
  --background-arrow-white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 33.28"><path class="cls-1" d="M39.36,15.08L24.92.64c-.41-.41-.96-.64-1.55-.64s-1.14.23-1.55.64l-1.31,1.31c-.41.41-.64.96-.64,1.55s.23,1.15.64,1.57l8.43,8.45H2.16c-1.21,0-2.16.95-2.16,2.15v1.85c0,1.21.95,2.25,2.16,2.25h26.87l-8.52,8.49c-.41.41-.64.95-.64,1.53s.23,1.13.64,1.54l1.31,1.31c.41.41.96.64,1.55.64s1.14-.23,1.55-.64l14.45-14.45c.41-.41.64-.97.64-1.55,0-.59-.23-1.14-.64-1.55Z" fill="white"/></svg>');
  */

  --transition-default: all 0.5s ease; 
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen and (max-width: 499px) {

  :root {
    --font-size-body: 14px;
    --font-size-20: 18px;
    --font-size-22: 20px;
    --container-max-width: 100vw;
  }

}

@media screen {
  
  .sticky, .main-be-area {
    min-height: fit-content;
  }

  .main-be-area {
    background: var(--color-brand-6);
  }

  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: var(--color-brand-5);
    font-family: var(--font-family-2);
    font-size: var(--font-size-body);
    margin: 0;
    padding: 0;
  }

  .avvio-calendar .today {
    background-color: var(--color-brand-8);
  }

  .avvio-calendar-container,
  .avvio-calendar__month {
    border-radius: var(--border-default)!important;
  }

  .input-container {
    font-family: var(--font-family-2);
  }

  .input {
    border-radius: var(--border-radius-button);
    padding-left: 20px;
  }

  .placeholder {
    left: 20px;
  }

  .paragraph {
    font-family: var(--font-family-2);
  }

  .heading, .heading-5 {
    font-family: var(--font-family-1);
    color: var(--color-brand-6)!important;
  }

  .banner .banner__icon, .banner .banner__title, 
  .banner .banner__paragraph, 
  .banner .banner__caption {
    color: var(--color-brand-6);
  }

  .avvioCalendarFragment .label {
    min-width: 50%;
    color: var(--color-brand-6);
  }

  #calendar-CTA:hover {
    background-color: var(--color-brand-6);
    color: var(--color-white);
  }

  button.date.avvio-calendar__date.today.available,
  button.date.avvio-calendar__date.available {
    border-radius: 0;
  }

  button.date.avvio-calendar__date.available.check-in {
    background: var(--color-brand-6);
  }

  button.date.avvio-calendar__date.available.check-out {
    background: var(--color-brand-5);
    color: var(--color-white);
  }

  button.date.avvio-calendar__date.available.range,
  .avvio-calendar .hovered {
    border-radius: 0;
    background: var(--color-brand-5);
  }

  button.date.avvio-calendar__date.available:hover {
    background: var(--color-brand-6)
  }

  button.button.button--primary.addRoomButton {
    color: var(--color-brand-6);
    background-color: var(--color-brand-5);
    text-transform: uppercase;
  }

  button.button.button--primary.addRoomButton:hover {
    background-color: var(--color-white);
  }

  .avvio-calendar .hovered:hover::before, .avvio-calendar .check-out::before {
    background: var(--color-brand-6);
  }

  .mda-cell-stay {
    background-color: var(--color-brand-6);
    color: var(--color-white)!important;
  }

  .mda-table .date-header {
    background-color: var(--color-brand-8);
  }

  .mda-table th.date-header-stay {
    background-color: var(--color-brand-5);
  }

  .mda-table .date-header .state.active {
    background-color: var(--color-brand-6);
  }

  .privacy-policy-container {
    color: var(--color-brand-3);
  }

  .privacy-policy-container span {
    color: var(--color-brand-3);
  }

  .privacy-policy-container a,
  .poweredby a {
    transition: var(--transition-default);
    color: var(--color-white);
  }

  .privacy-policy-container a:hover,
  .poweredby a:hover {
    color: var(--color-brand-5);
  }

  /* ------- button ------- */

  .button--primary {
    color: var(--color-brand-6);
    border-color: var(--color-brand-6);
  }
  
  .button--primary:hover {
    color: var(--color-brand-6);
  }

  .button--secondary {
    text-transform: uppercase;
  }

  .button--secondary:hover {
    color: var(--color-white);
    border-color: var(--color-brand-6);
    background-color: var(--color-brand-6);
  }

  .button-card-horizontal.selected, 
  .button-card-horizontal:focus, 
  .slect.selected {
    border-color: var(--color-brand-2);
  }

  .navigation .button--primary:hover {
    color: var(--color-brand-2);
  }

  .avvio-calendar__date,
  .button, 
  .button--secondary,
  .button--branded {
    transition: var(--transition-default);
    border-radius: var(--border-radius-button);
  }

  .avvioCalendarFragment .prev-btn {
    left: -72px;
  }

  .avvioCalendarFragment .next-btn {
    right: -72px;
  }

  button.button--secondary.white-space-nowrap,
  .sendBasketTrigger,
  .button--branded {
    background: var(--color-brand-6);
    color: var(--color-white);
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border-radius: 6px;
  }

  button.button--secondary.white-space-nowrap:hover,
  .sendBasketTrigger:hover,
  .button--branded:hover {
    background: transparent;
    color: var(--color-brand-6);
    border-color: var(--color-brand-6);
  }

  .mda-table__total-cta.padding-top-1x.padding-bottom-1x.flex.flex-col.justify-end.items-end.flex-wrap {
    margin-right: 10px; 
  }

  .button--branded.calendarConfirmBtn .button__text,
  .button--branded.button--medium.book-now-button .button__text {
    font-size: 16px;
  }

  .mda-table tr td {
    border: 1px solid #cbcbcb;
  }

  #control-area-links .button.button--plain.button--primary {
    position: relative;
  }

  #control-area-links .button.button--plain.button--primary:hover {
    color: var(--color-brand-5);
  }

  #control-area-links .button.button--plain.button--primary::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    width: 0;
    height: 1px;
    background-color: var(--color-brand-2);
    transition: var(--transition-default);
  }

  #control-area-links .button.button--plain.button--primary:hover::before {
    width: 100%;
  }

  .button-icon {
    padding: 8px!important;
  }

  .button-icon .button-icon__icon {
    width: 100%!important;
    height: 100%!important;
    background-color: transparent!important;
    color: var(--color-brand-6)!important;
    border: solid 1px var(--color-brand-6)!important;
    border-radius: var(--border-radius-button)!important;
    transition: var(--transition-default);
  }

  .button-icon:hover .button-icon__icon {
  color: var(--color-white)!important;
  background-color: var(--color-brand-6)!important;
  border: solid 1px var(--color-brand-6)!important;
  }

  .button-icon.inactive .button-icon__icon,
  .button-icon:disabled .button-icon__icon {
  background-color: transparent!important;
  color: var(--color-grey-5, #9e9e9e)!important;
  border: solid 1px var(--color-grey-3, #bdbdbd)!important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
  }

  .button-icon--branded.disabled .button-icon__icon {
  background-color: transparent!important;
  color: var(--color-grey-5, #9e9e9e)!important;
  border: solid 1px var(--color-grey-3, #bdbdbd)!important;
  }

  .avvio-modal__bottom .button--secondary:hover,
  button.button--medium.book-now-button:hover,
  button.addRoomButton:hover {
    color: var(--color-white);
  }

  .mda-table tr td.mda-table__checkin-date, 
  .mda-table tr td.mda-table__stay-date,
  .mda-table__checkout-date::after {
    background-color: var(--color-brand-6);
  }

  button.button--medium.book-now-button {
    border-color: var(--color-brand-6);
  }

  button.button--medium.book-now-button:hover,
  .price-and-button .button.button--primary:hover {
    background-color: var(--color-brand-6);
    color: var(--color-white);
  }

  .APPButtonDiv {
    border-radius: var(--border-radius-button);
  }

}
    
/*-------------- Header ----------------*/

.header {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 140px;
max-height: 140px;
background-color: var(--color-background-1);
}

.header .header-container {
max-width: 1240px;
width: 100%;
}

.header .header-container .header-logo-container {
display: flex;
width: 100%;
margin: 0;
padding: 10px 0;
justify-content: center;
align-items: center;
}

.header .header-container .header-logo-container .header-logo {
display: flex;
width: auto;
height: 100%;
padding: 20px 0;
}

.header .header-container .header-logo-container .header-logo img {
  width: 100%;
  height: auto;
  transition: var(--transition-default);
}

.header .header-container .header-logo-container .header-logo img:hover {
  opacity: 0.6;
}

.backtosite {
  position: absolute;
  right: 100px;
  top: 20px;
}

.exploreHotelBtn .button--primary:hover {
  background-color: var(--color-brand-6);
  color: var(--color-white);
} 

.card-information__info-area .brand-color-text,
.hotelRowAddress {
  color: var(--color-brand-6);
  font-weight: 500;
  font-family: var(--font-family-1);
}

.heading-2 {
  padding-bottom: 10px;
}

.avvio-modal .facilities .facility .fa-check-circle:before {
  color: var(--color-brand-6);
}

/*.backtosite .return-button {
  display: flex;
  padding: 10px 15px;
  font-family: var(--font-family-1);
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 100px;
}*/

/*-------------- Footer ----------------*/

.footer {
  position: relative;
  width: 100%;
  background-color: var(--color-background-1);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.footer .footer-wrap {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer .footer-wrap .footer-top {
  display: grid;
  width: 100%;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  text-align: center;
  grid-template-columns: 380px 1fr;
}

.footer .footer-wrap .footer-top .footer-top-1,
.footer .footer-wrap .footer-top .footer-top-2 {
  margin: 0 auto;
  grid-column: 1;
  grid-row: 1;
}

.footer .footer-wrap .footer-top .footer-top-1 {
  max-height: 120px;
  flex: 1;
  text-align: center;
}

.footer .footer-wrap .footer-top .footer-top-1 .footer-logo {
  display: flex;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.footer .footer-wrap .footer-top .footer-top-2 {
  grid-row: 2;
  position: relative;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
}

.footer .footer-wrap .footer-top .footer-top-2 .social-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer .footer-wrap .footer-top .footer-top-2 span {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 100%;
  color: var(--color-brand-6);
  font-family: var(--font-family-1);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.footer .footer-wrap .footer-top .footer-top-2 .social-links a {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  color: var(--color-brand-6);
  font-size: 20px;
  line-height: normal;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(47, 56, 63, 0.3);
  border-radius: 6px;
  transition: var(--transition-default);
  text-decoration: none;
}

.footer .footer-wrap .footer-top .footer-top-2 .social-links a:hover {
  color: var(--color-white);
  background-color: var(--color-brand-6);
}

.footer .footer-wrap .footer-top .footer-top-2 .social-links a:hover i {
  transform: rotate(360deg);
}

.footer .footer-wrap .footer-top .footer-top-2 .social-links a i {
  transform: rotate(0deg);
  transition: var(--transition-default);
}

.footer .footer-wrap .footer-top .footer-top-3 {
  font-family: var(--font-family-1);
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: var(--color-brand-6);
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 2px;
}

.footer .footer-wrap .footer-top .footer-top-4 {
  display: flex;
  position: relative;
  margin-left: auto;
  grid-column: 2;
  grid-row: span 4;
}

.backtosite .return-button,
.footer .footer-wrap .footer-top .footer-top-4 a {
  font-family: var(--font-family-1);
  font-weight: 500;
  line-height: 26px;
  font-size: 17px;
  box-sizing: border-box;
  padding: 10px 32px;
  transition: var(--transition-default);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  word-break: normal;
  display: inline-flex;
  align-items: center;
  color: var(--color-brand-6);
  border-radius: 6px;
  margin-top: 25px;
  border: 1px solid var(--color-brand-6);
  background-color: var(--color-brand-5);
  max-height: 48px;
}

.backtosite .return-button:hover,
.footer .footer-wrap .footer-top .footer-top-4 a:hover {
  background-color: var(--color-white);
}

.footer .footer-wrap .footer-top .footer-top-3,
.footer .footer-wrap .footer-top .footer-top-4 {
  margin-left: 250px;
}

.footer .footer-middle {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: var(--color-white);
}

.footer .footer-middle .footer-middle-1 {
  padding: 40px 30px;
}

.footer .footer-middle .footer-middle-1 .contact-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.footer .footer-middle .footer-middle-1 .contact-container .footer-logo {
  width: auto;
}

.footer-logo {
  width: auto;
  height: 60px;
  padding: 0 5px;
}

.footer-logo img {
  width: auto;
  height: 100%;
  transition: var(--transition-default);
}

.footer-logo img:hover {
  opacity: 0.6;
}

.footer .footer-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer .footer-bottom .footer-bottom-1 .footer-nav-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-white);
}

.footer .footer-bottom .footer-bottom-1 .footer-nav-container .footer-nav-list {
  list-style: none;
  display: flex;
  gap: 50px;
}

.footer .footer-bottom .footer-bottom-1 .footer-nav-container .footer-nav-list .nav-item {
  letter-spacing: 0.02em;
  line-height: 28px;
  font-family: var(--font-family-2);
  font-weight: 400;
}

.footer .footer-bottom .footer-bottom-2 .footer-credit {
  font-family: var(--font-family-2);
  color: var(--color-brand-6);
  font-style: normal;
  letter-spacing: 1px;
}

.footer .footer-bottom .footer-bottom-1 .footer-nav-container .footer-nav-list .nav-item a,
.footer .footer-bottom .footer-bottom-2 .footer-credit a {
  position: relative;
}

.footer .footer-bottom .footer-bottom-1 .footer-nav-container .footer-nav-list .nav-item a::after,
.footer .footer-bottom .footer-bottom-2 .footer-credit a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-brand-6);
  transition: var(--transition-default);
  opacity: 0;
}

.footer .footer-bottom .footer-bottom-1 .footer-nav-container .footer-nav-list .nav-item a:hover::after,
.footer .footer-bottom .footer-bottom-2 .footer-credit a:hover::after {
  opacity: 1;
}

/* ---------------- Responsive ---------------- */

@media screen and (max-width: 900px) {

  .footer .footer-wrap .footer-top {
    display: flex;
    flex-direction: column;
  }

  .footer .footer-wrap .footer-top .footer-top-3,
  .footer .footer-wrap .footer-top .footer-top-4 {
    text-align: center;
    margin-left: 0;
  }

  .footer .footer-wrap .footer-top .footer-top-2 .social-links {
    margin-top: 0;
  }

  .footer .footer-wrap .footer-top .footer-top-3 {
    font-size: 24px;
  }

  .footer .footer-wrap .footer-top .footer-top-4 {
    justify-content: center;
  }

  .footer .footer-middle .footer-middle-1 .contact-container {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 767px) {

  .footer .footer-wrap .footer-top .footer-top-2 {
    margin-top: 50px;
    width: 100%;
    justify-content: center;
  }

  .footer .footer-middle .footer-middle-1 .contact-container {
    gap: 20px;
  }

  .footer .footer-bottom .footer-bottom-1 .footer-nav-container {
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .footer .footer-bottom .footer-bottom-1 .footer-nav-container .footer-nav-list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

}

@media screen and (max-width: 745px) {
  
  .footer .footer-wrap .footer-top {
    grid-template-columns: 1fr;
  }

  .footer .footer-wrap .footer-top .footer-top-4 {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

}

@media screen and (max-width: 499px) {

   .footer {
    padding-top: 50px;
  }

  .footer .footer-wrap .footer-top .footer-top-2 .social-links {
    gap: 10px;
  }

  .footer .footer-wrap .footer-top .footer-top-2 .social-links a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

}

@media screen and (max-width: 450px) {

  .header .backtosite {
    display: none;
  }

  .footer .footer-wrap .footer-top .footer-top-4 a {
    padding: 8px 20px;
    font-size: 15px;
  }

  .footer .footer-bottom .footer-bottom-2 .footer-credit {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
  }

}