:root {
  --black: black;
  --white: white;
}

.body {
  color: var(--black);
  background-color: #f3eeea;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.logo {
  z-index: 200;
  opacity: 0;
  position: fixed;
  top: 50px;
  left: 44px;
}

.image-2 {
  width: 200px;
}

.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;
  background-color: #998e87;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.butmenu {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tinos, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.social {
  z-index: 500;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: auto auto 47px 35px;
}

.slink {
  width: 25px;
}

.slink.f {
  width: 22px;
  margin-top: 0;
  margin-left: 15px;
}

.slink.ins {
  width: 35px;
}

.image-5 {
  padding: 5px;
}

.menu-2 {
  z-index: 200000;
  opacity: 0;
  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.out {
  z-index: 49000;
  background-color: #0000;
  background-image: none;
  height: 100%;
  display: block;
  position: absolute;
}

.buttona1.in {
  z-index: 50000;
  background-color: #0000;
}

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

.div-block {
  background-color: #998e87;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.design {
  color: #ada79a;
  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;
  color: var(--white);
  background-color: #6b6637;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
  position: fixed;
  inset: auto 0% 3% auto;
}

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

.text-block-7 {
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
}

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

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

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

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

.out {
  z-index: 300000;
  background-color: #f3eeea;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.paragraph-2 {
  margin-top: 0;
  margin-left: 17%;
  margin-right: 17%;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.section-4 {
  height: 190px;
}

.cover {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.photoprotes {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.pica {
  background-color: #000;
  background-image: linear-gradient(#3a382942, #3a382942), url('../images/aiolia-apartment-2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 74%;
  padding-top: 100%;
  display: flex;
  position: relative;
  top: 0;
  transform: rotate(90deg);
}

.first-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.first-title.smproto {
  font-size: 3.5vw;
  top: 75%;
}

.picb {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/smmm.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 74%;
  padding-top: 100%;
  display: flex;
  position: absolute;
}

.cova {
  width: 100%;
  height: auto;
  padding-top: 73px;
}

.olo {
  position: relative;
}

.scrollolo {
  width: 100%;
  height: 300vh;
  overflow: visible;
}

.studios {
  opacity: 0;
  color: var(--white);
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 50%;
}

.text {
  padding-bottom: 131px;
  padding-left: 28%;
  padding-right: 28%;
}

.heading {
  margin-bottom: 27px;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.heading.gr {
  font-family: Tinos, sans-serif;
}

.heading.gr.svv {
  display: none;
}

.animation {
  position: relative;
}

.animation.svius {
  display: none;
}

.small {
  font-size: 34px;
  line-height: 34px;
}

.hermo {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scrollhermoup {
  width: 100%;
  height: 200vh;
}

.photoherm {
  background-color: #0000;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/sm6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.book {
  z-index: 20;
  color: var(--white);
  background-color: #998e87;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.text-block-8 {
  font-size: 20px;
}

.verybig {
  color: var(--white);
  text-align: center;
  font-family: Tinos, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.1;
}

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

.photoin {
  width: 100%;
  padding-top: 134px;
}

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

.picsyr {
  background-color: #5a2727;
  width: 100%;
  padding-top: 100%;
}

.photoscont {
  padding-left: 10%;
  padding-right: 10%;
}

.map {
  height: 900px;
  position: relative;
}

.dieyt {
  justify-content: center;
  display: flex;
}

.adsola {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 270px;
  margin-bottom: 149px;
  display: flex;
  position: relative;
}

.dieuthinsi {
  text-align: center;
  margin-bottom: 27px;
  font-family: Tinos, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.dieuthinsi._2 {
  margin-top: 55px;
}

.telem {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
  font-family: Tinos, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  text-decoration: none;
}

.mapes {
  background-color: #1d1d1d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.booktelephone {
  z-index: 50;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.aeoliadieu {
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

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

.button {
  z-index: 20;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.linkcursor {
  margin-top: 25px;
}

.stingbmore1 {
  background-color: var(--black);
  width: 4px;
  height: 100%;
  position: absolute;
  transform: rotate(0);
}

.strmor2 {
  background-color: var(--black);
  width: 4px;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.more {
  color: var(--black);
  margin-left: 114px;
  font-size: 20px;
}

.swiper-button-prev.swiper-button-white.sv {
  display: none;
}

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

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

.swiper-slide.sv {
  display: block;
}

.swiper-button-next.swiper-button-white.sv {
  display: none;
}

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

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

.hideee {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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 {
  padding: 10% 29% 198px;
}

.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 {
  margin-bottom: 10px;
}

.titles.appp {
  font-family: Tinos, sans-serif;
  font-weight: 400;
}

.maintext {
  color: var(--black);
  font-family: Tinos, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

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

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

.textinside.syrrrrr {
  width: 65%;
}

.olatabuttons {
  margin-top: 136px;
}

.olatabuttons.sss {
  width: 60%;
}

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

.titloideuteroi {
  font-family: Tinos, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

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

.image-9.apppp {
  opacity: .96;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: -6%;
  margin-bottom: 0;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 50% auto auto;
}

.heading-3.appp {
  margin-top: -3%;
}

.heading-3.appp.ppp {
  font-family: Tinos, sans-serif;
}

.perigrafi {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 7%;
  font-family: Tinos, sans-serif;
  font-size: 1vw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
}

.perigrafi.diamer {
  margin-top: 1%;
}

.paroxes {
  margin-top: 67px;
  margin-bottom: 30px;
  font-family: Tinos, sans-serif;
  font-weight: 400;
}

.paroxes.sm {
  font-size: 25px;
}

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

.buttonsst.diaf {
  background-color: #0000;
}

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

.image-10.apppp {
  opacity: 1;
}

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

.titlesmagalakoumpia {
  text-align: center;
  width: 100%;
  font-size: 2.1vw;
  font-weight: 400;
  line-height: 1.1;
}

.perigrafimegali {
  text-align: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Tinos, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.1;
}

.pano {
  height: 20vh;
}

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

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

.perigrafesdom {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Tinos, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.apartments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 14%;
  padding-right: 14%;
  display: grid;
}

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

.mhttt.arad {
  right: -26px;
}

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

.syrosin {
  justify-content: center;
  display: flex;
}

.icsyroskai {
  width: 60%;
  padding-top: 39%;
  position: relative;
}

.imgs {
  object-fit: cover;
  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%;
}

.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;
  left: -93px;
}

.image-13 {
  width: 25px;
}

.keys {
  opacity: 0;
  position: fixed;
}

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

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

.tour360 {
  width: 100%;
  margin-top: 109px;
  padding-top: 56%;
  position: relative;
}

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

.phota {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

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

.aeoliacars {
  background-color: #4e4e4e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 23px 20px;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: var(--white);
  font-family: Tinos, sans-serif;
  font-size: 16px;
  position: relative;
}

.text-span {
  font-weight: 700;
  position: relative;
}

.image-14 {
  width: 222px;
}

@media screen and (max-width: 991px) {
  .logo {
    opacity: 0;
    top: 9px;
    left: 13px;
  }

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

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

  .menu-2 {
    top: 7px;
  }

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

  .photoprotes {
    width: 70%;
  }

  .pica {
    width: 60%;
    padding-top: 83%;
  }

  .first-title {
    font-size: 12vw;
  }

  .first-title.smproto {
    font-size: 4vw;
    top: 75%;
  }

  .picb {
    width: 60%;
    padding-top: 83%;
  }

  .studios {
    font-size: 6vw;
  }

  .text {
    padding-left: 21%;
    padding-right: 17%;
  }

  .book {
    width: 110px;
    height: 110px;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .booktelephone {
    width: 110px;
    height: 110px;
  }

  .swiper-slide.sv {
    display: none;
  }

  .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.facilities2 {
    column-count: 1;
  }

  .textinside.syrrrrr {
    width: 75%;
  }

  .titloideuteroi {
    font-size: 27px;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .perigrafi {
    margin-top: 7%;
    font-size: 2.1vw;
    font-weight: 400;
  }

  .titlesmagalakoumpia {
    font-size: 3.4vw;
  }

  .perigrafimegali {
    font-size: 2vw;
  }

  .picorthies {
    width: 49.5%;
  }

  .apartments {
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .mhttt.arad {
    right: -26px;
  }

  .icsyroskai {
    width: 70%;
    padding-top: 48%;
  }

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

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

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

  .politiki {
    font-size: 14px;
  }

  .tour360 {
    margin-top: 45px;
  }

  .image-14 {
    width: 150px;
  }
}

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

  .image-2 {
    width: 150px;
  }

  .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: 11px;
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 20px;
  }

  .social {
    bottom: 32px;
  }

  .slink {
    width: 24px;
  }

  .slink.f {
    width: 20px;
  }

  .slink.ins {
    width: 35px;
  }

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

  .pardiv {
    margin-top: 34px;
  }

  .section-4 {
    height: 130px;
  }

  .first-title.smproto {
    font-size: 5vw;
  }

  .cova {
    padding-top: 56px;
  }

  .studios {
    margin-top: -19px;
  }

  .book {
    width: 100px;
    height: 100px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .verybig {
    font-size: 9vw;
  }

  .photossyros {
    grid-row-gap: 157px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .booktelephone {
    width: 100px;
    height: 100px;
  }

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

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

  .button.linkcursor {
    margin-left: 0;
  }

  .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%;
  }

  .textinside {
    margin-top: 15px;
  }

  .textinside.syrrrrr {
    width: 80%;
  }

  .olatabuttons.sss {
    width: 70%;
  }

  .titloideuteroi {
    font-size: 27px;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .perigrafi {
    margin-top: 13%;
  }

  .perigrafi.diamer {
    margin-top: 3%;
  }

  .titlesmagalakoumpia {
    font-size: 3.5vw;
  }

  .perigrafimegali {
    font-size: 2.5vw;
  }

  .mhttt {
    bottom: 166px;
  }

  .icsyroskai {
    width: 80%;
    padding-top: 54%;
  }

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

  .tour360 {
    padding-top: 72%;
  }

  .aeoliacars {
    flex-flow: wrap-reverse;
    padding: 32px 13px;
  }

  .text-block-9 {
    text-align: center;
  }

  .image-14 {
    width: 200px;
  }
}

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

  .image-2 {
    width: 150px;
  }

  .kypselia {
    align-items: center;
  }

  .title {
    font-size: 30px;
  }

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

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

  .social {
    opacity: 0;
    inset: auto auto 40px 16px;
  }

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

  .string-2 {
    width: 6px;
  }

  .popup-overlay {
    width: 250px;
  }

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

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

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

  .photoprotes {
    width: 90%;
  }

  .pica {
    width: 74%;
    padding-top: 100%;
  }

  .first-title {
    font-size: 20vw;
  }

  .first-title.smproto {
    top: 75%;
  }

  .picb {
    width: 74%;
    padding-top: 100%;
  }

  .cova {
    padding-top: 15px;
  }

  .studios {
    margin-top: -13px;
    font-size: 9vw;
  }

  .text {
    padding-left: 11%;
    padding-right: 11%;
  }

  .book {
    width: 110px;
    height: 110px;
  }

  .photossyros {
    grid-row-gap: 86px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .picsyr {
    width: 130%;
    padding-top: 130%;
    position: relative;
  }

  .picsyr.mes {
    margin-left: -38px;
  }

  .photoscont {
    padding-left: 3%;
    padding-right: 3%;
  }

  .telem {
    font-size: 22px;
  }

  .booktelephone {
    width: 110px;
    height: 110px;
  }

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

  .swiper-slide.sv {
    display: none;
  }

  .picbackround {
    padding-top: 83%;
  }

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

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

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

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

  .textinside {
    margin-top: 19px;
  }

  .textinside.syrrrrr, .olatabuttons.sss {
    width: 90%;
  }

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

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

  .heading-3 {
    font-size: 8vw;
  }

  .heading-3.appp {
    margin-top: -7%;
  }

  .heading-3.appp.ppp {
    margin-top: -9%;
  }

  .perigrafi {
    margin-top: 9%;
    font-size: 4.5vw;
  }

  .perigrafi.diamer {
    margin-top: 5%;
  }

  .buttonsst {
    padding-top: 137%;
  }

  .titlesmagalakoumpia {
    font-size: 7vw;
  }

  .perigrafimegali {
    font-size: 4.5vw;
  }

  .pano {
    height: 25vh;
  }

  .pano.dom {
    height: 30vh;
  }

  .picorthies {
    width: 49.2%;
  }

  .apartments {
    grid-column-gap: 8px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .icsyroskai {
    width: 100%;
    padding-top: 71%;
  }

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

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

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

  .politiki {
    bottom: 145px;
  }
}

#w-node-_8b5f164e-b29b-cfd6-d43a-0aa2e221ba21-53ff6876 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6b7f6bea-4ee8-aa27-7ece-55a09d38757e-53ff6876 {
  grid-area: 1 / 3 / 2 / 3;
}

#w-node-ccac248d-ff74-9f8d-2ae2-598d5d1eda79-a7fbb3ee, #w-node-_7a2ef2a3-89cc-b60c-4536-1bf5d344abc8-1d1d3d0a, #w-node-bafdd83c-572f-a1e9-cfac-e36b6bfc5a17-eee79b48, #w-node-c81a08aa-720b-a025-5b8d-d121374bee74-67f76019, #w-node-_9b8e2986-f449-0d92-6bd6-ba856e45a559-642ffb02, #w-node-a6f0e666-4f31-dd4c-0f8f-c19a45982aef-399e2552, #w-node-_6701dc02-14c4-826c-6809-519ea381d08a-73a2c978, #w-node-_9c5db9bd-b4d5-09ef-3c34-99b9dd6af26c-1e4021db, #w-node-_637d86b7-f251-6f65-c7c5-166b7e70dcef-3b73b559, #w-node-_637d86b7-f251-6f65-c7c5-166b7e70dd25-3b73b559, #w-node-_637d86b7-f251-6f65-c7c5-166b7e70dcef-3d47f037, #w-node-_637d86b7-f251-6f65-c7c5-166b7e70dd25-3d47f037, #w-node-_73357407-abc4-1d23-a09b-782b14bc9a05-894ea01a, #w-node-_7d44729d-62cb-112d-e35a-9c58e6126533-894ea01a, #w-node-_73357407-abc4-1d23-a09b-782b14bc9a0e-894ea01a, #w-node-_73357407-abc4-1d23-a09b-782b14bc9a3b-894ea01a, #w-node-_73357407-abc4-1d23-a09b-782b14bc9a05-98364a5e, #w-node-_7d44729d-62cb-112d-e35a-9c58e6126533-98364a5e, #w-node-_73357407-abc4-1d23-a09b-782b14bc9a0e-98364a5e, #w-node-_73357407-abc4-1d23-a09b-782b14bc9a3b-98364a5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f7cb9ea5-c5f3-a873-fce2-12b8384050e1-894ea01a, #w-node-c6cd09e5-78eb-6004-8530-b09dd6b4beb9-894ea01a, #w-node-_9d1acd0a-7a70-9466-d0a7-38a4facdcdf4-894ea01a, #w-node-_60acef13-9672-066e-9618-f986203f8cf2-98364a5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b7f6bea-4ee8-aa27-7ece-55a09d38757e-53ff6876 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b5f164e-b29b-cfd6-d43a-0aa2e221ba21-53ff6876 {
    grid-column: 1 / 2;
    grid-row-start: 3;
  }

  #w-node-_6b7f6bea-4ee8-aa27-7ece-55a09d38757e-53ff6876 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-ccac248d-ff74-9f8d-2ae2-598d5d1eda79-a7fbb3ee, #w-node-_7a2ef2a3-89cc-b60c-4536-1bf5d344abc8-1d1d3d0a, #w-node-bafdd83c-572f-a1e9-cfac-e36b6bfc5a17-eee79b48, #w-node-c81a08aa-720b-a025-5b8d-d121374bee74-67f76019, #w-node-_9b8e2986-f449-0d92-6bd6-ba856e45a559-642ffb02, #w-node-a6f0e666-4f31-dd4c-0f8f-c19a45982aef-399e2552, #w-node-_6701dc02-14c4-826c-6809-519ea381d08a-73a2c978, #w-node-_9c5db9bd-b4d5-09ef-3c34-99b9dd6af26c-1e4021db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_637d86b7-f251-6f65-c7c5-166b7e70dd25-3b73b559, #w-node-_637d86b7-f251-6f65-c7c5-166b7e70dd25-3d47f037 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7cb9ea5-c5f3-a873-fce2-12b8384050e1-894ea01a, #w-node-c6cd09e5-78eb-6004-8530-b09dd6b4beb9-894ea01a, #w-node-_9d1acd0a-7a70-9466-d0a7-38a4facdcdf4-894ea01a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73357407-abc4-1d23-a09b-782b14bc9a3b-894ea01a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60acef13-9672-066e-9618-f986203f8cf2-98364a5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73357407-abc4-1d23-a09b-782b14bc9a3b-98364a5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


