html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}
body {
  background-color: #75D5D3;
  font-family: 'hypatia-sans-pro';
}
.container-desk {
  max-width: 1320px;
  min-height: 1000px;
  position: relative;
  margin: auto;
}

.summer-dest-logo .red, .summer-dest-logo .blue {
  position: absolute;
  left: 300px;
  top: 10px;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.summer-2025 .red, .summer-2025 .blue  {
  position: absolute;
  left: 490px;
  top: 320px;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}
.start-journey .red, .start-journey .blue {
  position: absolute;
  left: 500px;
  bottom: 10px;
}

/* animations */
.red {
  animation: fadeInOut1;
}

.blue {
  animation: fadeInOut2;
}

.dlc {
  text-shadow: 0px 6px 6px #000;
  font-family: 'Dancing Script';
  font-size: 80px;
  color: #fff;
  position: absolute;
  bottom: 169px;
  left: 400px;
}
.sub-slogun {
  position: absolute;
  bottom: 111px;
  font-family: 'hypatia-sans-pro';
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-shadow: 0px 4px 6px #000000BF;
  left: 400px;
  color: #fff;

}

a {
  text-decoration: none;
}

#opening {
      height: 1000px;
  background-image: url('/wp-content/uploads/2026/03/anoigma-photo-back.webp');
  background-repeat: no-repeat;
  background-position: center;
}


.easter-container {
  display:flex;
  justify-content: center;
  position: relative;
}
.easter {
  font-family: 'hypatia-sans-pro';
  font-weight: 900;
  left: 435px;
  width: 452px;
  height: 53px;
  font-size: 26px;
  text-shadow: 3px 3px 5px #16608c;
  color: #ffff;
  margin-bottom: 40px;
  opacity: 1;
}
.easter-2 {
  position: absolute;
  text-align: center;
  font-family: 'hypatia-sans-pro';
  font-weight: 900;
  background-color: #fff;
  border: 5px solid #AF2121;
  border-radius: 30px;
  width: 717px;
  left: 435px;
  height: 53px;
  font-size: 26px;
  color: #AF2121;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}


.easter-arrow {
  position: absolute;
  left: 415px;
  right: 0;
  width: 46px;
  height: 46px;
  background-image: url("/wp-content/uploads/2025/04/velos-red.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
#dest .easter {
  justify-content: start;
}
.scroller {
  height: 1000px;
  background: #618a95ad;
}
.over-y-auto {
  overflow: hidden;
  overflow-y: auto;
}

#opening .info {
  display: flex;
  justify-content: center;
  font-family: 'hypatia-sans-pro';
  font-weight: 900;
  font-size: 31px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 6px #000000BF;
}
.hidden-info {
  display: flex;
  justify-content: center;
  opacity: 1;
  font-size: 23px;
  text-align: center;
  font-family: 'hypatia-sans-pro',sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 2px 5px #000000;
}
.start-journy {
  display: flex;
  justify-content: center;
}

.tsimtsili {
  position: absolute;
  z-index: 1;
  left: -80px;
  top: 233px;
}
.laskari {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 236px;

}
.photo {
  position: absolute;
  z-index: 3;
  left: 167px;
}

.enter {
  background-color: #AF2121;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  width: 227px;
  height: 60px;
  padding: 0px 70px;
  font-size: 37px;
  font-weight: 900;
  font-style: italic;
  font-family: 'hypatia-sans-pro';
  margin-left: auto;
  margin-right: auto;
}

#dest {
  min-height: 100vh;
}

#dest .container-xl {
  max-width: 1320px;
  height: 1000px;
  background-image: url('/wp-content/uploads/2026/03/anoigma-photo-back.webp');
  background-repeat: no-repeat;
  background-position: center;
}


#dest-mob .container-xl {
  width: 340px;
  height: 818px;
  background-color: #F9F4F4;
  border-radius: 20px;
}

#dest-mob .container-xl::-webkit-scrollbar {
  display: none;
}

#dest-mob .title {
  position: relative;
  background-color: #AF2121;
  color: #fff;
  border-radius: 10px;
  width: 146px;
  height: 23px;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  font-family: 'hypatia-sans-pro';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  z-index: 2;
}

#dest-mob .choose {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.44px;
  position: relative;
  background-color: #AF2121;
  color: #fff;
  border-radius: 10px;
  width: 280px;
  height: 40px;
  padding: 0px 10px;
  font-family: 'hypatia-sans-pro';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  z-index: 2;
}
#dest-mob .brief {
  font-family: 'hypatia-sans-pro';
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  padding: 40px;
}

figure a {
  color: #000;
  text-decoration: none;
}


figcaption {
  display: flex; /* Enables Flexbox */
  flex-direction: column; /* Stack content vertically */
  justify-content: center; /* Vertically centers the content */
  width: 140px;
  height: 35px;
  font-size: 12px;
  font-weight: 900;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0px;
  line-height: 12px;

}
@media only screen and (max-width: 991px) {
  #opening {
    min-width: unset;
    min-height: 519px;
    background-image: url('/wp-content/uploads/2026/03/anoigma-photo-back-mobile.webp');
  }
  .container-desk {
    min-height: 519px;
  }
  #editorial_video {
    width: 340px;
    height: auto;
  }
  .container-xl {
    position: relative;
    min-height: 519px;
  }
  .mob-logo {
    justify-content: center;
  }
  .tsimtsili {
    position: absolute;
    z-index: 1;
    left: 0;
    top: unset;
    bottom: 0;
  }
  .laskari {
    position: absolute;
    z-index: 2;
    right: 0;
    top: unset;
    bottom: 0;
  }
  .photo {
    position: relative;
    display: flex;
    justify-content: center;
    left: unset;
    bottom: -180px;
  }

  .summer-dest-logo .red, .summer-dest-logo .blue {
    position: absolute;
    left: 30px;
    top: 131px;
  }
  .summer-2025 .red, .summer-2025 .blue  {
    position: absolute;
    left: 73px;
    top: 42px;
  }
  .start-journey .red, .start-journey .blue {
    position: absolute;
    left: 40px;
    bottom: 10px;
  }

  /* animations */

  .dlc {
    text-shadow: 0px 6px 6px #000;
    font-family: 'Dancing Script';
    font-size: 42px;
    color: #fff;
    position: absolute;
    width: 185px;
    bottom: 169px;
    left: 115px;
  }
}


/* Desktop list */

#dest ul.categories {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#dest .ci {
  position: relative;
}
.categories-images {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.categories-images .category-image {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 50vh;
  height: 50vh;
  text-align: center;
  opacity: 0;
}

#dest li {
  font-weight: 900;
  font-style: italic;
  font-size: 26px;
  letter-spacing: 0;
  text-align: left;
}
#dest li a {
  color: #fff;
  visibility: visible;
  text-shadow: 3px 3px 5px #16608c;
}

#dest li span {
  display: block;
  visibility: hidden;
  padding: 0 12px;
  border: 4px solid #ffffff;
  border-radius: 9px;
  background: #6189a9ab;
  width: 300px;
}
#dest li span:hover {
  visibility: visible;
}

/* keyframes */

@keyframes fadeInOut1 {
  0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fadeInOut2 {
  0% { opacity: 0; }
  50% { opacity: 0; }
  75% { opacity: 1; }
  100% { opacity: 0; }
}