.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

:root {
--color-darkblue: #687e85;
--color-bg-content: #fbfcfc;
--color-text-titles: #3b4143;
--color-text-content: #fbfcfc;
}

body, p, select, option, label, form, input, button {
font-family: 'Manrope', sans-serif;
}

#contenttop div.htmlbox ul li {
    line-height: 2em;
}

p {
   line-height: 2em;
}

#contenttop h2, #contenttop h1, #contenttop h3, #rightytop h1, #belowsite h2 {
/*font-family: "Noto Serif Display", serif;*/
font-family: 'Manrope', sans-serif;
}

/*.c-italic {
    font-weight: bold;
    font-style: italic;
}*/

.c-main-inner {
    padding: 100px 5% 0 5%;
}

.c-section-title-boxy {
    width: 100%;
    max-width: 800px;
}

p.c-above-title {
    color: #3b4143;
    letter-spacing: 2px;
    font-size: clamp(14px, 1vw, 22px);
    border-bottom: 1px solid #eaebeb;
    border-bottom: 1px solid #dbdbdb;
}

#contenttop h2.c-section-title {
    text-align: left;
    font-size: clamp(22px, 2vw, 60px);
    color: #3b4143;
    line-height: 1.2em;
    border: 0px;
    margin: 0;
    padding-top: 40px;
}

#belowsite h2 {
    text-align: left;
    font-size: clamp(20px, 3vw, 50px);
    font-weight: 200;
    color: #3b4143;
    line-height: 1.2em;
    border: 0px;
    margin-top: 0px;
}

.c-section-par {
    padding: 5% 10% 5% 0;
    margin: 0 auto;
}
.c-section-par p {
    font-size: clamp(16px, 1vw, 18px);
}

.c-video-divider {
    position: relative;
}

.c-video-divider .c-video {
    position: relative;
    width: 100%;
    aspect-ratio: 192 / 60;
    overflow: hidden;
}

.c-video-divider .c-video::after {
    content: '';
    display: block;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 25%);
}
.c-overvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.c-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#contenttop .c-overvideo h2.c-section-title {
    color: white;
    text-align: center;
    border: 0px;
}

.c-button {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--color-darkblue);
    color: white;
    text-decoration: none;
    margin-right: 10px;
    letter-spacing: 2px;
    overflow: hidden;
}

div.submit {
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    overflow: hidden;
    text-decoration: none;
    background-color: var(--color-darkblue);    
}

.c-button::before, div.submit::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #3b4143;
    top: 0;
    left: -100%;
    transition: 0.7s;
}

.c-button:hover::before, div.submit:hover::before {
    left: 0%;
}

.c-button span, div.submit button {
    position: relative;
    z-index: 2;
}


/* FOOTER */

.c-footer-logo {
    margin-bottom: 25px;
    padding-right: 20px;
    box-sizing: border-box;
}

.c-footer-container {
    padding: 0 5% 0 5%;
}

#belowsite a.c-button {
    color: white;
    display: inline-block;
}

#belowsite a {
    color: #323536;
    display: block;
    margin-bottom: 10px;
   text-decoration: none;
}

#belowsite .c-terms-container a {
   display: inline-block;
    margin-right: 20px;
}

.c-terms-container {
    margin: 0 5% 0 5%;
    border-top: 1px solid rgb(59 65 67 / 15%);
    padding-top: 30px;
}

#belowsite .c-social-media a {
    display: inline-block;
    margin-right: 15px;
}

.c-contact-info-boxy {

}

.c-contact-title {
    font-size: 20px;
    font-size: clamp(16px, 1vw, 20px);
    margin-bottom: 0px;
}

.c-contact-info {
    margin-bottom: 21px;
}

.c-menu-mobile {
    position: fixed;
    top: 30px;
    right: 5vw;
    z-index: 99;
    display: flex;
    background-color: white;
    border-radius: 50px;
    align-items: center;
}

.c-menu-text {
   font-size: 20px;
   font-weight: 600;
}


.c-menu-icon {
    background-color: #526671;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-circlebutton{
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.c-circlebutton-inner {
  width: 150px;
  height: 150px;
  background-color: #fff9f6; /* Κύκλος με το βασικό χρώμα */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.c-circlebutton-outer {
  width: 36px;
  height: 36px;
  border: 1px solid #fff9f6; /* Ίδιο με background του inner */
  border-radius: 50%;
  position: absolute;
  top: 12.5%;
  left: 50%;
   transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
}

#contenttop .c-plain-text h2 {
    text-align: left;
    margin-bottom: 0;
    border: 0;
    margin-top: 50px;
}

/* RESPOSNIVE */

@media (max-width: 990px) {
#contenttop h1.pagetitle {
   display: none;
}

.c-main-inner {
    padding: 50px 15px 0 15px;
}

.c-section-par {
    padding: 15px 0% 15px 0;
}

.c-section-title-boxy {
    width: 100%;
    position: relative;
    z-index: 2;
}

p.c-above-title {
    letter-spacing: 1px;
}

#contenttop h2.c-section-title {
padding-top: 0;
}

.c-button {
    padding: 10px 15px;
    letter-spacing: 1px;
}

#innerbelowsite {
    padding-top: 50px;
}

}.c-newlogo {
    background-image: url('/cache/files/fb3dbcf05b62525392555eeffe8c9a75dec71b5f.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/fb3dbcf05b62525392555eeffe8c9a75dec71b5f.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 170px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/fb3dbcf05b62525392555eeffe8c9a75dec71b5f.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.4em;
    font-weight: 300;
}

.c-newsletter form input {
    padding: 10px;
    border: 0px solid #d3d3d3;
    border-radius: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 16px;
    font-weight: 300;
    padding: 15px 25px;
    color: white;
    background-color: transparent;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: transparent;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 100%;
}

.c-newsletter form label {
    margin-bottom: 0px;
}
}/* LOGO AND MENU DESIGN */

.notloggedin #topmenu {
    display: none;
}

.notloggedin #topbanner {
    background-color: transparent;
    padding-left: 5vw;
    padding-right: 5vw;
    position: fixed;
    width: 100%;
    background-color: #fbfcfc;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
}

#topbanner .langchooser {
    padding-top: 37px;
    margin-right: 60px;
}


.notloggedin div.langlist span.langtext {
    display: inline-block;
    width: 21px;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
}.notloggedin #topmenu {
display: none;
}

.c-custom-menu-buttons {
    position: fixed;
    z-index: 99999;
    top: 21px;
    right: 5%;
cursor: pointer;
}

.loggedin .c-menu-container {
display: none;
}

/* SETTINGS CLOSED */
.c-menu-container {
    position: fixed;
    z-index: 92;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: white;
    transition: 1.5s;
overflow: hidden;
}

.c-menu-container .c-menu-box {
opacity: 0;
    transition: 1s;
    display: inline-block;
    font-size: 24px;
    font-size: clamp(18px, 2vw, 30px);
    padding-left: 5vw;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50vw;
}

.c-menu-container .c-menu-box a .c-mainlink-bullet::after {
    content: '';
    width: 100vw;
    display: block;
    height: 1px;
    background-color: #272120;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    opacity: 0;
    transition: 0.3s;
}

.c-menu-container .c-menu-box a {
    text-decoration: none;
    color: #272120;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    width: 100%;
    display: flex;
}

.c-submenu {
    display: flex;
    font-size: 18px;
    font-size: clamp(14px, 1vw, 18px);
    justify-content: flex-start;
    flex-direction: row;
    max-width: 100%;
    gap: 10px;
    gap: clamp(10px, 1vw, 20px);
}

.c-menu-container .c-menu-box .c-submenu a {
display: inline-block;
    width: auto;
    text-decoration: none;
    font-weight: 400;
    color: var(--color-darkblue);
}

.c-menu-container .c-menu-box .c-submenu a:hover {
    text-decoration: underline;
}

.c-mainlink-bullet {
    width: 100%;
    display: block;
    position: relative;
}

.c-menu-container .c-menu-box a .c-mainlink-bullet::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: #d9b98a;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
}


.c-menu-container .c-menu-box a:hover .c-mainlink-bullet::after, .c-menu-container .c-menu-box a:hover .c-mainlink-bullet::before {
    opacity: 1;
}

/* MENU BUTTONS */

.c-menu-buttons {
    height: 55px;
    width: 50px;
    background-color: var(--color-darkblue);
    border-radius: 0%;
}

.c-line-top, .c-line-mid, .c-line-bottom {
    height: 1px;
    width: 30px;
    background-color: var(--color-text-content);
    position: absolute;
    transition: 0.3s;
    left: 10px;
}

.c-line-top {
    top: 13px;
    transform: rotate(0deg);
}

.c-line-mid {
    top: 21.5px;
    transform: translateY(-50%);
    opacity: 1;
}

.c-below-lines span.c-close-menu {
opacity: 0;
transition: 0.3s;
position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
}

.c-below-lines span.c-open-menu {
opacity: 1;
transition: 0.3s;
position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
}

.c-active-menu .c-below-lines span.c-close-menu {
    opacity: 1;
}

.c-active-menu .c-below-lines span.c-open-menu {
    opacity: 0;
}

.c-line-bottom {
top: 30px;
    transform: rotate(0deg);
}

/* HOVER BUTTONS */
/*.c-menu-buttons:hover .c-line-mid {
    background-color: transparent;
}*/

.c-menu-buttons:hover .c-line-mid span {
opacity: 1;
transition-delay: 0.2s;
}

/* END SETTINGS CLOSED */

/* ======================== */

/* SETTINGS OPENED */

.c-menu-container.c-active-menu {
    left: 0;
}

.c-menu-container.c-active-menu .c-menu-box {
opacity: 1;
}

.c-menu-buttons.c-active-menu .c-line-top, .c-menu-buttons.c-active-menu .c-line-mid, .c-menu-buttons.c-active-menu .c-line-bottom {
    background-color:var(--color-text-content);
}

.c-menu-buttons.c-active-menu .c-line-mid {
opacity: 0;
}

.c-menu-buttons.c-active-menu .c-line-top {
    transform: rotate(45deg);
    top: 20px;
}

.c-menu-buttons.c-active-menu .c-line-bottom {
    transform: rotate(-45deg);
    top: 20px;
}

.c-menu-inner {
    display: flex;
}

.c-menu-boxes {
height: 100vh;
}

.c-menu-boxes:nth-child(1) {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
align-items: flex-start;
gap: 20px;
}

.c-menu-boxes:nth-child(2) {
    width: 50%;
    position: relative;
}

.c-menu-vertical-static-box {
    width: 100%;
    text-align: center;
}

.c-menu-vertical-static-box img {
    width: 100%;
    height: 100vh;
    margin-left: 0vw;
    object-fit: cover;
}


/* MOBILE */

.notloggedin #mobile-header {
    box-shadow: none;
    width: 100%;
    z-index: 90;
    position: fixed;
}

#mobile-header button {
    background-color: var(--color-darkblue);
    padding: 7px;
    width: auto;
    height: auto;
    color: var(--color-bg-content);
}
@media (max-width: 990px) {
.c-menu-vertical-marquee-container {
display: none !important;
}
}


.c-menu-vertical-marquee-container.c-show-image {
opacity: 1;
}


/* ====== */

.c-menu-vertical-marquee-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.c-menu-vertical-marquee-container.c-showdefault {
opacity: 1;
    transition: 0.3s;
    transition-delay: 1s;
}

.c-menu-vertical-marquee-container.c-show-marquee {
opacity: 1;
}

.c-menu-vertical-marquee-box {
    position: relative;
    width: 33.33%;
}

.c-menu-vertical-marquee-content {
    position: absolute;
    top: 0;
    width: 100%;
    animation: marquee-original 20s linear infinite; 
}

.c-menu-vertical-marquee-content.c-cloned {
    animation: marquee-clone 20s linear infinite; /* Adjust the animation duration as needed */
}

.c-menu-vertical-marquee {
    display: flex;
    flex-direction: column;
}

.c-menu-vertical-marquee-content div img {
height: 33.33vh;
    width: 100%;
    object-fit: contain;
}

@keyframes marquee-original {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes marquee-clone {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}


/* NEGATIVE SCROLL */

.c-negative-marquee .c-menu-vertical-marquee-content {
    animation: marquee-original-negative 20s linear infinite; 
}

.c-negative-marquee .c-menu-vertical-marquee-content.c-cloned {
    animation: marquee-cloned-negative 20s linear infinite; 
}

@keyframes marquee-original-negative {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes marquee-cloned-negative {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.c-menu-logo {
    position: absolute;
    top: 21px;
    left: 5%;
}

.c-menu-logo img {
    max-width: 240px;
    width: 17vw;
    height: auto;
}

.c-menu-social {
    position: absolute;
    bottom: 0;
    left: 5%;
    display: flex;
    gap: 5vw;
}

.c-menu-social a {
    margin-right: 15px;
    display: inline-block;
}

.c-menu-social img {
    width: 1.2vw;
    max-width: 30px;
    min-width: 20px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
}

@media (max-width: 990px) {
   .c-custom-menu-buttons {
      display: none;
   }
}


@media (max-width: 768px) {
   .c-custom-menu-buttons {
      display: none;
   }
#mobile-header .langchooser {
        top: 25%;
}

.side-nav button.side-nav__hide {
    color: var(--color-text-content);
    background-color: var(--color-darkblue);
        padding: 5px;
        width: auto;
        height: auto;
}

}

.c-below-lines {
    color: white;
    font-size: 11px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    width: 100%;
    text-align: center;
}

@media (max-width: 990px) {
div.langlist span.langtext {
    display: block;
}
#mobile-header .langchooser {
    right: 25px;
}
}#top-page {
    width: 100%;
    position: relative;
}

#top-page .c-top-page-image {
    width: 100%;
    height: 100vh;
}

.c-top-page-box {
position: relative;
    width: 100%;
    height: 90vh;
background-size: cover;
display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: bottom;
}

.c-top-page-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 80%), transparent);
}

#contenttop h2.c-top-page-title {
    font-size: 30px;
    border-bottom: 0;
    margin: 0 0 10vw 0;
    padding: 0;
    color: var(--color-text-content);
    position: relative;
}

.c-inpage-over-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

#contenttop .c-inpage-over-content h2.c-top-page-title {
    margin: 0 0 0vw 0;
}

.c-main-inner {
    padding: 100px 5% 0 5%;
}


#top-page .c-divider-line {
    width: 100%;
    height: 1px;
    background-color: var(--color-bg-content);
    margin: 20px 0;
}

.c-inpage-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

.c-inpage-links a {
    color: var(--color-text-content);
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgb(251 252 252 / 0%);
    transition: .25s ease;
    display: block;
    min-width: 10%;
}

.c-inpage-links a:hover {
    background-color: rgb(251 252 252 / 20%);
}

.c-inpage-links a p {
    margin: 0;
}

.c-inpage-caticon img {
    width: 50px;
    height: auto;
}


/* RESPOSNIVE */

@media (max-width: 990px) {
.c-top-page-box {
height: 90vh;
height: 90dvh;
}

.c-top-page-box::before {
    height: 80%;
}
#contenttop h2.c-top-page-title {
    font-size: 20px;
}

.c-inpage-caticon img {
    width: 35px;
}

.c-inpage-links a p {
   font-size: 14px;
}

.c-inpage-links a {
    min-width: 20%;
    width: auto;
    flex: 1;
}

.c-inpage-links {
gap: 5px;
}


.c-main-inner {
    padding: 50px 15px 0 15px;
}

}.c-images-slider {

}

.c-slider-bg {
background-size: cover;
width: 100%;
height: auto;
  aspect-ratio: 4/3;
background-position: center;
}


.c-images-slider .slider-arrows {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
padding: 0 0 3px 0 !important;
}/* QUICK LINKS NAV */


/* --- QUICK NAV --- */
.c-quick-links-container {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 91;
    width: 100%;
    background-color: var(--color-bg-content);
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    padding: 10px;
    opacity: 0;
    box-sizing: border-box;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .25s ease, transform .25s ease;
    display: flex;
    justify-content: center;
}


.c-quick-links-container.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.c-quick-link-title {
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}

.c-quick-links {
  display: flex;
  gap: 6px;
}

.c-quick-links a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  padding: 8px 10px;
  transition: background-color .2s ease;
  color: #3b4143;
}

.c-quick-links a:hover {
  background: var(--color-darkblue);
  color: var(--color-text-content);
}

.c-quick-links a.c-active-quick-link {
  background-color: var(--color-darkblue);
  color: var(--color-text-content);
}

/* Προαιρετικό: όλα τα anchors έχουν "συμπεριφορά" κενού 100px με native CSS */
[id] { scroll-margin-top: 100px; }

.c-quick-links-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============= */

/* RESPONSIVE */

@media (max-width: 768px) {
    .c-quick-links-container {
        right: 0;
        width: 100%;
    }
.c-quick-link-title {
   display: none;
}

.c-quick-links-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.c-quick-links {
        display: flex;
        gap: 0;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
}
.c-quick-links a {
    white-space: nowrap;
    padding: 5px;
font-size: 12px;
}
.c-quick-links-container {
    padding: 5px;
}
}@media (min-width: 1200px) {
 #pool .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
 }
 .c-images-slider, .slick-list {
       width: 100%;
       height: 100%;
 }

.slick-track, .c-slider-bg {
       height: 100%;
}

 .c-images-slider img {
       width: 100%;
       height: 100%;
    object-fit: cover;
 }
}

#beachbar {
   padding-bottom: 100px;
}