@import url(foundation.min.css);

@import url(jquery.fancybox.css);

@import url(slick.css);

@font-face {
  font-family: "CYN_Aben";

  src: url("../fonts/CYN_AbensDemiBoldCondensed.otf") format("opentype");

  font-weight: 700;
}

@font-face {
  font-family: "CYN_Aben";

  src: url("../fonts/CYN_AbensBookCondensed.otf") format("opentype");

  font-weight: 400;
}

/* @font-face {
  font-family: "PP Hatton";

  src: url("../fonts/PP Hatton Medium 500.otf") format("opentype");

  font-weight: 500;
} */

* {
  font-family: "CYN_Aben", sans-serif;
}

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: "CYN_Aben", sans-serif;

  font-weight: normal;
}

body,
html {
  font-size: 62.5%;
}

:root {
  --primary: rgb(40, 54, 24);

  --secondary: rgb(176, 129, 87);

  --menu-font: 24px;

  --space: 10rem;

  --text-color: rgba(250, 250, 250, 0.2);
  --text-stroke-color: rgb(40, 54, 24);
  --text-fill-color: rgb(40, 54, 24);
}

.about-text .text-fill {
  font-size: 87.203px;
  -webkit-text-stroke: 1px var(--text-stroke-color);
  text-stroke: 1px var(--text-stroke-color);
  color: var(--text-color);

  background: linear-gradient(to right,
      var(--text-fill-color),
      var(--text-fill-color)) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar ul li::before {
  display: none;
}

.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;
}

.discover {
  position: relative;
  opacity: 0;
  left: -10rem;
  transition: all 0.6s;
}

.moduledata1:hover .discover {
  left: 0;
  opacity: 1;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;

  color: #666666 !important;

  background: var(--primary);
}

.top-bar-section {
  margin-top: 10px;
}

select,
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-color: transparent;

  height: 4rem;

  color: white;

  font-size: 19px;
}

.booking__form option span {
  display: none;
}

.booking-form button {
  color: var(--primary);

  background-color: white;

  width: 100%;

  font-size: 27px;

  font-weight: bold;

  margin-top: 3.5rem;

  line-height: 1;

  letter-spacing: 2px;
}

.booking-form button:hover {
  color: var(--secondary);

  background-color: var(--primary);
}

label {
  color: white;

  font-size: 22px;
}

.top-bar-section {
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);

  position: absolute;

  left: 48% !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.about-text h2 {
  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: black;
}

select:hover {
  background: transparent;
}

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-color: transparent;
}

option {
  color: black;
}

.top-bar-section .has-dropdown>a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.booking-form h2 {
  font-size: 46px;

  color: white;
}

.slider,
.slider img {
  width: 100%;
}

.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;
}

.top-bar:before,
.top-bar:after {
  display: none;
}

.site-header {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 100;

  width: 100%;

  padding: 0;

  background-color: var(--primary);

  -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);

  border-bottom: 3px solid white;
}

.services {
  padding: var(--space) 1rem;
}

.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  display: none;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;

  left: 5px;
}

.top-bar {
  height: 145px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;
}

.top-bar-section {
  margin-top: 0;

  min-width: 785px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px;
  /* an to header exei upsos 65px diaforetika anaprosarmogi */

  left: 15px;

  right: auto;

  margin-top: 0;

  padding: 0;
}

.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;
}

.only-title {
  text-align: center;
  margin-top: var(--space);
  font-size: 66px;
  color: var(--secondary);
  font-weight: 700;
}

.top-bar-section ul.inline-list.right li:hover::after {
  display: none;
}

.inline-list.right {
  opacity: 0;
  animation: langOpacity 4s forwards;
}

@keyframes langOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.book-now {
  font-size: 3rem;

  color: var(--secondary);

  padding: 3rem;

  border: 2px solid;

  line-height: 0;

  padding-top: 3.4rem;

  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.reserve-online {
  position: relative;
}

.reserve-online li a,
.reserve-online li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.reserve-online li:hover {
  background-color: var(--secondary);
}

.reserve-online .dropdown li:hover a {
  color: var(--primary);
}

.footer-right>p:hover {
  background-color: var(--secondary);
}

.footer-right>p:hover a {
  color: var(--primary);
}

.book-now:hover {
  color: var(--primary);

  background: var(--secondary);
}

.about-text h3 p:nth-child(2) {
  font-size: 46px;

  /* font-family: "PP Hatton", sans-serif; */

  color: var(--primary);
}

.about-text h3 {
  padding-top: 22rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

video {
  width: 100%;
}

.our-vision-text {
  text-align: center;

  font-size: 22px;

  color: var(--primary);
}

.vision h3 {
  font-size: 46px;

  color: var(--primary);
}

.top-bar-section ul li:nth-last-child {
  position: absolute;
}

.about-green-box p {
  font-size: 22px;
}

.about-green-box p a {
  color: white;

  position: relative;

  z-index: 1;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  display: block;
  margin-top: 2rem;
}

.about-green-box p a::before {
  content: "";

  position: absolute;

  bottom: 4px;

  left: -3rem;

  width: 77px;

  height: 7px;

  background-color: var(--secondary);

  z-index: -1;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.about-green-box p a:hover::before {
  left: -1rem;

  width: calc(100% + 2rem);
}

.homepage main {
  padding-top: 145px;
  overflow-x: clip;
}

.innerpage main {
  padding-top: 145px;
}

.slideshow {
  position: relative;
}

.slideshow label,
.slideshow h2 {
  color: white;
}

.slideshow h2 {
  margin-bottom: 1rem;

  /* font-family: "PP Hatton", serif; */

  line-height: 1.2;
}

.slideshow::after {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: var(--primary);

  opacity: 0.6;

  top: 0;

  left: 0;

  z-index: 1;
}

.main__image img,
.slideshow img {
  min-height: 70rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.booking-form {
  z-index: 10;

  position: absolute;

  top: 16rem;

  left: 50%;

  width: 100%;

  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

.innerpage .contact_content p a::before {
  display: none;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: 1.6rem;
}

.innerpage label {
  color: var(--primary);
}

.category-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;

  row-gap: 4rem;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.booking-form>div {
  max-width: 42rem;
}

.articlelistingrow {
  position: relative;

  max-width: 30%;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;
}

.articlelistingrow a,
.articlelistingrow p {
  color: white;

  font-size: 20px;
}

.articlelistingrow::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: black;

  opacity: 0;

  z-index: 0;

  pointer-events: none;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  pointer-events: none;
}

.articlelistingrow:hover::after {
  opacity: 0.6;
}

.articlelistingrow:hover {
  outline: 4px solid var(--secondary);
}

.articlelistingrow h4 {
  font-size: 31.611px;

  text-align: center;

  line-height: 1;
}

.articlelistingrow>div {
  position: absolute;

  top: 0;

  left: 0;

  max-width: 100%;
}

.slideshow::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: black;

  opacity: 0.6;

  top: 0;

  left: 0;

  z-index: 2;
}

#navbar>.top-bar-section>ul>li>a {
  display: none;
}

.about {
  padding: var(--space) 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.about-text {
  position: relative;
}

.about-text p {
  color: white;

  line-height: 1.3;

  margin-bottom: 0;
}

.properties {
  background-repeat: no-repeat;

  background-image: url("../img/properties.png");

  padding-top: var(--space);

  overflow: hidden;

  background-size: cover;
}

.properties h3 {
  font-size: 45.584px;
/* font-family: "PP Hatton", serif; */

  color: white;

  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;

  margin-bottom: 4rem;
}

.properties-group {
  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;

  max-height: 62rem;
}

.about-green-box {
  position: absolute;

  background: var(--primary);

  width: 76rem;

  left: -225px;

  bottom: 85px;

  padding: 40px 50px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  gap: 7rem;
}

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);
  /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li.current a {
  background: var(--primary);
  /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
  -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(--secondary);
  /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li a {
  color: var(--secondary);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

ul.pagination li:hover a {
  color: var(--primary);
  /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li {
  padding-left: 0;
}

ul.pagination li::before {
  display: none;
}

button.slick-next.slick-arrow {
  font-size: 0;

  width: 10rem;

  height: 0.5rem;

  background-color: var(--secondary);

  margin: 0;

  padding: 0;

  position: absolute;

  right: -6%;

  top: 55%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.moduledata1 {
  position: relative;

  /* width: fit-content !important; */

  margin-left: 2.5rem;

  margin-right: 3rem;

  outline: 4px solid transparent;

  outline-offset: 15px;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.moduledata1:hover {
  outline: 4px solid var(--secondary);
}

.properties .slick-track {
  padding-top: 18px;

  padding-bottom: 18px;
}

.moduledata1 a {
  font-size: 20px;

  color: white;

  text-align: center;
}

.moduledata1::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: black;

  opacity: 0;

  z-index: 0;

  pointer-events: none;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;
  max-width: 451px;
}

.moduledata1:hover::after {
  opacity: 0.6;
}

.moduledata1 h5 {
  margin-top: 2rem;
  max-height: 3rem;
  transition: all 0.5s;
}

.moduledata1:hover h5 {
  max-height: 15rem;
}

.moduledata1 h5 a {
  font-size: 31.611px;

  text-align: center;

  line-height: 1;
}

.moduledata1 h5 a span {
  font-weight: 400;
  font-size: 20px;
  opacity: 0;
  transition: all 0.7s;
  height: 0;
}

.moduledata1:hover h5 a span {
  opacity: 1;
  height: 22rem;
}

.moduledata1>div {
  position: absolute;

  bottom: 3rem;

  text-align: center;

  left: 50%;

  z-index: 1;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  transition: all 0.6s;
  pointer-events: none;
}

.moduledata1:hover>div {
  max-height: auto;
}

.moduledata1>div>a {
  opacity: 0;
  transition: all 0.6s;
}

.moduledata1:hover>div>a {
  opacity: 1;
}

.services h3 {
  text-align: end;

  font-size: 45.584px;
/* font-family: "PP Hatton", serif; */
  color: var(--primary);

  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;

  margin-bottom: 4rem;
}

.see-all {
  font-size: 26px;

  font-weight: bold;

  color: var(--primary);

  text-align: center;

  margin: auto;

  display: block;
}

.properties>p {
  padding: 10rem;
}

.properties .see-all {
  color: white;

  position: relative;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  z-index: 1;
}

/* .visit-link::before, */
.discover::before,
.innerpage p a::before {
  content: "";

  position: absolute;

  bottom: 0px;

  left: -3rem;

  width: 77px;

  height: 7px;

  background-color: var(--secondary);

  z-index: -1;

  -webkit-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;
}

.experience .moduledata {
  width: 33.3%;
  position: relative;
  perspective: 1000px;
  height: 388px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.experience .moduledata:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}

.flip-card-front img {
  width: 100%;
  height: auto;
  display: block;
}

.flip-card-back {
  background-color: var(--primary);
  transform: rotateY(180deg);
}

/* Centered link on back face */
.experience .moduledata>.flip-card-inner>.flip-card-back>a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.moduledata1 .logos {
  position: absolute;
  top: 5rem;
  bottom: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3;
}

.moduledata1:hover .logos {
  opacity: 1;
}

.innerpage p a.img-link::before {
  display: none;
}

.discover,
.innerpage p a,
.visit-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.moduledata1:hover .discover::before,
.innerpage p a:hover::before,
.visit-link:hover::before {
  left: -1rem;

  width: calc(100% + 2rem);
}

.properties .see-all::before {
  content: "";

  position: absolute;

  bottom: 1px;

  left: -3rem;

  width: 77px;

  height: 7px;

  background-color: var(--secondary);

  z-index: -1;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.properties .see-all:hover::before {
  left: -1rem;

  width: calc(100% + 2rem);
}

.services .see-all {
  position: relative;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  z-index: 1;
}

.services .see-all:hover {
  color: var(--primary);
}

.services .see-all::before {
  content: "";

  position: absolute;

  bottom: 2px;

  left: -3rem;

  width: 77px;

  height: 7px;

  background-color: var(--secondary);

  z-index: -1;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.services .see-all:hover::before {
  left: -1rem;

  width: calc(100% + 2rem);
}

.services-group {
  /* display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr 20px 1fr;

  grid-template-columns: repeat(2, 1fr);

  -ms-grid-rows: 1fr 20px 1fr;

  grid-template-rows: repeat(2, 1fr);

  grid-column-gap: 20px;

  grid-row-gap: 20px; */
  display: flex;
  gap: 2rem;
  padding-bottom: 4rem;
  max-width: 1920px;
  margin: auto;
  justify-content: center;
}

.services-group>div {
  width: calc(50% - 2rem);
}

.services-group>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.services-group>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.services-group>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.services-group>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.services-group .moduledata:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.services-group .moduledata: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;
}

.services-group .moduledata:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

.services-group .moduledata p {
  margin-bottom: 0;
}

.services-group .moduledata:nth-child(1) p {
  height: 100%;
}

.services-group .moduledata span {
  font-size: 10rem;
/* font-family: "PP Hatton", serif; */
  color: transparent;

  position: absolute;

  top: 40px;

  right: 40px;

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: black;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.services-group .moduledata {
  /* max-width: 949px;
  max-height: 580px;
  overflow: hidden; */
  position: relative;
}

.services-group .moduledata::before {
  content: "";

  position: absolute;

  top: 0;

  height: 100%;

  width: 100%;

  left: 0;

  background-color: black;

  opacity: 0;

  pointer-events: none;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.services-group .moduledata article {
  position: absolute;

  top: 50%;

  color: white;

  font-size: 24px;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  width: 90%;
  opacity: 0;
  transition: all 0.6s;
  pointer-events: none;
}

.services-group .moduledata:hover article {
  opacity: 1;
}

.services-group .moduledata>a {
  font-size: 36px;

  font-weight: bold;

  color: white;

  position: absolute;

  bottom: 7rem;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
}

.services-group img {
  height: 100%;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;
}

.services-group .moduledata:hover>a::before {
  left: -1rem;

  width: calc(100% + 2rem);
}

.services-group .moduledata>a::before {
  content: "";

  position: absolute;

  bottom: 4px;

  left: -3rem;

  width: 77px;

  height: 7px;

  background-color: var(--secondary);

  z-index: -1;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.services-group .moduledata:hover span {
  -webkit-text-stroke-color: white;
}

.services-group .moduledata:nth-child(1) {
  max-width: 100%;

  max-height: 100%;
}

.services-group .moduledata:hover::before {
  opacity: 0.6;
}

.career-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--space) 0;
}

.innerpage .site-footer {
  margin-top: 5rem;
}

.vision {
  text-align: center;
}

.vision h3 {
  font-size: 46px;
/* font-family: "PP Hatton", serif; */
  color: black;
}

.vision p {
  font-size: 22px;

  color: black;

  max-width: 105rem;

  margin: auto;

  line-height: 1.3;

  margin-bottom: 3.5rem;
}

button.slick-prev.slick-arrow {
  font-size: 0;

  width: 10rem;

  height: 0.5rem;

  background-color: var(--secondary);

  margin: 0;

  padding: 0;

  position: absolute;

  left: -6%;

  top: 55%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.site-header__row {
  margin: auto;

  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;

  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

.value {
  padding: 20px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.value.expanded::after {
  top: 40%;
  -webkit-transform: rotate(225deg) translateY(-50%);
  -ms-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary) !important;
}

.button,
button {
  background-color: var(--primary);
}

.reserve-online .dropdown {
  background-color: var(--primary) !important;
  position: absolute;
  width: 100%;
  top: 70px;
  left: -5px;
  border: 3px solid var(--secondary);
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}

.reserve-online:hover .dropdown {
  height: 26rem;
  opacity: 1;
  width: 115%;
}

.reserve-online .dropdown a {
  color: var(--secondary);
  font-size: 2rem;
}

.value::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  border: solid var(--primary);
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.values .value+div {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  padding: 1rem;
}

.values .value.expanded+div {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}

#submitform {
  color: var(--secondary);
  background-color: var(--primary);
  width: 100%;
  font-size: 27px;
  font-weight: bold;
  margin-top: 3.5rem;
  line-height: 1;
  letter-spacing: 2px;
  max-width: 18rem;
  padding: 3rem;
  text-transform: uppercase;
  border: 1px solid var(--secondary);
}

#submitform:hover {
  color: var(--primary);

  background-color: var(--secondary);

  border: 1px solid var(--primary);
}

.home-active li:first-of-type a {
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

.innerpage form {
  margin-bottom: 5rem;
}

.innerpage h3 {
  margin-bottom: 1rem;
/* font-family: "PP Hatton", serif; */

  line-height: 1.2;

  font-size: 4rem;

  margin-bottom: 3rem;

  margin-top: 2rem;
}

/* 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;

  font-size: var(--menu-font);

  color: var(--secondary);

  font-weight: bold;
}

.top-bar-section li {
  position: relative;
}

.top-bar-section li::after {
  content: "";

  height: 4rem;

  width: 3rem;

  background-image: url("../img/hover.png");

  position: absolute;

  left: 0;

  top: 1rem;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: rotate(-70deg);

  -ms-transform: rotate(-70deg);

  transform: rotate(-70deg);

  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.main__image {
  position: relative;

  margin-bottom: 5rem;
}

.main__image::after {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: var(--primary);

  opacity: 0.6;

  top: 0;

  left: 0;

  z-index: 1;
}

.main__image::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: black;

  opacity: 0.6;

  top: 0;

  left: 0;

  z-index: 2;
}

.main__image h2 {
  margin-bottom: 1rem;
/* font-family: "PP Hatton", serif; */

  line-height: 1.2;

  font-size: 46px;

  color: white;

  position: absolute;

  top: 65%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  position: absolute;
  animation: comeUp 2s forwards;
  z-index: 10;
}

@keyframes comeUp {
  0% {
    top: 65%;
  }

  100% {
    top: 50%;
  }
}

.top-bar-section li:hover::after {
  -webkit-animation: hover 0.7s forwards;
  animation: hover 0.7s forwards;
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);

    left: 2rem;

    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);

    left: 0rem;

    opacity: 1;
  }
}

@keyframes hover {
  0% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);

    left: 2rem;

    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);

    left: 0rem;

    opacity: 1;
  }
}

.top-bar-section ul li {
  padding-left: 0;
  margin-left: 0;
}

.static-page__content {
  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0px 14px;
}

/* 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;
}

/* 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: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(--secondary);

  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 p {
  line-height: 28px;
}

.static-page__content a {
  font-weight: bold;
}

.static-page__content a,
.static-page__content p,
.static-page__content li {
  font-size: var(--menu-font);

  color: var(--primary);
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: var(--primary);

  padding-top: var(--space);
}

.site-footer__copyrights {
  margin-top: 15px;
}

.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 16px;

  color: #fff;
}

.site-footer__logo {
  text-align: right;
}

.career-contact>div {
  position: relative;
}

.career-contact>div img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.career-contact>div:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}

.career-contact h3 {
  font-size: 46px;

  font-family: "";

  color: white;
/* font-family: "PP Hatton", serif; */

  margin-bottom: 0;
}

.career-contact p {
  font-size: 24px;

  color: white;

  line-height: 1.2;
}

.career-contact .text {
  position: absolute;

  bottom: 40px;

  left: 85px;

  pointer-events: none;
}

.about-img {
  min-height: 85rem;
}

.footer-logo {
  text-align: center;
}

.footer-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding-top: 2rem;

  padding-bottom: 4.5rem;
}

.footer-logo p {
  font-size: 22px;

  font-weight: bold;

  color: var(--secondary);

  line-height: 1.4;

  padding-top: 2rem;
}

.footer-mid h3 {
  font-size: 27px;
/* font-family: "PP Hatton", serif; */

  color: var(--secondary);

  margin-bottom: 2rem;
}

.footer-mid a,
.footer-mid li,
.footer-mid p {
  font-size: 25px;

  color: var(--secondary);

  font-weight: bold;

  line-height: 1.2;

  position: relative;
}

ul {
  list-style: none;

  margin-left: 0;
}

.footer-mid .footer-right ul {
  width: 24rem;

  list-style: none;
}

ul li {
  padding-left: 1.5rem;

  position: relative;
}

ul li::before {
  content: "-";

  position: absolute;

  left: 0;

  top: 0;
}

textarea {
  color: var(--primary);
}

.innerpage input[type="text"],
.innerpage select {
  color: var(--primary);
}

.alert-box.success {
  width: fit-content;
  margin: auto;
  font-size: 1.6rem;
}

.footer-bottom {
  padding-top: 3rem;

  padding-bottom: 4rem;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-top: 2px solid var(--secondary);
}

.footer-mid li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.footer-right li a {
  padding-bottom: 0.5rem;
}

.footer-right>p a {
  display: block;
  height: 100%;
  border: 2px solid var(--secondary);
  border-radius: 5rem;
  padding: 15px 40px 12px;
  line-height: 1;
}

.footer-right>p {

  position: absolute;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  border-radius: 5rem;
  transition: all 0.6s;
  left: -10rem;
}

.experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: clip;
  -ms-flex-wrap: wrap;
  background: var(--secondary);
  flex-wrap: wrap;
  max-width: 192rem;
  margin: auto;
  margin: var(--space) 0;
}

.experience .moduledata>p {
  margin-bottom: 0;
}

.experience .moduledata>a {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  color: white;

  font-size: 26px;

  font-weight: bold;
}

.experience .moduledata {
  width: 33.3%;

  position: relative;
}

.experience .moduledata::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: 0.4;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
  background: black;
  pointer-events: none;
  z-index: 1;
}

.experience .moduledata:hover::before {
  background: transparent;
}

.experience .moduledata:hover::before {
  opacity: 0.8;
}

.footer-right {
  position: relative;
}

.footer-bottom {
  max-width: 154rem;

  padding-left: 1rem;

  padding-right: 1rem;

  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.footer-bottom a,
.footer-bottom {
  font-size: 20px;

  color: var(--secondary);
}

.title-area li {
  padding-left: 0rem;
}

.title-area li:nth-child(2) {
  padding-left: 0rem;
  text-align: end;
  font-size: 1.6rem;
  margin-top: -24px;
  color: var(--secondary);
  pointer-events: none;
}

.category-articles {
  padding-bottom: 5rem;
}

.blog-innerpage .moduledata1::after {
  opacity: .5;
}

.blog-innerpage .moduledata1 h5 {
  max-height: unset;
}

.blog-innerpage .moduledata1:hover:after {
  opacity: .3;
}

@media screen and (max-width: 1340px) {
  :root {
    --menu-font: 19px;

    --space: 8rem;
  }

  @-webkit-keyframes hover {
    0% {
      -webkit-transform: rotate(-70deg);
      transform: rotate(-70deg);

      left: 2rem;

      opacity: 0;
    }

    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);

      left: -0.5rem;

      opacity: 1;
    }
  }

  @keyframes hover {
    0% {
      -webkit-transform: rotate(-70deg);
      transform: rotate(-70deg);

      left: 2rem;

      opacity: 0;
    }

    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);

      left: -0.5rem;

      opacity: 1;
    }
  }

  .about-text h3 {
    padding-top: 12rem;
  }

  .moduledata1 h5 a {
    font-size: 2.3rem;
  }

  .moduledata1 h5 a span {
    line-height: 1.1;
    font-size: 1.7rem;
  }

  .title-area li:nth-child(2) {
    position: absolute;
    width: 100%;
    bottom: -6px;
    right: -30px;
  }

  .reserve-online .dropdown a {
    color: var(--secondary);
    font-size: 1.6rem;
  }

  .top-bar-section li::after {
    height: 3rem;
    left: -0.5rem;
  }

  .services {
    margin-top: 1rem;
  }

  .services-group .moduledata>a {
    font-size: 19px;
  }

  .experience .moduledata>a {
    font-size: 2rem;
  }

  .properties-group {
    overflow: hidden;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0px 6px;
  }

  .experience .moduledata {
    width: 50%;
  }

  .footer-logo img {
    max-width: 260px;
  }

  .services-group .moduledata article {
    font-size: 16px;
  }

  .career-contact h3,
  .properties h3,
  .services-group .moduledata span,
  .services h3,
  .vision h3 {
    font-size: 37px;
  }

  .footer-mid a,
  .footer-mid li,
  .footer-mid p {
    font-size: 20px;
  }

  .top-bar-section {
    max-width: 235px;
  }

  .about-text h3 p:nth-child(2) {
    font-size: 28px;
  }

  .services-group .moduledata>a {
    font-size: 26px;
  }

  .about-img {
    min-height: 75rem;
  }

  .about-green-box {
    left: -45rem;
  }

  .about-text h3 p:nth-child(1) {
    font-size: 54px;
  }

  .booking-form h2 {
    font-size: 28px;
  }

  .title-area img {
    max-width: 235px;
  }

  .top-bar-section {
    min-width: 590px;
  }

  .book-now {
    padding: 2rem;

    padding-top: 24px;
  }

  .reserve-online:hover .dropdown {
    height: 19rem;
    opacity: 1;
    width: calc(100% + 5px);
  }
}

@media screen and (min-width: 1921px) {
  .about {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --menu-font: 24px;

    --space: 5rem;
  }

  .services-group>div {
    width: 100%;
  }

  .experience .moduledata {
    height: 30rem;
  }

  .properties-group {
    max-height: 67rem;
  }

  .moduledata1::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .properties .slick-slide img {
    margin: auto;
  }

  .top-bar-section li::after {
    display: none;
  }

  .title-area img {
    max-width: 180px;
    padding-top: 7px;
    padding-bottom: 1rem;
  }

  .reserve-online {
    display: none;
  }

  .about-img {
    min-height: 0;
  }

  .about-text h3 {
    padding-top: 0;
  }

  .about {
    padding: var(--space) 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    flex-direction: column-reverse;
  }

  .about-green-box {
    position: unset;

    background: var(--primary);

    width: 100%;

    padding: 40px 50px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 1rem;
  }

  .booking-form {
    top: 5rem;
  }

  .booking-form {
    z-index: 10;

    position: absolute;

    top: 5rem;
  }

  .main__image img,
  .slideshow img {
    min-height: 50rem;
  }

  .st_linkedin_hcount {
    display: none;
  }

  [class*="block-grid-"] {
    margin: auto;
  }

  .breadcrumbs *,
  .breadcrumbs>.current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;

    margin-top: 10px;
  }

  .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(--secondary);

    -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;
  }

  .top-bar {
    height: 65px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .top-bar .toggle-topbar.menu-icon {
    display: block;
  }

  .top-bar .title-area {
    width: 100%;
  }

  .top-bar-section ul,
  .top-bar-section {
    position: unset;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 100%;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;
  }

  .top-bar .toggle-topbar.menu-icon {
    top: 17px;

    left: auto;

    right: 10px;

    margin-top: 0;

    padding: 0;
  }

  .top-bar {
    overflow: hidden;
  }

  .top-bar.expanded {
    background-color: var(--primary);
  }

  .homepage main {
    padding-top: 68px;
  }

  .book-now {
    font-size: 2rem;
  }

  .top-bar {
    height: 65px;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 2rem;
  }

  .top-bar.expanded .title-area {
    background: transparent;
  }

  .services-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .services-group .moduledata {
    overflow: hidden;
  }

  .services-group .moduledata p,
  .services-group .moduledata:nth-child(1) p {
    height: 100%;

    max-height: 600px;
  }

  .footer-bottom img {
    margin-top: 1rem;
  }

  .static-page__content a,
  .static-page__content p,
  .static-page__content li {
    font-size: 1.8rem;
  }

  .main__image h2 {
    font-size: 28px;
  }

  .innerpage main {
    padding-top: 68px;
  }

  .category-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo img {
    max-width: 215px;
  }

  .title-area li:nth-child(2) {
    position: unset;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: none;
  }

  .only-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --menu-font: 20px;
    --space: 3rem;
  }

  .discover {
    opacity: 1;
    left: 0rem;
  }

  .services-group .moduledata article {
    opacity: 1;
  }

  .moduledata1 h5 {
    max-height: 10rem;
  }

  .moduledata1>div>a {
    opacity: 1;
  }

  .moduledata1 .logos {
    opacity: 1;
  }

  .moduledata1 h5 a span {
    opacity: 1;
  }

  .experience .moduledata::before {
    z-index: 0;
  }

  .footer-bottom img {
    max-width: 10rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .services-group .moduledata>a {
    font-size: 20px;
  }

  .services-group .moduledata::before {
    opacity: 0.5;
  }

  .flip-card-back {
    background-color: transparent;
    transform: rotateY(0deg);
  }

  .flip-card-front,
  .flip-card-back {
    position: relative;
    top: 0;
    left: 0;
    backface-visibility: visible;
  }

  .flip-card-back {
    position: absolute;
    transform: rotateY(0deg);
    background: #0000001f;
    opacity: 1;
  }

  .experience .moduledata:hover .flip-card-inner {
    transform: rotateY(0deg);
  }

  .services-group .moduledata span {
    -webkit-text-stroke-color: white;
  }

  .footer-mid a,
  .footer-mid li,
  .footer-mid p {
    margin-bottom: 10px;
    padding: 0;
  }

  button.slick-next.slick-arrow,
  button.slick-prev.slick-arrow {
    width: 5rem;
  }

  footer ul li::before {
    display: none;
  }

  .footer-right img {
    max-width: 24px;
  }

  .footer-left a {
    display: block;
    margin-bottom: 5px;
  }

  .footer-mid a,
  .footer-mid li,
  .footer-mid p {
    font-size: 16px;
  }

  .footer-mid {
    text-align: center;
  }

  .moduledata1 h5 a {
    font-size: 1.8rem;
  }

  .moduledata1::after {
    opacity: 0.6;
  }

  .main__image {
    position: relative;
    margin-bottom: 3rem;
  }

  .moduledata1 a {
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: bold;
  }

  .moduledata1 h5 a span {
    font-size: 16px;
  }

  .main__image h2 {
    font-size: 18px;
  }

  .main__image h2 span {
    font-size: 1.6rem;
  }

  .footer-logo img {
    max-width: 155px;
  }

  .static-page__content a,
  .static-page__content p,
  .static-page__content li {
    font-size: 1.6rem;
  }

  .footer-mid h3 {
    font-size: 17px;
    margin-top: 2rem;
  }

  .footer-logo p {
    font-size: 16px;
  }

  #submitform {
    font-size: 18px;
    margin-top: 1.5rem;
  }

  .innerpage form {
    margin-bottom: 1rem;
  }

  .title-area img {
    max-width: 165px;
  }

  .static-page__content a,
  .static-page__content p,
  .static-page__content li {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .footer-right>p {
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .footer-right>p a {
    white-space: nowrap;
    margin: 0;
  }

  label {
    font-size: 16px;
  }

  .footer-mid .footer-right ul {
    width: 19rem;
  }

  .footer-mid {
    padding-top: 0rem;
  }

  .footer-bottom a,
  .footer-bottom {
    font-size: 15px;
  }

  select,
  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 {
    height: 3rem;
    font-size: 16px;
  }

  .booking-form h2 {
    font-size: 18px;
  }

  .footer-logo p {
    margin-bottom: 0;
  }

  .footer-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-bottom img {
    max-width: 10rem;
  }

  .booking-form button {
    font-size: 17px;
    margin-top: 1.5rem;
    letter-spacing: 1px;
  }

  .innerpage main {
    padding-top: 68px;
  }

  .innerpage .site-footer {
    margin-top: 2rem;
  }

  .properties>p {
    padding: 3rem;
  }

  .experience .moduledata {
    width: 100%;
  }

  .footer-mid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding-bottom: 7.5rem;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-group .moduledata p,
  .services-group .moduledata:nth-child(1) p {
    max-height: 400px;
  }

  .career-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vision p {
    font-size: 16px;
    padding: 0 1rem;
    max-width: 100%;
  }

  .career-contact h3,
  .properties h3,
  .services-group .moduledata span,
  .services h3,
  .vision h3 {
    font-size: 28px;

    margin-bottom: 0rem;
  }

  .about-text h3 p:nth-child(1) {
    font-size: 24px;
  }

  .about-text p {
    font-size: 1.6rem;
  }

  .about-text h3 p:nth-child(2) {
    font-size: 16px;
  }

  .about-green-box {
    padding: 15px 20px;
  }

  .see-all {
    font-size: 18px;
  }

  h3 {
    margin-bottom: 2rem;
  }

  .career-contact h3,
  .properties h3,
  .services-group .moduledata span,
  .services h3,
  .vision h3 {
    font-size: 22px;
  }

  .about-green-box p a::before {
    left: -1rem;
    width: 40px;
  }

  .main__image img,
  .slideshow img {
    min-height: 40rem;
  }

  .innerpage h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .footer-mid li a {
    justify-content: center;
  }

  .footer-mid .footer-right ul {
    width: 15rem;
  }

  .footer-mid .footer-right li a {
    justify-content: space-between;
  }

  .footer-mid .footer-right ul {
    white-space: nowrap;
  }

  .title-area img {
    padding-top: 9px;
  }


  .innerpage .footer-right p a::before {
    display: none;
  }

}