@font-face {
  font-family: Classico webfont;
  src: url('../fonts/classico-bold-webfont.woff2') format("woff2"), url('../fonts/classico-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Classico webfont;
  src: url('../fonts/classico-webfont.woff2') format("woff2"), url('../fonts/classico-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --backround: #e2dec9;
  --text: #8d8378;
  --white: white;
  --black: black;
}

.body {
  background-color: var(--backround);
  color: var(--text);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.logo {
  z-index: 260;
  opacity: 0;
  position: fixed;
  top: 21px;
  left: 27px;
}

.logo.w--current {
  opacity: 1;
  top: 21px;
}

.logoimage {
  mix-blend-mode: difference;
  width: 230px;
  position: relative;
}

.logoimage.aspro {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logoimage.aspro.menu {
  opacity: 100;
  position: relative;
}

.kypselia {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title {
  width: 100%;
  margin-bottom: 21px;
  font-size: 40px;
  font-weight: 300;
}

.menuolo {
  z-index: 1000;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--text);
  transform-style: preserve-3d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: scale3d(1, 0, 0)skew(7deg);
}

.butmenu {
  color: var(--backround);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.slink {
  width: 25px;
}

.slink.ins {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slink.sv {
  display: none;
  overflow: visible;
}

.image-5 {
  padding: 5px;
}

.menu-2 {
  z-index: 200000;
  opacity: 1;
  mix-blend-mode: difference;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 28px 0 auto auto;
}

.buttona1 {
  background-color: #2d2188;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.buttona1.in {
  z-index: 50000;
  background-color: #2d218800;
  display: block;
}

.string-2 {
  background-color: var(--text);
  border-radius: 50px;
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
}

.logopurplesheep {
  z-index: 20000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto auto 185px 5px;
}

.link-block-8 {
  position: relative;
}

.design {
  color: var(--white);
  width: 90px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: -58px;
  left: -38px;
  transform: rotate(-90deg);
}

.purplesheeplogo {
  width: 20px;
}

.popup-overlay {
  z-index: 540000;
  border: 1px solid var(--text);
  background-color: var(--backround);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
  position: fixed;
  inset: auto 0 3% auto;
}

.cookiein {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.cookies-text {
  color: var(--text);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.button-3 {
  border: 1px solid var(--text);
  color: var(--text);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .675s;
  display: flex;
  position: relative;
}

.button-3:hover {
  background-color: #000;
}

.button-3.acce {
  background-color: var(--text);
  color: var(--backround);
  text-align: center;
}

.button-3.acce:hover {
  background-color: var(--black);
}

.pardiv {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  display: block;
  position: relative;
}

.paragraph-2 {
  color: var(--text);
  margin-top: 0;
  margin-left: 17%;
  margin-right: 17%;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.section-3 {
  margin-bottom: 100px;
}

.section-3.cook {
  margin-bottom: 0;
  padding-bottom: 13%;
  position: relative;
}

.section-4 {
  height: 190px;
}

.animation {
  position: relative;
}

.animation.svvv {
  display: none;
}

.book {
  z-index: 20;
  border: 2px solid var(--text);
  background-color: var(--backround);
  color: var(--text);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 27px;
  padding: 7px 19px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color 1s, background-color 1s;
  display: flex;
  position: fixed;
  inset: 44px 61px auto auto;
}

.book:hover {
  background-color: var(--text);
  color: var(--white);
}

.booktelephone {
  z-index: 1001;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -78px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.telephone {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.accordion-item-trigger {
  justify-content: flex-start;
  display: flex;
}

.slider {
  width: 60%;
  position: relative;
}

.swiper-button-prev.swiper-button-white {
  color: var(--white);
}

.imageslide {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.swiper-slide {
  cursor: grab;
  background-color: #0000;
  height: 100%;
}

.swiper-button-next.swiper-button-white {
  color: var(--white);
}

.picbackround {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper {
  cursor: grab;
  display: block;
}

.b1 {
  width: 40%;
  padding-top: 40%;
  text-decoration: none;
  position: relative;
}

.heading-2 {
  color: #fff;
  margin-top: -21px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 37px;
  position: absolute;
  top: 50%;
  left: -106px;
}

.kyriokeimeno {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 17% 198px;
  display: flex;
  position: relative;
}

.kyriokeimeno.syr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.titles {
  color: var(--black);
  margin-bottom: 30px;
  font-weight: 300;
}

.titles.domat {
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.2;
}

.maintext {
  color: var(--text);
  max-width: 782.438ch;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.maintext.facilities2 {
  column-count: 2;
  flex-direction: row;
  justify-content: center;
  column-gap: 71px;
  margin-top: 0;
  display: block;
  position: relative;
}

.maintext.facilities2.ss {
  column-count: auto;
}

.maintext.second {
  margin-bottom: 0;
  padding-top: 17%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 25px;
  line-height: 2;
  position: relative;
}

.maintext.second.animationola {
  color: var(--text);
  padding-bottom: 17%;
}

.textinside {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.textinside.syrrrrr {
  width: 65%;
}

.olatabuttons {
  width: 100%;
  margin-top: 136px;
  position: relative;
}

.gridsuites {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.titloideuteroi {
  color: var(--text);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.titloideuteroi.appa {
  margin-top: 34px;
  margin-bottom: 20px;
}

.picbutton {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.picbutton.appart {
  padding-top: 54%;
  display: block;
}

.image-9 {
  opacity: .81;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9.syross {
  object-position: 100% 100%;
}

.paroxes {
  color: var(--text);
  margin-top: 67px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.buttonsst {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding-top: 113%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.picorthies {
  width: 49.7%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.picorthies.right {
  inset: 0% 0% auto auto;
}

.perigrafesdom {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.mhttt {
  z-index: 50;
  font-family: Tinos;
  font-size: 12px;
  display: none;
  position: fixed;
  bottom: 223px;
  right: -60px;
  transform: rotate(-90deg);
}

.imgs {
  object-fit: cover;
  object-position: 70% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.picgridsyros {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  padding-top: 86px;
  padding-bottom: 86px;
  display: grid;
  position: relative;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-12.dd {
  object-position: 60% 50%;
}

.image-12.dddf {
  object-position: 30% 50%;
}

.picsyrolew {
  width: 100%;
  padding-top: 105%;
  position: relative;
}

.picsyrolew.bi {
  padding-top: 156%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-4 {
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.heading-5 {
  font-weight: 400;
}

.button-4 {
  background-color: var(--black);
  margin-top: 40px;
  position: relative;
}

.pin {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.image-13 {
  width: 25px;
}

.keys {
  opacity: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.kookey {
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  position: fixed;
}

.politiki {
  color: var(--text);
  font-size: 18px;
  text-decoration: none;
  position: fixed;
  inset: auto -30px 142px auto;
  transform: rotate(-90deg);
}

.politiki.sv {
  display: none;
}

.adress2 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.adresscontact {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.maps {
  background-color: #1d1d1d;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.mailto {
  color: var(--text);
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: relative;
}

.mailto._1 {
  font-size: 20px;
  font-weight: 300;
}

.mailto._1.animationola {
  text-align: left;
  margin-top: 0;
  font-size: 20px;
}

.mailto._1.animationola.sv {
  z-index: 2;
  color: var(--white);
  font-size: 23px;
  display: none;
  position: relative;
}

.mailto.animationola {
  color: var(--text);
  margin-top: 0;
  font-weight: 400;
}

.centeradd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  right: auto;
}

.contact {
  width: 100%;
  position: relative;
}

.fondo {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fondosellections {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.overlay {
  z-index: auto;
  opacity: .12;
  background-color: #0000;
  background-image: url('../images/grainsta-1.png');
  background-position: 0 0;
  background-size: 130px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.newolo {
  width: 100%;
  display: block;
  position: relative;
}

.cov {
  grid-column-gap: 1.7%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.ninima {
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ninima.dey {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
}

.minimafirst {
  color: var(--text);
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.minimafirst.kent {
  color: var(--white);
  mix-blend-mode: normal;
}

.ana {
  position: relative;
}

.dyo {
  width: 100%;
  position: relative;
}

.dyo.esosv {
  display: block;
}

.text {
  justify-content: center;
  align-items: center;
  margin-bottom: -112px;
  padding-top: 19%;
  padding-bottom: 19%;
  display: flex;
  position: relative;
}

.paragrapho {
  z-index: 1;
  max-width: 50ch;
  margin-left: 7%;
  margin-right: 7%;
  font-size: 1.8vw;
  line-height: 2.4;
  position: relative;
}

.paragrapho.animationola {
  color: var(--text);
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 25px;
}

.picas {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.picas.links {
  opacity: .78;
}

.accomo {
  width: 100%;
  position: relative;
}

.grdaccommo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.grdaccommo._2 {
  flex-flow: row-reverse;
  height: 100%;
}

.linaccomo {
  z-index: 7;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.linaccomo._2 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.linaccomo.syrrrros {
  height: auto;
  position: absolute;
  top: 14%;
}

.esolink {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.esolink.animationola {
  height: 100%;
  padding-top: 0%;
}

.esolink._2 {
  height: 100vh;
}

.esolink.aa {
  z-index: 8;
  position: absolute;
}

.esooolink {
  color: #fff;
  background-color: #301717;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tiloskoumpion {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.tiloskoumpion.bb {
  color: var(--text);
  font-size: 45px;
}

.tiloskoumpion.bb.animationola {
  margin-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
  font-size: 35px;
}

.tiloskoumpion.combo {
  width: 100%;
  font-size: 35px;
}

.tiloskoumpion.skou {
  color: var(--white);
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
}

.smallss {
  color: var(--text);
  text-align: left;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.smallss.exio {
  text-align: right;
}

.smallss.sy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.smallss.sy.sv {
  display: none;
}

.smallss.esoo {
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.smallss.animationola {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.eat {
  background-color: var(--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 35% 26%;
  display: flex;
  position: relative;
}

.firsta {
  width: 100%;
  height: 100vh;
  position: relative;
}

.fondochroma {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.periexomeno {
  background-color: #160000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.keimenoeso {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: relative;
}

.bold-text-4 {
  font-weight: 400;
  position: relative;
}

.bold-text-5 {
  font-weight: 400;
}

.amenities {
  width: 100%;
  position: relative;
}

.mainvid {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video {
  background-color: #00000075;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.eso {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.eso._3 {
  justify-content: space-between;
  display: none;
}

.eso._6 {
  mix-blend-mode: lighten;
  background-color: #e2decb;
  display: flex;
  overflow: hidden;
}

.ar, .dex {
  width: auto;
  height: 150%;
  position: relative;
}

.tetragonoa {
  background-color: var(--backround);
  width: 20%;
  height: 100%;
  position: relative;
}

.panokato {
  background-color: var(--backround);
  width: 100%;
  height: 4%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.panokato.k {
  inset: auto auto 0% 0%;
}

.syros {
  height: 90%;
}

.seconminima {
  opacity: 0;
  color: var(--white);
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
  display: none;
  position: relative;
}

.textt.first {
  padding-left: 20%;
  padding-right: 20%;
}

.adr {
  width: 100%;
  display: flex;
  position: relative;
}

.domatioanima {
  z-index: 8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 100% auto auto 0%;
}

.deterodom {
  width: 49.94%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tainia {
  height: 250vh;
  position: relative;
}

.anime {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.buutonnn {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.buutonnn.dexia {
  justify-content: center;
  align-items: flex-end;
}

.buutonnn.comboo {
  justify-content: center;
  align-items: center;
}

.bold-text-6 {
  position: relative;
}

.photos {
  width: 20vw;
  height: 30vw;
  position: relative;
}

.mnuletters {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.photo {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.photo._1 {
  height: 80%;
  top: -48%;
  left: -130%;
}

.photo._2 {
  height: 60%;
  inset: 71% -109% auto auto;
}

.photo._3 {
  height: 70%;
  top: -32%;
  left: 134%;
}

.photo._4 {
  height: 50%;
  top: 81%;
  left: -118%;
}

.pho {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.anwrap {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.but {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.butstring {
  background-color: var(--backround);
  transform-origin: 0%;
  width: 0%;
  height: 2px;
  position: relative;
}

.coociess {
  width: 30px;
  position: relative;
}

.bb {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photoa {
  z-index: 2;
  width: 30vw;
  height: 20vw;
  margin-top: 8%;
  position: absolute;
  inset: auto auto auto 27%;
}

.photosyrrr {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.photob {
  width: 27vw;
  height: 50vw;
  position: absolute;
  left: 11%;
}

.photoc {
  width: 25vw;
  height: 30vw;
  margin-top: -23%;
  position: absolute;
  right: 11%;
}

.photod {
  width: 25vw;
  height: 20vw;
  margin-top: 16%;
  position: absolute;
  right: 15%;
}

.bttondom {
  border: 1px solid var(--text);
  padding: 12px 26px;
}

.bttondom.animationola {
  text-decoration: none;
}

.bttondom.white {
  border-color: var(--white);
}

.butttontxt {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.butttontxt.white {
  color: var(--white);
}

.domdiv {
  padding-left: 12%;
  padding-right: 12%;
  position: relative;
}

.esooo.syroooo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.touchget {
  text-align: left;
  max-width: 40ch;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
}

.touch {
  font-weight: 700;
}

.firstola {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10%;
  display: flex;
}

.textolaaa {
  width: 50%;
  padding-left: 4%;
  padding-right: 8%;
}

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

.comboparagraph {
  color: var(--white);
  text-align: center;
  padding-left: 14%;
  padding-right: 14%;
  font-size: 20px;
  position: relative;
}

.log {
  z-index: 4;
  opacity: 0;
  width: 230px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.al {
  width: 100%;
  height: 100%;
  position: relative;
}

.syrosbutton {
  border: 1px solid var(--white);
  padding: 12px 26px;
}

.buttextsyros {
  font-size: 16px;
  font-weight: 600;
}

.banner {
  background-color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 445%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.neokeimenobanner {
  color: var(--white);
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 11px;
  font-size: 25px;
  position: relative;
}

.atext {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  inset: 0% auto auto 0;
}

.socal {
  z-index: 80;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -78px;
  display: flex;
  position: fixed;
  inset: 50% 14px auto auto;
}

.coveration {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.syrostitles {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1;
  position: relative;
}

.buttonexo {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: absolute;
}

.olataadress {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ola {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.buttondirection {
  width: 100%;
  position: relative;
}

.button-5 {
  background-color: var(--text);
  margin-top: 23px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 991px) {
  .logo {
    top: 31px;
    left: 17px;
  }

  .logoimage {
    width: 220px;
  }

  .title.text {
    font-size: 35px;
  }

  .menuolo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .butmenu {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .slink.ins {
    width: 35px;
    height: 35px;
  }

  .menu-2 {
    top: 7px;
  }

  .section-3.cook {
    padding-bottom: 17%;
  }

  .book {
    top: 26px;
  }

  .telephone {
    width: 25px;
    height: 25px;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    margin-top: 91px;
    font-size: 30px;
    line-height: 35px;
    inset: auto auto -48px 0%;
  }

  .kyriokeimeno {
    padding-top: 18%;
    padding-left: 17%;
    padding-right: 17%;
  }

  .titles {
    margin-top: -6px;
    font-size: 30px;
    line-height: 38px;
  }

  .maintext {
    font-size: 18px;
  }

  .maintext.facilities2 {
    column-count: 1;
  }

  .maintext.second.animationola {
    padding-left: 14%;
    padding-right: 14%;
  }

  .textinside.syrrrrr {
    width: 75%;
  }

  .gridsuites {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .titloideuteroi {
    font-size: 27px;
  }

  .picbutton {
    padding-top: 100%;
  }

  .picorthies {
    width: 49.5%;
  }

  .perigrafesdom {
    margin-bottom: 41px;
  }

  .mhttt {
    font-size: 11px;
    bottom: 181px;
    right: -49px;
  }

  .picgridsyros {
    grid-template-columns: 1fr 1fr;
    width: 90vw;
  }

  .picsyrolew.kon {
    padding-top: 69%;
  }

  .picsyrolew.bi.konn {
    padding-top: 64%;
  }

  .politiki {
    font-size: 14px;
  }

  .adress2 {
    margin-top: 0%;
    font-size: 18px;
  }

  .mailto {
    font-size: 18px;
  }

  .ninima {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
  }

  .minimafirst {
    font-size: 4vw;
  }

  .ana {
    line-height: 1.1;
  }

  .paragrapho {
    font-size: 2.5vw;
  }

  .tiloskoumpion {
    margin-bottom: 0;
    font-size: 28px;
  }

  .tiloskoumpion.skou {
    font-size: 6vw;
  }

  .smallss {
    margin-top: 11px;
    font-size: 14px;
  }

  .smallss.animationola {
    font-size: 16px;
  }

  .seconminima {
    margin-top: 0;
  }

  .textt.first {
    padding-left: 14%;
    padding-right: 14%;
  }

  .mnuletters {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .photo._4 {
    top: 74%;
  }

  .anwrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .touchget {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .firstola {
    padding-top: 14%;
  }

  .comboparagraph {
    padding-left: 9%;
    padding-right: 9%;
    font-size: 16px;
  }

  .log {
    width: 220px;
  }

  .tain {
    width: 602%;
  }

  .socal {
    right: 7px;
  }

  .syrostitles {
    font-size: 39px;
  }

  .olataadress {
    padding-left: 11%;
    padding-right: 35px;
  }

  .ola {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    top: 26px;
    left: 33px;
  }

  .logoimage {
    width: 140px;
  }

  .kypselia {
    align-items: center;
  }

  .title {
    text-align: center;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 40px;
  }

  .title.text {
    text-align: left;
    font-size: 28px;
  }

  .butmenu {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .slink {
    width: 24px;
  }

  .slink.ins {
    width: 35px;
    height: 35px;
  }

  .menu-2 {
    width: 70px;
    top: 0;
    right: 0;
  }

  .pardiv {
    margin-top: 34px;
  }

  .section-4 {
    height: 130px;
  }

  .book {
    margin-right: 9px;
    font-size: 16px;
    top: 19px;
  }

  .booktelephone {
    margin-top: 0;
    right: 11px;
  }

  .telephone {
    width: 25px;
    height: 25px;
  }

  .accordion-item-trigger {
    margin-top: 25px;
  }

  .heading-2 {
    margin-top: 65px;
    font-size: 28px;
    line-height: 30px;
  }

  .kyriokeimeno {
    padding-top: 25%;
    padding-bottom: 149px;
  }

  .kyriokeimeno.syr {
    padding-left: 3%;
    padding-right: 3%;
  }

  .maintext.second {
    font-size: 20px;
  }

  .textinside {
    margin-top: 15px;
  }

  .textinside.syrrrrr {
    width: 80%;
  }

  .titloideuteroi {
    font-size: 27px;
  }

  .mhttt {
    bottom: 166px;
  }

  .imgs {
    object-position: 75% 50%;
  }

  .image-13 {
    width: 20px;
  }

  .politiki {
    font-size: 12px;
    bottom: 93px;
    right: -21px;
  }

  .adress2 {
    margin-top: 0%;
    padding-top: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .mailto {
    font-size: 16px;
  }

  .mailto._1 {
    font-size: 20px;
    top: auto;
  }

  .centeradd {
    line-height: 16px;
  }

  .paragrapho {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 14%;
    padding-right: 14%;
    font-size: 4vw;
  }

  .paragrapho.animationola {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
  }

  .grdaccommo {
    grid-template-columns: 1fr 1fr;
  }

  .tiloskoumpion {
    font-size: 29px;
  }

  .tiloskoumpion.bb {
    font-size: 40px;
  }

  .tiloskoumpion.bb.animationola, .tiloskoumpion.combo {
    font-size: 32px;
  }

  .smallss {
    font-size: 14px;
  }

  .eat {
    margin-bottom: 0;
    padding: 39% 22% 38%;
  }

  .mnuletters {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .firstola {
    padding-top: 17%;
  }

  .comboparagraph {
    color: var(--white);
    padding-left: 38px;
    padding-right: 38px;
  }

  .log {
    width: 140px;
    inset: 0% auto auto 0%;
  }

  .tain {
    width: 900%;
  }

  .syrostitles {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    top: 11px;
    left: 3px;
  }

  .logoimage {
    width: 190px;
  }

  .kypselia {
    align-items: center;
  }

  .title {
    font-size: 30px;
  }

  .title.text {
    line-height: 35px;
  }

  .menuolo {
    flex-flow: column;
    transform: scale3d(1, 0, 0)skew(7deg);
  }

  .butmenu {
    text-align: center;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 23px;
  }

  .slink.ins {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-2 {
    top: 0;
    right: 0;
  }

  .string-2 {
    width: 6px;
  }

  .popup-overlay {
    width: 250px;
    bottom: 11%;
  }

  .pardiv {
    margin-top: 38px;
    display: block;
  }

  .paragraph-2 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .section-3.cook {
    padding-bottom: 29%;
  }

  .book {
    font-size: 18px;
    inset: auto auto 23px 7px;
  }

  .booktelephone {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    inset: auto 1% 2% auto;
  }

  .accordion-item-trigger {
    margin-top: 31px;
  }

  .slider {
    width: 100%;
  }

  .picbackround {
    padding-top: 83%;
  }

  .b1 {
    width: 50%;
    padding-top: 50%;
  }

  .heading-2 {
    margin-top: 10px;
    top: auto;
  }

  .kyriokeimeno {
    padding-top: 21%;
    padding-left: 9%;
    padding-right: 9%;
  }

  .kyriokeimeno.syr {
    padding-left: 6%;
    padding-right: 6%;
  }

  .titles.domat {
    font-size: 25px;
  }

  .maintext.second {
    padding-left: 12%;
    padding-right: 12%;
    font-size: 20px;
  }

  .maintext.second.animationola {
    line-height: 1.8;
  }

  .textinside {
    margin-top: 19px;
  }

  .textinside.syrrrrr {
    width: 90%;
  }

  .gridsuites {
    grid-template-columns: 1fr;
  }

  .titloideuteroi.appa {
    margin-bottom: 0;
  }

  .picbutton.appart {
    padding-top: 100%;
  }

  .paroxes {
    font-size: 25px;
  }

  .buttonsst {
    padding-top: 137%;
  }

  .picorthies {
    width: 49.2%;
  }

  .perigrafesdom {
    font-size: 19px;
  }

  .mhttt {
    z-index: 20;
    bottom: 171px;
    right: -52px;
  }

  .picgridsyros {
    grid-template-columns: 1fr;
  }

  .picsyrolew.kon {
    padding-top: 105%;
  }

  .picsyrolew.bi.konn {
    padding-top: 156%;
  }

  .politiki {
    bottom: 145px;
  }

  .adress2 {
    margin-top: 0%;
  }

  .adresscontact {
    background-color: #0000;
  }

  .centeradd {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 33%;
    padding-bottom: 33%;
    top: auto;
  }

  .contact {
    margin-top: 0;
    position: relative;
  }

  .fondosellections, .overlay {
    height: 100vh;
  }

  .cov {
    grid-column-gap: 0%;
    grid-row-gap: 1.4%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ninima {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    padding-left: 0;
  }

  .minimafirst {
    margin-top: -72px;
    font-size: 7vw;
  }

  .ana {
    line-height: 1.2;
  }

  .text {
    padding-top: 112%;
    padding-bottom: 55%;
  }

  .paragrapho {
    padding-left: 9%;
    padding-right: 9%;
    font-size: 6vw;
  }

  .paragrapho.animationola {
    line-height: 1.8;
  }

  .grdaccommo {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .grdaccommo._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .linaccomo {
    width: 100%;
    height: 50%;
  }

  .linaccomo._2 {
    height: 50vh;
  }

  .linaccomo.syrrrros {
    top: 7%;
  }

  .esolink {
    height: 50%;
  }

  .esolink.animationola.aa {
    height: 100%;
  }

  .esolink._2 {
    height: 30%;
  }

  .tiloskoumpion {
    font-size: 22px;
  }

  .tiloskoumpion.skou {
    font-size: 12vw;
  }

  .smallss.exio.animationola {
    text-align: left;
  }

  .smallss.animationola {
    font-size: 16px;
  }

  .eat {
    padding: 81% 0% 122%;
  }

  .syros {
    width: 80%;
    height: auto;
    margin-top: -12%;
  }

  .seconminima {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .adr {
    flex-flow: column;
    display: block;
  }

  .domatioanima {
    top: 0%;
    left: -100%;
  }

  .deterodom {
    width: 100%;
  }

  .deterodom._3 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .buutonnn.dexia {
    justify-content: center;
    align-items: flex-start;
  }

  .photos {
    width: 50vw;
    height: 70vw;
  }

  .mnuletters {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .photo._1 {
    width: 70%;
    height: 50%;
    top: -44%;
    left: -43%;
  }

  .photo._2 {
    width: 60%;
    height: 30%;
    top: 96%;
    right: -38%;
  }

  .photo._3 {
    width: 60%;
    height: 30%;
    top: -31%;
    left: 87%;
  }

  .photo._4 {
    width: 80%;
    height: 35%;
    top: 106%;
    left: -35%;
  }

  .anwrap {
    flex-flow: column;
  }

  .photoa {
    width: 50vw;
    height: 30vw;
    margin-top: 150%;
  }

  .photob {
    width: 40vw;
    height: 60vw;
    margin-top: 83%;
    left: 0%;
  }

  .photoc {
    width: 30vw;
    height: 35vw;
    right: 0%;
  }

  .photod {
    width: 40vw;
    height: 40vw;
    margin-top: 51%;
    right: 4%;
  }

  .bttondom.animationola {
    padding: 10px 14px;
  }

  .butttontxt {
    font-size: 14px;
  }

  .esooo.syroooo {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .firstola {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
    padding-top: 30%;
  }

  .textolaaa {
    width: 100%;
    padding-left: 8%;
  }

  .comboparagraph {
    padding-left: 26px;
    padding-right: 26px;
  }

  .log {
    width: 190px;
  }

  .buttextsyros {
    font-size: 14px;
  }

  .tain {
    width: 1400%;
  }

  .socal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    inset: auto 0% 8px auto;
  }

  .syrostitles {
    font-size: 27px;
  }
}

#w-node-e444571e-5f67-35ca-0806-b4ee80ce5997-80ce595c, #w-node-dfbe72da-467c-20ef-c9fd-e08684239aef-80ce595c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-f7cb9ea5-c5f3-a873-fce2-12b8384050e1-3ae63353, #w-node-_9d1acd0a-7a70-9466-d0a7-38a4facdcdf4-3ae63353, #w-node-bbd6f76f-ca99-f889-596b-7298550787b0-3ae63353 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e444571e-5f67-35ca-0806-b4ee80ce5997-80ce595c, #w-node-dfbe72da-467c-20ef-c9fd-e08684239aef-80ce595c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7cb9ea5-c5f3-a873-fce2-12b8384050e1-3ae63353, #w-node-_9d1acd0a-7a70-9466-d0a7-38a4facdcdf4-3ae63353, #w-node-bbd6f76f-ca99-f889-596b-7298550787b0-3ae63353, #w-node-e444571e-5f67-35ca-0806-b4ee80ce5997-80ce595c, #w-node-dfbe72da-467c-20ef-c9fd-e08684239aef-80ce595c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Classico webfont';
  src: url('../fonts/classico-bold-webfont.woff2') format('woff2'), url('../fonts/classico-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Classico webfont';
  src: url('../fonts/classico-webfont.woff2') format('woff2'), url('../fonts/classico-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}