.navigation {
  background: transparent;
  padding-top: 37px;
}
.navigation-home{
    background: #adadad;
    padding: 20px 0;
}
.navigation.was-scrolled {
  padding: 5px 0;
  background: #adadad;
}
.navigation .wrap-content {
  max-width: 1600px;
}
.navigation.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.navigation.is-index {
}
.navigation.not-index {
}
.navigation__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wrap-menu {
  width: 100%;
}
.menu {
  position: relative;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation.was-scrolled .menu ul.ulmn {
  align-items: center;
}
.menu .wrap-content {
  position: relative;
}
.menu ul.ulmn {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  justify-content: space-between;
}
.menu ul.ulmn .logo-menu {
  max-width: 176px;
  transition: 0.4s all;
  margin: 0 30px;
}
.navigation.was-scrolled .menu ul.ulmn .logo-menu {
  max-width: 100px;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul.ulmn > li {
  /* flex: auto; */
}
.menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: none;
}
.menu ul li .btn-dropdown-menu {
  display: none;
}
.menu ul li a {
  margin: 0px;
  padding: 10px 0 3px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  display: block;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Mona Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.menu ul li a.booking {
  border-bottom: 1px solid #fff;
}
.menu ul li a.booking:hover {
  border-bottom: 1px solid #f1e389;
}
.menu ul li a img {
  vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
  background: linear-gradient(90deg, #f1e389 0%, #a46810 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fed402;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 15px;
}
.menu ul li ul li a:hover {
  padding-left: 20px;
}
/* menu mobile*/
.header-left-fixwidth {
  top: 0 !important;
  width: 255px;
  min-height: 100vh;
  position: fixed;
  float: left;
  background: #fff;
  width: 290px;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}
.header-left-fixwidth .wrap-header {
  overflow-y: auto;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 15px;
  padding-top: 15px;
}
.header-left-fixwidth .wrap-header .logos-menu {
  padding: 10px 0px;
  display: block;
}
.header-left-fixwidth .wrap-header .nav-menu ul {
  padding: 0px;
}
.header-left-fixwidth .wrap-header .nav-menu ul li {
  position: relative;
  border-top: 1px solid #f0f0f0;
  list-style: none;
}
.header-left-fixwidth .wrap-header .nav-menu ul a {
  display: block;
  font-size: 15px;
  color: #333;
  padding: 10px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-weight: 600;
}
.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
  position: absolute;
  right: 0px;
  font-size: 20px;
  display: flex;
  width: 43px;
  height: 43px;
  background: transparent;
  top: 0px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #8a8987;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.6s;
}
.header-left-fixwidth
  .wrap-header
  .nav-menu
  ul
  li
  span.btn-dropdown-menu.active
  i {
  transform: rotate(90deg);
  color: var(--color-key);
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
  display: none;
  padding-left: 10px;
}
.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
  padding: 12px 20px;
}
.header-left-fixwidth.open-sidebar-menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.opacity-menu.open-opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 9999;
}
.no-scroll {
  overflow: hidden;
}

.search-menu {
  position: relative;
}
.search-menu .icon-search-menu {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 17px;
  margin: 0px;
}
.search-menu .icon-search-menu.active {
  color: #ec2d3f;
  background: #ffffff;
  border-radius: 100%;
}
.search-menu .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ec2d3f;
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-menu .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: #ec2d3f;
  line-height: 40px;
  text-align: center;
}
.search-menu .search-grid input {
  width: calc(100% - 35px);
  float: right;
  outline: none;
  border: none;
  color: #ec2d3f;
}
.search-menu .search-grid input::-webkit-input-placeholder {
  color: #313131;
}
.search-menu .search-grid input:-moz-placeholder {
  color: #313131;
}
.search-menu .search-grid input::-moz-placeholder {
  color: #313131;
}
.search-menu .search-grid input:-ms-input-placeholder {
  color: #313131;
}
/* end */
.wrapper {
  display: block;
  width: 100%;
  position: relative;
  margin-left: 0;
  z-index: 100;
  overflow-x: hidden;
}

.over,
.overBook {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.over.open,
.overBook.open {
  opacity: 1;
  visibility: visible;
}

.closeBook {
  width: 30px;
  height: 30px;
  padding-left: 30px !important;
  top: 19px !important;
  left: 23px !important;
}

.menuLeftMain {
  position: fixed;
  top: 0;
  left: -360px;
  bottom: 0;
  width: 360px;
  z-index: 1100;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menuLeftMain.open {
  left: 0;
}

.menuLeft {
  position: absolute;
  top: 325px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 40px;
  width: auto;
  overflow: auto;
}

.menuLeft ul {
  margin: 0;
  padding: 0;
}

.menuLeft > ul > li {
  border-bottom: solid 1px #eeeeee;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menuLeft > ul > li:hover > a,
.menuLeft > ul > li:hover > i,
.menuLeft > ul > li.active > a,
.menuLeft > ul > li.active > i {
  color: #e5cc5f;
}

.menuLeft > ul > li > a {
  display: table;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Elle Futura", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #545454;
  line-height: 38px;
  padding-right: 30px;
  text-decoration: none;
}

.menuLeft > ul > li > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}

.menuLeft > ul > li > i:before {
  /* content: "\f01b"; */
  vertical-align: -14.28571429%;
  text-rendering: auto;
}

.menuLeft > ul > li.active > i:before {
  color: #e5cc5f;
}

.menuLeft > ul > li.active > i:before,
.menuLeft > ul > li > i.active:before {
  content: "\F2EA";
  font-size: 15px;
}

.menuLeft > ul > li > ul {
  display: none;
  margin-bottom: 10px;
}

.menuLeft > ul > li > ul > li {
  list-style: none;
  margin-left: 25px;
  border-bottom: solid 1px #eeeeee;
  position: relative;
}

.menuLeft > ul > li > ul > li:after {
  content: "";
  position: absolute;
  top: 17px;
  left: -15px;
  height: 1px;
  width: 5px;
  background: #999;
}

.menuLeft > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 35px;
  color: #555;
  text-decoration: none;
}

.menuLeft > ul li:last-child {
  border: none;
}

.menuLeft .bt_login {
  display: block;
  color: #666;
  margin-top: 15px;
  font-size: 15px;
}

.menuLeft .bt_login i {
  margin-right: 5px;
}

.closeMenu,
.closeBook {
  position: absolute;
  top: 25px;
  left: 40px;
  padding-left: 40px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-family: "Elle Futura", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
}

.closeMenu:after,
.closeBook:after,
.closeMenu:before,
.closeBook:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeMenu:after,
.closeBook:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeMenu:hover,
.closeBook:hover {
  color: #e5cc5f;
}

.closeMenu:hover:after,
.closeBook:hover:after,
.closeMenu:hover:before,
.closeBook:hover:before {
  background-color: #e5cc5f;
}

.menuLogo {
  display: block;
  position: absolute;
  top: 110px;
  left: 40px;
  right: 40px;
  text-align: center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.menuLogo > a {
  display: table;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.menuLogo > a > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}

.menuLogo li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.menuLogo li a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}

.menuLogo li img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-height: 100%;
}

.menuLogo a:hover {
  opacity: 0.7;
}

.topSocial {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding-left: 360px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1000;
  padding: 20px 0 20px 360px;
  overflow: hidden;
}

.topSocial.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.topSocial a {
  float: left;
  height: 30px;
  line-height: 28px;
  color: #333;
  font-size: 20px;
  text-decoration: none !important;
  margin-left: 20px;
}

.topSocial a:hover {
  color: #e5cc5f;
}

.topSocial a + a {
  margin-left: 25px;
}

.topSocial a.ion-ios-email-outline {
  font-size: 20px;
}

.topSocial a.ion-ios-location-outline {
  font-size: 20px;
}
#languageSwitcher{
    gap: 15px;
    display: flex;
    margin-top: 5px;
    padding-left: 20px;
}
#languageSwitcher img{
    max-width: 30px;
    border: 1px solid #eee;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 23px 0 100px 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    transparent 100%
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    transparent 100%
  );
}

header > .pagewrap {
  z-index: 100;
}

header.fixed {
  position: fixed;
  background: #fdfdfd;
  padding: 19px 0;
  -webkit-animation: fadeInDown 1s ease backwards;
  -moz-animation: fadeInDown 1s ease backwards;
  -o-animation: fadeInDown 1s ease backwards;
  -ms-animation: fadeInDown 1s ease backwards;
  border-bottom: solid 1px #eee;
}

header.fixed .menu > li > a {
  color: #64463c;
}

header.fixed .menuMain .menuBtn:before {
  background: #64463c;
}

header.fixed .menuMain .menuBtn:after {
  border-color: #64463c;
}

header.fixed .logo {
  width: 67px;
  top: -11px;
}

header.fixed .logo img {
  display: none;
}

header.fixed .logo img.hide {
  display: block !important;
}

.logo {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  width: 215px;
  margin: auto;
  z-index: 10;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lang {
  position: absolute;
  top: 28px;
  right: 40px;
  z-index: 10;
}

.lang a {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 10px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #bbb;
  font-weight: 500;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.lang a:hover {
  background: #e5cc5f;
}

.lang a + a {
  margin-left: 10px;
}

.menuMain {
  display: block;
}

.menuMain .menuBtn {
  font-size: 0;
  letter-spacing: 0;
  float: left;
  width: 30px;
  height: 23px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
}
.bannerLink {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.bannerLink .pagewrap {
  height: 120px;
  padding: 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.bannerLink .cen,
.bannerLink a {
  margin: 0;
  text-decoration: none !important;
  color: #F1E389;
  text-align: center;
  font-family: "Mona Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.bannerLink .cen span,
.bannerLink a span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Mona Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.bannerLink a:hover {
  color: #00ff97;
}

.bannerLink .cen {
  position: relative;
  margin: 0 60px;
  padding: 0px 150px;
}

.bannerLink .cen:after,
.bannerLink .cen:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  height: 1px;
  width: 110px;
  background: #F1E389;
  margin: auto;
}

.bannerLink .cen:before {
  left: 0;
}

.bannerLink .cen:after {
  right: 0;
}
