@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
@font-face {
  font-family: MrsSaintDelafield-Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: $c-garamond-i;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
@font-face {
  font-family: The Seasons Bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/The-Seasons-Bold.ttf");
}
header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
header.header-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 9999;
  max-width: 100vw;
  width: 100%;
  padding: 0 2rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 120px;
  background-color: transparent;
  transition: top 0.3s ease-in-out;
}
.hamburger-gray {
  background: #6eafbf !important;
}
.sidepanel {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.4s;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../images/icons/watermark_hamburger.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-x: 150%;
  background-position-y: center;
}
.hamburger-test-sidebar-list {
  margin-top: 10%;
}
.hamburger-side-selectors {
  display: flex;
}
.sidepanel .hamburger-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
/*background-image url('../images/icons/watermark_hamburger.svg')
    background-size contain
    background-repeat no-repeat
    background-position center center*/
}
.sidepanel::-webkit-scrollbar {
  width: 10px;
}
.sidepanel::-webkit-scrollbar-track {
  background: rgba(111,175,190,0.302) !important;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidepanel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  padding: 2px 0;
  background-color: #6fafbe !important;
}
.side-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
  width: 100%;
  padding: 0 2rem;
  height: 100%;
  max-height: 120px;
}
.sidepanel li a {
  font-family: cormorantgaramond;
  text-decoration: none;
  font-size: 4vh;
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: normal;
  color: #6e6865;
  display: block;
  transition: 0.3s;
}
.sidepanel li a.active {
  color: #6fafbe;
}
.sidepanel li a:hover {
  color: #6fafbe;
}
.sidepanel .hamburger-test li span.test-title {
  font-family: cormorantgaramond;
  text-decoration: none;
  font-size: 4vh;
  font-weight: 600;
  line-height: 5vh;
  letter-spacing: 0.7px;
  color: #6fafbe;
  display: block;
  transition: 0.3s;
}
.sidepanel .hamburger-test li a {
  font-family: cormorantgaramond;
  text-decoration: none;
  font-size: 4vh;
  font-weight: 400;
  line-height: 5vh;
  letter-spacing: 0.7px;
  color: #6e6865;
  display: block;
  transition: 0.3s;
}
.sidepanel .hamburger-test li a.active {
  color: #6fafbe;
}
.sidepanel .hamburger-test li a:hover {
  color: #6fafbe;
}
.sidepanel .hamburger-test-social li span.test-title {
  font-family: gotham-book;
  text-decoration: none;
  font-size: 3vh;
  font-weight: 350;
  line-height: 5vh;
  letter-spacing: 0.7px;
  color: #6fafbe;
  display: block;
  transition: 0.3s;
}
.sidepanel .hamburger-test-social li a {
  font-family: gotham-book;
  text-decoration: none;
  font-size: 3vh;
  font-weight: 350;
  line-height: 5vh;
  letter-spacing: 0.7px;
  color: #6fafbe;
  display: block;
  transition: 0.3s;
}
.sidepanel .social-logos-test {
  margin-top: 80px;
}
.hamburger-test-last {
  border-left: solid 1px #6fafbe;
}
.list-language-item {
  display: none;
}
.sidepanel .closebtn {
  font-size: 14px;
  font-weight: 400;
  font-family: gotham-bold;
  color: #6fafbe;
  align-self: center;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  width: max-content;
  gap: 10px;
  width: 120px;
  justify-content: end;
}
.sidepanel .closebtn:hover {
  color: #6fa9b8;
}
.openbtn {
  font-family: gotham-bold;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  padding: 10px 15px;
  border: none;
  width: 120px;
  justify-content: end;
  display: flex;
}
.toggle-sidepanel-btn {
  display: flex;
  width: max-content;
  gap: 10px;
}
.hamburger-separator {
  margin-left: 5px;
  margin-right: 5px;
  border-left: solid #fff 1px;
}
.hamburger-separator-blue {
  margin-left: 5px;
  margin-right: 5px;
  border-left: solid #6eafbf 1px;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .dropbtn {
  font-family: gotham-bold;
  font-size: 14px;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 30px;
  background-color: inherit;
  margin: 0;
}
.dropdown .dropbtn-blue {
  font-family: gotham-bold;
  font-size: 14px;
  border: none;
  outline: none;
  color: #6eafbf;
  padding: 10px 30px;
  background-color: inherit;
  margin: 0;
}
.arrow {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid;
  border-left: 2px solid;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}
.arrow.down {
  transform: rotate(-135deg);
  top: 15px;
  right: 15px;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -5px;
}
.pointer {
  display: none;
  position: absolute;
  overflow: auto;
  height: 10px;
  width: 10px;
  background-color: #fff;
  margin: 0 auto;
  transform: rotate(45deg);
  margin-top: 0px;
  position: relative;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .pointer {
  display: block;
}
.dropdown-content a {
  display: block;
  color: #4d4d4d !important;
  padding: 3px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #fff !important;
  background-color: #00a4bd;
}
.header-btn-book-now {
  width: 100%;
  max-width: 150px;
  font-family: gotham-book !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 25px !important;
  letter-spacing: 1.25px !important;
  text-align: center;
  color: #fff !important;
  border: solid 1px #6eafbf !important;
  background-color: #6eafbf !important;
  text-transform: uppercase;
}
.hamburger-gray .openbtn {
  color: #fff !important;
}
.hamburger-gray .dropbtn {
  color: #fff !important;
}
.hamburger-gray .header-btn-book-now {
  width: 100%;
  max-width: 150px;
  font-family: gotham-book !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 25px !important;
  letter-spacing: 1.25px !important;
  text-align: center;
  color: #6eafbf !important;
  border: solid 1px #fff !important;
  background-color: #fff !important;
  text-transform: uppercase;
}
.hamburger-gray .hamburger-separator {
  border-left: solid #fff 1px !important;
}
.hamburger-booking {
  min-width: 200px;
}
.hamburger-list-images {
  display: flex;
  padding-left: 10%;
}
.hamburger-list-footer {
  border-top: solid 2px #6fafbe;
  width: calc(100% - (4rem + 250px));
  margin: auto;
}
.hamburger-list-footer ul {
  list-style: none;
  justify-content: space-around;
  padding-left: 0;
}
.hamburger-list-footer ul li {
  padding-top: 1rem;
  align-content: center;
}
.hamburger-list-footer ul li a {
  font-size: 1rem;
  color: #6fafbe;
  text-transform: uppercase;
}
.hamburger-list-footer ul li a img {
  fill: #00a4bd;
}
@media only screen and (min-width: 1920px) {
  .sidepanel .hamburger-list {
    gap: 1.5rem;
  }
  .sidepanel li a {
    font-size: 5vh;
  }
}
@media only screen and (min-width: 1400px) {
  .hamburger-test-sidebar-list {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 1024px) {
  .hamburger-list-images {
    padding-left: 0;
  }
  .hamburger-list-footer {
    width: calc(100% - (4rem + 125px));
  }
}
@media only screen and (max-width: 991px) {
  .sidepanel li a {
    color: #00a4bd;
  }
  .sidepanel .hamburger-test li span.test-title {
    font-size: 3vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test li a {
    font-size: 3vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test-social li span.test-title {
    font-size: 2vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test-social li a {
    font-size: 2vh;
    line-height: 4vh;
  }
  .hamburger-list-images {
    max-width: 320px;
  }
  .hamburger-list-footer {
    width: calc(100% - 4rem);
  }
  .sidepanel .closebtn {
    width: 120px;
    justify-content: end;
  }
  .openbtn {
    width: 120px;
    justify-content: end;
  }
}
@media only screen and (max-width: 767px) {
  .sidepanel {
    background-image: none;
  }
  .sidepanel li a {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
  .sidepanel .hamburger-test {
    border-bottom: solid 1px #6fafbe;
  }
  .sidepanel .hamburger-test li span.test-title {
    font-size: 3vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test li a {
    font-size: 3vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test-social li span.test-title {
    font-size: 2vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test-social li a {
    font-size: 2vh;
    line-height: 4vh;
  }
  .sidepanel .hamburger-test-last {
    border-left: none;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .hamburger-list-images {
    display: none;
  }
  .hamburger-list-footer ul {
    margin-bottom: 0;
    justify-content: start;
  }
  .hamburger-list-footer ul li {
    display: flex;
    align-items: center;
  }
  .hamburger-list-footer ul li a {
    font-family: gotham-book;
    text-align: left;
    font-size: 1rem;
  }
  .hamburger-list-footer ul.social {
    margin-top: 0;
  }
  .hamburger-list-footer ul.social li {
    margin-right: 1rem;
    padding: 1rem 0;
  }
  .sidepanel .hamburger-list {
    overflow: scroll;
    width: calc(100% - 2rem);
  }
  .list-language-item {
    display: flex;
    justify-content: left;
  }
  .dropdown .dropbtn-blue {
    font-size: 32px;
    border: none;
    outline: none;
    color: #6fafbe;
    background-color: inherit;
    margin: 0;
  }
  .arrow.down {
    top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  header.header-hamburger {
    padding: 0 0rem;
  }
  .side-panel-top {
    padding: 0 0rem;
  }
  .sidepanel {
    padding-bottom: 1rem;
  }
  .sidepanel .social-logos-test {
    margin-top: 10px;
  }
  .hamburger-test-sidebar-list {
    margin-top: 0;
  }
  .sidepanel .hamburger-list {
    background-image: none !important;
  }
  .list-language-item {
    display: flex;
    justify-content: center !important;
  }
  .dropdown .dropbtn-blue {
    font-family: gotham-bold;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #6fafbe;
    background-color: inherit;
    margin: 0;
  }
  .arrow.down {
    top: 15px;
  }
}
