
.form__group{margin-bottom:35px;position:relative}.form__label{margin-bottom:5px;display:block;font:var(--body-text-fonts);color:var(--text-color);font-weight:500}.form__control{border:1px solid var(--border-color);font-family:var(--text-fonts);height:47px}.form__control.uk-select:not([multiple]):not([size]){height:47px;background-position:96% 50%;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23002341' stroke-width='2' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E")}.form__control.uk-textarea{height:auto;min-height:47px}.form__checkbox,.form__radio{display:block;position:relative;padding-left:25px}.form__radio--inline{display:inline-flex;align-items:center}.form__radio--inline+.form__radio--inline{margin-left:20px}.form__checkbox .uk-checkbox,.form__radio .uk-radio{margin-right:10px;border:1px solid var(--border-color);border-radius:3px;position:absolute;left:0;top:4px;margin:0;background-color:#fff}.form__radio .uk-radio{border-radius:50%;top:1px}.form__radio{margin-top:12px;font-size:14px}.form__checkbox a{}.form__checkbox a:hover,.form__checkbox a:focus,.form__checkbox a:focus-visible{color:var(--highlight-color)}#ui-datepicker-div{width:max-content}.ui-datepicker-trigger{position:absolute;right:8px;bottom:13px;background:transparent;border:0;width:20px;height:20px;padding:0;cursor:pointer}.ui-datepicker .ui-datepicker-buttonpane button{color:var(--secondary-color);background:transparent;text-transform:capitalize;font:var(--secondary-cta-fonts);border:1px solid var(--secondary-cta-font-color);transition:all .4s ease}.ui-datepicker .ui-datepicker-buttonpane button:hover,.ui-datepicker .ui-datepicker-buttonpane button:focus{background:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.contact-map__title{margin-bottom:40px}.form-icons .form__control.uk-select:not([multiple]):not([size]){background-image:none}.form-icons:before{font-family:var(--icon-fonts);bottom:10px;right:10px;position:absolute;font-size:22px;color:var(--highlight-color);pointer-events:none}.form-room-icon:before{content:""}.form-user-icon:before{content:""}.form-calendar-icon:before{content:""}.form-icons .form__control{padding-right:30px}.form__checkbox a{text-decoration:underline}.form__checkbox a:hover{text-decoration:none}#gettingHere .modal__close svg{display:none}#gettingHere .template-icon{font-size:20px;color:var(--highlight-color)}#gettingHere .template-icon:hover,#gettingHere .template-icon:focus{opacity:.6}.contact-snippet{background:#eee}.contact-snippet__zigzag{z-index:1;position:relative}.contact-snippet .contact-snippet__container{z-index:1;position:relative}.contact-snippet__container:after{content:'';background:url(https://assets.milestoneinternet.com/bh-hoteles-colombia/site-images/logo/bh-hotel-mask.svg);width:57%;height:93%;position:absolute;left:0;bottom:-80px;background-size:100%;background-repeat:no-repeat;pointer-events:none}
.uk-container-intro{
  width:1260px;
  padding:0 20px;   
}
.home-intro__title {
  max-width: 742px; 
}
.home-intro-section {
  padding: 112px 0;
  position: relative;
} 
.home-intro--item {
  position: relative;  
  z-index: 1;
}
.home-intro-section:after {
  content: '';
  width: 100%;  
  height: 327px;
  position: absolute;  
  bottom: 0;
  background: #1f1f1f;
}
.home-intro__title .tagline{
  padding-bottom: 24px;
  display: block;
}
.home-intro__content .home-intro__description > div {
  padding-left: 205px;
  letter-spacing: 0.7px;
}
.home-intro__item {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 40px 0 0 0;
}
.home-intro__smallimg {
  z-index: 1;
  width: 430px;
  position: absolute;
  left: 0;
  padding-top: 71px;
  
}
/*.home-intro__smallimg:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: 20px;
border: solid 1px #999999;
left: -20px;
margin-top: 89px;
opacity: 0.5;
z-index: -1;
transition: 2s;
}
.home-intro__smallimg.border-animation:after{
width: 0;
height: 0;
}
*/

.home-intro__smallimg img {
  z-index: 1;
  box-shadow: 20px 4px 20px rgb(0 0 0 / 10%);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
  position: relative;
  left: 20px;
  top: -20px;
}
.home-intro__content {
  width: calc(100% - 320px);
}
.home-intro__bigimg {
  height: 514px;
  padding: 90px 0 0 0;  
  overflow: hidden;
}
.home-intro__bigimg img {;
  object-fit: cover;
  object-position: center center;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-intro__description .home-intro__btn {
  padding-top: 38px;
}

/*Property Page*/

.property-page.home-intro-section:after {
  height: 243px;
}

.home-intro-section.property-page { background-size: cover;
  background-position: center center;
}
.home-intro-section.property-page:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, var(--Color-Scheme-1-Background, #FFFFFF), var(--Color-Scheme-1-Background, #FFFFFF)),
    linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 56.57%);
  width: 100%;
  height: 100%;  
  position: absolute;
  top: 0;
  opacity: 0.9;
}
.home-intro__item .mobile-show{display:none;}


.box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Horizontal Borders */
.box::before,
.box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #999999;
  left: 50%;
  transform: translateX(-50%);
  opacity: .5;
}

.box::before {
  top: 0;
}

.box::after {
  bottom: 0;
}

/* Vertical Borders */
.box span::before,
.box span::after {
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  background: #999999;
  top: 50%;
  transform: translateY(-50%);
  opacity: .5;
}

.box span::before {
  left: 0;
}

.box span::after {
  right: 0;
}

/* Animate on class add */
.border-animation:before {
  animation: expand-horizontal-top 1s forwards;
}

.border-animation:after {
  animation: expand-horizontal-bottom 1s forwards 0.2s;
}

.border-animation span:before {
  animation: expand-vertical-left 1s forwards 0.4s;
}

.border-animation span:after {
  animation: expand-vertical-right 1s forwards 0.6s;
}

@keyframes expand-horizontal-top {
  to { width: 100%; }
}

@keyframes expand-horizontal-bottom {
  to { width: 100%; }
}

@keyframes expand-vertical-left {
  to { height: 100%; }
}

@keyframes expand-vertical-right {
  to { height: 100%; }
}
.home-intro-sectionbg {
    width: 100%;
    bottom: 20%;
    position: absolute;    
}
.home-intro-sectionbg img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: .17;
}
.home-intro-sectionbg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #FFFFFF 0%, rgb(255 255 255 / 38%) 56.57%);
    bottom: 0;
    left: 0;
}




@media (max-width: 1260px) {
  .uk-container-intro {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .home-intro__item .desktop-show{display:none}
  .home-intro__item .mobile-show{display:block;}
  .home-intro-section {
    padding: 72px 0 42px;
  }

  .home-intro__title {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }

  .home-intro__content .home-intro__description > div {
    padding-left: 0;
    text-align: left;
  }

  .home-intro__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 0 0;
  }

  .home-intro__smallimg {
    left: auto;
    right: 0;
    padding-top: 0;
    align-self: flex-start;
    max-width: 250px;
    height: 180px;
    z-index: 3;
    box-shadow: none;
    overflow: hidden;
    order: 3;
    margin: 20px 32px 0 0;
  }
  .home-intro__smallimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }

  .home-intro__content {
    width: 100%;
    order: 1;
  }

  .home-intro__bigimg {
    padding: 55px 0 0 0;
    height: auto;
    max-height: 450px;
    overflow: hidden;
    width: 100%;
    order: 2;
  }
  .home-intro__bigimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }

  .home-intro__description .home-intro__btn {
    padding-top: 32px;
    text-align: left;
    order: initial;
  }
  .home-intro-section:after{height: 300px;}

  .property-page.home-intro-section:after {
    height: 320px;
  }


}


@media (max-width: 767.98px) {
  .home-intro__smallimg {
    width: 171px;
    height: 143px;
  }

  .property-page.home-intro-section:after {
    height: 280px;
  }
  .home-intro-section:after {
    height: 154px;
  }
  .home-intro__bigimg img {
    height: 282px;
  }
  .home-intro__title h1 {
    margin-bottom: 0;
  }
  .home-intro__btn a.uk-button-primary {
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .home-intro-section {
    padding: 85px 0 30px 0;
  }
  .home-intro__description > div {
    font-size: 0.9em;
  }
  .home-intro__bigimg {
    max-height: 302px;
  }
  .home-intro__bigimg img {
    height: 247px;
  }
  .property-page.home-intro-section:after {
    height: 220px;
  }

}
@media (max-width: 400px) {
  .home-intro__smallimg {
      height: 175px;
  }
}
.home-intro-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}
@media (max-width: 767.98px) {
  .home-intro-section {
    background-image: none !important;
  }
  .hero-banner__content .title {
    height: 60px;
  }
  .hero-banner__content .title:before {
    width: 2px;
    height: 57px;
    position: absolute;
    left: 50%;
    bottom: -87px;
    transform: translateX(-50%);
    background-color: #000;
  }
  .hero-banner__content .title:after {
    content: '';
    width: 2px;
    height: 44px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background-color: #fff;
  }
}
.snippet__zigzag + .snippet__zigzag{
  margin-top:50px !important;
}
.snippet__content >*{
  color:var(--inverse-font-color);
}
.zig-zag-feature-box_content_btn {
  padding: 32px 0 0 0;
}
.zig-zag-feature-box_content__desc {
  padding-left: 80px;
  letter-spacing: 0.7px;
}
.zig-zag-feature-box_content__desc > div { color: rgba(204, 204, 204, 1);}


@media(min-width: 961px) {

  .welcome-zigzag .snippet__zigzag{
    position:relative;
    padding:0 40px 70px 40px !important;
    z-index:1;
  }


  .snippet__zigzag + .snippet__zigzag:after{
    left:0;
    width:78%;
  }
  .snippet__zigzag:nth-child(even) .snippet__col:first-child {
    order:1
  }
  .snippet__zigzag:nth-child(even) .snippet__col:last-child {
    order: 2
  }
  .snippet__zigzag:nth-child(odd) .snippet__col:first-child {
    order: 2
  }
  .snippet__zigzag:nth-child(odd) .snippet__col:last-child {
    order: 1
  }
  .snippet__zigzag--revert:nth-child(odd) .snippet__col:first-child {
    order: 1
  }
  .snippet__zigzag--revert:nth-child(odd) .snippet__col:last-child {
    order: 2
  }
  .snippet__zigzag--revert:nth-child(even) .snippet__col:first-child {
    order: 2
  }
  .snippet__zigzag--revert:nth-child(even) .snippet__col:last-child {
    order: 1
  }
  .zigzag-feature-box-with-large-content .snippet__zigzag,
  .zigzag-feature-box-with-large-content .uk-grid + .uk-grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .zigzag-feature-box-with-large-content .snippet__zigzag {
    padding: 32px 0;
  }
}

@media (max-width: 960px) {
  .snippet__media > img {
    width: 100%;
    object-fit: cover;
  }
  .snippet .snippet__zigzag {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    margin: 0;
  }
  .gutter-xl, .gutter-xxl {
    margin-left: 0;
    /*margin-left: -20px; */
  }
  .gutter-xl>*, .welcome-zigzag .gutter-xxl>*{
    padding-left:20px;
  }
  .snippet__zigzag .snippet__col:last-child,
  .snippet__zigzag--revert .snippet__col:last-child {    
    width: 100%;
    padding: 0px;
    order: 2;
    margin: 20px 0 10px 0;
  }

  .snippet__zigzag .snippet__col:first-child,
  .snippet__zigzag--revert .snippet__col:first-child {
    order: 1;width:100%;padding:0px;
  }
  .js-snippet-filter-item.snippet__zigzag .snippet__col:last-child,
  .js-snippet-filter-item.snippet__zigzag--revert .snippet__col:last-child{margin-top:30px;}
}

@media (max-width: 767px) {
  .snippet__actions a.uk-button-primary {
    letter-spacing: 2px;
  }
}


/* Scrollable container for mobile */
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* Base table styling */
.amenities__table-data table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 14px;
  min-width: 600px;
}

.amenities__table-data th,
.amenities__table-data td {
  border: 1px solid #000; /* Secondary color */
  padding: 8px;
  text-align: center;
}

/* Header styling */
.amenities__table-data th {
  background-color: #D9D9D9; /* Primary color */
  font-weight: 600;
}

/* Alternate row coloring */
.amenities__table-data tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover effect */
.amenities__table-data tr:hover {
  background-color: #f1f1f1;
}

/* Table heading (Zona Financiera) */
.amenities__table-data th[colspan="7"] {
  text-align: center;
  background: #D9D9D9;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
}

/* Close icon */
.uk-modal-close.uk-position-top-right {
  top: 15px;
  right: 15px;
  color: #000;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer !important;
}

/* Icon cell alignment */
.amenities__table-data th:first-child,
.amenities__table-data td:first-child {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
}

.amenities__table-data th:first-child img,
.amenities__table-data td:first-child img,
.amenities__table-data th:first-child svg,
.amenities__table-data td:first-child svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
@media (max-width: 768px) {
  /* Ensure modal stays full width */
  .uk-modal-dialog {
    width: 95% !important;
    margin: 0 auto;
    overflow: visible !important;
  }
  .uk-modal-body {
    overflow: visible !important;
  }

  /* Make table scrollable horizontally */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    padding-bottom: 1rem;
  }
  .table-responsive::-webkit-scrollbar {
    height:10px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #fcfcfc;
    border-radius: 5px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #8c8c8c;
  }

  .table-responsive table {
    min-width: 700px;
    width: max-content;
    table-layout: auto;
  }
  .amenities__table-data table {
    min-width: 100%;
  }

  /* Adjust icon size on small screens */
  .amenities__table-data th:first-child,
  .amenities__table-data td:first-child {
    width: 50px;
    height: 50px;
  }

  .amenities__table-data th:first-child img,
  .amenities__table-data td:first-child img,
  .amenities__table-data th:first-child svg,
  .amenities__table-data td:first-child svg {
    max-width: 24px;
    max-height: 24px;
  }

  /* Optional: shrink font slightly */
  .amenities__table-data th,
  .amenities__table-data td {
    font-size: 13px;
    padding: 6px;
  }

  /* Table heading */
  .amenities__table-data th[colspan="7"] {
    font-size: 15px;
    padding: 10px 0;
  }

  /* Close icon size tweak */
  .uk-modal-close.uk-position-top-right {
    font-size: 22px;
    top: 10px;
    right: 10px;
  }
}



/* Header Starts */ 

:root {
  --header-height: 102px;
}
.ng-star-inserted #header {
  margin-bottom: 100px;
}
.ng-star-inserted .header {  
  background: var(--header-color);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  --header-height: 102px;  
}
.ng-star-inserted  .header-mainmenu__link, .ng-star-inserted  .header-mainmenu__link:hover, .ng-star-inserted  .header-mainmenu__link:focus, .ng-star-inserted  .header__toggler-btn .is-togglemenu-close, .ng-star-inserted  .header__logo, .ng-star-inserted  .header__phone, .ng-star-inserted  .header-langsel__control, .ng-star-inserted  .header__phone-text, .ng-star-inserted  .header__phone .template-icon, .ng-star-inserted  .header-langsel .template-icon {
  color: var(--section-title-font-color);
}
.ng-star-inserted #header{
  margin-bottom: 100px;
}
.header-collaps_child{
  position: relative; 
}

.header-collaps-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.9;
  position: absolute;
  top: 0;
  object-position: 0 -30%;
}

.header {
  position: fixed;  
  z-index: 11;
  background: var(--bg-header);
  color: var(--header-font-color);
  left: 0;
  top: 0;  
  width: 100%;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
}

.header.is-fixed, .is-fixed .header {
  background: var(--header-color);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  --header-height: 102px;
}
.is-fixed #header {
  padding-bottom: var(--header-height);
}
.header__container {
  width: 100%;
  max-width: 100%;
  margin: 0 45px;
}

.header__grid {
  align-items: center;
  margin-left: -20px;
}

.header__grid > * {
  padding-left: 20px;
}

.header__col {
  flex-shrink: 0;
  flex: 1;
}

.header__col--center {
  text-align: center;
  width: var(--logo-width);
  flex: 0;
  padding: 0;
  order:1;
}

.header__logo {
  width: var(--logo-width);
  height: var(--logo-height);
  display: inline-block;
  align-items: center;
  color: var(--header-color);
}

.header__logo > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__logo-mobile-img{
  display:none;
}
.is-fixed .header__logo-img{
  display:none;
}
.is-fixed .header__logo-mobile-img{
  display:block;
}


.header-collapsible {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -9999;
  -webkit-overflow-scrolling: touch;
  transition: opacity .4s ease;
  background: linear-gradient(0deg, #E4E4E4, #E4E4E4),
    linear-gradient(180deg, #E4E4E4 30.94%, rgba(228, 228, 228, 0) 100%);
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  display:none !important;
}

.slide-booking-widget{
  display:none!important;
}
.slide-booking-widget.uk-open{
  display:block!important;
}


.header-social {
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: absolute;
  bottom: 40px;
  left: 15px;
}

.header-social__item + .header-social__item {
  margin-left: 15px;
}

.header-social__link {
  padding: 5px;
  color: var(--inverse-font-color);
  display: inline-flex;
  align-items: center;  
}

.header-collapsible__scroll {
  z-index: 1;
  height: 100%;  
  position: relative;
}

.header-collapsible__content {
  width: 721px;
  max-width: 100%;
  padding: 0 0 30px 117px;
  /* overflow: auto; */
  padding-top: 83px;
  /* scrollbar-color: var(--border-color) transparent; */
  /* scrollbar-width: thin; */
  z-index: 1;
}

.header-collapsible__media {
  width: calc(100% - 721px);
  max-width: 100%;
  flex: 1;
  height: 100vh;    z-index: 1;
}


.header__col--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  order:2;

}

.header__col--right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order:3;
}

.header-mainmenu__item {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
.header-mainmenu__item:first-child {margin-left:20px;}
.header-mainmenu__link {
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  padding: 10px 0px;
  font: var(--header-fonts);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  filter: opacity(1);
}
.header-mainmenu__link:after{
  content: '';
  width: 0;
  position: absolute;
  background: var(--inverse-font-color);
  height: 1px;
  bottom: 0;
  transition: width .6s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header-mainmenu__link:hover:after, .header-mainmenu__link:focus:after,  .header-mainmenu__link.navON:after{
  width: 100%;
}

.is-fixed .header-mainmenu__link:after{
  background: var(--border-color);
}

.header-mainmenu__link.navON {
  text-decoration: none;
  color: var(--secondary-color)
}
.header-mainmenu__link.navON:after{
  width: 100%;
}

.header-mainmenu__item + .header-mainmenu__item {
  margin-left: 15px
}

.header-mainmenu__link:hover,.header-mainmenu__link:focus-visible{
  color: var(--secondary-color);
  text-underline-offset: 8px;
}

.header__phone {
  display: inline-flex;
  align-items: center;
  font: var(--header-fonts);
  color: var(--header-color);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  position: relative;
}

.header__phone .template-icon {
  margin-right: 13px;
  font-size: 18px;
  line-height: 1;
  color: var(--inverse-font-color);
}


.header__phone-text {
  display: inline-flex;
  color: var(--header-color);
  align-items: center;
  padding: 15px 0;
  filter:opacity(1);
}


.ng-star-inserted .header__phone-text:hover, .header__phone-text:focus{
  color: var(--primary-color);
}
.header__phone-text:hover, .header__phone-text:focus{
  color: var(--header-color);
}
.header__phone-text .header__phone-no {
  position: relative;padding: 10px 0;
}
.header__phone-text .header__phone-no:after {    
  content: '';
  width: 0;
  position: absolute;
  background: var(--inverse-font-color);
  height: 1px;
  bottom: 0;
  transition: width .6s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
div#header-collaps .header__phone-text .header__phone-no:after {
  background: var(--text-color);
}
div#header-collaps .header__phone-text .header__phone-no {
  border-bottom: none !important;
}
.header__phone-text:hover .header__phone-no:after, .header__phone-text:focus .header__phone-no:after{
  width:100%;
}
.is-fixed .header__phone-text:hover .header__phone-no:after{
  background: var(--border-color);
}
/*.header__phone-text:hover .header__phone-no, .header__phone-text:focus .header__phone-no{
border-bottom:solid 1px var(--inverse-font-color);
}*/
.header__bookstay {
  margin-left: 30px;
}
.header-langsel:hover .header-langsel__control:after, .header-langsel__control:focus .header-langsel__control:after{
  width:100%;
}

.navmenu__list {
  margin: 0;
  list-style: none;
  padding:37px 0 0 0 ;
  padding:22px 0 0 0;
  margin-top:15px;
  overflow-y: auto;
  scrollbar-color: var(--border-color) transparent;
  scrollbar-width: thin;
  height: calc(100% - 170px);
  overflow-x: hidden;
}

.navmenu__list-item:not(.navmenu__list-item--onlymob) + .navmenu__list-item {
  margin-top: 10px;
}

.navmenu__list-item:last-child {
  margin-right: 0;
}

.navmenu__list-link {
  display: inline-flex;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  font: var(--h5-title-fonts);
  color: var(--inverse-font-color);
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
  color: var(--primary-color);
  opacity: 1;
}

.navmenu__list-item:last-child .navmenu__list-link {
  padding-right: 0;
}

.navmenu__dropdown {
  position: relative;
}

.navmenu__dropdown > a {
  position: relative;
}

.navmenu__dropdown > a:before {
  content: '\e90d';
  font-family: var(--icon-fonts);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  transition: all .4s ease;
  line-height: 1;
  font-size: 14px;
}

.navmenu__dropdown > a[aria-expanded="true"]:before {
  transform: translateY(-50%) rotate(-45deg);
}

.navmenu-dropmenu {
  padding: 0;
  margin: 0;
  min-width: 265px;
  background: transparent;
  overflow: auto;
  max-height: 70vh;
  --uk-position-offset: 0;
  --uk-position-viewport-offset: 0;
  text-align: left;
  position: static;
  box-shadow: unset;
  color: var(--inverse-font-color);
  list-style: none;
}

.navmenu-dropmenu__link {
  display: block;
  font: var(--h5-title-fonts);
  margin: 0 0 26px 0;
  line-height: normal;
  color:var(--secondary-cta-font-color);
  opacity: 0.5;

}
.navmenu-dropmenu__link.nav.navON{
  color:var(--primary-color);
  opacity:1;
  font-size: 28px;
}
.navmenu-dropmenu__link.active{font-size: 32px;
  opacity: 1;}
.navmenu-dropmenu__link.uk-disabled {
  opacity: .2;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
  opacity: 1;
}

.header__toggler {
  position: relative;
  z-index: 1;
}

.header__toggler-btn {
  background: transparent;
  border: 0;
  display: flex;
  padding: 3px 0;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--highlight-color);
  cursor: pointer;
  align-items: center;
  min-width: 24px;
  justify-content: flex-end;
}
/*.header__toggler-btn .is-togglemenu-active {
display: none;
}*/

.header__toggler-btn .is-togglemenu-close {
  /*display: block;*/
  color: #fff;
}

.uk-offcanvas-page .header-collapsible.uk-open {
  opacity: 1;
  visibility: visible;
  z-index: 11;
  display:block !important;
}

body.uk-offcanvas-page .header-mainmenu {
  display: none
}

.uk-offcanvas-page .header__col--right {
  position: relative;
  z-index: 10;
}

.uk-offcanvas-page .header__phone-text,
.uk-offcanvas-page .header__phone .template-icon{
  color: var(--text-color);    font: var(--header-fonts); padding:0;
}

.uk-offcanvas-page .header__toggler,
.uk-offcanvas-page .header__toggler .template-icon{
  color: var(--text-color); 
}
.uk-offcanvas-page .header__toggler .closemenu_text{
  color: var(--text-color);
  font: var(--header-fonts);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.uk-offcanvas-page .header__bookstay {
  background: var(--primary-cta-inverse-color);
  border-color: var(--primary-cta-inverse-color);
  color: var(--primary-cta-inverse-font-color);
}

.uk-offcanvas-page .header__toggler-btn .is-togglemenu-active {
  /* display: block;*/
  font-size: 24px;
  padding: 0 5px 0 0;
}

.uk-offcanvas-page .header__toggler-btn .is-togglemenu-close {
  display: none;
}

ul.sub_navmenu__list {
  display: none;
  position: absolute;
  right: calc(100% - 512px);
  padding: 0;
  list-style: none;
  width: 240px;
  margin-top: -50px;
  padding-left: 70px;
}
.header-collapsible_topbar_item {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 40px 0 0;
  column-gap: 24px;
}
.uk-offcanvas-page .header__phone-text .template-icon {
  font-size: 20px;padding: 0 6px 0 0;
}
.header-collapsible_topbar {
  padding: 40px 0 46px;
}
.uk-offcanvas-page .header__phone-text, .uk-offcanvas-page .header__toggler .closemenu_text{border-bottom:solid 1px transparent;}
.uk-offcanvas-page .header__phone-text:hover .header__phone-no, .uk-offcanvas-page .header__phone-text:focus .header__phone-no, .uk-offcanvas-page .header__toggler:hover .closemenu_text, .uk-offcanvas-page .header__toggler:focus .closemenu_text{
  border-bottom: solid 1px var(--primary-color);
  /*border:none;*/
  /*border-bottom: solid 1px var(--primary-color);*/
}
.sub__link.nav {
  /* font: var(--h5-title-fonts); */
  /* opacity: 0.5; */
  font: 700 20px / 150% 'Helvetica Neue', sans-serif;
  opacity: 0.5;
}
.sub__link.nav.navON{
  color:var(--primary-color);
  opacity:1;
}

.sub-dropmenu__single a:after{
  display:none;
}
.sub-dropmenu__item .sub__link.nav:after{
  content: "\ed38";
  font-family: var(--icon-fonts);
  right: 0;
  position: absolute;
  font-weight: 100;
  font-size: 24px;
  top: 2px;
}
.active_msmneu.nav:after{    transform: rotate(180deg);}
.third_navmenu__list {
  list-style: none;
  padding: 16px 20px 0;
  display:none;
}
.third-dropmenu__item {
  margin: 0 0 4px;
}
.third__link.nav {
  font: 500 20px / 150% 'Helvetica Neue', sans-serif;
  opacity: 0.5;
  margin: 4px 0;
}
/*.third__link.nav:hover, .third__link.nav:focus{
opacity:1;
}*/
.sub-dropmenu__item {
  position: relative;
  padding: 0 0 16px 0;
}
.navmenu-dropmenu__item.active_msmneu .sub_navmenu__list{
  display: block;z-index: 1;
}

.header-collapsible__content:after {
  content: '';
  width: 385px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, #ffffff 100%);
  opacity: 0.5;
}
.sub-dropmenu__item .sub__link:before {
  content: '';
  background: transparent;
  width: 42px;
  height: 1px;
  position: absolute;
  left: -73px;
  top: 15px;
}
.sub-dropmenu__item:hover .sub__link:before, .sub-dropmenu__item:focus-within .sub__link:before {
  background: #000;
}
.header-collaps_child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  background: linear-gradient(0deg, #E4E4E4, #E4E4E4), linear-gradient(180deg, #E4E4E4 30.94%, rgba(228, 228, 228, 0) 100%);
  opacity: 0.9;
}
.sub-dropmenu__item:hover .third_navmenu__list, .sub-dropmenu__item:focus-within .third_navmenu__list {
  display: block;
}
/*.navmenu-dropmenu__item.active_msmneu .navmenu-dropmenu__link{opacity:1;}*/
.navmenu-dropmenu__item {
  padding-right: 334px;
  position: relative;
}

.uk-offcanvas-page {
  overflow: hidden;
}
.header-collaps_child {
  background-size: cover;
  background-position: center center;
  overflow: auto;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.is-fixed .header-mainmenu__link, .is-fixed .header-mainmenu__link:hover, .is-fixed .header-mainmenu__link:focus, .is-fixed .header__toggler-btn .is-togglemenu-close, .is-fixed .header__logo, .is-fixed .header__phone, .is-fixed .header-langsel__control, .is-fixed .header__phone-text, .is-fixed .header__phone .template-icon, .is-fixed .header-langsel .template-icon {
  color: var(--section-title-font-color);
}
.is-fixed .header__phone-text .header__phone-no{border-bottom: solid 1px transparent;}
.is-fixed .header__phone-text:hover .header__phone-no,
.is-fixed .header__phone-text:focus .header__phone-no {
  border:none;
  /*border-bottom: solid 1px #000;*/
}
.header-langsel .template-icon {
  margin-right: 13px;
  font-size: 18px;
  line-height: 1;
  color: var(--inverse-font-color);
}
.header-langsel__control {
  padding: 0;
  font: var(--header-fonts);
  background: unset !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: var(--header-color);
  display: block;
  line-height: 18.0px;
  letter-spacing:1.8px;
  display: flex;
  text-transform: uppercase;
}
.header-langsel__control:after{
  content: '';
  width: 0;
  position: absolute;
  background: var(--inverse-font-color);
  height: 1px;
  bottom: 0;
  transition: width .6s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.is-fixed .header-langsel__control:after{
  background: var(--border-color);
}

.header-langsel .uk-drop {
  width: 50px;
  min-width: 50px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 2px 5px #ccc;
  text-align: center;
  margin-left: 10px;
  left: 0 !important;
  top: 40px !important;
}

.header-langsel {
  margin-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-langsel:before {
  content: '';
  height: 30px;
  background: #fff;
  width: 1px;
  position: relative;
  left: -20px;
  top: -1px;
}
.is-fixed .header-langsel:before{
  background: #000;
}
.header-reservation a {
  letter-spacing: 2px;
}
.header-reservation .uk-button.uk-button-primary, 
.is-fixed .header-reservation .uk-button.uk-button-primary:hover,
.is-fixed .header-reservation .uk-button.uk-button-primary:focus,
.is-fixed .header-reservation .uk-button-primary:focus-visible{color:var(--primary-cta-font-hover-color);filter: opacity(1);}
.is-fixed .header-reservation .uk-button.uk-button-primary{color:var(--primary-cta-font-color);}
.header-reservation .uk-button.uk-button-primary:before {
  background: #262626;
}
.header-reservation .uk-button.uk-button-primary:focus, .header-reservation .uk-button.uk-button-primary:hover {
  color: #262626;
  filter: opacity(1);
} 
.header-reservation .uk-button-primary:hover:before, .header-reservation .uk-button-primary:focus:before, .header-reservation .uk-button-primary:focus-visible:before {
  background: #fff;
}
.is-fixed .header-reservation .uk-button.uk-button-primary:before {
  background: #D9D9D9;
}
.is-fixed .header-reservation .uk-button.uk-button-primary:focus, .is-fixed .header-reservation .uk-button.uk-button-primary:hover {
  color: #fff;
} 
.is-fixed .header-reservation .uk-button-primary:hover:before, .is-fixed .header-reservation .uk-button-primary:focus:before, .is-fixed .header-reservation .uk-button-primary:focus-visible:before {
  background: #262626;
}
/* .header-reservation .uk-button-primary{color:#fff;letter-spacing:2.4px;} */
/* .is-fixed .header-reservation .uk-button-primary{color:var(--primary-cta-font-color);}
.is-fixed .header-reservation .uk-button-primary:before{color:var(--primary-cta-font-hover-color);} */
/*
.header-reservation .uk-button-primary:before{display:none;}*/
.header-reservation, .header.is-fixed .header-reservation, .is-fixed .header-reservation {
  display: inline-block;
}
.header-reservation{margin-left:30px;}
.header.is-fixed .header-reservation, .is-fixed .header-reservation {
  display: inline-block;
  margin-left: 30px;
}
.header-mob-reserve{display:none;}
.offcanvas-bar-bg img {
  width: 464px;
  position: fixed;
  right: 0;
  object-fit: cover;
  bottom: 0;
}
.offcanvas-bar-bg:after {
  content: '';
  background: linear-gradient(0deg, #fbf7eb00, #fbf7eb00), linear-gradient(0deg, #000000d9, #212121d6), linear-gradient(180deg, #212121 17.46%, rgba(33, 33, 33, 0) 38.81%), linear-gradient(180deg, rgba(0, 0, 0, 0) 13.02%, rgba(0, 0, 0, 0.6) 65.81%);
  width: 464px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  opacity: .95;
}
.active_menu .sub_navmenu__list{  z-index: 1;}
.active_menu .navmenu-dropmenu__link.nav {
  opacity: 1;
  font-size: 28px;
}
.sub__link.nav.navON:before{    background: #000;}

.is-togglemenu-active {
  display: none;
}
.reservation-open .is-togglemenu-close {
  display: block !important;
}

.menu-open .header-collapsible_header__closemenu .template-icon-x-close{display:block;}
@media(min-width: 768px) {
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn {
    display:none!important
  }

  .uk-offcanvas-page .header__toggler-btn {
    color: var(--inverse-font-color);
  }


}
@media (max-width: 1599.98px) {
  .header-megamenu-sideimg img {
    height: calc(100vh - 150px);
    width: calc(100vh - 180px);
    object-fit: cover;
  }
}
@media (max-width: 1670px) {
  .header-mainmenu__link{letter-spacing: 2px;}
  .header-mainmenu__item:first-child {
    margin-left: 20px;
  }
  .header-mainmenu__item + .header-mainmenu__item {
    margin-left: 15px;
  }
  .header__container {
    margin: 0px;
  }
  .header-mainmenu__link{font-size:11px;}
  .header__grid{margin:0px;}
}

@media (max-width: 1440px) {
  .header-mainmenu__item:first-child {
    margin-left: 10px;
  }
  .header-mainmenu__item + .header-mainmenu__item {
    margin-left: 10px;
  }

}
@media (min-width: 1300px) and (max-width:1450px) {
  .header__col--left{
    flex: 2;
  }
}
@media (max-width: 1300px) {
  .header-mainmenu{display:none;}

}
@media (min-width: 1365px) {
  .header-mainmenu {
    width: 750px;
  }
}
@media only screen and (min-width: 1299px) and (max-width: 1364px)  {
  .header__col--left {
    max-width: 650px;
  }
  .header-mainmenu {
    width: 650px;
  }
}
@media (max-width: 1199.98px) {
  .header-collapsible__content:after{width:265px;}
  .header-collapsible__content {
    width: 550px;
    padding:0 0 30px 40px;
  }
  .header-collapsible__scroll{padding-top:50px;}
  .sub-dropmenu__item .sub__link:before{
    width: 32px;left: -52px;

  }
  .header-collaps_child{max-height:calc(100vh - 30px);}
  ul.sub_navmenu__list{padding-left:25px;right:calc(100% - 493px);}
  .header-collapsible__media{padding-right:30px;}

  .header.is-fixed .header-reservation, .is-fixed .header-reservation{margin-left:25px;}
  .header-mainmenu__item:first-child, .header-mainmenu__item + .header-mainmenu__item {
    margin-left: 9px;
  }
  .header-mainmenu__link {
    padding: 10px 0px;
    font-size: 11px;
  }
  .is-fixed .header__phone-text .header__phone-no{display:none;}

  .header__toggler {
    margin-right: 20px;
  }
  .header__col--left{flex:0;}
  .header-reservation .uk-button-primary:after{
    content:none;
  }
}

@media (max-width: 1023.98px) {
  /*.header,.header.is-fixed, .is-fixed .header{background:var(--primary-color);}
  .header__toggler-btn{display:inline-block;}*/
  .header__grid .header__col--left{padding-left:0px;}
  .header__col--left{order:1;flex:1;}
  .header__col--center{order:2;}
  .header__col--right{order:3;}
  .herobanner-reservation{display:none;}
  .header-mainmenu {
    display: none;
  }
  li.navmenu-dropmenu__item:first-child .navmenu-dropmenu__link.nav:after{top:8px;}
  .navmenu-dropmenu__item .navmenu-dropmenu_link_item.nav::before{
    transform: translateY(-50%) rotate(180deg);
  }
  .navmenu-dropmenu__item .navmenu-dropmenu_link_item.nav:after{
    content: "\ed38";
    font-family: var(--icon-fonts);
    right: 0;
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: 4px;
  }  
  /*.is-fixed #header, #header {
  padding-bottom: 75px;
}*/
  .header{min-height:75px;padding:10px 0px;background:var(--bg-header);}
  .header__logo{
    width: var(--mob-logo-width);
    height: var(--mob-logo-height);
  }
  .header-collapsible{height:100vh;width:100vw;}
  .header-collapsible__content:after {
    width: unset;
  }

  .navmenu-dropmenu__item {
    padding-right: 0;
  }
  ul.sub_navmenu__list {
    position: relative;
    right: 0;
    width: auto;
    margin-top: 0;
    padding-left: 20px;
    left: 0;
  }
  .sub-dropmenu__item .sub__link:before{
    display:none;
  }

  .header-collapsible__content {
    overflow: auto !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 100px;
    overflow: auto;
    padding: 0px 30px 60px;
    order:2;
  }
  .navmenu__list {
    overflow: inherit !important;
  }
  .header-collapsible__media {
    order:1;
    padding-right:0px;
    max-width:unset;
    width:100%;
    height:auto;
    flex:0;
  }
  .header-collapsible_topbar{padding:40px 0 32px;}
  .header-collapsible_topbar_item{
    justify-content: space-between;
    padding: 0 25px 0 25px;
    column-gap:0;
  }
  .header-collapsible__media img{display:none;}
  .header-collaps_child{
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .header-social {
    position: static;
    margin-top: 20px;
    padding: 0 20px;
  }

  .header-collapsible__scroll {
    height: auto;
    padding-top:0px;
  }
  .header-collapsible_logo {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .header-collapsible_logo img{width:101px;height:auto;}

  .header__phone-no {
    display: none;
  }
  .navmenu__list{max-width:400px;margin:0 auto;}

  /*.navmenu__list-link:hover, .navmenu__list-link:focus-visible, .navmenu-dropmenu__link:hover, .navmenu-dropmenu__link:focus-visible {
  color: var(--inverse-font-color);
}*/
  .header-reservation.desktop-reserve{display:none;}
  .header-mob-reserve{display:block;position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 91992;
    width:100%;
  }
  .header-mob-reserve .header-reservation, 
  .is-fixed .header-mob-reserve .header-reservation{display:inline-block;margin-left:0px;width:100%;}
  .header-mob-reserve .header-reservation .uk-button.uk-button-primary{
    width:100%;background:var(--highlight-color);min-height:55px;color:var(--inverse-font-color);
  }
  .header-reservation .uk-button-primary:before {
    display: none;
  }
  .slide-booking-widget.uk-offcanvas .uk-offcanvas-bar{width:100%;}
  .offcanvas-bar-bg:after {
    width: 100%;
  }
  .offcanvas-bar-bg img {
    width: 100%;
  }
  .reservation-open .header-mob-reserve{display:none;}
}

@media (max-width: 959.98px) {


  .header__bookstay {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    max-width: 355px;
    margin: auto;
  }

  body:not(.uk-offcanvas-page) .header__phone .template-icon {
    margin: 0;
  }

  body:not(.uk-offcanvas-page) .header__phone-no {
    display: none;
  }
  .slide-booking-widget .uk-offcanvas-bar{width:100%;}

  .submenulist .navmenu-dropmenu__link:after{
    content: "\ed38";  
    right: 0;
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: 2px;
    font-family: var(--icon-fonts);
  }
}

@media (max-width: 767.98px) {
  .is-fixed #header {
    padding-bottom: 75px;
  }
  .navmenu__list{
    max-width:100%;
  }
  .header-collapsible__content{ 
    padding: 0; 
  }
  body.menu-open {
    overflow: hidden !important;
  }
  .navmenu__list {
    overflow: auto;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 130px;
  }
  .navmenu__list {

  }
}

@media (max-width: 639.98px) {
  .active_menu .navmenu-dropmenu__link.nav{
    font-size: 24px;
  }
  .navmenu-dropmenu__item.active_msmneu .navmenu-dropmenu__link{
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .header-collapsible__content{
    padding: 0;
  }
}
/* Header Ends */

/*Reservation Start*/
.slide-booking-widget .uk-offcanvas-bar{width: 464px;right: -464px;}
.booking-form {    display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 40px;
  margin-top: 0;
  text-align: left;}
.booking-form h3{    
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
}
.rese-form__label {
  font: 700 18px/150% 'Helvetica Neue', sans-serif;
  padding: 0 0 10px 0;
  display: inline-block;
}
.bookingselector .uk-select, .bookingselector .uk-input {
  background: transparent;
  border: solid 1px #fff;
  border-width: 0 0 1px 0;
  padding: 0;
  font: 400 16px/140% 'Helvetica Neue', sans-serif;
  letter-spacing: 0.8px;
  cursor: pointer;
  height: 44px !important;
  background-image: none !important;
}
.booking-form .selectformfield {
  margin: 0 0 32px 0;
  position: relative;
}
.booking-form .selectformfield.rese-btn {
  margin: 52px 0 0 0;
  text-align: center;
}
.booking-form .selectformfield.rese-btn .uk-button{ letter-spacing: 2.1px;}

.booking-form .selectformfield.rese-btn .uk-button:hover, .booking-form .selectformfield.rese-btn .uk-button:focus{
  color: var(--primary-cta-font-color);
}

.bookingselector .uk-select:hover, .bookingselector .uk-select:focus,
.bookingselector .uk-input:hover, .bookingselector .uk-input:focus{
  border-bottom: solid 1px #666;
  background: transparent;
}
.slide-booking-widget svg{display:none;}
.slide-booking-widget svg{display:none;}
.slide-booking-widget .booking-close-text {
  font: var(--header-fonts);
  text-transform: uppercase;
  color: var(--inverse-font-color);
}
.slide-booking-widget .template-icon{
  font-size: 20px;
  color: var(--inverse-font-color);
  padding: 0 8px 0 0;
}
.slide-booking-widget button {
  display: flex;
  align-items: center;
  top: 23px;
  right: 30px;
}
.slide-booking-widget button .booking-close-text{
  border-bottom: solid 1px transparent;
}
.slide-booking-widget button:hover .booking-close-text, .slide-booking-widget button:focus .booking-close-text{
  border-bottom: solid 1px var(--inverse-font-color);
}
.slide-booking-widget:before{
  background: #000;
  opacity: .5 !important;
}
.rese-selecthotel:after {
  display: block;
  content: "\ed38";
  font-family: var(--icon-fonts);
  right: 0px;
  position: absolute;
  font-weight: 100;
  font-size: 23px;
  top: unset;
  bottom:10px;
  color: rgba(255, 255, 255, 1);
  pointer-events: none;
}


/*Reservation End*/

/*Hero Banner Reservation Section Start*/

.hero-reservation {
  max-width: 1320px;
  margin: 0 auto;
  height: 95px;
  background:#000;
  padding: 26px 50px;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.hmreservationfields {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
.hmreservationfields .rese-selecthotel {
  width: 318px;    position: relative;
}

.hmreservationfields .rese-checkout-date {
  display: flex;
  align-items: center;
  column-gap: 16px;    max-width: 318px;
}
.hmreservationfields .rese-form__label{padding: 0;}

.hmreservationfields .rese-selecthotel:after{top:unset;bottom:10px;}

.hmreservationfields .uk-select, .hmreservationfields .uk-input{color: #fff;}
.hmreservationfields .rese-btn .uk-button:before{background: rgba(38, 38, 38, 1);}
.hmreservationfields .rese-btn .uk-button:hover:before, .hmreservationfields .rese-btn .uk-button:focus:before {background: var(--inverse-font-color);}
.hmreservationfields .rese-btn a:hover span, .hmreservationfields .rese-btn a:focus span{
  color: var(--primary-cta-font-color);
}
.hmreservationfields .rese-btn a.uk-button{padding:11px 18px 11px 18px;}
.hmreservationfields .rese-btn a span{letter-spacing: 2.4px;}
.hmreservationfields .uk-input {
  width: 249px;
}

@media(max-width:1399px){
  .hmreservationfields .rese-selecthotel{width: 190px;}
  .hmreservationfields .uk-input {
    width: 180px;
  }
  .hmreservationfields .rese-btn a.uk-button {
    padding: 11px 13px 11px 13px;
  }
  .hero-reservation{padding:25px 20px;}
  .header-collaps_child{
    height: 100vh;
  }
  .header-collaps-bg{
    display: none;
  }
}

@media(max-width: 1023.98px) {
  .booking-form{padding:120px 10px;}
  .booking-form h3{line-height:1;}
  .rese-selecthotel:after, .hmreservationfields .rese-selecthotel:after{top:unset;bottom:10px;}
  .rese-form__label{padding:0 0 5px 0;}
}
/*Hero Banner Reservation Section End*/

body.sostenibilidad .uk-slider-items.uk-grid.snippet-grid {
  justify-content: space-between;
}
.sostenibilidad .uk-slider-items.uk-grid.snippet-grid .lt229-widget__box {
  width: 50%;
}

@media(max-width: 959.98px) {
  .sostenibilidad .uk-slider-items.uk-grid.snippet-grid .lt229-widget__box {
    width: 100%;
  }
}

.ng-star-inserted .header-mainmenu__link, .ng-star-inserted .header-mainmenu__link:hover, .ng-star-inserted .header-mainmenu__link:focus, .ng-star-inserted .header__toggler-btn .is-togglemenu-close, .ng-star-inserted .header__logo, .ng-star-inserted .header__phone, .ng-star-inserted .header-langsel__control, .ng-star-inserted .header__phone-text, .ng-star-inserted .header__phone .template-icon, .ng-star-inserted .header-langsel .template-icon {
  color: #FFF;
}

.ng-star-inserted .header {
  background: #000;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}

.ng-star-inserted .is-fixed .header{
  background: #000;
} 

.ng-star-inserted .is-fixed .header-reservation .uk-button.uk-button-primary {
  color: #FFF;
}
footer {
  padding: 60px 0;
  font: var(--footer-fonts);
  position: relative;
}

footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /*background:linear-gradient(180deg, #212121 0%, rgba(33, 33, 33, 0.00) 100.21%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20.32%, rgba(0, 0, 0, 0.60) 100%);*/
  background: linear-gradient(0deg, #000000e8, #212121e6), linear-gradient(180deg, rgba(0, 0, 0, 0) 27.32%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, #212121 17.46%, rgba(33, 33, 33, 0) 38.81%);
  top: 0;
  position: absolute;
  filter: grayscale(0.5);
}
.footer-bg-container{
  position: relative;
  overflow: hidden;
}
.footer-section {
  z-index: 1;
  position: relative;
}

.footer-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 1;
  position: absolute;
  top: 0;
}
.footer-unap_logos {
  display: flex;
  column-gap: 80px;
}
.footer__logo__left {
  position: relative;
}
.footer__logo__left:after {
  content: '';
  background: rgb(255 255 255 / 40%);
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
}
.footer-unap_details {
  padding: 45px 0 0 0;
  color: #fff;
}

.footer-unap_details ul {
  list-style: none;
  padding: 0;
  display: flex;
  column-gap: 28px;
}
.footer-unap_details ul li{    display: flex;
  align-items: center;
  padding-left: 36px;
  position: relative;
}
.footer-unap_details ul li.footer-phone a{margin-left: 3px;}
.footer-unap_details ul li span {
  font-size: 22px;
  position: absolute;
  left: 0;
}
.footer-unap_details ul li a{
  color: var(--inverse-font-color);
  border-bottom: solid 1px transparent;
  filter: opacity(1);
}
.footer-unap_details ul li a:hover, .footer-unap_details ul li a:focus{
  border-bottom: solid 1px var(--inverse-font-color);
}
.footer-section_top {
  display: flex;
  justify-content: space-between;
}
.subscribe-form_title h5 {
  font-size: 20px;
  line-height: 150%;
  color: var(--inverse-font-color);
  filter: opacity(1);
}
.subscribe-form input {
  width: 367px;
  height: 48px;
  padding: 0 0 0 16px;
  font-weight: 300;
  font-family: var(--text-fonts);
  font-size: 14px;
  border: solid 1px var(--border-color);
  box-shadow: none;
}
.subscribe-form input:hover, .subscribe-form input:focus {
  box-shadow: 0px 0px 10px #fff4f4;
}
.subscribe-form button{margin-left: 20px;}
.footer-certificate_logos {
  padding: 50px 0 0 0;
}
.footer-certificate_logos ul {
  list-style: none;
  display: flex;
  column-gap: 24px;
  padding: 0;
}
.footer-section_bottom {
  padding: 35px 0 0 0;
}
.footer-section_menu {
  border: solid 1px rgb(255 255 255 / 40%);
  border-width: 1px 0;
  padding: 16px 0;
}
.footer-section_menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}
.footer-section_menu ul li a {
  color: var(--inverse-font-color);
  font: var(--footer-fonts);
  font-weight: 700;
  text-transform: uppercase;
  text-transform: var(--footer-fonts-text-transform);
  border-bottom: solid 1px transparent;
  font: var(--footer-fonts);
  letter-spacing:3.5px;
  filter: opacity(1);
}
.footer-section_menu ul li a:focus, .footer-section_menu ul li a:hover, .footer-section_menu ul li a.navON,.footer-section_menu ul li a.nav.navON {
  border-bottom: solid 1px var(--inverse-font-color);
}
.footer-section_bh-certificate {
  padding: 46px 0 0  0;
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
.footer-section-copyright {
  text-align: center;
  padding: 40px 0 0 0;
  color: var(--inverse-font-color);
  font: var(--footer-fonts);
  filter: opacity(1);
}
.footer-section-copyright a {
  border-bottom: solid 1px var(--inverse-font-color);
  color: var(--inverse-font-color);
}
.footer-section-copyright a:hover, .footer-section-copyright a:focus{
  border-bottom: solid 1px transparent;
}

/*Footer Resposnive Start*/
@media (max-width: 1152px) {
  .footer-unap_details ul{
    flex-direction: column;
    row-gap: 15px;
  }
  .subscribe-form input{
    width: 180px;
  }
}

@media (max-width: 900px) {
  .footer-section_top{column-gap:40px;}
  .subscribe-form input {
    width: 162px;
  }
  .subscribe-form button {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .footer-section_top{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer-unap_details ul{
    justify-content: center;
    align-items: center;
  }
  .footer-section_top{row-gap:40px;}
  .subscribe-form_title h5{font-size:24px;text-align:center;line-height:110%;}
  .subscribe-form input {
    width: 100%;
  }
  .footer-certificate_logos ul{
    row-gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-section_menu ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    text-align: center;
  }
  .subscribe-form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .footer-section_bh-certificate{padding:40px 0 0 0;column-gap:26px;row-gap:26px;   
    flex-wrap: wrap;
  }
  .footer-section_menu ul li a{letter-spacing:3.5px;font-size:12px;}
}
/*Footer Resposnive End*/

/* PS editor level css start*/
.ng-star-inserted .anticon{
  left:7px;
}

@media (max-width: 1199px){
  .footer-section_menu ul{
    justify-content:center;
    flex-wrap:wrap;
    column-gap:18px;
    row-gap:20px;
  }
}
@media (max-width: 545px) {
  .subscribe-form input{
    width: 320px;
  }
  .footer-widget-newsletter__grid {
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
/* PS editor level css end*/
@media (min-width: 1024px) and (max-width: 1399px) {
  .uk-grid.footer-widget-newsletter__grid {
    flex-wrap: nowrap;
  }
  .footer-unap_details ul {
    column-gap: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .footer-unap_details ul {
      display: block;
  }
  .footer-unap_details ul li:nth-child(2) {
    margin-top: 15px;
  }
}
/*cache version*/