@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slideshow {
  max-width: var(--max-width);
  margin: auto;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.slide-wrapper {
  position: relative;
}

.slide-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.inner-wrapper {
  padding: var(--space) 1rem;
  max-width: var(--max-width);
  margin: auto;
}

.main__image h2,
.sliderCaption {
  font-size: 5.2rem;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 8px;
  z-index: 99;
  width: 100%;
  -webkit-animation: spacing 3s forwards;
  animation: spacing 3s forwards;
}

@-webkit-keyframes spacing {
  0% {
    top: 50%;
    letter-spacing: 4px;
  }
  50% {
    top: 45%;
    letter-spacing: 9px;
  }
  100% {
    top: 49%;
    letter-spacing: 8px;
  }
}

@keyframes spacing {
  0% {
    top: 50%;
    letter-spacing: 4px;
  }
  50% {
    top: 45%;
    letter-spacing: 9px;
  }
  100% {
    top: 49%;
    letter-spacing: 8px;
  }
}

.main__image img,
.slideshow .slick-slide img {
  -webkit-animation: scaler 3s ease-in-out;
  animation: scaler 3s ease-in-out;
}

@-webkit-keyframes scaler {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaler {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.innerpage-location .location-details {
  max-width: 100%;
}

.static-page__content .location-details h4,
.static-page__content .location-details p {
  color: white;
}

.main__image h2 {
  font-size: 3.5rem;
  top: 44rem;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
}
html,
body {
  font-size: 62.5%;
}

:root {
  --primary-clr: #72876e;
  --max-width: 174rem;
  --font-2: 2rem;
  --font-22: 2.2rem;
  --space: 10rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
}

.scrolled.site-header {
  -webkit-box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);

  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-bar-section {
  margin-top: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-bar-section::after {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--primary-clr);
  left: 0;
  height: 1rem;
  bottom: 1.5rem;
}

.top-bar .toggle-topbar.menu-icon {
  position: unset;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 170px;
}

.innerpage main {
  padding-top: 17rem;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 600 !important;
  background-color: #a04949;
  border-radius: 3px;
  font-size: 14px;
}

.home-active li a {
  font-weight: 800;
  text-decoration: none;
}

.home-active li:first-of-type::after {
  opacity: 1;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  position: relative;
  display: inline-block;
}

/* Links with after element */
.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #fff;
}
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

.top-bar:before,
.top-bar:after {
  display: none;
}

ul.pagination {
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.pagination li a {
  font-size: 1.6rem;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: var(--primary-clr);
}

ul.pagination li.current a {
  background: var(--primary-clr);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: var(--primary-clr);
}

ul.pagination li a {
  color: #999;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

ul.pagination li:hover a {
  color: white;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li {
  float: left;
  margin-left: 0;
  position: relative;
}

.top-bar-section ul li::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0rem;
  background: var(--primary-clr);
  left: 50%;
  bottom: -4rem;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.top-bar-section ul li:hover::after {
  opacity: 0.7;
  height: 1.5rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  font-weight: 600;
}

.top-bar-section ul li.active::after {
  opacity: 1;
  height: 2rem;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: var(--primary-clr);
  background-color: transparent;
}
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;
  font-size: 32px;
}

.static-page__content iframe {
  width: 100%;
}

.static-page__content p {
  font-size: var(--font-2);
  line-height: 28px;
  color: var(--primary-clr);
  font-weight: 400;
  max-width: 120rem;
  margin: 0 auto 2rem;
}

.static-page__content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-bottom: 2rem;
  margin: auto;
  border: 1px solid var(--primary-clr);
  background: #f1f1f1;
}

.reviews table tr:nth-child(1) img {
  border-radius: 10rem;
  width: 8.6rem !important;
  height: 8.6rem !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.static-page__content ul li {
  font-size: var(--font-2);
  width: 50%;
  border: 1px solid #72876e24;
  color: var(--primary-clr);
  padding: 1rem;
  background: #f1f1f1;
}

.static-page__content h4 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
}

.static-page__content h5 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.static-page__content table {
  background-color: var(--primary-clr);
  width: 100%;
  padding: 3rem 15rem;
}

.static-page__content table td {
  font-size: 2.6rem;
  color: white;
  font-weight: bold;
  line-height: 1.4;
  max-width: 20rem;
}

.static-page__content table tr td:nth-of-type(odd) {
  max-width: 6rem;
}

.innerpage-contact .inner-wrapper {
  background: var(--primary-clr);
  border: 1rem solid white;
}

#contact select:focus-visible {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact {
  max-width: 98rem;
  margin: auto;
}

#contact select {
  color: #ffffffc2;
  background: transparent;
  font-size: 1.9rem;
  height: 3rem;
  border: none;
  border-bottom: 1px solid white !important;
}

#contact select option {
  color: black;
}
#contact textarea,
#contact input {
  max-width: 100%;
  width: 100%;
  height: 3rem;
}

#contact label {
  color: white;
  font-size: var(--font-2);
  margin-bottom: 2rem;
}

.submit-btn {
  width: 100%;
  text-align: end;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: 1.4rem;
}

#submitform {
  color: white;
  background: transparent;
  border: 1px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;

  padding: 2rem 7rem;
  font-size: 2.4rem;
}

#contact #submitform {
  margin-right: 10rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

#contact #submitform:hover {
  color: var(--primary-clr);
  background: white;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
  pointer-events: auto;
}

.reviews .mySwiper-small {
  display: none;
}

form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.innerpage form > div {
  gap: 2rem;
  margin-bottom: 3rem;
}
.innerpage form > div > div {
  width: calc(50% - 2rem);
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: #eee;
}
.site-footer__copyrights {
  margin-top: 15px;
}
.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 16px;
  color: #fff;
}
.site-footer__logo {
  text-align: right;
}

.site-header__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 174rem;
  padding: 0 1rem;
  margin: auto;
}

/* MY CSS */

/* .accommodation .swiper-slide {
  max-width: 102rem;
} */

.site-header__row {
  position: relative;
}

.scrolled .site-header__row::before,
.scrolled .site-header__row::after {
  width: 60%;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}

.site-header__row::before,
.site-header__row::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: var(--primary-clr);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1rem;
  bottom: 1rem;
  width: 0%;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.scrolled .site-header__row::before {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.scrolled .site-header__row::after {
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.scrolled .top-bar-section ul li::after {
  display: none;
}
.scrolled .top-bar-section::after {
  display: none;
}

ul.title-area #logo img,
.scrolled .top-bar {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.scrolled ul.title-area #logo img {
  max-width: 10rem;
}

.scrolled .book-btn {
  padding: 1rem;
}

.scrolled .top-bar {
  height: 11rem;
}

.book-section {
  max-width: 97rem;
  height: 30rem;
  background: var(--primary-clr);
  border: 1rem solid white;
  margin: auto;
  margin-top: -12rem;
  z-index: auto;
  position: relative;
  margin-top: -14rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-section label {
  font-size: var(--font-22);
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 2.5rem;
}

.dropdown-options {
  display: none;
  position: absolute;
  color: white;
  font-size: 1.8rem;
  background: var(--primary-clr);
  border: 3px solid white;
  width: 100%;
  z-index: 10;
  max-width: 15rem;
}

.dropdown-options > div {
  padding: 1rem;
  cursor: pointer;
}

.book-form > div {
  position: relative;
  width: 33.3%;
}

form#bookingForm {
  margin-top: 2.5rem;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: var(--font-2);
  color: var(--primary-clr);
}

.book-btn {
  display: block;
  padding: 3rem;
  background-color: var(--primary-clr);
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.book-btn:hover {
  color: var(--primary-clr);
  background: white;
  outline: 1px solid var(--primary-clr);
}
a#submitBtn {
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  border: 1px solid white;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

a#submitBtn:hover {
  background: white;
  color: var(--primary-clr);
}

textarea,
input {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid white !important;
  font-size: var(--font-2);
  color: white;
  max-width: 15rem;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background: var(--primary-clr);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  font-size: var(--font-2);
  font-weight: 300;
  padding-left: 0;
}
.alert-box.success {
	font-size: 2rem;
}
.alert-box .close {
	font-size: 2rem;
}

.book-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 4rem;
  max-width: 75rem;
  margin: auto;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--max-width);
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -8rem;
}

h3 {
  font-size: 4.4rem;
  font-weight: bold;
}

.about h3 {
  color: var(--primary-clr);
  max-width: 50rem;
  margin-bottom: 2.5rem;
}
.about-left {
  max-width: 75rem;
  margin-top: 13rem;
  padding-left: 1rem;
}

.about p {
  font-size: var(--font-22);
  color: var(--primary-clr);
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.about a {
  display: block;
  font-size: var(--font-22);
  color: var(--primary-clr);
  border: 2px solid var(--primary-clr);
  padding: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.about a:hover {
  color: white;
  background: var(--primary-clr);
}
.accommodation-wrapper {
  background: #f1f1f1;
  margin-top: 4rem;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.accommodation {
  max-width: var(--max-width);
  margin: auto;
}

.accommodation .slick-active {
  max-width: 56rem;
  border: 2rem;
}

.accommodation .slick-active.slick-current {
  max-width: 100%;
}

.accommodation-bottom,
.accommodation-top {
  max-width: 60rem;
  margin: auto;
  margin-right: 0;
  color: var(--primary-clr);
}

.accommodation-top {
  margin-bottom: -21rem;
  padding-right: 1rem;
}

.accommodation-bottom {
  margin-left: 0;
  margin-top: -14rem;
  padding-left: 1rem;
}

.accommodation-bottom p,
.accommodation-top p {
  font-size: var(--font-22);
  text-align: justify;
  line-height: 1.1;
  font-weight: 600;
}

.accommodation-bottom h3,
.accommodation-top h3 {
  color: var(--primary-clr);
}

.accommodation .swiper-3d {
  padding-bottom: 16rem;
}

.accommodation .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.accommodation .book-btn {
  display: block;
  color: var(--primary-clr);
  font-size: 2.4rem;
  font-weight: bold;
  border: 2px solid var(--primary-clr);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 2.5rem 6rem;
  background-color: transparent;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.accommodation .book-btn:hover {
  color: white;
  background: var(--primary-clr);
}

.swiper-slide.gallery-image.swiper-slide-next img {
  border: 1rem solid white;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: var(--space);
}

.grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.grid > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}
.grid > div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}
.grid > div:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}
.grid > div:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}
.grid > div:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}
.grid > div:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 3 / 4;
}

#macy-container > a,
.grid > div {
  position: relative;
  overflow: hidden;
  display: block;
}

#macy-container > a::after,
.grid > div::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: 2px solid white;
  left: 2.5%;
  top: 2.5%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
}

#macy-container > a:hover::after,
.grid > div:hover::after {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#macy-container a img,
.grid > div img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.grid > div img {
  max-height: 42rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

#macy-container a:hover img,
.grid > div:hover img {
  scale: 1.1;
}

.reviews {
  background: #f1f1f1;
  padding-top: 3rem;
}

.reviews .mySwiper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: var(--max-width);
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews .swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.reviews .swiper {
  overflow: visible !important;
  overflow-y: clip !important;
  height: 45rem;
  pointer-events: none;
}

.reviews table {
  max-width: 42.5rem;
  height: 45rem;
  border: none;
  background-color: transparent;
  position: relative;
}

.reviews table::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  left: 0;
  bottom: 0;
  background-color: white;
  z-index: -1;
}
.reviews td {
  font-size: 1.8rem;
  color: black;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews tr:nth-child(3) td {
  font-size: 1.6rem;
}

/* .reviews tr:nth-child(1) td {
  position: absolute;
  top: 0;
} */

.reviews h3 {
  color: #514d36;
  max-width: 157rem;
  margin-left: auto;
  margin-bottom: 4rem;
  padding-left: 1rem;
}

.reviews .swiper-pagination-vertical.swiper-pagination-bullets,
.reviews .swiper-vertical > .swiper-pagination-bullets {
  left: 0;
}

.reviews .swiper-pagination {
  max-width: 163rem;
  margin-left: auto;
  border-radius: 5px;
}

.accommodation span.swiper-pagination-bullet {
  width: 8rem;
  height: 7px;
  background: var(--primary-clr);
  opacity: 0.6;
  border-radius: 2px;
}

.accommodation
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 1rem !important;
}

.reviews span.swiper-pagination-bullet {
  width: 33px;
  height: 8px;
  border-radius: 5px;
  background: var(--primary-clr);
  opacity: 0.6;
  margin: 2rem !important;
}

.accommodation span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.reviews span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5rem;
  background: var(--primary-clr) !important;
  opacity: 1;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--max-width);
  gap: 1rem;
  margin: auto;
  padding: var(--space) 0;
}

.location h3 {
  color: white;
  max-width: 26rem;
  line-height: 1.2;
}

.location-details {
  background: var(--primary-clr);
  color: white;
  max-width: 34rem;
  padding: 3.5rem 5rem;
  background-image: url("../img/location-symbol.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.location p {
  font-size: var(--font-2);
  font-weight: bold;
}

.location iframe {
  position: relative;
  width: 100%;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
}

.site-footer {
  background: var(--primary-clr);
  background-image: url("../img/footer-symbol.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 6rem;
  padding-top: 16rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.homepage .site-footer {
  margin-top: -6rem;
}

.site-footer a,
.site-footer p,
.site-footer {
  font-size: var(--font-22);
  color: white;
  line-height: 1.2;
  text-align: right;
  font-weight: 600;
}

.site-footer a {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.site-footer a:hover {
  color: white;
}

.reviews tr:nth-child(2) td {
  font-size: var(--font-22);
  font-weight: bold;
  line-height: 0.3;
  margin-top: -4rem;
}

.reviews tr:nth-child(3) td {
  margin-bottom: 1rem;
  margin-top: -3rem;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: transparent;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  list-style: none;
  gap: 3.5rem;
  margin-bottom: 5rem;
}

.site-footer p {
  margin-bottom: 3rem;
}

.footer-menu,
.footer-details,
.footer-bottom {
  max-width: var(--max-width);
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}

.main__image {
  text-align: center;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  overflow: hidden;
}

.main__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.amenities-wrapper {
  max-width: var(--max-width);
  margin: auto;
}

.amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--primary-clr);
  border: 1rem solid white;
  gap: 11rem;
  padding: 5rem 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -15rem;
  position: relative;
  border-left: 0;
}

.amenities > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenities p {
  font-size: 3rem;
  color: white;
  font-weight: bold;
  max-width: 18rem;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
}

.compensate-for-scrollbar {
  margin-right: 17px !important;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

body.compensate-for-scrollbar {
  overflow: auto !important;
}

@media screen and (max-width: 1640px) {
  :root {
    --font-22: 2rem;
  }

  .slideshow {
    padding-left: 0;
    padding-right: 0;
  }

  .innerpage-contact .inner-wrapper {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .innerpage-accommodation .static-page__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about h3 {
    max-width: 100%;
  }

  .amenities {
    padding: 2rem;
  }

  .amenities {
    margin-top: -5rem;
  }

  .amenities {
    gap: 2rem;
  }

  .static-page__content table td,
  .amenities p {
    font-size: 2.8rem;
  }

  .about-left {
    margin-top: 8rem;
  }

  .about p {
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 3.4rem;
  }
  .swiper-slide.gallery-image.swiper-slide-next {
    text-align: center;
  }

  .accommodation-group img {
    max-width: 80rem;
  }

  .accommodation-bottom,
  .accommodation-top {
    max-width: 45rem;
  }

  .accommodation .swiper-pagination-bullets.swiper-pagination-horizontal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slideshow .slick-slide img {
    min-height: 40rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .accommodation .swiper-3d {
    padding-bottom: 16rem;
    max-width: 1260px;
  }

  .reviews .swiper-slide {
    gap: 3rem;
  }

  .about-left {
    margin: auto;
  }

  .sliderCaption {
    font-size: 4.2rem;
  }

  .reviews td {
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main__image h2,
  .sliderCaption {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1260px) {
  [class*="block-grid-"] {
    max-width: 660px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .innerpage main {
    padding-top: 8rem;
  }
  :root {
    --font-22: 1.9rem;
    --font-2: 1.8rem;
    --space: 5rem;
  }

  .grid {
    -ms-grid-columns: (2fr) [1];
    grid-template-columns: repeat(1, 2fr);
  }

  .accommodation-group img {
    max-width: 55rem;
  }

  .about {
    margin-top: var(--space);
  }

  .main__image h2,
  .sliderCaption {
    font-size: 3.2rem;
  }

  .book-form {
    row-gap: 2rem;
  }

  .book-section {
    margin-top: -5rem;
    height: 25rem;
    padding: 1rem;
  }

  .about-left {
    max-width: 48rem;
  }

  .amenities {
    margin-top: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0;
  }

  .static-page__content table td,
  .amenities p {
    font-size: 2.2rem;
  }

  .amenities img {
    max-width: 10rem;
  }

  .footer-menu ul {
    margin-bottom: 3rem;
  }

  .site-footer p {
    margin-bottom: 1rem;
  }

  .homepage .site-footer {
    margin-top: -3rem;
  }

  .footer-bottom {
    margin-top: 3rem;
  }

  .site-footer {
    padding-bottom: 4rem;
    padding-top: 10rem;
  }

  .site-footer_logo {
    max-width: 11rem;
  }

  .reviews table {
    max-width: 30rem;
  }

  .accommodation .book-btn,
  .book-btn {
    font-size: 2rem;
    padding: 2rem;
  }

  #submitform,
  a#submitBtn {
    font-size: 2rem;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1040px) {
  [class*="block-grid-"] {
    max-width: 660px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .accommodation-bottom p,
  .accommodation-top p {
    text-align: left;
  }

  .accommodation
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    border-radius: 2rem;
  }

  .grid {
    display: block;
  }

  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    list-style: none;
    margin-bottom: 0;
    margin-top: 4rem;
  }

  .slick-dots button {
    background-color: #257696;
    font-size: 0;
    border-radius: 1rem;
    padding: 0.4rem 2rem;
    max-height: 7px;

    background: var(--primary-clr);
    opacity: 0.7;
  }

  .slick-dots .slick-active button {
    opacity: 1;
    padding: 0.4rem 3rem;
  }

  .accommodation
    .swiper.mySwiper2.swiper-backface-hidden.swiper-initialized.swiper-horizontal {
    max-width: 506px;
  }

  .accommodation-wrapper .swiper-slide {
    padding-bottom: 5rem;
  }

  .accommodation-bottom {
    margin-top: 5rem;
  }

  .accommodation img {
    max-height: 35rem;
  }
  .accommodation .book-btn,
  .book-btn {
    font-size: 1.8rem;
  }

  .reviews .mySwiper {
    display: none !important;
  }
  .reviews .mySwiper-small {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .reviews .swiper-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-bar-section {
    position: relative;
    left: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  :root {
    --font-22: 1.7rem;
    --font-2: 1.6rem;
  }

  .about img {
    max-height: 50rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .accommodation-bottom,
  .accommodation-top,
  .about-left {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scrolled ul.title-area #logo img,
  ul.title-area #logo img {
    max-width: 8rem;
  }

  h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .amenities img {
    max-width: 6rem;
  }

  .static-page__content table td,
  .amenities p {
    font-size: 1.8rem;
    text-align: center;
  }

  .static-page__content table,
  .amenities {
    padding: 1rem;
  }

  .amenities > div {
    gap: 1rem;
    width: 33.3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }

  @-webkit-keyframes spacing {
    0% {
      top: 50%;
      letter-spacing: 1px;
    }
    50% {
      top: 45%;
      letter-spacing: 4px;
    }
    100% {
      top: 49%;
      letter-spacing: 2px;
    }
  }

  @keyframes spacing {
    0% {
      top: 50%;
      letter-spacing: 1px;
    }
    50% {
      top: 45%;
      letter-spacing: 4px;
    }
    100% {
      top: 49%;
      letter-spacing: 2px;
    }
  }

  .accommodation-group img {
    max-width: 100%;
  }

  .top-bar-section ul li::after {
    bottom: -2rem;
  }

  .accommodation-top {
    margin: auto;
  }

  .homepage main {
    padding-top: 12rem;
  }

  .top-bar {
    height: 12rem;
  }

  .top-bar .title-area {
    max-width: 11rem;
  }

  #submitform,
  a#submitBtn {
    padding: 1rem;
  }

  #contact #submitform,
  .accommodation .book-btn,
  .book-btn,
  .about a {
    padding: 1.5rem;
  }

  .site-header__row::before,
  .site-header__row::after {
    display: none;
  }

  .scrolled .top-bar-section::after,
  .top-bar-section::after {
    height: 0.5rem;
    display: block;
  }

  .scrolled .book-btn,
  .book-btn {
    padding: 0rem 1rem;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 5px;
  }

  .location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-details p {
    margin-bottom: 0;
  }

  .location h3 {
    margin-bottom: 1rem;
  }
  .location-details {
    max-width: 100%;
    padding: 1rem;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --font-2: 1.6rem;
    --font-22: 1.6rem;
    --space: 2rem;
  }

  .static-page__content table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }

  .static-page__content table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }

  .scrolled .top-bar.top-bar.expanded,
  .top-bar.expanded {
    height: 100vh;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 2rem;
  }

  .book-btn {
    font-size: 2.1rem;
  }

  .innerpage form > div > div {
    width: 100%;
  }

  .grid {
    display: block;
  }

  form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .innerpage form > div {
    gap: 1rem;
    margin-bottom: 1rem;
  }

  #contact #submitform {
    margin-right: auto;
  }

  textarea,
  input,
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea {
    max-width: 100%;
    width: 100%;
  }

  .st_linkedin_hcount {
    display: none;
  }

  .slideshow .slick-slide img {
    min-height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  form#bookingForm {
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 100%;
  }

  .top-bar-section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .book-form {
    row-gap: 1rem;
    padding: 2rem 1rem;
  }

  .book-section label {
    margin-bottom: 0.5rem;
  }

  .accommodation-wrapper {
    margin-top: 0;
    padding-top: 2rem;
  }

  [class*="block-grid-"] {
    max-width: 330px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .main__image h2,
  .sliderCaption {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .book-section {
    margin-top: 0;
    border: 0;
    height: auto;
    padding: 0;
  }

  .about h3,
  h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .location {
    gap: 0;
  }

  #submitform,
  a#submitBtn {
    font-size: 1.7rem;
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .book-form > div {
    width: 100%;
  }

  .top-bar-section {
    float: none !important;
    height: auto;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 2rem;
  }

  .innerpage-contact .inner-wrapper {
    border: none;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 0.3rem;
    background: var(--primary-clr);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .accommodation-bottom {
    margin-top: 2rem;
  }

  .accommodation-wrapper .swiper-slide {
    padding-bottom: 3rem;
  }

  .slick-dots {
    margin-top: 2rem;
  }

  .accommodation-wrapper {
    padding-bottom: 2rem;
  }

  .scrolled .top-bar,
  .top-bar {
    height: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 3rem;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .top-bar-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 2rem;
  }

  .scrolled .top-bar-section::after,
  .top-bar-section::after,
  .top-bar-section::after,
  .top-bar-section ul li::after {
    display: none;
  }

  .top-bar-section ul {
    gap: 1rem;
  }

  .top-bar .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .amenities {
    border: none;
  }

  .amenities img {
    max-width: 4rem;
  }

  .static-page__content table td,
  .amenities p {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0;
  }

  .homepage main {
    padding-top: 8rem;
  }

  .site-footer {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }

  .scrolled ul.title-area #logo img,
  ul.title-area #logo img {
    max-width: 7rem;
  }

  .footer-bottom {
    margin-top: 2rem;
  }

  .footer-menu ul {
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .site-footer p,
  .footer-bottom,
  .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-footer_logo {
    max-width: 10rem;
  }

  .footer-details {
    text-align: center;
    a {
      margin-bottom: 1rem;
      display: inline-block;
      text-align: center;
    }
  }

  .reviews .swiper {
    height: 51rem;
  }

  .accommodation-bottom a,
  .about a {
    white-space: nowrap;
  }
}
