:root {
  --white: white;
  --dark-slate-grey: #3d3a2780;
  --black: #322418;
  --dark-olive-green: #3d5919;
  --sea-green: #778d6d;
  --gainsboro: #e5e5e5;
  --royal-blue: #56678a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  display: flex;
}

.nav-menu {
  text-align: center;
  flex: 1;
}

.nav-menu-right {
  width: 300px;
  margin-left: 0;
  padding-top: 28px;
  padding-right: 0;
}

.nav-menu-middle {
  text-align: center;
  flex: 1;
  padding-top: 40px;
}

.link {
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
}

.link-block {
  border-radius: 2px;
  padding-left: 30px;
  text-decoration: underline;
}

.link-block.w--current {
  margin-top: 0;
  margin-right: 135px;
  text-decoration: none;
}

.nav-link-2 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.nav-link-middle {
  color: var(--dark-slate-grey);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.nav-link-middle:hover {
  color: var(--black);
  border: 0 solid #000;
  border-top-width: 2px;
  border-radius: 0;
}

.nav-link-middle.w--current {
  color: var(--dark-olive-green);
}

.nav-link-middle.el {
  font-family: Roboto, sans-serif;
}

.nav-menu-logo {
  margin-left: 135px;
}

.button {
  background-color: #778d6d;
  border-radius: 6px;
  height: 35px;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.button.el {
  font-family: Roboto, sans-serif;
}

.body {
  color: var(--gainsboro);
  background-color: #fff;
}

.text-block {
  color: #322418;
  margin-top: 40px;
  margin-right: 0;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.container {
  justify-content: space-around;
  align-items: center;
  padding-right: 135px;
  display: flex;
}

.link-2 {
  color: var(--black);
  margin-top: 0;
  margin-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.link-2.w--current {
  color: #322418;
  margin-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.hero-overlay {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(198deg, #00000026 15%, #000000d4 95%), url('../images/Elia-Woodstone-Houses.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 88vh;
  max-height: none;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-overlay.the-houses {
  background-image: url('../images/Thalasocrino-Elihrisos-shared-pool.jpg'), linear-gradient(198deg, #00000026 42%, #000000d4 94%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.centered-container {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.hero-heading {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

.hero-heading.el {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.div-block {
  flex-flow: column;
  flex: 1;
  place-content: flex-start flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 80px;
  margin-left: 135px;
  display: flex;
}

.paragraph {
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.form {
  max-width: 1270px;
}

.div-block-2 {
  background-color: var(--white);
  opacity: 1;
  border-radius: 20px;
  max-width: 1270px;
}

.form-div {
  opacity: 1;
  background-color: #0000;
  margin-top: 20px;
  margin-left: 40px;
  position: static;
  inset: 0%;
  overflow: visible;
}

.field-label {
  color: var(--white);
  padding-left: 10px;
  font-weight: 400;
  line-height: 14px;
}

.form-button {
  background-color: var(--sea-green);
  color: var(--white);
  border-radius: 8px;
  width: 170px;
  height: 57px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.form-field {
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
}

.form-field.house {
  border-radius: 10px 0 0 10px;
}

.form-field.right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.heading-4 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.glass-effect {
  opacity: 0;
  background-color: #ffffff26;
  background-image: url('../images/_MG_2240.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100%;
}

.booking-form {
  display: none;
}

.frosted-glass-wrapper {
  background-color: #0000;
  border-radius: 20px 20px 0 0;
  width: auto;
  max-width: none;
  height: 177px;
  margin-left: 80px;
  margin-right: 80px;
  display: block;
  position: absolute;
  inset: auto 0% -5%;
  overflow: hidden;
}

.frosted-glass-effect {
  opacity: .65;
  filter: blur(7px);
  background-color: #ffffff26;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(#595b6094, #595b6094);
  border-radius: 0;
  height: 100%;
}

.blur-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  line-height: 59px;
  display: none;
}

.div-block-3 {
  opacity: 1;
  position: absolute;
  inset: 9% auto auto -12%;
}

.card-holder {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  width: 280px;
  height: 195px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  position: relative;
  box-shadow: 0 0 14px -4px #0009;
}

.card-holder.extended {
  width: 320px;
  height: 200px;
}

.card-holder.reviews {
  flex-direction: column;
  justify-content: flex-start;
  width: 300px;
  height: 230px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  box-shadow: 0 0 15px -1px #0009;
}

.reasons {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center end;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: grid;
}

.reasons.lower {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  padding-left: 140px;
  padding-right: 140px;
}

.reasons.up {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  place-items: center stretch;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 43px;
  padding-left: 60px;
  font-size: 28px;
  line-height: 36px;
}

.heading-5.el {
  font-family: Roboto, sans-serif;
}

.text-card {
  opacity: 1;
  color: #56678a;
  padding-top: 10px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
}

.text-card.reviews {
  padding-top: 50px;
  padding-bottom: 0;
}

.text-card.el {
  font-family: Roboto, sans-serif;
}

.image {
  background-color: var(--white);
  opacity: 1;
  border: 1px #000;
  border-radius: 50%;
  box-shadow: 0 0 12px 4px #3d591980;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.section {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section.align-left {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
}

.section.align-left.reversed {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1.5fr;
}

.separator-div {
  float: none;
  aspect-ratio: auto;
  text-align: right;
  background-image: linear-gradient(to right, #a1b996, #537b1f 95%);
  width: 169px;
  height: 4px;
  position: static;
}

.house-card {
  margin-left: 0;
  padding-right: 0;
}

.house-card.leftalign {
  padding-left: 30px;
  padding-right: 0;
}

.image-2 {
  object-fit: fill;
  border-top-right-radius: 90px;
  width: 100%;
  max-width: none;
  height: 550px;
  overflow: visible;
}

.image-2.elihriso {
  border-top-left-radius: 64px;
  border-top-right-radius: 0;
}

.image-2.reversed {
  border-radius: 64px 0 0;
}

.paragraph-2 {
  margin-top: 20px;
}

.house-name {
  color: var(--black);
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  line-height: 59px;
}

.house-name.el {
  font-family: Roboto, sans-serif;
}

.div-block-5 {
  margin-right: 0;
  padding-right: 30px;
}

.div-block-5.left-align {
  padding-right: 0;
}

.house-text {
  opacity: .6;
  color: var(--royal-blue);
  font-size: 18px;
  line-height: 30px;
}

.house-text.rightalign {
  font-size: 18px;
  line-height: 30px;
}

.div-block-6 {
  border-radius: 0 90px 0 0;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-right: 0;
}

.div-block-6.reversed {
  border-top-left-radius: 60px;
}

.btn-container {
  background-color: #778d6d1a;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  max-width: 300px;
  height: 70px;
  display: flex;
}

.button-2 {
  background-color: #0000;
}

.learn-more {
  color: #3d5919;
  letter-spacing: -.5px;
  background-color: #0000;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
}

.reserve {
  background-color: var(--sea-green);
  letter-spacing: -.5px;
  border-radius: 8px;
  font-weight: 700;
  position: static;
  bottom: auto;
  left: 0%;
  right: auto;
}

.reserve.second {
  width: 95px;
}

.reserve.call {
  font-size: 50px;
  line-height: 59px;
}

.house-details {
  border: .5px solid #292f5d40;
  border-bottom-right-radius: 25px;
  justify-content: space-around;
  width: auto;
  height: 90px;
  margin-left: 50px;
  display: flex;
}

.house-details.rightalign {
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 550px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.house-details.elihriso {
  margin-left: 468px;
  position: absolute;
  top: auto;
  left: auto;
}

.house-details.leftalign {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  width: 550px;
  margin-left: 0;
  display: block;
}

.heading-facility {
  color: var(--dark-olive-green);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  line-height: 39px;
  display: flex;
}

.text-details {
  color: var(--dark-olive-green);
  margin-left: 10px;
  font-size: 25px;
  line-height: 32px;
}

.column-2, .column-3 {
  border-right: .5px solid #292f5d40;
}

.image-3, .image-4 {
  filter: saturate(200%);
  color: var(--dark-olive-green);
}

.image-5 {
  filter: saturate(200%);
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/base.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 200px;
  position: absolute;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr .75fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-6 {
  object-fit: scale-down;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template: "Area Area Area Area Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area Area Area Area Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5 Area-5 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5 Area-5 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-7 Area-7 Area-7"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-7 Area-7 Area-7"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-7 Area-7 Area-7"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-7 Area-7 Area-7"
                 "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-7 Area-7 Area-7"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-7 {
  object-fit: fill;
}

.activities-photo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: .25fr auto auto auto;
  grid-template-columns: 1.5fr .5fr 1.25fr .25fr 1.5fr;
  height: auto;
  margin-top: 40px;
}

.activities {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  object-fit: cover;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-2 {
  margin-top: 60px;
}

.text-wrapper {
  object-fit: cover;
  background-color: #00000080;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.paragraph-3, .heading-6 {
  color: var(--white);
}

.section-3 {
  margin-top: 60px;
}

.div-block-8 {
  background-image: url('../images/base.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-9 {
  background-image: url('../images/base-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-2 {
  margin-top: 60px;
}

.div-block-10 {
  object-fit: scale-down;
  background-image: url('../images/Aquarium-small.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-11 {
  background-image: url('../images/horse-ridingsmall.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-12 {
  background-image: url('../images/Crete-villages-small.jpg');
  background-position: 50%;
  background-size: cover;
}

.activities-text {
  color: var(--white);
  background-color: #00000085;
  height: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  overflow: visible;
}

.div-block-13 {
  background-image: url('../images/Knosos-Palace-Heraklion-Crete.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-14 {
  background-image: url('../images/greek-food-small.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-15 {
  background-image: url('../images/trekkingsmall.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-16 {
  background-image: url('../images/Arina-Beach-Crete.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-4 {
  margin-top: 60px;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  place-content: center;
  place-items: start;
  margin-top: 30px;
  margin-left: 140px;
  margin-right: 140px;
}

.columns-2 {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-container {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.column-4 {
  padding-right: 30px;
}

.column-5 {
  padding-left: 30px;
}

.container-4 {
  display: flex;
}

.image-holder {
  border-radius: 0;
}

.heading-7 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.section-5 {
  margin-top: 80px;
}

.body-2 {
  background-color: var(--white);
}

.body-2.el {
  font-family: Roboto, sans-serif;
}

.div-block-17 {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: -42px;
  left: 30px;
  box-shadow: 0 0 14px 4px #0000006e;
}

.image-9 {
  text-align: left;
  border-radius: 0;
}

.text-block-2 {
  color: #56678a;
  padding: 40px 30px 10px;
  font-size: 22px;
  line-height: 33px;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.text-block-3 {
  color: #2e3569;
  margin: auto 20px 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.container-6 {
  margin-top: 40px;
}

.image-10 {
  border-radius: 20px;
  margin-top: 40px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-around;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  max-width: 270px;
}

.footer-logo-link.w--current {
  max-width: 270px;
}

.footer-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.footer-heading.el {
  font-family: Roboto, sans-serif;
}

.footer-link {
  color: var(--royal-blue);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  color: var(--dark-olive-green);
  font-weight: 700;
}

.text-block-4 {
  color: var(--royal-blue);
  font-size: 16px;
  line-height: 27px;
}

.image-11 {
  background-color: #0000;
  border-radius: 50px;
}

.image-11:hover {
  background-color: #0000;
}

.div-block-18 {
  background-color: var(--white);
  border: .5px solid #3f400733;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 44px;
  height: 44px;
  display: flex;
  box-shadow: 1px 0 15px 1px #00000080;
}

.div-block-18:hover {
  box-shadow: none;
  background-color: #0000;
  border-color: #0000;
}

.tweet, .tweet:hover {
  background-color: #0000;
}

.div-block-20 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.text-block-5 {
  background-color: var(--sea-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 27px;
  display: flex;
}

.div-block-22 {
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-23 {
  margin-left: 80px;
  margin-right: 80px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: block;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
  position: static;
}

.paragraph-5 {
  color: var(--royal-blue);
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.paragraph-5.reverse {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}

.facilities-section {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center stretch;
  margin: 100px 10px;
  display: grid;
  position: static;
}

.facilities-section.reverse {
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1.25fr;
}

.div-block-26 {
  width: auto;
  height: auto;
}

.columns-7 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.columns-8, .columns-9 {
  width: 400px;
}

.lightbox-link-2 {
  width: 150px;
}

.foto-gallery {
  width: 150px;
  margin: 5px;
  display: block;
}

.div-block-27 {
  margin-top: 10px;
}

.gallery-thumbnail-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-28 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: visible;
}

.small-gallery {
  border: .5px solid #00000040;
  border-bottom-right-radius: 25px;
  width: 550px;
  height: 90px;
  margin-left: auto;
  margin-right: 0;
}

.small-gallery.reversed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  margin-left: 0;
  margin-right: auto;
}

.column-7 {
  border-right: .5px solid #3d3a2740;
  justify-content: center;
  padding-left: 10px;
  display: flex;
}

.column-8 {
  border-right: .5px solid #3d3a2740;
  justify-content: center;
  display: flex;
}

.column-9 {
  justify-content: center;
  display: flex;
}

.columns-10 {
  margin-top: 5px;
}

.image-facilities {
  border-top-right-radius: 64px;
}

.image-facilities.reversed {
  border-top-left-radius: 64px;
  border-top-right-radius: 0;
}

.text-block-6 {
  color: var(--white);
  background-color: #0000;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.tab-link-tab-1 {
  background-color: #778d6d66;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tab-link-tab-1:hover {
  background-color: #778d6d99;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--royal-blue);
  background-color: var(--dark-olive-green);
  border-radius: 8px;
}

.paragraph-6 {
  color: var(--royal-blue);
  font-size: 16px;
  line-height: 22px;
}

.tab-link-tab-3 {
  border: 1px solid var(--royal-blue);
  background-color: #778d6d66;
  border-radius: 5px;
}

.tab-link-tab-3:hover {
  background-color: #778d6d99;
}

.tab-link-tab-3.w--current {
  background-color: #778d6d1a;
}

.tabs-menu {
  max-width: 100%;
  display: block;
}

.tabs-content {
  margin-top: 10px;
}

.div-block-30 {
  border: 1px solid #000;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.list-item {
  color: var(--royal-blue);
  font-size: 16px;
  line-height: 22px;
}

.list {
  color: var(--royal-blue);
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
}

.tab-link-tab-2 {
  border: 1px solid var(--royal-blue);
  background-color: #778d6d1a;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.tab-link-tab-2:hover {
  background-color: #778d6d99;
}

.tab-link-tab-2:focus {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #778d6d1a;
}

.column-tab-style {
  border-radius: 9px;
  flex-direction: column;
  align-self: auto;
  box-shadow: inset -1px 0 10px #0003;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  display: grid;
}

.tab-pane-tab-2 {
  margin-right: 0;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  display: grid;
}

.tab-link-tab-1-2 {
  border: 1px none var(--dark-olive-green);
  color: var(--dark-olive-green);
  background-color: #778d6d1a;
  border-radius: 8px;
}

.tab-link-tab-1-2:hover {
  background-color: #778d6d66;
  border-style: solid;
}

.tab-link-tab-1-2.w--current {
  border: 1px none var(--royal-blue);
  background-color: var(--dark-olive-green);
  color: var(--white);
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  box-shadow: 0 0 14px -4px #0009;
}

.text-block-7, .text-block-8 {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.tab-link-tab-2-2 {
  border: 1px none var(--dark-olive-green);
  color: var(--dark-olive-green);
  background-color: #778d6d1a;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-2-2:hover {
  background-color: #778d6d66;
  border-style: solid;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--dark-olive-green);
  color: var(--white);
  box-shadow: 0 0 14px -4px #0009;
}

.tab-link-tab-3-2 {
  border: 1px none var(--dark-olive-green);
  color: var(--dark-olive-green);
  background-color: #778d6d1a;
  border-radius: 8px;
}

.tab-link-tab-3-2:hover {
  background-color: #778d6d66;
  border-style: solid;
}

.tab-link-tab-3-2.w--current {
  background-color: var(--dark-olive-green);
  color: var(--white);
  box-shadow: 0 0 14px -4px #0009;
}

.text-block-9 {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.body-3 {
  background-color: var(--white);
  color: var(--dark-olive-green);
}

.body-3.el {
  font-family: Roboto, sans-serif;
}

.tab-pane-tab-3 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-2 {
  background-image: url('../images/checkbox.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-left: 30px;
  list-style-type: none;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-2 {
  color: #56678a;
  padding-left: 5px;
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
}

.tab-item {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 2px 0 14px -4px #0009;
}

.tab-pane-tab-1 {
  margin: 10px;
}

.tabs-2 {
  margin-right: 10px;
}

.tabs-2.reversed, .tabs-2.right-allign {
  margin-left: 10px;
  margin-right: 0;
}

.tab-pane-tab-2-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-menu-2 {
  justify-content: flex-start;
  margin-left: 10px;
  display: flex;
}

.tabs-menu-2.reversed {
  justify-content: flex-end;
  margin-right: 10px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-35, .div-block-36 {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-37 {
  margin-top: 0;
  display: flex;
}

.div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42 {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-43.reversed {
  text-align: right;
}

.house-images {
  position: static;
}

.image-12 {
  display: block;
}

.div-block-45 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-tab-4 {
  margin-left: 10px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.image-13 {
  max-width: 90%;
  display: inline-block;
}

.lightbox-link-3 {
  display: flex;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  max-width: 90%;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 31px;
}

.heading-8.reverse {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.hero-stack {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  background-color: var(--white);
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-19, .image-20 {
  max-width: 90%;
}

.image-21 {
  display: block;
}

.image-22, .image-23 {
  max-width: 90%;
}

.div-block-watercity {
  background-image: url('../images/Water-City-Crete-Anopolis.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .frosted-glass-wrapper {
    bottom: -2%;
  }

  .section.align-left {
    grid-column-gap: 60px;
  }

  .section.align-left.reversed {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1.5fr;
  }

  .image-2 {
    width: 100%;
  }

  .reserve.call {
    font-size: 50px;
    line-height: 59px;
  }

  .div-block-25 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .facilities-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .body-3.el {
    aspect-ratio: auto;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-family: DM Sans, sans-serif;
  }

  .hero-overlay {
    max-height: none;
  }

  .centered-container {
    flex: 1;
    position: relative;
  }

  .div-block {
    margin-left: 135px;
  }

  .columns, .form-block {
    max-width: 1270px;
  }

  .form-button {
    height: 72px;
    margin-top: 20px;
    line-height: 20px;
  }

  .form-field {
    height: 70px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 23px;
  }

  .frosted-glass-wrapper {
    inset: 77% 0% 0%;
  }

  .div-block-3 {
    width: auto;
    height: auto;
    position: absolute;
    inset: 10% auto auto -9%;
  }

  .card-holder {
    width: 344px;
    height: 195px;
    margin-right: 30px;
  }

  .card-holder.extended {
    width: 344px;
    height: 227px;
  }

  .card-holder.reviews {
    margin-left: 15px;
  }

  .reasons {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
  }

  .image {
    width: 70px;
    max-width: none;
    height: 70px;
  }

  .section.align-left {
    grid-column-gap: 60px;
  }

  .section.align-left.reversed {
    grid-template-columns: 1fr 1.5fr;
  }

  .separator-div {
    justify-content: flex-end;
    display: block;
  }

  .house-card {
    padding-right: 105px;
  }

  .house-card.leftalign {
    padding-left: 105px;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    height: 657px;
  }

  .house-details.rightalign {
    width: 570px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .grid-2 {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr .75fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    justify-content: center;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
  }

  .facilities-section {
    grid-column-gap: 60px;
    margin-left: 135px;
    margin-right: 135px;
  }

  .facilities-section.reverse {
    margin-left: 135px;
    margin-right: 135px;
  }

  .text-block-6 {
    text-decoration: underline;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--white);
    color: var(--white);
  }

  .div-block-31 {
    grid-column-gap: 30px;
    margin-right: 0;
  }

  .body-3.el {
    margin-left: 80px;
    margin-right: 80px;
  }

  .div-block-33 {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-overlay {
    background-size: auto, cover;
  }

  .hero-heading {
    font-size: 68px;
    line-height: 84px;
  }

  .frosted-glass-wrapper {
    top: 79%;
    bottom: auto;
  }

  .blur-container {
    padding-left: 160px;
  }

  .reasons {
    padding-left: 220px;
    padding-right: 220px;
  }

  .section.align-left.reversed {
    grid-template-columns: 1fr 1.5fr;
  }

  .house-card.leftalign {
    padding-left: 135px;
  }

  .facilities-section {
    margin-left: 135px;
  }

  .facilities-section.reverse {
    margin-right: 135px;
  }

  .body-3.el {
    margin-left: 220px;
    margin-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-middle {
    background-color: var(--white);
    color: var(--white);
  }

  .nav-link-middle {
    color: var(--sea-green);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-logo {
    margin-left: 100px;
  }

  .container {
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .menu-button {
    margin-top: 20px;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--sea-green);
  }

  .hero-overlay {
    height: 100vh;
  }

  .hero-overlay.the-houses {
    background-position: 50%, 0 0;
    background-size: auto, auto;
  }

  .hero-heading {
    margin-top: 60px;
    line-height: 65px;
  }

  .div-block {
    margin-left: 100px;
  }

  .booking-form {
    display: none;
    overflow: visible;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .card-holder {
    flex: none;
    align-self: center;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .card-holder.extended {
    width: 320px;
  }

  .card-holder.reviews {
    margin-bottom: 60px;
  }

  .reasons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: start stretch;
    display: grid;
  }

  .reasons.up {
    grid-template-columns: 1fr 1fr;
  }

  .image {
    background-color: var(--white);
  }

  .section.align-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .section.align-left.reversed {
    flex-direction: column;
    display: flex;
  }

  .separator-div {
    margin-top: 0;
  }

  .house-card {
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .house-card.leftalign {
    align-self: flex-end;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .house-name {
    margin-bottom: 20px;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .div-block-6.reversed {
    margin-left: 60px;
  }

  .reserve {
    flex: 0 auto;
    inset: 10% auto auto 0%;
  }

  .reserve.call {
    font-size: 50px;
    line-height: 59px;
  }

  .house-details.leftalign {
    margin-left: 60px;
    margin-right: auto;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .activities-photo {
    flex-flow: column;
    grid-template-rows: .25fr auto auto auto;
    grid-template-columns: 1.5fr .5fr 1.25fr .25fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-top: 40px;
    display: flex;
  }

  .div-block-10 {
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .div-block-11 {
    background-position: 50% 45%;
    background-repeat: repeat;
    background-size: cover;
  }

  .div-block-12 {
    background-position: 50% 70%;
  }

  .activities-text {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-13 {
    background-position: 50% 25%;
  }

  .div-block-16 {
    background-position: 50% 27%;
  }

  .section-4 {
    margin-top: 60px;
  }

  .card-container {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-holder {
    margin-right: 60px;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .container-5 {
    flex-direction: column;
  }

  .container-6 {
    margin-top: 0;
  }

  .image-10 {
    margin-left: auto;
  }

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

  .div-block-22 {
    flex-direction: column;
  }

  .div-block-23 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-6 {
    margin-top: 60px;
  }

  .facilities-section {
    flex-direction: column;
    margin: 60px 10px;
    display: flex;
  }

  .facilities-section.reverse {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 60px;
    display: flex;
  }

  .columns-7 {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .image-facilities {
    max-width: 100%;
  }

  .paragraph-6 {
    order: 0;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-menu {
    margin-left: 10px;
    display: block;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    margin-right: 60px;
  }

  .div-block-29 {
    order: 0;
    align-self: flex-end;
    margin-left: 60px;
    margin-right: 0;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    display: grid;
  }

  .div-block-32 {
    justify-content: stretch;
  }

  .tab-link-tab-2-2.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-pane-tab-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-33 {
    justify-content: space-between;
    justify-items: stretch;
  }

  .tab-pane-tab-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-2 {
    align-self: flex-end;
    margin-top: 30px;
    display: block;
  }

  .tabs-2.reversed {
    order: 999;
    align-self: flex-end;
  }

  .tabs-2.right-allign {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .tab-pane-tab-2-2 {
    flex: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-content-2 {
    justify-content: flex-end;
    margin-left: 10px;
    display: flex;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
    margin-left: 20px;
  }

  .div-block-38, .div-block-39, .div-block-40 {
    margin-top: 10px;
  }

  .div-block-43 {
    flex: 0 auto;
    align-self: flex-start;
    margin-left: 0;
  }

  .div-block-43.reversed {
    align-self: flex-end;
  }

  .div-block-44 {
    order: 1;
    align-self: flex-end;
  }

  .div-block-44.reversed {
    order: 1;
  }

  .house-images {
    margin-right: 60px;
  }

  .house-images.reversed {
    order: 2;
    margin-left: 60px;
    margin-right: 0;
  }

  .house-images.right-align {
    margin-left: 60px;
    margin-right: 0;
  }

  .div-block-45 {
    flex-wrap: nowrap;
    place-content: stretch space-between;
    align-items: center;
    display: flex;
  }

  .container-8, .container-9 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .navbar {
    align-items: center;
  }

  .nav-menu-logo {
    margin-left: 60px;
  }

  .button {
    margin-top: 0;
  }

  .container {
    align-items: center;
  }

  .menu-button {
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-left: auto;
  }

  .link-2.w--current {
    margin-top: 0;
  }

  .hero-overlay {
    background-position: 0 0, 20% 100%;
    background-size: auto, auto;
    padding: 40px 20px;
  }

  .hero-overlay.the-houses {
    background-position: 65%, 0 0;
    background-size: auto, auto;
    height: 80vh;
  }

  .hero-heading {
    align-self: flex-start;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 52px;
  }

  .div-block {
    margin-left: 60px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 53px;
  }

  .card-holder, .card-holder.extended {
    height: 180px;
  }

  .card-holder.reviews {
    height: 200px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-card {
    font-size: 16px;
    line-height: 28px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .section.align-left {
    grid-template-columns: 1fr;
  }

  .separator-div {
    margin-top: 0;
  }

  .house-card.leftalign {
    padding-left: 0;
  }

  .house-name {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 53px;
  }

  .house-text, .house-text.rightalign {
    font-size: 18px;
    line-height: 29px;
  }

  .learn-more {
    font-size: 14px;
    line-height: 20px;
  }

  .reserve {
    margin-top: 11px;
    inset: 0% 0% auto auto;
  }

  .reserve.call {
    font-size: 50px;
    line-height: 49px;
  }

  .house-details.rightalign {
    flex-direction: row;
    width: 450px;
    display: block;
  }

  .house-details.leftalign {
    width: 450px;
  }

  .heading-facility {
    font-size: 14px;
    line-height: 18px;
  }

  .text-details {
    font-size: 22px;
    line-height: 29px;
  }

  .column-2 {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 0;
  }

  .column-3 {
    flex: 0 auto;
    padding-right: 0;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .activities-photo {
    flex-direction: column;
    grid-template-rows: .25fr auto auto auto;
    grid-template-columns: 1.5fr .5fr 1.25fr .25fr 1.5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 26px;
  }

  .columns-3, .columns-4, .columns-5 {
    display: flex;
  }

  .column-6 {
    padding-right: 0;
  }

  .columns-6 {
    display: flex;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 40px;
  }

  .container-6 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-flex-container {
    justify-content: space-around;
  }

  .footer-logo-link, .footer-logo-link.w--current {
    max-width: 150px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .footer-link, .text-block-4, .text-block-5 {
    font-size: 14px;
    line-height: 25px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-6 {
    margin-top: 60px;
  }

  .div-block-25 {
    width: 450px;
  }

  .facilities-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .columns-7 {
    flex-flow: row;
    place-content: flex-start space-around;
    align-items: stretch;
  }

  .small-gallery {
    flex-direction: row;
    align-items: stretch;
    width: 450px;
    display: block;
  }

  .column-9 {
    flex-direction: row;
  }

  .columns-10 {
    display: flex;
  }

  .paragraph-6 {
    margin-top: 10px;
  }

  .tabs {
    margin-right: 20px;
  }

  .div-block-29 {
    flex-direction: column;
    align-self: flex-start;
    margin-right: 20px;
    display: flex;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-size: 15px;
    line-height: 20px;
  }

  .list-item-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .tabs-content-2 {
    justify-content: space-around;
  }

  .tabs-content-2.reversed {
    margin-right: 10px;
  }

  .tabs-menu-2 {
    margin-top: 20px;
  }

  .tabs-menu-2.reversed {
    margin-left: 0;
    margin-right: 10px;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-stack, .hero-stack-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    align-items: stretch;
  }

  .nav-menu-logo {
    margin-left: 0;
  }

  .button {
    height: 30px;
    margin-top: 0;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    flex: none;
  }

  .link-2.w--current {
    margin-top: 0;
    padding-left: 20px;
  }

  .hero-overlay {
    background-position: 0 0, 20% 100%;
  }

  .hero-overlay.the-houses {
    background-position: 63%, 0 0;
    height: 80vh;
  }

  .centered-container {
    text-align: left;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .div-block {
    margin-left: 0;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .card-holder {
    width: 240px;
    height: 180px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .card-holder.extended {
    width: 240px;
    height: 210px;
  }

  .card-holder.reviews {
    width: 270px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-card {
    font-size: 16px;
    line-height: 28px;
  }

  .section.align-left {
    flex-direction: column;
    display: flex;
  }

  .separator-div {
    margin-top: 40px;
  }

  .house-card {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .house-card.leftalign {
    margin-left: 20px;
    margin-right: 20px;
  }

  .house-name {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .house-text, .house-text.rightalign {
    font-size: 16px;
    line-height: 27px;
  }

  .div-block-6 {
    display: block;
  }

  .div-block-6.reversed {
    margin-left: 20px;
  }

  .reserve {
    margin-left: 0;
  }

  .reserve.call {
    font-size: 30px;
    line-height: 39px;
  }

  .house-details.rightalign {
    flex-direction: column;
    align-items: center;
    width: 330px;
    max-width: none;
    margin-left: auto;
    display: flex;
  }

  .house-details.leftalign {
    width: 330px;
    margin-left: 20px;
  }

  .heading-facility {
    font-size: 12px;
    line-height: 16px;
  }

  .text-details {
    margin-left: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .activities-photo {
    margin-top: 20px;
  }

  .image-holder {
    align-self: auto;
    margin-right: 20px;
    display: block;
  }

  .columns-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 35px;
  }

  .container-6, .image-10 {
    margin-top: 0;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .footer-logo-link {
    align-self: center;
    max-width: 150px;
    height: 100%;
  }

  .footer-logo-link.w--current {
    height: 100%;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-5 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
  }

  .div-block-21 {
    align-self: auto;
  }

  .div-block-23 {
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .div-block-25 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-5 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 27px;
  }

  .columns-7 {
    flex-direction: column;
    align-items: stretch;
  }

  .small-gallery {
    width: 250px;
    height: 60px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-3 {
    border-radius: 8px;
  }

  .tabs {
    margin-right: 20px;
  }

  .div-block-29 {
    align-self: flex-start;
  }

  .tab-link-tab-2 {
    border-radius: 8px;
  }

  .column-10 {
    display: flex;
  }

  .tab-link-tab-2-2 {
    margin: 5px 0;
  }

  .tab-pane-tab-3 {
    align-self: flex-end;
    width: 250px;
    margin-left: 20px;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .list-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .tab-item {
    align-self: stretch;
  }

  .tab-pane-tab-1 {
    align-self: flex-end;
    margin-left: 20px;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-pane-tab-2-2 {
    flex: 0 auto;
    align-self: stretch;
    width: 250px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .tabs-content-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tabs-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .tabs-menu-2.reversed {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    margin-left: 30px;
  }

  .house-images {
    margin-right: 20px;
  }

  .house-images.right-align {
    margin-left: 20px;
  }

  .div-block-45 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-8, .container-9 {
    max-width: none;
  }
}

#w-node-_85b31124-fa3c-0ef3-ad86-de18d8527f2c-718846e1 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_341c988a-dee2-9012-4a8c-04ba7f669a66-718846e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_40a0c1fe-493a-467e-8f04-4d9bb0d37a0b-718846e1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f3e3e500-eae0-4c43-0d84-26c286b5da1b-718846e1 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fcf40689-fc59-ad68-7825-5e6a2d9ad54b-718846e1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b95850dc-8f91-b13e-6e41-0a416c7e14e5-718846e1 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_00de6c08-ce2e-2888-29ec-2732242ef944-718846e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29ac1bfd-79ce-92e2-64a5-6374e277b4aa-718846e1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_09a13f7c-3e8f-4ede-8b39-b0e2c9c93625-718846e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59f1671c-0465-2e8f-0361-693ef647cbcc-718846e1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_97ed0d57-bd53-7836-d9f9-ff5b1245683b-718846e1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_707f5e4c-c6b9-08f9-127d-55bfb3ad5e38-665710a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_59162e97-d903-4c82-6d57-648ef3166338-665710a8 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_422f2378-b89e-4370-039e-28dd3dbe89c7-665710a8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_422f2378-b89e-4370-039e-28dd3dbe89cb-665710a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_422f2378-b89e-4370-039e-28dd3dbe89eb-665710a8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-_7621b350-36cc-6c9c-b544-b90af9224a09-665710a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7621b350-36cc-6c9c-b544-b90af9224a29-665710a8 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d223f4f6-32fa-2e47-4246-219d2f48af69-665710a8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d223f4f6-32fa-2e47-4246-219d2f48af6d-665710a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d223f4f6-32fa-2e47-4246-219d2f48af8d-665710a8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-d87eb509-b73e-de4f-7882-6e081d2d910f-665710a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d87eb509-b73e-de4f-7882-6e081d2d9114-665710a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d87eb509-b73e-de4f-7882-6e081d2d9140-665710a8 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_85b31124-fa3c-0ef3-ad86-de18d8527f2c-731009e4 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_341c988a-dee2-9012-4a8c-04ba7f669a66-731009e4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_40a0c1fe-493a-467e-8f04-4d9bb0d37a0b-731009e4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f3e3e500-eae0-4c43-0d84-26c286b5da1b-731009e4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fcf40689-fc59-ad68-7825-5e6a2d9ad54b-731009e4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_85390326-1b79-97ef-f1d4-fdbf5ccc1255-731009e4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_00de6c08-ce2e-2888-29ec-2732242ef944-731009e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29ac1bfd-79ce-92e2-64a5-6374e277b4aa-731009e4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_09a13f7c-3e8f-4ede-8b39-b0e2c9c93625-731009e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97ed0d57-bd53-7836-d9f9-ff5b1245683b-731009e4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_96e07df6-a12b-7950-1433-e38de1ec4e3d-731009e4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_707f5e4c-c6b9-08f9-127d-55bfb3ad5e38-a2fe42d2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_59162e97-d903-4c82-6d57-648ef3166338-a2fe42d2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_422f2378-b89e-4370-039e-28dd3dbe89c7-a2fe42d2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_422f2378-b89e-4370-039e-28dd3dbe89cb-a2fe42d2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_422f2378-b89e-4370-039e-28dd3dbe89eb-a2fe42d2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-_7621b350-36cc-6c9c-b544-b90af9224a09-a2fe42d2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-_7621b350-36cc-6c9c-b544-b90af9224a29-a2fe42d2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d223f4f6-32fa-2e47-4246-219d2f48af69-a2fe42d2 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d223f4f6-32fa-2e47-4246-219d2f48af6d-a2fe42d2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d223f4f6-32fa-2e47-4246-219d2f48af8d-a2fe42d2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-d8e20951-a354-a350-48ed-ec2bc58b8536-a2fe42d2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: auto;
}

#w-node-d8e20951-a354-a350-48ed-ec2bc58b8562-a2fe42d2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_59162e97-d903-4c82-6d57-648ef3166338-665710a8, #w-node-_422f2378-b89e-4370-039e-28dd3dbe89eb-665710a8, #w-node-_7621b350-36cc-6c9c-b544-b90af9224a29-665710a8, #w-node-d223f4f6-32fa-2e47-4246-219d2f48af8d-665710a8, #w-node-d87eb509-b73e-de4f-7882-6e081d2d9140-665710a8, #w-node-_59162e97-d903-4c82-6d57-648ef3166338-a2fe42d2, #w-node-_422f2378-b89e-4370-039e-28dd3dbe89eb-a2fe42d2, #w-node-_7621b350-36cc-6c9c-b544-b90af9224a29-a2fe42d2, #w-node-d223f4f6-32fa-2e47-4246-219d2f48af8d-a2fe42d2, #w-node-d8e20951-a354-a350-48ed-ec2bc58b8562-a2fe42d2 {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_85b31124-fa3c-0ef3-ad86-de18d8527f2c-718846e1 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_40a0c1fe-493a-467e-8f04-4d9bb0d37a0b-718846e1 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_59162e97-d903-4c82-6d57-648ef3166338-665710a8, #w-node-_422f2378-b89e-4370-039e-28dd3dbe89eb-665710a8, #w-node-_7621b350-36cc-6c9c-b544-b90af9224a29-665710a8, #w-node-d223f4f6-32fa-2e47-4246-219d2f48af8d-665710a8, #w-node-d87eb509-b73e-de4f-7882-6e081d2d9140-665710a8 {
    align-self: center;
  }

  #w-node-_85b31124-fa3c-0ef3-ad86-de18d8527f2c-731009e4 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_40a0c1fe-493a-467e-8f04-4d9bb0d37a0b-731009e4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_59162e97-d903-4c82-6d57-648ef3166338-a2fe42d2, #w-node-_422f2378-b89e-4370-039e-28dd3dbe89eb-a2fe42d2, #w-node-_7621b350-36cc-6c9c-b544-b90af9224a29-a2fe42d2, #w-node-d223f4f6-32fa-2e47-4246-219d2f48af8d-a2fe42d2, #w-node-d8e20951-a354-a350-48ed-ec2bc58b8562-a2fe42d2 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_85b31124-fa3c-0ef3-ad86-de18d8527f2c-718846e1, #w-node-f3e3e500-eae0-4c43-0d84-26c286b5da1b-718846e1, #w-node-fcf40689-fc59-ad68-7825-5e6a2d9ad54b-718846e1, #w-node-b95850dc-8f91-b13e-6e41-0a416c7e14e5-718846e1, #w-node-_85b31124-fa3c-0ef3-ad86-de18d8527f2c-731009e4, #w-node-f3e3e500-eae0-4c43-0d84-26c286b5da1b-731009e4, #w-node-fcf40689-fc59-ad68-7825-5e6a2d9ad54b-731009e4, #w-node-_85390326-1b79-97ef-f1d4-fdbf5ccc1255-731009e4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


