:root {
  --backround: #b1abab;
  --font-family: Roboto, sans-serif;
  --black: black;
  --white: white;
  --tags: #944d00;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.menudiv {
  z-index: 13000;
  background-color: #0000;
  display: none;
  position: fixed;
  top: 49px;
  right: 39px;
}

.menubuttonlink {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.image-2 {
  width: 30px;
  display: block;
  position: absolute;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menuall {
  z-index: 12000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.button {
  color: #000;
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 200;
}

.button.home {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
  font-weight: 300;
  display: block;
}

.button.home.w--current {
  text-align: center;
  font-weight: 300;
}

.menumeu {
  z-index: 10000;
  background-color: #c6c6c6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.body {
  background-color: var(--backround);
  font-family: var(--font-family);
  color: var(--black);
  height: 100vh;
}

.loader {
  z-index: 50000;
  background-color: #b1ababcf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.image-8 {
  width: 30px;
  position: absolute;
}

.menubuttonanimation {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
}

.booklink {
  z-index: 20000;
  background-color: #fa8200;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 13px;
  left: 16px;
}

.logolinka {
  z-index: 22000;
  width: 160px;
  height: auto;
  text-decoration: none;
  display: none;
  position: fixed;
  top: 49px;
  left: 41px;
}

.logolinka.w--current {
  width: 160px;
  display: none;
}

.leukologo, .logomauro {
  width: 140px;
  position: fixed;
}

.animationlogo {
  position: relative;
}

.image-9 {
  width: auto;
  height: 25px;
  margin-bottom: 0;
}

.image-10 {
  height: 25px;
}

.socialdiv {
  z-index: 20000;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: column;
  width: 50px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.image-11, .image-12 {
  width: 100%;
  height: 30px;
}

.animatepic {
  float: right;
  background-color: #0000;
  width: 100%;
  height: 100svh;
  position: relative;
}

.firstcover {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--black);
  width: 100%;
  margin-bottom: 19px;
  padding-left: 3%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  left: 0;
}

.paragraph.ligt {
  padding-left: 0%;
  font-weight: 400;
  line-height: 2.5;
  left: auto;
}

.paragraph.ani.svi {
  display: none;
}

.room {
  background-color: #1b5b8600;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.domlink {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.stay {
  font-family: var(--font-family);
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 59px;
  font-weight: 100;
  line-height: 1;
  position: relative;
  top: 0%;
  left: 0%;
}

._2 {
  font-size: 31px;
}

.bold {
  font-family: var(--font-family);
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 0%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.bold._2 {
  margin-top: 41%;
  margin-bottom: 16px;
  padding-left: 0%;
  position: relative;
}

.bold._2.suite {
  color: var(--black);
  font-weight: 700;
}

.bold._2.suite.disco {
  color: #fff;
  margin-top: -14px;
  padding-bottom: 0;
  line-height: 31px;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
}

.bold._2.suite.ventures {
  margin-top: 24%;
}

.bold.ani {
  margin-bottom: 18px;
}

.suites {
  font-family: var(--font-family);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
}

.menuthesi {
  z-index: 20000;
  background-color: #0000;
  width: 50px;
  height: 50px;
  margin-top: 45px;
  margin-right: 42px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.gostblock {
  z-index: 25000;
  cursor: pointer;
  background-color: #86080800;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.div-block-15 {
  width: 100%;
  position: relative;
}

.div-block-15._2 {
  margin-bottom: 21px;
}

.grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  display: block;
}

.text-span-2, .bold22 {
  font-weight: 900;
}

.divmoto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-14 {
  position: relative;
  top: 27px;
}

.gialogoagira {
  position: absolute;
  bottom: 0;
  left: 0;
}

.gialogoagira.up {
  width: 100px;
  height: 100px;
  top: 50%;
  bottom: auto;
  left: 50%;
}

.animatetext {
  z-index: 8;
  margin-left: 12%;
  margin-right: 12%;
  padding-bottom: 224px;
  position: relative;
}

.text-block {
  font-family: var(--font-family);
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  position: relative;
}

.link-block-5 {
  margin-bottom: 32px;
  display: inline-block;
}

.link-block-5.tel {
  margin-bottom: 0;
}

.link-block-5.en {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-5.v {
  display: none;
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-7 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 19px;
  display: flex;
}

.disc-syros {
  width: 100%;
  margin-top: 122px;
  position: relative;
}

.disc-syros.aa {
  margin-top: 86px;
}

.disc-syros.bb {
  margin-top: 62px;
}

.discopic {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/l12.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 53%;
  display: flex;
  position: relative;
}

.discopic.suites2 {
  background-image: url('../images/suitecover.avif');
  background-size: cover;
}

.linkdiscovery {
  width: 100%;
}

.popup-overlay {
  z-index: 20000;
  background-color: #ffffff70;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
  position: fixed;
  inset: auto auto 140px 0%;
}

.button-2 {
  color: #000;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.button-2:hover {
  background-color: #fbff00;
}

.cookiein {
  margin-left: 10px;
  margin-right: 3px;
  display: flex;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.link {
  color: #000;
  background-color: #ecd905;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-22 {
  width: 20px;
}

.div-block-23 {
  height: 20px;
}

.div-block-24 {
  background-color: #a88a8a;
}

.div-block-25 {
  background-color: #696969;
}

.div-block-26 {
  background-color: #5c5c5c;
}

.div-block-27 {
  background-color: #555;
}

.div-block-28, .div-block-29 {
  background-color: #464646;
}

.div-block-30, .div-block-31 {
  border-radius: 0;
}

.div-block-32 {
  border-radius: 9px;
}

.div-block-33 {
  border-radius: 16px;
}

.div-block-34, .div-block-35, .div-block-36, .div-block-37, .ball {
  border-radius: 20px;
}

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

.purplesheeplogo {
  width: 20px;
}

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

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

.paragraph-4 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 45px;
}

.terms {
  font-family: var(--font-family);
  color: var(--black);
  text-decoration: none;
  position: fixed;
  inset: auto 60px 18px auto;
}

.image-16 {
  width: 0;
}

.ont {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.section-13 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 164px 11%;
  display: flex;
  position: relative;
}

.blogoitems {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 44px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.collection-list-wrapper {
  width: 100%;
}

.blogtitle {
  font-family: var(--font-family);
  font-size: 30px;
  line-height: 1;
  position: relative;
}

.descripo {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

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

.meoos {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.maintext {
  width: 100%;
  margin-bottom: 104px;
  padding-bottom: 0;
  padding-left: 3%;
  font-size: 20px;
  line-height: 1.4;
}

.maintext h2 {
  font-size: 25px;
  line-height: 1.4;
}

.maintext h3 {
  font-size: 23px;
  line-height: 1.4;
}

.maintext a {
  color: var(--tags);
}

.section-14 {
  width: 100%;
  margin-bottom: 103px;
}

.phooo {
  width: 50%;
  height: 50vh;
}

.phooo.ani {
  width: 70%;
  height: 65vh;
}

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

.photocrop {
  width: 100%;
  padding-top: 77%;
  position: relative;
}

.bitii {
  font-weight: 400;
}

.picoo {
  width: 50%;
  height: 100%;
  position: relative;
}

.next {
  background-color: var(--black);
  color: var(--white);
  border-color: #000;
  border-radius: 20px;
  padding-left: 30px;
}

.previous {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding-left: 12px;
  position: relative;
}

.koooouu {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 20px;
  padding: 4px 14px;
  transition: background-color .6s;
  position: relative;
}

.koooouu:hover {
  background-color: #707070;
}

.kooo {
  color: var(--white);
  position: relative;
}

.gridsnew {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-3 {
  z-index: 20;
  background-color: var(--black);
  border-radius: 20px;
  position: fixed;
  inset: 56px 121px auto auto;
}

.tagsdiv {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 19px;
  padding-left: 3%;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-list-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  margin-right: 0;
  font-size: 12px;
  position: relative;
}

.text-block-5.ani {
  color: var(--tags);
  font-weight: 700;
}

.alla {
  width: 100%;
  margin-bottom: 100px;
}

.picoooo {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.texto {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.titloiarthron {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
  position: relative;
}

.d {
  background-color: #fff;
  width: 100%;
  height: 0;
  position: relative;
}

.tags {
  padding-top: 21%;
  padding-left: 6%;
  padding-right: 6%;
}

.taglink {
  color: var(--tags);
  text-decoration: underline;
}

.empty-state {
  background-color: #ddd0;
}

.text-block-6 {
  color: #0000;
}

@media screen and (min-width: 1440px) {
  .bold {
    margin-bottom: 0;
  }

  .bold.ani {
    margin-bottom: 22px;
  }

  .div-block-15._2 {
    margin-bottom: 17px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bitii {
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  .menudiv {
    display: none;
    top: 20px;
    right: 26px;
  }

  .menuall {
    display: none;
  }

  .button.home {
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 26px;
  }

  .button.home.w--current {
    padding-top: 14px;
    padding-bottom: 17px;
  }

  .logolinka {
    width: 160px;
    top: 21px;
    left: 30px;
  }

  .leukologo, .logomauro {
    width: 140px;
  }

  .paragraph {
    margin-left: 1%;
    margin-right: 12%;
    font-size: 18px;
  }

  .paragraph.ani {
    margin-left: 0%;
  }

  .stay {
    font-size: 58px;
  }

  .bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
  }

  .bold._2 {
    margin-top: 32%;
    padding-left: 0%;
    padding-right: 8%;
  }

  .bold._2.suite {
    margin-top: 0%;
    margin-bottom: 0;
  }

  .bold._2.suite.disco {
    padding-bottom: 3px;
    padding-right: 0%;
  }

  .bold.ani {
    margin-bottom: 19px;
  }

  .menuthesi {
    width: 50px;
    height: 60px;
    margin-top: 16px;
    margin-right: 32px;
  }

  .div-block-15._2 {
    margin-bottom: 15px;
  }

  .grid {
    direction: ltr;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .link-block-5 {
    margin-bottom: 36px;
  }

  .disc-syros.aa {
    margin-top: 61px;
  }

  .disc-syros.bb {
    margin-top: 35px;
  }

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

  .section-13 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-top: 37px;
  }

  .blogoitems {
    margin-bottom: 29px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blogtitle {
    font-size: 25px;
  }

  .maintext {
    margin-bottom: 45px;
    font-size: 18px;
  }

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

  .maintext h1 {
    font-size: 21px;
  }

  .maintext h3 {
    font-size: 19px;
  }

  .section-14 {
    margin-bottom: 88px;
  }

  .phooo {
    width: 90%;
  }

  .phooo.ani {
    width: 70%;
    height: 60vh;
  }

  .gridsnew {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .button-3 {
    font-size: 13px;
    top: 26px;
    right: 76px;
  }

  .alla {
    margin-bottom: 45px;
  }

  .titloiarthron {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .menudiv {
    display: none;
    top: 23px;
    right: 17px;
  }

  .button.home {
    padding-bottom: 0;
    font-size: 25px;
  }

  .button.home.w--current {
    font-size: 25px;
  }

  .booklink {
    width: 80px;
    height: 80px;
  }

  .logolinka {
    top: 27px;
    left: 27px;
  }

  .leukologo, .logomauro {
    width: 120px;
  }

  .socialdiv {
    right: 4px;
  }

  .image-11, .image-12 {
    height: 30px;
  }

  .paragraph.ligt {
    top: 0;
    bottom: 0;
  }

  .stay {
    font-size: 41px;
    top: auto;
    left: auto;
  }

  ._2 {
    font-size: 22px;
    line-height: 25px;
  }

  .bold {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bold._2 {
    margin-top: 47%;
    padding-left: 0%;
  }

  .bold._2.suite.disco {
    margin-top: -13px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menuthesi {
    width: 50px;
    height: 50px;
    margin-top: 18px;
    margin-right: 20px;
  }

  .image-14 {
    width: 25px;
  }

  .animatetext {
    margin-left: 7%;
    margin-right: 7%;
  }

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

  .link-block-5 {
    margin-bottom: 33px;
  }

  .disc-syros {
    margin-top: 88px;
  }

  .discopic {
    padding-top: 85%;
  }

  .terms {
    font-size: 11px;
  }

  .section-13 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .blogoitems {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .blogtitle {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .maintext {
    margin-bottom: 49px;
  }

  .next {
    padding: 5px 13px 5px 19px;
  }

  .previous {
    padding: 5px 11px 5px 5px;
  }

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

  .collection-list-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .menudiv {
    margin-top: 0;
    margin-right: 0;
    display: none;
    top: 20px;
    right: 12px;
  }

  .menubuttonlink {
    width: 50px;
  }

  .image-2 {
    width: 25px;
  }

  .button.home {
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .button.home.w--current {
    padding-top: 18px;
    padding-bottom: 13px;
  }

  .image-8 {
    width: 25px;
  }

  .booklink {
    width: 80px;
    height: 80px;
  }

  .logolinka {
    display: none;
    top: 44px;
    left: 35px;
  }

  .leukologo, .logomauro {
    margin-top: -22px;
    margin-left: -19px;
  }

  .socialdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 39px;
    padding-right: 5px;
    right: 0;
  }

  .image-11 {
    width: 100%;
    height: 28px;
  }

  .image-12 {
    width: 100%;
    height: 28px;
    margin-top: 0;
  }

  .animatepic {
    background-color: #0000;
    width: 100%;
    height: 100svh;
  }

  .firstcover {
    flex-flow: wrap-reverse;
    width: 100%;
    height: 100%;
  }

  .paragraph {
    margin-left: 0%;
    margin-right: 7%;
    padding-left: 0%;
    line-height: 35px;
    position: relative;
  }

  .paragraph.ani {
    line-height: 1.4;
  }

  .room {
    display: flex;
    position: relative;
  }

  .stay {
    margin-top: -82px;
    margin-left: -2px;
    font-size: 35px;
  }

  ._2 {
    font-size: 24px;
  }

  .bold {
    width: auto;
    margin-top: 52px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 22px;
  }

  .bold._2 {
    margin-top: 90%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .bold._2.suite.disco {
    margin-top: -15px;
  }

  .suites {
    font-size: 24px;
  }

  .menuthesi {
    width: 50px;
    height: 50px;
    margin-top: 16px;
    margin-right: 13px;
  }

  .grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr;
    grid-auto-flow: row;
    margin-top: 19px;
  }

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

  .image-14 {
    width: 25px;
  }

  .animatetext {
    margin-top: 53px;
    margin-left: 7%;
    margin-right: 7%;
    padding-bottom: 131px;
  }

  .link-block-5 {
    margin-bottom: 29px;
  }

  .disc-syros {
    margin-top: 95px;
  }

  .disc-syros.aa {
    margin-top: 43px;
  }

  .disc-syros.bb {
    margin-top: 23px;
  }

  .popup-overlay {
    width: 250px;
  }

  .terms {
    right: 42px;
  }

  .section-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 14px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .blogoitems {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
  }

  .collection-list {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .blogtitle {
    margin-top: 0;
  }

  .maintext {
    padding-left: 0%;
  }

  .section-14 {
    margin-bottom: 0;
  }

  .phooo {
    width: 100%;
  }

  .phooo.ani {
    width: 100%;
    height: 50vh;
  }

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

  .next {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 21px;
  }

  .previous {
    padding: 3px 13px 3px 9px;
  }

  .text-block-3, .kooo {
    font-size: 12px;
  }

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

  .button-3 {
    padding: 5px 6px;
    right: 57px;
  }

  .tagsdiv {
    flex-flow: wrap;
    padding-left: 0%;
  }

  .collection-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .text-block-5 {
    margin-right: 7px;
  }

  .titloiarthron {
    font-size: 17px;
  }

  .tags {
    padding-top: 48%;
  }
}

#w-node-e9e3dc5e-7d09-32cb-84f6-fce2e143021c-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430222-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430228-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e143022e-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430234-e143021b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430228-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e143022e-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430234-e143021b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430228-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e143022e-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430234-e143021b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430228-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e143022e-e143021b, #w-node-e9e3dc5e-7d09-32cb-84f6-fce2e1430234-e143021b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


