@font-face {
  font-family: Ac afterdiet unicode webfont;
  src: url('../fonts/ac-afterdiet_unicode-webfont.woff2') format("woff2"), url('../fonts/ac-afterdiet_unicode-webfont.eot') format("embedded-opentype"), url('../fonts/ac-afterdiet_unicode-webfont.woff') format("woff"), url('../fonts/ac-afterdiet_unicode-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ac creepy unicode webfont;
  src: url('../fonts/ac-creepy_unicode-webfont.woff') format("woff"), url('../fonts/ac-creepy_unicode-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.cover-video {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Roboto, sans-serif;
  display: block;
}

.body.prasino {
  background-color: #c2d500;
}

.background-vid {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.background-vid.mob {
  display: none;
}

.ntanos {
  flex: 0 auto;
  width: 50%;
  display: block;
}

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

.products {
  float: right;
  clear: none;
  color: var(--black);
  flex: none;
  width: 50%;
  display: block;
  position: relative;
}

.section-2 {
  z-index: 3;
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
  position: relative;
}

.healthy {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.contact {
  background-color: #0000;
  width: 100%;
  padding-top: 0%;
}

.breadproducts {
  z-index: 3;
  color: var(--black);
  background-color: #c2d500;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  font-size: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dough {
  color: var(--white);
  background-color: #000;
  width: 100%;
  margin-top: -15px;
  font-size: 45px;
  position: relative;
  overflow: hidden;
}

.producta {
  width: 100%;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.ice-creams {
  z-index: 1;
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -15px;
  padding-top: 0%;
  font-size: 45px;
  display: flex;
  position: relative;
  box-shadow: 0 0 16px #000;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.pastries {
  z-index: 4;
  color: var(--black);
  background-color: #c2d500;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 28px 3px #000;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
}

.confections {
  color: var(--black);
  background-color: #c2d500;
  margin-top: -17px;
  padding-top: 0%;
  font-size: 40px;
  display: block;
  position: relative;
}

.news {
  color: #0000;
  background-image: url('../images/dddd.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  box-shadow: inset 14px 14px 100px #000;
}

.news.mob {
  display: none;
}

.logo {
  z-index: 2000;
  width: 140px;
  height: 140px;
  position: fixed;
  top: 24px;
  left: 31px;
}

.profileimage {
  opacity: .81;
  color: #000;
  background-color: #000;
  background-image: url('../images/psomiSite5.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  text-decoration: none;
  position: relative;
}

.healthyimage {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/em2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
}

.healthyimage.contact {
  opacity: .7;
  background-image: url('../images/3.jpg');
}

.breadimage {
  width: 100%;
  margin-top: -28%;
  position: absolute;
  top: 50%;
  right: 0;
}

.breadlink {
  color: #000;
  width: 100%;
  padding-top: 130%;
  text-decoration: none;
  position: relative;
}

.buttontitles {
  text-align: left;
  width: 80%;
  margin-left: 16px;
  margin-right: -25px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  bottom: 1%;
  left: 0;
}

.doughtlink {
  color: #c2d500;
  width: 100%;
  padding-top: 130%;
  text-decoration: none;
  overflow: hidden;
}

.doughimage {
  width: 100%;
  margin-top: -28%;
  position: absolute;
  top: 50%;
  right: 0;
}

.menu {
  z-index: 25000;
  width: 70px;
  height: 70px;
  margin-top: 28px;
  margin-right: 13px;
  position: fixed;
  top: 0;
  right: 0;
}

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

.ball {
  background-color: #c2d500;
  border-radius: 10px;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  padding-top: 1px;
  box-shadow: 0 0 9px #000;
}

.ball.b, .ball.b2 {
  box-shadow: none;
  background-color: #000;
  margin-top: 0;
  position: absolute;
}

.logolink {
  width: 150px;
  height: 150px;
}

.buttonballsa._2 {
  display: none;
  position: absolute;
  right: 38px;
}

.menubody {
  z-index: 1000;
  color: var(--black);
  background-color: #c2d500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.menulinks {
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  display: block;
  position: relative;
}

.page-trantition {
  z-index: 26000;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}

.pageout {
  z-index: 25000;
  background-color: #000;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.titlesbuttonfirst {
  color: #fff;
  text-align: center;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 6px;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 55px;
  position: relative;
}

.linkcompany {
  background-color: #0000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.divtitles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: -22px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.button {
  background-color: #c2d500;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 28px;
  margin-left: 0;
  padding: 4px;
  display: flex;
  overflow: visible;
}

.titlessmall {
  color: #fff;
  text-align: center;
  width: 300px;
  margin-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.icecramlink {
  color: #c2d500;
  width: 100%;
  padding-top: 130%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.pagoto {
  width: 100%;
  margin-top: -28%;
  position: absolute;
  top: 50%;
  right: 0;
}

.glikalink {
  color: #000;
  width: 100%;
  padding-top: 130%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.glykoimage {
  width: 100%;
  margin-top: -26%;
  position: absolute;
  top: 50%;
  right: 0;
}

.image {
  width: auto;
}

.link-healthy {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

.zfournou {
  width: 60%;
  margin-top: -16%;
  position: absolute;
  top: 50%;
}

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

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

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

.purplesheeplogo {
  width: 20px;
}

.social {
  z-index: 400;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 90px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.socialink {
  width: 40px;
  height: auto;
  margin-bottom: 12px;
}

.socialink.f {
  width: 20px;
}

.tel {
  z-index: 500000;
  background-color: #c2d500;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 17px;
  box-shadow: 4px 4px 17px #1d1933;
}

.image-4 {
  width: 20px;
  position: relative;
  top: 0;
  left: 0;
}

.image-4.contact {
  margin-top: 28px;
  margin-bottom: -6px;
}

.tel-2 {
  z-index: 500000;
  background-color: #fcb525;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  bottom: 47px;
  left: 10px;
  box-shadow: 4px 4px 17px #1d1933;
}

.tel-2._2 {
  background-color: #c2d500;
  bottom: 10px;
  left: 70px;
}

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

.titlea {
  text-align: center;
  width: 100%;
  font-weight: 300;
}

.titlea.mob {
  display: none;
}

.aka {
  margin-left: 0;
  font-family: Ac afterdiet unicode webfont, sans-serif;
  font-size: 95px;
  font-weight: 400;
  line-height: 100px;
}

.aka.forlife {
  margin-left: -10px;
  margin-right: -10px;
}

.image-wrapper-2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  min-height: auto;
  padding-top: 100%;
  display: flex;
  position: relative;
  box-shadow: 10px 17px 20px #000;
}

.instagram-feed-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0% 0 0;
  display: flex;
  position: relative;
}

.post-list-item-2 {
  flex: 0 auto;
  width: 50%;
  min-width: auto;
  min-height: auto;
  padding-right: 0;
  display: block;
  position: relative;
  top: -115px;
}

.posts-list-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  padding-top: 50%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.post-wrapper-2 {
  border: 0 #e7e7e7;
  border-radius: 0;
  width: auto;
  height: auto;
  position: relative;
}

.menubuto-2 {
  cursor: pointer;
  background-color: #0000;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
  top: 0;
}

.maintext {
  color: var(--white);
  font-size: 23px;
  font-weight: 100;
  line-height: 50px;
}

.section-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section-3.zax, .section-3.glyk, .section-3.synenteuxi {
  display: none;
}

.play-video {
  color: #0000;
  background-color: #0000;
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.play-video.new {
  cursor: cell;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  display: block;
}

.divphotos {
  width: 100%;
  height: auto;
}

.background-video-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-2.mob {
  display: none;
}

.skia {
  background-image: linear-gradient(360deg, #000 25%, #0000);
  width: 100%;
  height: 70px;
  position: absolute;
  inset: auto 0% 0;
}

.section-4 {
  margin-top: 229px;
  margin-left: 15%;
  margin-right: 15%;
}

.heading-5 {
  color: #c2d500;
  margin-bottom: 30px;
  font-family: Ac afterdiet unicode webfont, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

.lottie-animation {
  width: 80px;
  height: 80px;
  position: absolute;
}

.scrolldiv {
  cursor: pointer;
  margin-bottom: -144px;
  margin-left: -90px;
  position: absolute;
  bottom: 50%;
}

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

.divphotoa {
  height: 80%;
  position: relative;
  overflow: hidden;
}

.divphotoa._1 {
  width: 100%;
  height: 60%;
  margin-top: 112px;
  margin-left: 45px;
}

.divphotoa._2 {
  z-index: 3;
  width: 100%;
  height: 60%;
}

.divphotoa._3 {
  width: 100%;
  height: 90%;
  margin-left: -54px;
  padding-top: 63px;
}

.divphotoa._4, .divphotoa._5 {
  width: 100%;
  height: 70%;
}

.divphotoa._5.pag {
  height: 90%;
}

.divphotoa._6 {
  width: 100%;
}

.divinphoto {
  background-color: #7a3a3a;
  background-image: url('../images/psomismall.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 130%;
}

.divinphoto.pho1 {
  background-color: #0000;
  background-image: url('../images/psomismall.jpg');
}

.divinphoto.pho1.tyro1 {
  background-image: url('../images/spanakopitasmall2.jpg');
  background-position: 50%;
}

.divinphoto.pho1.zax1 {
  background-color: #0000;
  background-image: url('../images/zafournou.jpg');
}

.divinphoto.pho1.fr {
  background-image: url('../images/forlife3-1.jpg');
}

.divinphoto.pho2 {
  background-color: #0000;
  background-image: url('../images/psomismall2.jpg');
}

.divinphoto.pho2.tyro3 {
  background-image: url('../images/zy.jpg');
  background-size: cover;
}

.divinphoto.pho2.glyk8 {
  background-image: url('../images/glyko7.jpg');
}

.divinphoto.pho2.zax2 {
  background-color: #0000;
  background-image: url('../images/zafournou4.jpg');
}

.divinphoto.pho2.fr2 {
  background-image: url('../images/sitentanos2small2.jpg');
  background-size: cover;
  padding-top: 104%;
}

.divinphoto.pho3 {
  background-color: #0000;
  background-image: url('../images/kana.jpg');
}

.divinphoto.pho3.tyro2 {
  background-image: url('../images/ty.jpg');
  background-position: 50% 100%;
}

.divinphoto.pho3.glyk3 {
  background-image: url('../images/glyko2.jpg');
  background-position: 50% 0;
}

.divinphoto.pho3.zax3 {
  background-color: #0000;
  background-image: url('../images/zafournou2.jpg');
}

.divinphoto.pho3.fr3 {
  background-image: url('../images/ntanosfor1.jpg');
}

.divinphoto.pho4 {
  background-color: #0000;
  background-image: url('../images/koulourakiasmall.jpg');
}

.divinphoto.pho4.tyr4 {
  background-image: url('../images/tyrAsmall.jpg');
}

.divinphoto.pho4.glyk4 {
  background-image: url('../images/glyko3.jpg');
}

.divinphoto.pho4.zax4 {
  background-image: url('../images/zafournou3.jpg');
}

.divinphoto.pho4.fr4 {
  background-image: url('../images/forlife4.jpg');
}

.divinphoto.pho5 {
  background-color: #0000;
  background-image: url('../images/pssmall.jpg');
  padding-top: 76%;
}

.divinphoto.pho5.tyr5 {
  background-image: url('../images/tyrolesmall.jpg');
}

.divinphoto.pho5.glyk6 {
  background-image: url('../images/glyko9.jpg');
}

.divinphoto.pho5.zax5 {
  background-image: url('../images/zafournou6.jpg');
}

.divinphoto.pho5.fr5 {
  background-image: url('../images/forlife6.jpg');
}

.divinphoto.pho6 {
  background-color: #0000;
  background-image: url('../images/IMG_3965erwesmall.jpg');
}

.divinphoto.pho6.tyr6 {
  background-image: url('../images/tryrbsmall.jpg');
}

.divinphoto.pho6.pag7 {
  background-image: url('../images/pagoto5.jpg');
}

.divinphoto.pho6.gluko7 {
  background-image: url('../images/glyko5.jpg');
}

.divinphoto.pho6.zax6 {
  background-color: #0000;
  background-image: url('../images/zafournou5.jpg');
  background-position: 50% 100%;
}

.divinphoto.pho6.fr6 {
  background-image: url('../images/forlife5.jpg');
}

.divinphoto.pag1 {
  background-color: #0000;
  background-image: url('../images/pagoto.jpg');
  background-position: 50% 0;
}

.divinphoto.pag2 {
  background-color: #0000;
  background-image: url('../images/ntanospag1.jpg');
  background-position: 50% 0;
}

.divinphoto.pag3 {
  background-color: #0000;
  background-image: url('../images/pagoto2.jpg');
}

.divinphoto.pag4 {
  background-color: #0000;
  background-image: url('../images/pagoto3.jpg');
}

.divinphoto.pag5 {
  background-color: #0000;
  background-image: url('../images/pagoto4.jpg');
}

.divinphoto.glyk1 {
  background-color: #0000;
  background-image: url('../images/glyko1.jpg');
  background-position: 20%;
}

.section-5 {
  padding-top: 12%;
  padding-left: 14%;
  padding-right: 14%;
}

.contactall {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.stoiheia {
  flex-direction: column;
  align-items: center;
  margin-top: 192px;
  display: flex;
}

.dieu {
  color: var(--black);
  text-align: center;
  margin-bottom: 29px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.light3 {
  font-size: 20px;
  font-weight: 400;
}

.link-2 {
  margin-top: 18px;
  text-decoration: none;
}

.bold-text-3 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.div-block-2 {
  background-color: #1d1d1d;
  width: 100%;
  height: 700px;
  display: block;
  position: relative;
}

.div-block-3 {
  margin-top: 91px;
}

.cyclebutton {
  background-color: #c2d500;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttonheading {
  color: var(--black);
  font-size: 30px;
  font-weight: 400;
}

.buttonheading.fournos {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}

.columns {
  background-color: var(--black);
  width: 100%;
  height: auto;
}

.picfooter {
  opacity: .53;
  filter: grayscale();
  background-color: #0000;
  background-image: url('../images/IMG_3965erwesmall.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 80%;
}

.picfooter._2 {
  background-color: var(--black);
  text-align: left;
  background-image: url('../images/ph1small.jpg');
}

.picfooter._2.pag {
  background-image: url('../images/ntanospag1.jpg');
  background-position: 50% 0;
}

.picfooter._2.gluk3 {
  background-image: url('../images/glyko2.jpg');
  background-position: 50% 0;
}

.picfooter._2.zax2 {
  background-image: url('../images/zafournou2.jpg');
}

.picfooter._2.fou2 {
  background-image: url('../images/koulourakiasmall.jpg');
}

.picfooter._2.fra2 {
  background-image: url('../images/forlife5.jpg');
}

.picfooter.pag1 {
  background-image: url('../images/pagoto.jpg');
}

.picfooter.glyk1 {
  background-image: url('../images/glyko1.jpg');
}

.picfooter.zax {
  background-image: url('../images/zafournou.jpg');
}

.picfooter.zym {
  background-color: var(--black);
  background-image: url('../images/ty.jpg');
  background-position: 50% 80%;
}

.picfooter.fra1 {
  background-image: url('../images/ntanosfor1.jpg');
}

.column-7, .column-8 {
  padding-left: 0;
  padding-right: 0;
}

.popup-overlay {
  z-index: 540000;
  color: var(--black);
  background-color: #c2d500;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
  position: fixed;
  inset: auto 0% 32% auto;
}

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

.text-block-7 {
  color: var(--black);
  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;
}

.button-3 {
  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-3:hover {
  background-color: #fbff00;
}

.cursorvideo {
  z-index: 5;
  border: 1px solid var(--white);
  opacity: .5;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.listen {
  color: var(--white);
  font-size: 12px;
}

.listen.list1, .listen.list2 {
  font-size: 11px;
}

.cursorwrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: 80px;
  max-width: none;
  margin-top: 31px;
  position: relative;
  top: -59px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
}

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

.ntanosanimate {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
}

.ntanosphoto {
  background-image: url('../images/blackntanos2.jpg');
  background-position: 0 100%;
  background-size: cover;
  width: 37%;
  margin-left: -25%;
  padding-top: 55%;
}

.picabout {
  background-color: #0000;
  background-image: url('../images/magaziA.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 64%;
}

.picabout._2 {
  background-image: url('../images/magaziA2.jpg');
}

.picabout._3 {
  background-image: url('../images/magaziB.jpg');
  padding-top: 148%;
}

.picabout._4 {
  background-image: url('../images/magaziB2.jpg');
  padding-top: 148%;
}

.picabout._5 {
  background-image: url('../images/magaziC.jpg');
}

.picabout._6 {
  background-image: url('../images/magaziC21.jpg');
}

.section-8 {
  margin-top: 115px;
  padding-left: 17%;
  padding-right: 17%;
}

.keyli {
  z-index: auto;
  opacity: 0;
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 18px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-6 {
  color: #0000;
  position: absolute;
}

.image-6 {
  width: 70px;
}

.section-9 {
  height: 200px;
}

.cookiesheading {
  color: var(--white);
  font-size: 22px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 171px;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.section-10 {
  padding-left: 12%;
  padding-right: 12%;
}

.link-3 {
  color: #c2d500;
  text-decoration: none;
  display: inline-block;
}

.link-4 {
  color: #c2d500;
  text-decoration: none;
}

.newslink {
  width: 100%;
}

.linksss {
  z-index: 10;
  background-image: url('../images/zafournou2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
}

.neanew2 {
  z-index: 5;
  color: var(--white);
  margin-top: -14px;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  top: 50%;
}

.backscroll {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.backscroll2 {
  z-index: -1;
  width: 100%;
  height: 20px;
  position: absolute;
  inset: 100vh auto auto 0%;
}

.espa {
  z-index: 5;
  width: 80px;
  position: fixed;
  inset: auto 43px 25px auto;
}

.espa.new {
  bottom: 59px;
}

.espa._3 {
  bottom: 59px;
  right: 128px;
}

.espa._6 {
  width: 250px;
}

.logooooo {
  opacity: 0;
  position: absolute;
}

.keysss {
  z-index: 0;
  opacity: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tel-3 {
  z-index: 500000;
  background-color: #c2d500;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  bottom: 85px;
  left: 17px;
  box-shadow: 4px 4px 17px #1d1933;
}

.tel-3.lang {
  width: 30px;
  height: 30px;
}

.telephonelink-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-8 {
  margin-top: -5px;
  font-size: 25px;
  position: absolute;
}

.langtext {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .logo, .logolink {
    width: 130px;
    height: 130px;
  }

  .menulinks {
    font-size: 40px;
  }

  .titlesbuttonfirst {
    width: 300px;
    margin-left: 0;
    font-size: 25px;
  }

  .button {
    margin-top: 23px;
    margin-left: 0;
  }

  .titlessmall {
    width: 280px;
    margin-top: -5px;
    margin-left: 0;
  }

  .titlea {
    font-size: 27px;
    line-height: 30px;
  }

  .aka {
    font-size: 80px;
    line-height: 80px;
  }

  .lottie-animation {
    width: 60px;
    height: 60px;
  }

  .scrolldiv {
    margin-bottom: -116px;
    margin-left: -68px;
    bottom: 52%;
  }

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

  .divphotoa._3 {
    height: 90%;
    margin-left: 36px;
  }

  .stoiheia {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dieu {
    text-align: center;
    font-size: 18px;
  }

  .bold-text-3 {
    font-size: 23px;
  }

  .cyclebutton {
    width: 170px;
    height: 170px;
  }

  .buttonheading {
    font-size: 25px;
  }

  .buttonheading.fournos {
    font-size: 17px;
    line-height: 20px;
  }

  .cursorvideo {
    width: 70px;
    height: 70px;
  }

  .listen {
    font-size: 12px;
  }

  .image-5 {
    width: 60px;
    margin-top: 3px;
    top: -35px;
  }

  .section-7 {
    overflow: hidden;
  }

  .ntanosphoto {
    width: 70%;
    margin-left: -30%;
    padding-top: 104%;
  }

  .section-8 {
    margin-top: 95px;
  }

  .bold-text-4 {
    line-height: 30px;
  }

  .paragraph {
    margin-bottom: 191px;
  }

  .neanew2 {
    font-size: 25px;
  }

  .espa.new {
    width: 70px;
    right: 32px;
  }

  .espa._3 {
    width: 70px;
    right: 107px;
  }

  .espa._6 {
    width: 200px;
    bottom: 30px;
    right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ntanos {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .products {
    width: 100%;
  }

  .section-2 {
    display: block;
  }

  .news {
    display: none;
  }

  .news.mob {
    display: block;
  }

  .logo {
    width: 90px;
    height: 90px;
    margin-top: -5px;
    margin-left: -9px;
  }

  .buttontitles {
    font-size: 20px;
  }

  .menu {
    margin-top: 3px;
    margin-right: -9px;
  }

  .logolink {
    width: 90px;
    height: 90px;
  }

  .menulinks {
    margin-top: 10px;
    font-size: 22px;
    line-height: 25px;
    display: block;
  }

  .menulinks.w--current {
    font-size: 25px;
    display: block;
  }

  .titlesbuttonfirst {
    width: 300px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 25px;
  }

  .button {
    width: 30px;
    height: 30px;
    margin-top: 21px;
    margin-left: 10px;
  }

  .titlessmall {
    width: 300px;
    margin-top: 1px;
    margin-left: 0;
    font-size: 16px;
  }

  .tel {
    bottom: 17px;
    left: 69px;
  }

  .tel-2 {
    bottom: 17px;
    left: 147px;
  }

  .tel-2._2 {
    bottom: 17px;
    left: 19px;
  }

  .titlea {
    font-size: 20px;
    line-height: 22px;
  }

  .aka {
    font-size: 60px;
    line-height: 65px;
  }

  .aka.forlife {
    margin-left: -7px;
    margin-right: -7px;
  }

  .post-list-item-2 {
    width: 50%;
  }

  .maintext {
    font-size: 17px;
    line-height: 42px;
  }

  .lottie-animation {
    width: 60px;
    height: 60px;
    bottom: auto;
  }

  .scrolldiv {
    margin-bottom: -110px;
    margin-left: -70px;
    bottom: 50%;
  }

  .divphotoa._3 {
    height: 90%;
  }

  .stoiheia {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dieu {
    text-align: center;
    font-size: 15px;
  }

  .light3 {
    font-size: 15px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .div-block-3 {
    margin-top: 22px;
  }

  .cyclebutton {
    width: 120px;
    height: 120px;
  }

  .buttonheading {
    font-size: 20px;
    line-height: 25px;
  }

  .buttonheading.fournos {
    font-size: 12px;
    line-height: 15px;
  }

  .image-5 {
    width: 70px;
    top: -42px;
  }

  .ntanosphoto {
    width: 80%;
    padding-top: 122%;
  }

  .section-8 {
    margin-top: 76px;
  }

  .image-6 {
    width: 50px;
  }

  .paragraph {
    margin-bottom: 147px;
  }

  .espa {
    width: 60px;
    bottom: 15px;
    right: 38px;
  }

  .espa.new {
    bottom: 39px;
  }

  .espa._3 {
    bottom: 38px;
  }

  .espa._6 {
    bottom: 8px;
  }

  .tel-3 {
    bottom: 68px;
    left: 18px;
  }

  .tel-3.lang {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .background-vid {
    display: none;
  }

  .background-vid.mob {
    align-items: center;
    display: flex;
  }

  .ntanos {
    clear: right;
    width: 100%;
    display: block;
  }

  .profile {
    float: none;
  }

  .products {
    float: none;
    clear: none;
    width: 100%;
  }

  .section-2 {
    display: block;
  }

  .news {
    display: none;
  }

  .logo {
    width: 90px;
    height: 90px;
    margin-top: -9px;
    margin-left: -16px;
  }

  .menu {
    margin-top: -6px;
    margin-right: -9px;
  }

  .logolink {
    width: 90px;
    height: 90px;
  }

  .menulinks {
    font-size: 23px;
    line-height: 35px;
  }

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

  .pageout {
    display: block;
  }

  .titlesbuttonfirst {
    margin-top: -16px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 22px;
  }

  .button {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-left: 7px;
  }

  .titlessmall {
    width: 230px;
    margin-top: -5px;
    margin-left: 0;
    font-size: 14px;
  }

  .social {
    height: 80px;
    right: 2px;
  }

  .socialink {
    width: 33px;
  }

  .socialink.f {
    width: 17px;
  }

  .image-4 {
    top: 0;
    left: 0;
  }

  .telephonelink {
    width: 100%;
    height: 100%;
  }

  .titlea {
    flex: 0 auto;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .titlea.mob {
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .bold-text {
    margin-left: 0;
    font-family: Ac afterdiet unicode webfont, sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 70px;
  }

  .bold-text.forlif {
    margin-left: 12px;
  }

  .bold-text.forlife {
    margin-left: -12px;
  }

  .image-wrapper-2 {
    top: 0;
  }

  .section-3 {
    height: 80vh;
  }

  .play-video {
    width: 100%;
  }

  .play-video.new {
    width: 100%;
    height: auto;
  }

  .background-video-2 {
    display: none;
  }

  .background-video-2.mob {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .skia {
    background-color: #0000;
    background-image: linear-gradient(360deg, #000 24%, #0000);
    width: 100%;
    height: 50px;
    position: absolute;
    inset: auto 0% 0;
  }

  .section-4 {
    margin-top: 86px;
    margin-left: 12%;
    margin-right: 12%;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 53px;
  }

  .lottie-animation {
    bottom: auto;
  }

  .scrolldiv {
    margin-bottom: -202px;
    margin-left: -59px;
    bottom: 50%;
  }

  .divphotoa._1 {
    margin-left: 25px;
  }

  .divphotoa._2 {
    margin-left: -13px;
  }

  .divphotoa._3 {
    height: 100%;
    margin-left: 18px;
  }

  .divphotoa._4 {
    margin-left: -10px;
  }

  .divphotoa._5 {
    margin-left: 15px;
  }

  .divphotoa._6 {
    margin-left: -13px;
  }

  .divinphoto.pho3.glyk3 {
    padding-top: 147%;
  }

  .section-5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contctsellection {
    position: relative;
  }

  .contactall {
    height: 610px;
  }

  .stoiheia {
    margin-top: 196px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dieu {
    font-size: 15px;
    line-height: 17px;
  }

  .light3 {
    font-size: 15px;
  }

  .bold-text-3 {
    font-size: 19px;
  }

  .div-block-3 {
    margin-top: 119px;
  }

  .cyclebutton {
    width: 150px;
    height: 150px;
  }

  .buttonheading {
    font-size: 20px;
    line-height: 20px;
  }

  .buttonheading.fournos {
    line-height: 13px;
  }

  .picfooter {
    padding-top: 126%;
  }

  .popup-overlay {
    width: 250px;
  }

  .image-5 {
    width: 60px;
    top: -59px;
  }

  .ntanosphoto {
    width: 100%;
    margin-left: -25%;
    padding-top: 148%;
  }

  .keyli {
    opacity: 0;
  }

  .section-9 {
    height: 130px;
  }

  .espa {
    bottom: 12px;
    right: 39px;
  }

  .espa.new {
    width: 55px;
    bottom: 30px;
  }

  .espa._3 {
    width: 55px;
    bottom: 30px;
    right: 90px;
  }

  .espa._6 {
    width: 120px;
  }

  .telephonelink-2 {
    width: 100%;
    height: 100%;
  }
}

#w-node-bb24e4ae-8947-200d-71a4-eb80fc4ddc73-ad56d343, #w-node-_1b67c06e-137d-3593-83db-fbbb06049c1e-ad56d343, #w-node-_8dabf6a6-b95e-59b1-e809-713f8138b60c-ad56d343, #w-node-_44d9ab79-5c00-264f-131c-64318e25cb3c-ad56d343 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cfe641d2-08d3-3958-bf59-b1128332d0b6-2556d33d, #w-node-cfe641d2-08d3-3958-bf59-b1128332d0b6-7b56d33f, #w-node-cfe641d2-08d3-3958-bf59-b1128332d0b6-1056d340, #w-node-cfe641d2-08d3-3958-bf59-b1128332d0b6-2b56d341, #w-node-cfe641d2-08d3-3958-bf59-b1128332d0b6-cc56d342, #w-node-cfe641d2-08d3-3958-bf59-b1128332d0b6-9956d344 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ac afterdiet unicode webfont';
  src: url('../fonts/ac-afterdiet_unicode-webfont.woff2') format('woff2'), url('../fonts/ac-afterdiet_unicode-webfont.eot') format('embedded-opentype'), url('../fonts/ac-afterdiet_unicode-webfont.woff') format('woff'), url('../fonts/ac-afterdiet_unicode-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ac creepy unicode webfont';
  src: url('../fonts/ac-creepy_unicode-webfont.woff') format('woff'), url('../fonts/ac-creepy_unicode-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}