body, p, h1, h2, button {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
    height: auto !important;
}

#contenttop h1.c-title-lg {
    font-size: 3.5vw;
    font-size: clamp(50px, 3.5vw, 90px);
    color: #2a4a96;
    font-weight: 900;
}

#contenttop h2.c-title-lg {
    color: #2c498d;
    font-size: clamp(60px, 4.7vw, 120px);
    margin-top: 0;
    line-height: 0.9;
    font-weight: 900;
}

#contenttop h2.c-title-md {
    color: #2c498d;
    font-size: clamp(30px, 4.65vw, 50px);
    margin-top: 0;
    line-height: 0.9;
    font-weight: 900;
}


.c-subtitle-box {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}


.c-lightblue {
color: #84b9d9;
}

.c-main-inner {
    padding: 3% 7% 0 7%;
    box-sizing: border-box;
}

.c-colorbg {
background-color: #f1f6f9;
}

p.c-parag-title, .c-free-content p.c-parag-title {
    font-size: 30px;
    font-weight: 900;
    color: #2c498d;
    margin-bottom: 0.6em;
}

.c-neatag {
    display: inline-block;
    padding: 8px 15px;
    background-color: #f74a4c;
    border-radius: 65px;
    border-top-left-radius: 7px;
    line-height: 1em;
    color: white;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

.c-button {
    margin-top: 20px;
    display: inline-block;

}

.c-button a, div.items div.back a, .submit button {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
}

.c-button:hover a, div.items div.back:hover a, .submit button:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}

.c-social-buttons .c-button a {
    padding: 10px;
}

div.items div.back {
    border: 0px solid #cbcbcb;
    background-image: none;
    margin-bottom: 30px;

}

/* SLIDER ARROWS */

.slider-arrows {
    display: inline-block;
    padding: 17px 27px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    transition: 0.3s;
    aspect-ratio: 1 / 1;
}

.slider-arrow-left {
    left: 5%;
}
.fa-chevron-left:before {
   content: '';
   background-image: url('/cache/files/c4a2bd94885c71d635259deeef0c436e345a13ea.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-arrow-right {
    right: 5%;
}
.fa-chevron-right:before {
   content: '';
   background-image: url('/cache/files/c4a2bd94885c71d635259deeef0c436e345a13ea.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}



/* MARQUEE DETAILS */

.c-marquee {
    height: 70px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 15px 0 15px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-marquee .c-marqueeone {
    animation: marquee-1 45s linear infinite;
}

.c-marquee .c-marqueetwo {
    animation: marquee-2 45s linear infinite;
}

.c-marquee .c-marqueethree {
    animation: marquee-3 45s linear infinite;
}


/* Adjust the position and styling of each div */
.c-marquee div {
    position: relative;
    width: 100%;
    left: 0%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    color: #2c498d;
    font-size: 30px;
    gap: 30px;

}

.c-marquee:hover div {
    animation-play-state: paused;
}

/* Keyframes for the scrolling effect */
@keyframes marquee-1 {
    0% { left: 0%; }
    100% { left: -100%; }
}

@keyframes marquee-2 {
    0% { left: 0%; }
    100% { left: -100%; }
}

@keyframes marquee-3 {
    0% { left: 0%; }
    100% { left: -100%; }
}

.c-marquee-text {
    color: #2c498d;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    white-space: nowrap;
}

.c-marquee-icon {
    display: inline-block;
    width: 25px;
    min-width: 25px;
}

.c-marquee-icon img {
    width: 100%;
    height: auto;
}

/* FOOTER */
.c-agapimeni-shape {
    margin-top: 0;
    pointer-events: none;
}
.notloggedin #belowsite .c-agapimeni-shape {
    margin-top: 0;
    pointer-events: none;
    position: relative;
}

.c-footer-inner {
    padding: 0px 7% 100px 7%;
    box-sizing: border-box;
}

.c-footer-logo, .c-footer-plaiplai {
   text-align: center;
}

.c-footer-logo img, .c-footer-plaiplai img {
    width: 25%;
    height: auto;
    min-width: 130px;
}

#belowsite .c-footer-info a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 18px;
}

#belowsite .c-footer-info a:hover {
    text-decoration: underline;
    color: #008fd4;
}

.c-footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.c-footer-social .c-social-buttons {
    margin-top: 0px;
}

#innercopyinfo {
    padding: 7px 7% 7px 7%;
    box-sizing: border-box;
}

.c-exib-link {
   text-align: center;
}

.c-exib-link a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #0656a5;
    text-decoration: none;
    color: white !important;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.c-network-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 990px) {
.c-network-button-box {
    width: 100%;
}
}.c-newlogo {
    background-image: url('/cache/files/aabe342baa58810e79b38679dbff1bfc6326d879.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/aabe342baa58810e79b38679dbff1bfc6326d879.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: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    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: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

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

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.notloggedin #mobile-header {
display: none;
}

.c-lockscroll {
overflow: hidden;
}

.c-menu-bar {
    position: relative;
}

.notloggedin .c-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 98;
    padding: 0 7%;
    box-sizing: border-box;
    background-color: white;
    transition: 0.5s;
}

.c-menu-bar.c-closemenu {
    padding: 0 30px;
    width: 450px;
}

.c-menu-bar.c-closemenu .c-menu-logo, .c-menu-bar.c-closemenu .c-menu-social-box {
   display: none;
}

.c-menu-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.c-menu-burger-box {
    width: 200px;
}

.c-menu-burger {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
    cursor: pointer;
}

.c-top-line {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 25px;
    height: 1px;
    background-color: #2c498d;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-bottom-line {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 18px;
    height: 1px;
    background-color: #2c498d;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-closemenu .c-top-line {
    top: 27px;
    left: 15px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.c-closemenu .c-bottom-line {
    top: 27px;
    left: 15px;
    width: 25px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.c-menu-burger:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}


.c-menu-bar .c-button {
margin-top: 0;
}

.c-menu-logo-box {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-menu-logo img {
height: 90px;
width: auto;
}


.c-menu-container {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: -100%;
    opacity: 0;
    left: 0;
    z-index: 97;
    transition: 0.5s;

}

.c-menu-container.c-openmenu {
    top: 0%;
    opacity: 1;
    transition: 0.5s;}

.c-menu-inner {
    display: flex;
    height: 100%;
}

.c-menu-box-left {
    width: 450px;
    height: 100%;
    position: relative;
}

.c-logo {
    padding: 2vw 30px;
}

.c-menu-list {
    padding: 0 30px;
    font-size: 20px;
    font-size: clamp(20px, 3vw, 50px);
    font-weight: 800;
}

.c-sumenu-link{
    font-size: 16px;
    font-size: clamp(16px, 2vw, 32px);
}

.c-menu-accordion-title {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-right: 35px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.c-menu-accordion-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('/cache/files/4e1941d7683a4e59b1bcf65558ceba7348e5d436.svg');
    width: 10%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    right: 0px;
    transform: rotate(0deg);
    transition: 0.3s;

}

.c-menu-accordion-content {
    box-sizing: border-box;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.c-menu-accordion.activeAccordion .c-menu-accordion-content {
    max-height: 500px;
}
.c-menu-accordion.activeAccordion .c-menu-accordion-title::before {
transform: rotate(180deg);
}

.c-menu-accordion.activeAccordion {
    margin-bottom: 20px;
}

.c-hidden-menu .c-menu-box-left-inner {
    background-color: white;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    position: absolute;
    transition: 1s;
    transition-delay: 0.3s;
    padding-top: 100px;
    box-sizing: border-box;
}

.c-menu-container.c-openmenu .c-menu-box-left-inner {
    top: 0%;
}

.c-menu-box-right {
    width: calc(100% - 450px);
    height: 100%;
overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.c-menu-box-right-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-hidden-menu .c-menu-box-right-inner {
    background-color: white;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    transition: 1s;
    transition-delay: 0.3s;
}
.c-menu-container.c-openmenu .c-menu-box-right-inner {
    top: 0%;
}

.c-menu-product-image-box {
    width: 50%;
    height: 40vh;
    position: relative;
    overflow: hidden;
}

#menu-anapsiktika.c-menu-product-image-box {
    background-color: #fab301;
}
#menu-free.c-menu-product-image-box {
    background-color: #64baea;
}
#menu-free .c-goright span {
    animation: Scroll-left 20s linear infinite;
}
#menu-free .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}
#menu-pluslight.c-menu-product-image-box {
    background-color: #54c53b;
}
#menu-tea.c-menu-product-image-box {
    background-color: #ec672f;
}
#menu-tea .c-goright span {
    animation: Scroll-left 15s linear infinite;
}
#menu-tea .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}
#menu-xumoi.c-menu-product-image-box {
    background-color: #ffd92a;
}
#menu-xumoi .c-goright span {
    animation: Scroll-left 20s linear infinite;
}
#menu-xumoi .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}

#menu-mixers.c-menu-product-image-box {
    background-color: #d87f95;
}
#menu-mixers .c-goright span {
    animation: Scroll-left 20s linear infinite;
}
#menu-mixers .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}

#menu-keno.c-menu-product-image-box {
    background-color: white;
}


.c-product-image-box-bottle {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.c-product-image-box-bottle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: auto;
    transition: 0.5s;
}
.c-menu-product-image-box:hover .c-product-image-box-bottle img {
    height: 100%;
    top: 80%;
}


.c-product-image-box-text {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.c-goright, .c-goleft {
    font-size: 3vw;
    font-weight: 800;
    color: white;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    line-height: .9;
    width: 100%;
    opacity: 0;
    position: relative;
    gap: 0.2em;
    transition: 0.1s;
}
.c-goright {
    -webkit-text-stroke: 1px white;
    color: transparent;
}

.c-menu-product-image-box:hover .c-goright {
    opacity: 1;
}
.c-menu-product-image-box:hover .c-goleft {
    opacity: 1;
}

.c-goright span {
    -webkit-animation: Scroll-left 50s linear infinite;
    animation: Scroll-left 50s linear infinite;
}
.c-goleft span {
    -webkit-animation: Scroll-right 50s linear infinite;
    animation: Scroll-right 50s linear infinite;
}

@keyframes Scroll-left {
0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
}


@keyframes Scroll-right {
0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}

.c-menu-social-box {
    width: 250px;
    height: 100%;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-menu-social-box  div.langlist ul {
    padding: 10px;
}

.c-menu-social-box  div.langlist ul li img {
    width: 25px;
    height: auto;
    max-width: none;
}

.c-menu-lang-box {
    position: relative;
    margin-right: 5px;
}

.c-menu-lang-button {
    background-color: white;
    padding: 12.5px;
    border-radius: 50%;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    transition: 0.3s;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.c-menu-lang-button:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}

.c-menu-lang {
    max-height: 0px;
    transition: 0.3s;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 10px);
    left: 3px;
    background-color: white;
    border-radius: 50px;
}

.c-menu-lang.c-openlang {
    max-height: 100px;
}

.c-menu-social {
    display: flex;
    padding: 50px 30px;
    gap: 10px;
}

.c-menu-social .c-social-buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-menu-bar .c-menu-social {
    display: flex;
    padding: 0px 0px 0px 0px;
    gap: 10px;
    position: absolute;
    top: 90px;
    right: 0;
    border-radius: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 73%;
    max-height: 0px;
    overflow: hidden;
    transition: 1s;
    border: 0px solid transparent;
}

.c-menu-bar .c-menu-social-box.c-showsocial .c-menu-social {
    padding: 20px 0px 20px 0px;
    max-height: 300px;
}

.c-menu-social .c-menu-social-link {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
}

.c-menu-social .c-menu-social-link img {
    width: 40px;
    height: auto;
}

.c-menu-social .c-social-buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-menu-social-follow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.c-follow-button span {
    margin-left: 5px;
}

.c-follow-button {
    display: inline-block;
    padding: 12.5px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
}

.c-showsocial .c-follow-button {
    border: 2px solid #ff5f5f;
    box-shadow: 0px 5px #ff5f5f;
}

.c-follow-button:hover {
    border: 2px solid #ff5f5f;
    box-shadow: 0px 0px #ff5f5f;
    top: 5px;
}

.c-menu-link a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.c-menu-link a:hover, .c-menu-accordion-title:hover {
    color: #008fd4;
}

@media (max-width: 990px) {
.c-sumenu-link {
    font-size: 20px;
    margin-bottom: 5px;
}

.c-menu-accordion-title {
    padding-right: 0;
}

.c-menu-accordion-title::before {
    right: -25px;
}

.c-menu-bar.c-closemenu {
    width: 90px;
}
}.notloggedin #mobile-header {
    position: fixed;
    z-index: 99;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
}.c-accordion {
  width: 100%;
  max-width: 720px;
}

.c-accordion-item {
  margin-bottom: 20px;
  border: 1px solid white;
  border-radius: 30px;
  overflow: hidden;
}

.c-accordion-title {
   padding: 15px 20px;
   width: 100%;
   cursor: pointer;
   font-size: 20px;
   color: white;
   position: relative;
   box-sizing: border-box;
   font-weight: 800;
}

.c-acc-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 7px;
    transform: rotate(0deg);
    transition: 0.3s;
}

.activeAccordion .c-acc-button {
    transform: rotate(45deg);
    transition: 0.3s;
}

.c-acc-button::before, .c-acc-button::after {
    content: '';
    display: block;
    background-color: black;
    width: 25px;
    height: 4px;
    top: 21px;
    position: absolute;
    left: 10px;
}

.c-acc-button::before {
    transform: rotate(90deg);
    top: 20px;
    left: 10.5px;
}

.c-accordion-title:hover {
  background-color: rgb(255 255 255 / 20%);
}

.c-accordion-item.activeAccordion .c-accordion-title {
  background-color: rgb(255 255 255 / 20%);
}

.c-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
   color: white;

  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.c-accordion-content p {
    margin-bottom: 0;
    line-height: 2em;
}

.c-accordion-item.activeAccordion .c-accordion-content {
  max-height: 1000px;
  padding: 20px;
}@media (max-width: 1439px) {
.c-main-inner {
    padding: 50px 20px 0 20px !important;
    box-sizing: border-box;
}

#pageTitle .c-main-inner {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
}

}

/* TABLET */
@media (max-width: 990px) {

.c-footer {
    margin-top: -100px;
}

.notloggedin .c-menu-bar {
    padding: 0 15px;
}
.c-menu-burger {
    width: 46px;
    height: 46px;
}

.c-menu-logo {
    margin-top: -15px;
}
.c-top-line {
    top: 19px;
    left: 11px;
    height: 1.5px;
}
.c-bottom-line {
    top: 27px;
    left: 11px;
    height: 1.5px;
}

.c-follow-button span {
    display: none;
}
.c-follow-button, .c-menu-lang-button {
    padding: 7.5px;
}

.c-menu-social-box {
    width: 50px;
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.c-menu-bar .c-menu-social {
    top: 95%;
    width: 100%;
}

.c-menu-lang-box {
position: relative;
    margin-right: 0;
    margin-bottom: 7px;
    margin-top: 50px;
}

.c-menu-lang-box {
    z-index: 100;
}

.c-menu-lang {
    max-height: 100%;
    top: 0;
    left: auto;
    right: 100%;
    max-width: 0px;
        margin-top: 5px;
        margin-right: 5px;
}

.c-menu-lang.c-openlang {
    max-width: 200px;
}

.c-menu-social-box div.langlist ul {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.c-menu-social-box div.langlist ul li img {
    width: 26px;
}

.c-main-inner {
    padding: 50px 20px 0 20px !important;
    box-sizing: border-box;
}

#contenttop h2.c-title-lg {
font-size: clamp(46px, 5.45vw, 140px);
    margin-bottom: 0;
    padding-bottom: 0;
}

.c-footer-info {
    text-align: center;
}
.c-footer-social {
    align-items: center;
}

#belowsite .c-footer-social h2.c-title-md {
    margin-bottom: 0px;
}
.c-footer-inner {
    padding: 0px 20px 30px 20px;
    box-sizing: border-box;
}

#innerbelowsite, #belowsite {
    padding-top: 0px;
}

.c-closemenu .c-top-line {
    top: 23px;
    left: 11px;
}

.c-closemenu .c-bottom-line {
    top: 23px;
    left: 12px;
}

.c-menu-box-left, .c-menu-box-right {
    width: 100%;
    height: auto;
}

.c-hidden-menu .c-menu-box-left-inner {
    padding-top: 0;
    position: relative;
}
.c-menu-list {
    font-size: 34px;
    text-align: center;
}

.c-menu-social {
    display: flex;
    padding: 20px 20px;
    gap: 5px;
    justify-content: center;
}

.c-menu-social .c-menu-social-link img {
    width: 30px;
    height: auto;
}

.c-menu-inner {
    flex-direction: column;
}

.c-logo {
    padding: 0px;
    text-align: center;
}

.c-logo img {
    height: 100px;
    width: auto;
}

.c-hidden-menu .c-menu-box-right-inner {
    position: relative;
}

.c-marquee-icon {
    display: inline-block;
    width: 25px;
    min-width: 25px;
}

}



/* ========================= */
/* MOBILE */

@media (max-width: 768px) {



}.c-upokatigories-header .c-main-inner {
padding-bottom: 50px;
}


.c-koinoniki-efthini-bg {
background-color: #f1f6f9;
}


.c-koinoniki-efthini-container {
max-width: 1440px;
margin: 50px auto 0px auto;
padding: 3% 7% 3% 7%;
}

@media (max-width: 912px) {
.c-koinoniki-efthini-container {
margin: 90px auto 0px auto;
}
}

.c-koinoniki-efthini-container .c-title-lg {
text-align: left ;
font-size: 2em ;
color: #2a4a96;
    font-weight: 900;
margin-bottom: 10px;
}

.c-koinoniki-efthini-images {
display: flex;
gap: 20px;
flex-wrap: wrap;
    margin-bottom: 20px;
}



/*PLAI-PLAI*/
.c-plai-plai-bg {
background-color: #00aed1;
}

.c-plai-plai-container {
max-width: 980px;
margin: 50px auto 0px auto;
padding: 3% 7% 3% 7%;
color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4vh;
}
@media (max-width: 912px) {
.c-plai-plai-container {
margin: 90px auto 0px auto;
}
}

.c-plai-plai-container h1{
color: #fff !important;
margin-bottom: 0px !important;
line-height: 1em !important;
margin-top: 4vh !important;
}

.c-plai-plai-bigger-text {
font-size: 1.6em;
}

.c-plai-plai-images {
display: flex;
gap: 20px;
align-items: center;
}


.c-plai-plai-images img{
max-height: 70vh;
}

@media (max-width: 912px) {
.c-plai-plai-images {
flex-direction: column;
}
}


/*END OF PLAI-PLAI*/





.prodmenu ul li a, .imagemenu ul li.inactive a {
    margin-top: 20px;
    display: inline-block;

}

.prodmenu ul li a, .imagemenu ul li.inactive a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
    background-image: none;
}

.prodmenu ul li a:hover, .imagemenu ul li.inactive a:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
    background-color: white;
    color: #2c498d;
}

.prodmenu.imagemenu{
    max-width: 1440px;
    margin: 0 auto;
}

.imagemenu ul {
    display: flex;
    margin-bottom: 150px;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.imagemenu ul li {
    width: auto;
}/* Styles for the modal */
.c-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 999;
    color: black;
}

.c-modal-content {
    background-color: white;
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
}

.c-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Additional styling for button and body */
.c-openModalBtn {
    padding: 15px 55px 15px 25px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid white;
    display: inline-block;
    font-weight: 800;
    color: white;
    border-radius: 100px;
    margin-top: 20px;
    position: relative;
}
.c-openModalBtn::after {
content: '';
display: block;
background-image: url('/cache/files/d60af9ddbb5cfef0e36d640102fdbf3f76623b28.svg');
    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.c-modal-dialog {
width: 100%;
    height: auto;
    max-height: 80vh;
    display: flex;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-width: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
}

.c-modal-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.c-modal-content-item div iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
}.notloggedin #belowsite .c-agapimeni-shape {
    background-color: #f1f6f9;
}

#intro {
    background-color: #000e2f;
    padding-top: 100px;
    padding-bottom: 100px;
}

#intro .c-main-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
color: white;
}

#contenttop #intro h1.c-title-lg {
color: white;
}

.c-intro-date {
    padding: 100px 0;
}

.c-thedate {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}

.c-above-title {
    margin-bottom: 0;
}

.c-intro-line {
    position: relative;
    height: 100px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-intro-line::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}




.c-history-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.c-history-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.c-history-images {
  position: absolute;
  width: 100%;
  height: 100vh; /* Ensure images take full viewport height */
}

.c-history-image-old,
.c-history-image-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-history-image-old img,
.c-history-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-history-image-new {
  opacity: 0; /* Start with the new image hidden */
}

.c-history-stages {
  width: 100%;
  height: auto;
   position: relative;
   z-index: 10;
}

.c-history-stage-1,
.c-history-stage-2,
.c-history-stage-3,
.c-history-stage-4,
.c-history-stage-5,
.c-history-stage-6,
.c-history-stage-7,
.c-history-stage-8,
.c-history-stage-9 {
    width: 40%;
    margin-top: 150px;
    padding: 0 7%;
    padding-bottom: 150px;
    box-sizing: border-box;
}

.c-history-stage-1 {
    margin-top: 40vh;
}

.c-history-stage-9 .c-history-text {
    margin-bottom: 150px;
}

.c-history-year {
    font-size: 10vw;
    color: #fdf8ee;
    font-weight: 800;
    line-height: 1em;
}

.c-history-text {
    font-size: 22px;
    color: #fdf8ee;
}

.c-stage-right {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

#contenttop .c-title-boxy h2.c-title-md {
text-align: left;
}

.c-title-boxy p {
   font-size: 20px;
}

.c-metrics-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.c-metrics-boxy:nth-child(1) {
    width: calc(30% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-metrics-boxy:nth-child(2) {
    width: calc(70% - 15px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.c-metrics-box {
    width: calc(50% - 10px);
    background-color: #dee6eb;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-metrics-box .c-title-md {
    font-size: clamp(60px, 3.9vw, 100px);
line-height: 1;
    font-weight: 900;
    color: #2c498d;
    margin-bottom: 5vh;
}

.c-metrics-text {
    margin-bottom: 0;
    font-size: 20px;
}


.c-metrics-box-logo {
    text-align: right;
}

.c-metrics-box-logo img {
    width: 50%;
    height: auto;
    opacity: 0.3;
    margin-right: 10%;
}


#egkatastaseis {
    position: relative;
}

#egkatastaseis .c-main-inner {
    padding: 0px 0% 0 0%;
     background-color: #000e2f;
    color: white;
    margin-top: 100px;
}

.c-egkatastaseis-boxy {
    padding: 0 7% 0 7%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contenttop #egkatastaseis .c-title-boxy h2.c-title-md {
    color: white;
}

.c-egkatastaseis-box {
    width: 50%;
}

.c-egkatastaseis-box-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-egkatastaseis-image-small {
    overflow: hidden;
    width: 50%;
    text-align: center;
}

.c-egkatastaseis-image-small img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    max-width: 350px;
}

.c-egkatastaseis-image-small:nth-child(2) img {
    margin-top: 5vw;
}

.c-egkatastaseis-image-small:nth-child(4) img {
    margin-bottom: 5vw;
    margin-top: 5vw;
}

#egkatastaseis .c-title-boxy {
    position: sticky;
    top: 200px;
    padding-bottom: 5vw;
}

#xartis.c-main-container {
    background-color: #f1f6f9;
}

#xartis .c-main-inner {
    padding: 3% 7% 3% 7%;
    box-sizing: border-box;
}


#contenttop div.htmlbox #xartis ul.c-locations {
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

#xartis ul.c-locations li {
    display: inline-block;
    min-width: 130px;
    font-size: 18px;
    font-weight: 800;
    background-color: #dee6eb;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
}


/* CAROUSEL */

.c-carousel-images {
    margin-top: 100px;
    margin-bottom: 100px;
}

.c-carousel-images-old, .c-carousel-images-new {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.c-carousel-images-old .c-carousel-images-box, .c-carousel-images-new .c-carousel-images-box {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-right: 10px;
}

.c-carousel-images-old .c-box-1, .c-carousel-images-old .c-box-2 {
    transform: translateX(0%);
    animation-name:  images-old;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.c-carousel-images-new .c-box-1, .c-carousel-images-new .c-box-2 {
    transform: translateX(0%);
    animation-name:  images-new;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.c-carousel-img {
    min-width: 22vw;
    max-width: 25vw;
    overflow: hidden;
    border-radius: 10px;
}

@keyframes images-old {
from {
    transform: translateX(0%);
}
to {
    transform: translateX(-100%);
}
}

@keyframes images-new {
from {
    transform: translateX(-100%);
}
to {
    transform: translateX(0%);
}
}



/* MODAL POP UP */

.c-openModalBtn {
    padding: 15px 55px 15px 25px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    display: inline-block;
    font-weight: 800;
    color: #2c498d;
    border-radius: 100px;
    margin-top: 40px;
    position: relative;
    transition: 0.3s;
    top: 0;
}

.c-openModalBtn span {

}

.c-openModalBtn:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}

.c-openModalBtn::after {
    content: '';
    display: block;
    background-image: url('/cache/files/e9745d4ee21da66871d04801f1b37147fc3c4021.svg');
    width: 25px;
    height: 25px;
    position: absolute;
    right: 18px;
    top: 12px;
    border-radius: 50%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}



.c-award-box {
    border: 2px solid #2c498d;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 40px;
    margin-right: 20px;
    height: 350px;
}

.c-awards-slider .slider-arrow-left {
    left: -70px;
}

.c-awards-slider .slick-disabled {
display: none !important;
}

.c-award-year {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #93a6b3;
}

#certifications {
    background-color: #f1f6f9;
}

#certifications .c-title-boxy {
   padding-right: 20px;
}

#certifications .c-main-inner {
    padding: 3% 7% 3% 7%;
    box-sizing: border-box;
}

.c-pistopoiiseis-box {
    padding: 20px;
    border-radius: 40px;
    background-color: white;
    box-sizing: border-box;
    text-align: center;
}

.c-pistopoiiseis-box {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.c-award-short {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4; /* Limit the text to 4 lines */
  line-height: 1.5; /* Set the line height (adjust as needed) */
  max-height: calc(4 * 1.5em); /* Optional: adjust based on line height */
}

#awards .c-main-inner {
    padding: 3% 7% 3% 7%;
    box-sizing: border-box;
}


@media (max-width: 990px) {

.c-carousel-images {
    margin-bottom: 0px;
}

.c-carousel-img {
    min-width: 57vw;
    max-width: 57vw;
}

.c-history-stage-1 {
    margin-top: 100px;
}
.c-history-image-old, .c-history-image-new {
    width: 170%;
}

.c-history-stage-1, .c-history-stage-2, .c-history-stage-3, .c-history-stage-4, .c-history-stage-5, .c-history-stage-6, .c-history-stage-7, .c-history-stage-8, .c-history-stage-9 {
    width: 65%;
    margin-top: 150px;
    padding: 0 20px;
    padding-bottom: 50px;
}

.c-stage-right {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.c-history-text {
    font-size: 18px;
    color: #fdf8ee;
}

.c-metrics-boxy:nth-child(1), .c-metrics-boxy:nth-child(2) {
    width: 100%;
}

.c-metrics-box {
    width: 100%;
    padding: 20px;
}

.c-metrics-box .c-title-md {
    margin-bottom: 30px;
}

.c-egkatastaseis-box {
    width: 100%;
}

.c-egkatastaseis-box-2 {
    gap: 15px;
}

.c-egkatastaseis-image-small {
    width: calc(50% - 8px);
}

.c-egkatastaseis-boxy {
    padding-bottom: 50px;
}

#xartis .c-main-inner {
        padding: 50px 20px 0 20px;
    box-sizing: border-box;
}

#xartis ul.c-locations li {
    min-width: auto;
    font-size: 16px;
}

#xartis.c-main-container img {
    margin-bottom: 50px;
}

.slider-arrow-right {
    right: -10px;
    left: auto;
}

.c-awards-slider .slider-arrow-left {
    right: -10px;
    left: auto;
    top: calc(50% - 80px) !important;
}


}