/** START OF GENERAL SETTINGS  **/
:root {
  --fontHeadings: "Literata", serif;
  --fontMain: "Alegreya Sans", sans-serif;
  --white: #ffffff;
  --whiteDark: #fafafa;
  --black: #000000;
  --blue: #122848;
  --gold: #d09932;
  --transition3s: 0.3s linear;
  --duration: 2s;
  --nav-duration: calc(var(--duration) / 4);
}

html {
  scroll-behavior: smooth;
}

.bgWhiteDark {
  background: var(--whiteDark);
}

.blueBg {
  background: var(--blue);
  color: var(--white);
}

input[type="checkbox"],
a[type="submit"] {
  -webkit-appearance: none !important;
  border-radius: 0;
  border: none;
  -webkit-border: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.form-control:focus,
.form-select:focus,
.form-check-input {
  outline: none;
  box-shadow: none !important;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

button:focus,
a:focus {
  box-shadow: none !important;
  outline: none;
}

a,
a:hover {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  transition: var(--transition3s);
}

a:hover {
  color: var(--mainColor);
}

picture {
  display: inline-block;
  width: 100%;
}

picture img {
  width: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 1 !important;
  width: 60px;
  height: 30px;
  bottom: 20px;
  left: unset;
  right: unset;
  top: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background: url("../images/right-arrow.svg") no-repeat;
}

.boxesSwiper .swiper-button-next {
  right: 28vw;
}

.swiper-button-prev {
  background: url("../images/left-arrow.svg") no-repeat;
}

.boxesSwiper .swiper-button-prev {
  right: 38vw;
}

.accomGallery .swiper-button-next,
.accomGallery .swiper-button-prev {
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .accomGallery .swiper-slide-next {
    width: 35% !important;
  }

  .accomGallery .swiper-slide-active {
    width: 50% !important;
  }

  .accomGallery .swiper-button-next {
    right: 50px;
  }

  .accomGallery .swiper-button-prev {
    right: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .boxesSwiper .swiper-button-next {
    right: 30vw;
  }

  .boxesSwiper .swiper-button-prev {
    right: 42vw;
  }

  .threeColsSectionSwiper .swiper-button-next {
    margin-right: -140px;
  }

  .threeColsSectionSwiper .swiper-button-prev {
    margin-right: 140px;
  }
}

@media screen and (max-width: 991px) {
  .boxesSwiper .swiper-button-next {
    right: unset;
    margin-right: -140px;
  }

  .boxesSwiper .swiper-button-prev {
    right: unset;
    margin-right: 140px;
  }

   .threeColsSectionSwiper .swiper-button-next,
  .accomGallery .swiper-button-next {
    margin-right: -140px;
  }

  .threeColsSectionSwiper .swiper-button-prev,
  .accomGallery .swiper-button-prev {
    margin-right: 140px;
  }
}
/** END OF GENERAL SETTINGS  **/

/**START OF BODY AND HEADINGS **/
body {
  font-family: var(--fontMain);
  color: var(--black);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  text-align: start;
}

body.noTopMedia {
  padding-top: 150px;
}

.bigText {
  font-size: 30px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--whiteDark);
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: var(--whiteDark);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--gold);
}

h1,
.heading1,
h2,
.heading2 h3,
.heading3,
h4,
.heading4 {
  font-family: var(--fontHeadings);
  line-height: 1.1;
  color: var(--blue);
  font-weight: 300;
  position: relative;
  display: block;
  overflow-wrap: break-word;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
}

h1,
.heading1 {
  font-size: 64px;
}

h2,
.heading2 {
  font-size: 50px;
}

h3,
.heading3 {
  font-size: 30px;
}

h4,
.heading4 {
  font-size: 26px;
}

.subtitle {
  font-family: var(--fontMain);
  color: var(--gold);
  font-weight: 400;
  text-transform: lowercase;
  font-size: 26px;
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .bigText {
    font-size: 22px;
  }

  h1,
  .heading1 {
    font-size: 56px;
  }

  h2,
  .heading2 {
    font-size: 40px;
  }
}
/**END OF BODY AND HEADINGS **/

/** START OF MARGIN & PADDING **/
.marginTop {
  margin-top: 100px;
}

.paddingTop {
  padding-top: 90px;
}

.paddings {
  padding: 90px 0px 90px;
}

@media screen and (max-width: 991px) {
  .marginTop {
    margin-top: 80px;
  }
  .paddingTop {
    padding-top: 80px;
  }
  .paddings {
    padding: 80px 0px 80px;
  }
}
/** END OF MARGIN & PADDING **/

/** START OF BUTTONS  **/
.btnStyle1 {
  position: relative;
  font-family: var(--fontHeadings);
  text-transform: capitalize;
  letter-spacing: 1.5px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 400;
  border: 2px solid var(--blue);
  padding: 15px 35px;
  transition: var(--transition3s);
}

.btnStyle1.whiteBtn1 {
  color: var(--white);
  border: 2px solid var(--white);
}

.btnStyle1.greyBtn1 {
  background: rgba(217, 217, 217, 0.3);
  border: 2px solid rgba(217, 217, 217, 0.3);
  color: var(--white);
}

.btnStyle1.greyBtn1:hover,
.btnStyle1.greyBtn1:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--gold);
  color: var(--white);
}

.btnStyle1:hover,
.btnStyle1:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--blue);
  color: var(--white);
}

.btnStyle1.whiteBtn1:hover,
.btnStyle1.whiteBtn1:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--blue);
}

.btnStyle2 {
  font-family: var(--fontHeadings);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.5px;
  color: var(--gold);
  text-transform: capitalize;
  position: relative;
  transition: var(--transition3s);
}

.btnStyle2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background-color: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btnStyle2:hover {
  color: var(--blue);
}

.btnStyle2:hover::after {
  transform: scaleX(1);
  width: 100%;
}

.btnStyle2.whiteBtn2 {
  color: var(--white);
}

@media screen and (max-width: 1399px) {
  .btnStyle1 {
    padding: 15px 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .btnStyle1 {
    padding: 15px 14px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  header .btnStyle1 {
    width: 95px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  header .btnStyle1 {
    width: 80px;
    padding: 15px 15px;
    font-size: 18px;
  }
}
/** END OF BUTTONS  **/

/* START OF HEADER  */
header {
  z-index: 100;
  background: transparent;
  transition: var(--transition3s);
}

.headerBg,
.noSlider {
  background: var(--blue);
}

.header-logo img,
.menu-logo img {
  height: 120px;
  filter: brightness(0) invert(1);
  transition: var(--transition3s);
}

.headerBg .header-logo img {
  height: 70px;
}

.menu-icon {
  height: 25px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}

.menu-icon__line {
  height: 2px;
  width: 50px;
  display: block;
  background-color: var(--white);
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease,
    -webkit-transform 0.2s ease;
}

.menu-icon__line-left {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-left: auto;
  width: 30px;
}

.menu-icon__line-right {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 30px;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

/* LANGUAGES
=============================== */
.languagesDrop .dropdown-toggle {
  color: var(--white);
  font-size: 25px;
  background: rgba(0, 0, 0, 0.01);
}

.languagesDrop .dropdown-toggle::after {
  border: none !important;
  background: url(../images/arrow-down.svg);
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin-left: 2px;
  filter: brightness(0) invert(1);
}

.languagesDrop a {
  color: var(--white) !important;
  text-decoration: none;
  font-size: 25px;
}

.languagesDrop .dropdown-menu {
  top: 0px !important;
  min-width: 40px;
  border-radius: 0;
  background-color: var(--white);
  padding: 4px 8px;
  text-align: left;
  border: 0;
}

.languagesDrop .dropdown-item {
  display: block;
  padding: 0px;
  color: var(--blue) !important;
}

.languagesDrop .dropdown-item:hover {
  background: none;
  color: var(--blue);
}

/* START Of MENU  */
.hidden-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 50px;
  overflow: hidden;
  height: 100%;
  transform: translateX(-100%);
  transition: transform var(--nav-duration);
  background-color: var(--white);
}

.hidden-menu nav {
  overflow-y: auto;
  max-height: calc(100vh - 200px); /* προσαρμόζεις */
}

.hidden-menu nav::-webkit-scrollbar {
  display: none;
}

.hidden-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #6d7a8f;
  background: linear-gradient(
    90deg,
    rgba(109, 122, 143, 1) 0%,
    rgba(109, 122, 143, 1) 70%,
    rgba(109, 122, 143, 0.6) 85%,
    rgba(109, 122, 143, 0.18) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.menu-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100vh;
  z-index: -1;
  width: 35vw;
}

.menu-image img {
  height: 100vh;
  width: 100%;
}

nav {
  /* margin-top: 100px; */
}

.close-button {
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0;
}

.hidden-menu nav ul li a {
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--fontMain);
  font-size: 40px;
  font-weight: 300;
  position: relative;
}

.hidden-menu nav ul li .btnStyle2::after {
  background-color: var(--gold);
}

.hidden-menu nav ul li a:hover {
  color: var(--gold);
}

.inner-menu {
  margin-top: 5px;
}

.inner-menu li a {
  font-size: 26px !important;
  text-transform: capitalize !important;
}

.inner-menu li {
  margin-right: 20px;
  margin-bottom: 0;
}

nav ul span {
  color: gray;
  display: block;
  font-size: 0.75em;
  margin-top: 20px;
}

nav ul li {
  opacity: 0;
  margin-bottom: 20px;
}

.menu-social {
  position: absolute;
  right: 60px;
  bottom: 90px;
}

.menu-social li {
  margin-right: 10px;
}

.inner-menu li + li:before {
  padding: 8px;
  color: var(--white);
  content: "/";
  font-size: 26px;
  font-weight: 300;
  margin-right: 20px;
}

.show-menu {
  transform: translateX(0);
}

.show-menu .close-button {
  -webkit-animation: show-x 1s 1s forwards;
  animation: show-x 1s 1s forwards;
}

.show-menu li:nth-of-type(1) {
  -webkit-animation: menu-item-anim 0.6s forwards 1s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1s ease-in-out;
}

.show-menu li:nth-of-type(2) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.2s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1.2s ease-in-out;
}

.show-menu li:nth-of-type(3) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.6s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1.6s ease-in-out;
}

.show-menu li:nth-of-type(4) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
}

.show-menu li:nth-of-type(5) {
  -webkit-animation: menu-item-anim 0.6s forwards 2s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2s ease-in-out;
}

.show-menu li:nth-of-type(6) {
  -webkit-animation: menu-item-anim 0.6s forwards 2.2s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2.2s ease-in-out;
}

.show-menu li:nth-of-type(7) {
  -webkit-animation: menu-item-anim 0.6s forwards 2.4s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2.4s ease-in-out;
}

@-webkit-keyframes slide-menu {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(1);
    transform: translateX(1);
  }
}

@keyframes slide-menu {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(1);
    transform: translateX(1);
  }
}

@-webkit-keyframes show-x {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-x {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes menu-item-anim {
  from {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes menu-item-anim {
  from {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .header-logo img,
  .menu-logo img {
    height: auto;
    max-height: 100px;
  }

  .hidden-menu {
    padding: 10px 20px;
  }

  .menu-social {
    right: 15px;
    bottom: 15px;
    padding: 20px;
  }

  .hidden-menu nav ul li a {
    font-size: 30px;
  }

  .inner-menu li a,
  .inner-menu li + li:before {
    font-size: 20px !important;
  }

  .inner-menu li,
  .inner-menu li + li:before {
    margin-right: 0;
  }

  .languagesDrop img {
    display: none;
  }

  .menu-image {
    width: 70vw;
  }

  .hidden-menu::before {
    background: linear-gradient(
      90deg,
      rgba(109, 122, 143, 1) 0%,
      rgba(109, 122, 143, 1) 35%,
      rgba(109, 122, 143, 0.6) 65%,
      rgba(109, 122, 143, 0.18) 100%
    );
  }
}

@media screen and (max-height: 900px) {
  .menu-social {
    right: 15px;
    bottom: 15px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu-social {
    right: -15px;
    bottom: -15px;
  }
}

@media screen and (max-height: 700px) {
  .hidden-menu nav ul li a {
    font-size: 25px;
  }

  .inner-menu li a,
  .inner-menu li + li:before {
    font-size: 18px !important;
  }

  nav ul li {
    margin-bottom: 10px;
  }
}

/* START OF CAROUSEL SLIDER*/
#bigCarousel .carousel-item,
#bigCarousel {
  position: relative;
  height: 100vh;
}

#bigCarousel img {
  height: 100vh !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
  opacity: 1;
  bottom: 50px;
  top: unset;
  right: 30px;
}

.carousel-control-prev {
  left: unset;
  bottom: 85px;
}

#bigCarousel .carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg) !important;
}

#bigCarousel .carousel-control-prev-icon {
  background-image: url(../images/left-arrow.svg) !important;
}

#bigCarousel .carousel-control-next-icon,
#bigCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 60px !important;
  height: 60px !important;
  background: no-repeat 50%/100% 100%;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.contentOverSlider {
  position: absolute;
  z-index: 9;
  color: white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: var(--fontHeadings);
  line-height: 1.2;
  text-align: center;
}

.contentOverSlider span {
  background: rgba(0, 0, 0, 0.001);
  color: var(--white);
  display: block;
}

.contentOverSlider span:nth-child(1) {
  font-size: 90px;
  font-weight: 300;
  text-transform: uppercase;
}

.contentOverSlider span:nth-child(2) {
  font-family: var(--fontHeadings);
  font-size: 70px;
  font-weight: 400;
  text-transform: lowercase;
  margin-top: 30px;
  font-style: italic;
}

@media (max-width: 1199px) {
  .contentOverSlider {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .contentOverSlider {
    display: none;
  }

  #bigCarousel img,
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 550px;
  }
}

@media (max-width: 575px) {
}
/* END OF CAROUSEL SLIDER*/

/** START OF BOOKING ROW **/

.booking-bar {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  border: 2px solid var(--white);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 18px 20px;
}

.booking-field {
  position: relative;
  padding: 0 18px;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.booking-sep {
  border-right: 1px solid var(--white);
}

.booking-input,
.booking-select {
  background: transparent !important;
  border: 0 !important;
  color: var(--white) !important;
  padding: 0;
  font-size: 20px;
  box-shadow: none !important;
}

.booking-input:focus,
.booking-select:focus {
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.85;
}

/* SELECT ARROW */
.booking-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  cursor: pointer;
}

.booking-field::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--white);
  pointer-events: none;
}

/* Δεν θέλουμε βελάκι στα date inputs */
.booking-field.no-arrow::after {
  display: none;
}

.booking-bar .btnStyle1 {
  border: none;
}

@media (max-width: 767.98px) {
  .booking-field {
    padding: 12px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .booking-btn {
    width: 100%;
    padding: 16px;
    text-align: center;
    font-size: 1.8rem;
  }
}

/** END OF BOOKING ROW **/

/* START ACCOMMODATION HOME  */
.boxesSwiper .colImg img {
  height: 700px;
  width: 100%;
}

.room-details li {
  margin-right: 8px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .boxesSwiper .colImg img {
    height: 350px;
  }
}
/* END ACCOMMODATION HOME  */

/* START WHY BOOK WITH US  */
.whyBookWithUs .icon img {
  max-height: 100px;
}
.whyBookWithUs span,
.bookThroughList li {
  font-family: var(--fontHeadings);
  font-size: 22px;
  font-weight: 300;
  display: block;
  color: var(--blue);
  width: 200px;
  margin-top: 5px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 6px !important;
  background-color: #d9d9d9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--gold) !important;
}

.testimonialsSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--btn-main-color);
}

.bookThroughList li {
  margin-bottom: 15px;
  width: auto;
}
/* END WHY BOOK WITH US  */

.colImg img {
  height: 800px;
}

.sectionColImage .bgWhiteDark {
  position: relative;
  top: -70px;
  right: 350px;
}

.threeColsSection .swiper-slide picture img {
  height: 700px;
}

.threeColsSection .swiper-slide-next picture img {
  height: 600px;
}

@media screen and (max-width: 1399px) {
  .threeColsSection .swiper-slide picture img {
    height: 500px;
  }

  .threeColsSection .swiper-slide-next picture img {
    height: 400px;
  }

  .sectionColImage .bgWhiteDark {
    right: 200px;
  }
}

@media screen and (max-width: 991px) {
  .sectionColImage .bgWhiteDark {
    left: unset !important;
    right: unset !important;
    top: unset !important;
    position: static !important;
    padding: 70px 0px;
  }

  .sectionColImage picture img {
    height: 350px !important;
  }

  .threeColsSection picture img {
    height: 350px !important;
  }
}

/* START INSTAGRAM SECTION  */
.instaImages picture {
  margin: 15px;
}

@media screen and (max-width: 1399px) {
  .instaImages picture:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .instaImages picture:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .instaImages picture:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .instaImages picture:nth-child(2) {
    display: none;
  }
}

.instaImages picture img {
  height: 350px;
}

.instaHastag {
  font-family: var(--fontHeadings);
  color: var(--gold);
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 300;
}
/* END INSTAGRAM SECTION  */

.parallax {
  position: relative;
  min-height: 100vh;
  background: #000;
}

.parallax__media {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden; /* εδώ γίνεται το “κόψιμο” */
  background: #000; /* fallback */
}

/* Gradient overlay ΠΑΝΩ από την εικόνα, ΚΑΤΩ από το content */
.parallax__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: rgb(18 40 72 / 0.5);
}

/* Το picture/img να ΜΗΝ μπαίνει στο flow */
.parallax__media picture,
.parallax__media img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Cover image που δεν αφήνει κενά */
.parallax__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate3d(0, calc(-50% + var(--shift, 0px)), 0);
  object-fit: cover;
  will-change: transform;
  z-index: 0; /* κάτω από το gradient overlay */
}

/* Content που περνάει “πάνω” από την εικόνα */
.parallax__content {
  position: relative;
  top: -500px;
  z-index: 2; /* πάνω από image + gradient */
  min-height: 500px;
  width: 60vw;
  margin: auto;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.testimonial-box .title {
  font-family: var(--fontHeadings);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.testimonial-box .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ΑΣΤΕΡΙΑ */
.testimonial-box .stars::before {
  content: "★★★★★"; /* εδώ ορίζεις πόσα αστέρια */
  color: var(--gold);
  font-size: 18px;
  white-space: nowrap;
}

.testimonial-box .text {
  font-family: var(--fontHeadings);
  font-size: 40px;
  font-style: italic;
}

.testimonial-box .name {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .parallax__content {
    top: -400px;
    min-height: 700px;
    width: 90vw;
  }
}
/* START OF FOOTER  */
footer {
  background: var(--blue);
  padding: 90px 50px 30px;
  color: var(--white);
}

footer .heading3 {
  color: var(--white);
}

.footer-logo img {
  height: 130px;
  filter: brightness(0) invert(1);
}

.newsletter-form {
  max-width: 700px;
}

.newsletter-box {
  border: 2px solid rgba(255, 255, 255, 015);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* padding: 15px 0px; */
}

.newsletter-box .form-control {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  border-right: 1px solid var(--white);
  padding-left: 20px;
}

.newsletter-box .form-control::placeholder {
  color: var(--white);
}

.newsletter-form .btnStyle1 {
  background: #5e6c80;
  border: none;
  color: var(--white);
}

.newsletter-form .btnStyle1:hover,
.newsletter-form .btnStyle1:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--gold);
  color: var(--white);
}

.footer-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
}

.footer-details {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--fontHeadings);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}

.footer-social li {
  margin-bottom: 15px;
}

.footer-menu ul li {
  margin: 8px 30px;
}

.footer-menu ul li a {
  color: var(--white);
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  font-size: 16px;
}

.footer-copyright span {
  max-width: 300px;
  text-align: end;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 50px 20px 30px;
  }
  .footer-logo img {
    height: 100px;
  }

  .newsletter-box .form-control {
    padding: 20px;
    border-bottom: 1px solid var(--white);
    border-right: 0;
    margin-bottom: 20px;
  }

  .newsletter-box {
    padding: 20px;
  }

  .footer-contact {
    padding-top: 0px;
  }
  .footer-details {
    border: none;
  }

  .footer-social {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-copyright span {
    text-align: center;
    max-width: unset;
  }
}
/* END OF FOOTER  */

/* START SCROLL TO TOP  */
.toTop {
  text-align: right;
}

a.scrollup {
  position: fixed;
  right: 0px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.7) url("../images/left-arrow.svg") no-repeat
    center center;
  background-size: 70%;
  transform: rotate(90deg);
  width: 60px;
  height: 30px;
  z-index: 100;
  display: none;
}

.scrollup.is-visible {
  display: inline;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  a.scrollup {
    bottom: 18px;
  }
}
/* END SCROLL TO TOP  */

/*Start Breadcrumb */
.breadcrumb {
  color: var(--gold);
  font-family: var(--fontHeadings);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

.breadcrumb li {
  background: rgba(0, 0, 0, 0.005);
}

.breadcrumb li + li:before {
  padding: 8px;
  color: var(--gold);
  content: "\276F";
  font-size: 16px;
  font-weight: 300;
  margin-left: 8px;
}

.breadcrumb a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 400;
  transition: var(--transition3s);
}

.blueBg .breadcrumb a {
  color: var(--white);
}

.breadcrumb a:hover {
  color: var(--blue);
  text-decoration: none;
}

.blueBg .breadcrumb a:hover {
  color: var(--gold);
}

/* End Breadcrumb */

/* START OF ROOMS LIST PAGE  */
.roomsList picture img {
  height: 600px;
}

.roomList-img .room-details {
  position: absolute;
  left: 20px;
  top: 30px;
}

.room-details span {
  background: var(--blue);
  padding: 15px;
  color: var(--white);
  opacity: 0.7;
  margin: 0px 10px 10px 0px;
}

@media screen and (max-width: 1399px) {
  .roomsList picture img {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .roomsList picture img {
    height: 300px;
  }
}
/* END OF ROOMS LIST PAGE  */

/* START OF ROOM PAGE  */
.facilitiesSwiper ul {
  column-count: 2;
}

.facilitiesSwiper ul li {
  margin-bottom: 30px;
  text-align: center;
}

.facilitiesSwiper ul li img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.accom-details li {
  margin-bottom: 10px;
}

.accomGallery picture img {
  height: 600px;
}

@media screen and (max-width: 991px) {
  .accomGallery picture img {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .room-details span {
    padding: 10px;
    margin: 0px 5px 10px 0px;
  }
}
/* END OF ROOM PAGE  */

.restoFirstSection picture img {
  height: 600px;
}

.restoSecondSection picture img {
  height: 700px;
}

.imageSection picture img {
  height: 500px;
  opacity: 0.5;
}

.imageSection .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .restoSecondSection picture img,
  .imageSection picture img,
  .restoFirstSection picture img {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .restoSecondSection picture img,
  .imageSection picture img {
    height: 350px;
  }
}

/* START OF CONTACT PAGE  */
.contact-form .booking-label {
  font-size: 20px;
  color: var(--black);
  font-weight: 300;
  text-transform: capitalize;
}

.contact-form .booking-input {
  border: 1px solid var(--blue) !important;
  border-radius: 0;
  padding: 12px;
  color: var(--black) !important;
  transition: var(--transition3s);
}

.booking-input:focus {
  border: 1px solid var(--gold);
}

.form-check-input {
  border: 1px solid var(--blue) !important;
  border-radius: 0px !important;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
/* END OF CONTACT PAGE  */

/* START OF EXPERIENCES PAGE  */
.box.bigImage picture img {
  height: 650px;
}

.box.smallImage picture img {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .box.smallImage picture img,
  .box.bigImage picture img {
    height: 350px;
  }
}
/* END OF EXPERIENCES PAGE  */

.innerSectionImage picture img {
  height: 550px;
}

.innerSectionImage {
  margin-bottom: 150px;
}

.innerSectionImage .bgWhiteDark {
  right: 0px;
  top: -45px;
  position: absolute;
  height: 100%;
}

.revertRow .bgWhiteDark {
  left: 0;
  right: unset;
}

@media screen and (max-width: 991px) {
  .innerSectionImage {
    margin-bottom: 50px;
  }
}

/* Masonry grid */

.grid-sizer,
.grid-item {
  width: 33.3%;
}

.grid-item {
  padding: 60px;
}

.grid-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.5px;
  border: 1px solid var(--blue);
  pointer-events: none;
}

/* Hide/show transitions */
.is-hidden {
  display: none !important;
}

.is-fading {
  opacity: 0.25;
}

/* Filter buttons */

.filter-btn.active {
  color: var(--blue);
}

@media screen and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 33%;
  }

  .grid-item {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }

  .grid-item {
    padding: 25px;
  }
}
