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, 5.45vw, 140px);
    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: #ffb400;
    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-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;
}/* MENU HOME PAGE */

.notloggedin .c-menu-bar {
    background-color: transparent;
}

/* END MENU HOME PAGE */

.c-top-header-image {
position: relative;
}

.c-top-title-container {
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.c-top-slider-container, .c-top-slider {
    width: 100%;
    height: 100vh;
}

.c-top-slider .slick-track, .c-top-slider .slick-list {
    height: 100%;

} 

.c-top-slide {
    width: 100%;
    height: 100%;
}

.c-top-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* TOP HEADER THUMBS */
.c-top-slider-thumbs-container {
    position: absolute;
    bottom: 0;
    right: 5%;
    display: flex;
    align-items: flex-end;
}
.c-top-slider-thumb {
    padding: 25px 15px 40px 15px;
    border: 3px solid transparent;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transition: 0.5s;
    cursor: pointer;
}
.c-top-slider-thumb.c-active-thumb {
    padding: 25px 15px 60px 15px;
    border: 3px solid white;
}
.c-top-slider-thumb img {
    width: 80px;
    height: 50px;
    object-fit: contain;
    transition: 0.5s;
}
.c-top-slider-thumb.c-active-thumb img {
    height: 80px;
}
.c-top-slider-thumb-anapsiktika {
    background-color: #109aee;
}
.c-top-slider-thumb-free {
    background-color: #002b91;
}
.c-top-slider-thumb-pluslight {
    background-color: #54c53b;
}
/* END TOP HEADER THUMBS */


/* TOP HEADER FYLLA */
.c-top-header-fylla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.c-top-header-fylla img {
    width: 5vw;
    height: auto;
    position: relative;
    top: -5%;
    animation: 3s floating infinite alternate;
}

.c-top-header-fylla .c-top-fyllo-1 img {
    animation-delay: 1s;
}
.c-top-header-fylla .c-top-fyllo-2 img {
    animation-delay: 0.5s;
}
.c-top-header-fylla .c-top-fyllo-3 img {
    animation-delay: 0.3s;
}
.c-top-header-fylla .c-top-fyllo-4 img {
    animation-delay: 0.7s;
}
.c-top-header-fylla .c-top-fyllo-5 img {
    animation-delay: 1s;
}
.c-top-header-fylla .c-top-fyllo-6 img {
    animation-delay: 0s;
}

@keyframes floating {
   from { top: 10px; }
   to { top: -10px; }
}

.c-top-header-fylla div {
   transition: 2s;
}

.c-top-header-fylla.c-fylla-anapsiktika .c-top-fyllo-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: rotate(0deg);
}
.c-top-header-fylla.c-fylla-anapsiktika .c-top-fyllo-2 {
    position: absolute;
    top: 40%;
    right: 20%;
    transform: rotate(0deg);
}
.c-top-header-fylla.c-fylla-anapsiktika .c-top-fyllo-3 {
    position: absolute;
    top: 40%;
    left: 15%;
    transform: rotate(0deg);
}
.c-top-header-fylla.c-fylla-anapsiktika .c-top-fyllo-4 {
    position: absolute;
    top: 17%;
    right: 20%;
    transform: rotate(0deg);
}
.c-top-header-fylla.c-fylla-anapsiktika .c-top-fyllo-5 {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: rotate(0deg);
}
.c-top-header-fylla.c-fylla-anapsiktika .c-top-fyllo-6 {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: rotate(0deg);
}

.c-top-header-fylla.c-fylla-free .c-top-fyllo-1 {
    position: absolute;
    top: 30%;
    left: 60%;
    transform: rotate(100deg);
}
.c-top-header-fylla.c-fylla-free .c-top-fyllo-2 {
    position: absolute;
    top: 60%;
    right: 60%;
    transform: rotate(-150deg);
}
.c-top-header-fylla.c-fylla-free .c-top-fyllo-3 {
    position: absolute;
    top: 20%;
    left: 75%;
    transform: rotate(130deg);
}
.c-top-header-fylla.c-fylla-free .c-top-fyllo-4 {
    position: absolute;
    top: 27%;
    right: 70%;
    transform: rotate(160deg);
}
.c-top-header-fylla.c-fylla-free .c-top-fyllo-5 {
    position: absolute;
    top: 40%;
    left: 80%;
    transform: rotate(-110deg);
}
.c-top-header-fylla.c-fylla-free .c-top-fyllo-6 {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: rotate(80deg);
}

.c-top-header-fylla.c-fylla-pluslight .c-top-fyllo-1 {
    position: absolute;
    top: 70%;
    left: 70%;
    transform: rotate(170deg);
}
.c-top-header-fylla.c-fylla-pluslight .c-top-fyllo-2 {
    position: absolute;
    top: 35%;
    right: 20%;
    transform: rotate(20deg);
}
.c-top-header-fylla.c-fylla-pluslight .c-top-fyllo-3 {
    position: absolute;
    top: 73%;
    left: 30%;
    transform: rotate(-50deg);
}
.c-top-header-fylla.c-fylla-pluslight .c-top-fyllo-4 {
    position: absolute;
    top: 17%;
    right: 20%;
    transform: rotate(230deg);
}
.c-top-header-fylla.c-fylla-pluslight .c-top-fyllo-5 {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: rotate(20deg);
}
.c-top-header-fylla.c-fylla-pluslight .c-top-fyllo-6 {
    position: absolute;
    top: 33%;
    left: 40%;
    transform: rotate(-20deg);
}


/* END TOP HEADER FYLLA */


#contenttop h1.c-top-title {
    font-size: 6vw;
    font-size: clamp(60px, 6vw, 153px);
    font-family: tartinescriptpro-bld;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.1em;
    color: white;
    text-shadow: 0px 10px rgb(0, 0, 0, 0.25);
}

.c-subtitle {
    font-size: clamp(30px, 2.4vw, 61px);
    line-height: 0.9;
    color: white;
    text-shadow: 0px 5px rgb(0, 0, 0, 0.25);
}

.c-subtitle-slide {
    margin-top: 0px;
    margin-bottom: 3px;
    line-height: 1.1em
}

.c-divider-elemenet {
    margin-top: -5.5vw;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.c-scrolldown-container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.c-scrolldown-container a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.c-scrolldown-container a .c-scrolldown-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.c-scrolldown-container a .c-scrolldown-circle img {
    width: 90%;
    height: 90%;
    margin: 5%;
}

.c-scrolldown-container a .c-scrolldown-arrow {
    position: absolute;
    width: 40%;
    height: 40%;
    top: 30%;
    left: 30%;
}

.c-scrolldown-container a .c-scrolldown-arrow img { 
    width: 100%;
    height: 100%;
}

.c-free-video {
    position: relative;
    width: 60%;
    height: auto;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 800px;
    border-top-left-radius: 1vw;
}

.c-free-video video {
width: 100%;
height: 100%;
}

.c-over-video {
    position: absolute;
    bottom: 0;
    width: 40%;
    aspect-ratio: 3 / 5;
    height: auto;
    left: 50%;
    border-radius: 300px;
    border-top-right-radius: 1vw;
    overflow: hidden;
    border: solid 15px #f1f6f9;
}

.c-over-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contenttop .c-free-content h2.c-title-lg {
    text-align: right;
    white-space: nowrap;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    right: 0;
    float: right;
/*    -webkit-text-stroke: 15px #f1f6f9;*/
/*    paint-order: stroke fill;*/
}

.c-free-parag {
    float: right;
    margin-top: 4vw;
}

.c-free-parag p {
   font-size: 18px;
   line-height: 2em;
}

.c-free-awards {
    display: flex;
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.c-free-awards img {
    width: 5vw;
    height: auto;
    min-width: 70px;
    max-width: 150px;
}

.c-free-portokali-1 {
    position: relative;
    height: 1px;
    width: 100%;
}

.c-free-portokali-1 img {
    position: absolute;
    top: -4vw;
    left: -3vw;
    width: 6vw;
    height: auto;
    z-index: 0;
}

.c-free-portokali-2 {
   text-align: right;
}

.c-free-portokali-2 img {
    width: 6vw;
    height: auto;
}


#marquee-text {
    padding-top: 5%;
    font-size: 4vw;
    line-height: 0.8;
    width: 100%;
    overflow: hidden;
}

.c-marquee-anapsiktika, .c-marquee-icetea, .c-marquee-xumoi {
    position: relative;
    width: 100%;
    height: 5vw;
    min-height: 130px;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    gap: 30px;
    align-items: center;
    font-weight: 800;
}

.c-marquee-icetea {
   left: -50%;
}


.c-marquee-anapsiktika {
    color: #84b9d9;
}

.c-marquee-icetea {
    color: #81b36f;
}

.c-marquee-xumoi {
    color: #e6c671;
}

.c-marquee-image {
    display: inline-block;
}

.c-marquee-image img {
    min-width: 11vw;
    height: auto;
    border-radius: 200px;
    border-top-right-radius: 1vw;
}

.c-gradientbg {
    background-image: linear-gradient(130deg, #2a4a96, #00a3f7);
    height: 100vh;
    margin-top: -6vw;
}

.c-stroke-text {
    font-size: 5vw;
    line-height: 1em;
/*    -webkit-text-stroke: 1px white;*/
/*    paint-order: stroke fill;*/
    font-weight: 800;
}

#history .c-stroke-text {
    color: white;
    opacity: 0.2;
}

.c-logo-text {
    margin-top: -1.5vw;
    font-size: 5vw;
    line-height: 1em;
    font-weight: 800;
}

.c-logo-text span {
    display: inline-block;
    position: relative;
    top: 1vw;
    margin-left: 1vw;
    color: white;
}

#history {
    position: relative;
}

.c-history-fylla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.c-history-fyllo-1 {
    position: absolute;
    top: -5%;
    left: 20%;
}
.c-history-fyllo-2 {
    position: absolute;
    top: 60%;
    left: 40%;
}
.c-history-fyllo-3 {
    position: absolute;
    top: 35%;
    left: 90%;
}

#history .c-parag {
    margin-top: 20px;
    color: white;
    max-width: 850px;
}

#history .c-parag-title {
    color: white;
}

#history .c-main-inner {
    padding: 0 7% 0 7%;
}

#history .c-main-inner, #history .edgetoedge, #history .row, #history .col-md-6 {
    height: 100%;
}

.c-history-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 6;
}


.c-vertical-carousel {
    position: relative;
    right: 0;
    width: 100%;
    margin-right: 0;
    height: 100vh;
    top: 0vh;
    bottom: auto;
    overflow: hidden;
    display: flex;
    gap: 20px;
}

.c-vertical-left, .c-vertical-right {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.c-v-carousel-image img {
border-radius: 20px;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
}

.notloggedin .c-vertical-left .c-vertical-left-box-1, .notloggedin .c-vertical-right .c-vertical-right-box-1 {
    position: absolute;
    top: 0%;
    animation: marquee-vertical-1 45s linear infinite;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.notloggedin .c-vertical-left .c-vertical-left-box-2, .notloggedin .c-vertical-right .c-vertical-right-box-2 {
    position: absolute;
    top: 0%;
    animation: marquee-vertical-2 45s linear infinite;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.notloggedin .c-vertical-left .c-vertical-left-box-1 {
    animation: marquee-vertical-L1 45s linear infinite;
}

.notloggedin .c-vertical-left .c-vertical-left-box-2 {
    animation: marquee-vertical-L2 45s linear infinite;
}

.notloggedin .c-vertical-right .c-vertical-right-box-1 {
    animation: marquee-vertical-L1 45s linear infinite;
    animation-delay: 5s;
}

.notloggedin .c-vertical-right .c-vertical-right-box-2 {
    animation: marquee-vertical-L2 45s linear infinite;
    animation-delay: 5s;
}


@keyframes marquee-vertical-L1 {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes marquee-vertical-L2 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

.c-divider-element {
    position: relative;
    z-index: 3;
}

.c-apolausi-text {
    text-align: center;
    position: relative;
}

.c-apolausi-title {
    font-size: clamp(50px, 4.65vw, 120px);
    font-weight: 800;
    line-height: 0.9;
    color: #84b9d9;
    /* -webkit-text-stroke: 15px #f1f6f9; */
    /* paint-order: stroke fill; */
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    width: 50vw;
    margin: 0 auto 30px auto;
}

.c-apolausi-text .c-button {
    position: relative;
    z-index: 9;
}

#apolausi {
    position: relative;
}

#apolausi .c-main-inner {
    padding: 200px 7% 200px 7% !important;
}

.c-apolausi-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.c-apolausi-element-1 {
    position: absolute;
    top: -150px;
    left: 40%;
    transform: rotate(16deg);
}
.c-apolausi-element-1 img {
    width: 4vw;
    height: auto;
    min-width: 70px;
}


.c-apolausi-element-2 {
    position: absolute;
    top: -70px;
    left: 55%;
    transform: rotate(0deg);
}
.c-apolausi-element-2 img {
    width: 4vw;
    height: auto;
    min-width: 70px;
}


.c-apolausi-element-3 {
    position: absolute;
    top: 0;
    left: 80%;
    transform: rotate(-25deg);
}
.c-apolausi-element-3 img {
    width: 4vw;
    height: auto;
    min-width: 70px;
}


.c-apolausi-element-4 {
    position: absolute;
    top: 260px;
    left: 73%;
    transform: rotate(15deg);
    z-index: 6;
}
.c-apolausi-element-4 img {
    width: 6vw;
    height: auto;
    min-width: 70px;
}



.c-apolausi-element-5 {
    position: absolute;
    bottom: 50px;
    left: 60%;
    transform: rotate(8deg);
    z-index: 6;
}
.c-apolausi-element-5 img {
    width: 4.3vw;
    height: auto;
    min-width: 70px;
}



.c-apolausi-element-6 {
    position: absolute;
    bottom: 60px;
    left: 30%;
    transform: rotate(-8deg);
    z-index: 6;
}
.c-apolausi-element-6 img {
    width: 3.5vw;
    height: auto;
    min-width: 70px;
}



.c-apolausi-element-7 {
    position: absolute;
    top: 190px;
    left: 15%;
    transform: rotate(-8deg);
    z-index: 6;
}
.c-apolausi-element-7 img {
    width: 4vw;
    height: auto;
    min-width: 70px;
}



.c-apolausi-element-8 {
    position: absolute;
    top: -50px;
    left: 23%;
    transform: rotate(8deg);
    z-index: 2;
}
.c-apolausi-element-8 img {
    width: 4vw;
    height: auto;
    min-width: 70px;
}



.c-apolausi-element-9 {
    position: absolute;
    top: 30px;
    left: 30%;
    z-index: 2;
}
.c-apolausi-element-9 img {
    width: 3vw;
    height: auto;
    min-width: 50px;
    max-width: 100%;
}



.c-apolausi-element-10 {
    position: absolute;
    top: 70px;
    left: 70%;
    z-index: 2;
}
.c-apolausi-element-10 img {
    width: 3vw;
    height: auto;
    min-width: 50px;
    max-width: 100%;
}




.c-apolausi-element-11 {
    position: absolute;
    bottom: 180px;
    left: 80%;
    z-index: 2;
}
.c-apolausi-element-11 img {
    width: 3vw;
    height: auto;
    min-width: 50px;
    max-width: 100%;
}



.c-apolausi-element-12 {
    position: absolute;
    bottom: 60px;
    left: 40%;
    z-index: 2;
}
.c-apolausi-element-12 img {
    width: 3vw;
    height: auto;
    min-width: 50px;
    max-width: 100%;
}



.c-apolausi-element-13 {
    position: absolute;
    bottom: 170px;
    left: 20%;
    z-index: 2;
}
.c-apolausi-element-13 img {
    width: 3vw;
    height: auto;
    min-width: 50px;
    max-width: 100%;
}



.c-social-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/* SECTION AGAPIMENI */

#agapimeni {
   position: relative;
}

.notloggedin #belowsite .c-agapimeni-shape {
    margin-top: -210px;
    position: relative;
}

.notloggedin .c-agapimeni-shape {
    margin-top: -100px;
    position: relative;
}

.c-agapimeni-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 6;
}

.c-agapimeni-text-left, .c-agapimeni-text-right, .c-agapimeni-mobile-text {
    font-size: 40px;
    color: #2c498d;
padding-bottom: 50px;
    font-weight: 800;
}

.c-agapimeni-text-left {
    text-align: right;
}

#agapimeni .row {
    display: flex;
    align-items: flex-end;
}



.c-agapimeni-fylla {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-agapimeni-fyllo-1 {
    position: absolute;
    bottom: 0%;
    left: 45%;
    width: 0vw;
}
.c-agapimeni-fyllo-1 img {
    width: 100%;
    height: auto;
}


.c-agapimeni-fyllo-2 {
    position: absolute;
    bottom: 0%;
    left: 48%;
    width: 0vw;
}
.c-agapimeni-fyllo-2 img {
    width: 100%;
    height: auto;
}



.c-agapimeni-fyllo-3 {
    position: absolute;
    top: 80%;
    left: 48%;
    width: 0vw;
}
.c-agapimeni-fyllo-3 img {
    width: 100%;
    height: auto;
}



.c-agapimeni-fyllo-4 {
    position: absolute;
    top: 80%;
    right: 47%;
    width: 0vw;
}
.c-agapimeni-fyllo-4 img {
    width: 100%;
    height: auto;
}



.c-agapimeni-fyllo-5 {
    position: absolute;
    bottom: 0%;
    right: 48%;
    width: 0vw;
}
.c-agapimeni-fyllo-5 img {
    width: 100%;
    height: auto;
}

.c-agapimeni-mpoukali img {
    width: 9vw;
    height: auto;
}

#belowsite .c-agapimeni-shape {
   display: none;
}.c-instagram-boxy {
background-color: #f1f6f9;
    position: relative;
    z-index: 1;
}

.instagram {
    position: relative;
    z-index: 1;
}

.instagram .instagram_module_container .instagram-image-container {
    height: auto;
    padding: 0px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 40px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

.instagram_module_container .instagram-image {
    height: 100%;
    width: 100%;
    border-radius: 40px;
}

.instagram .slick-slide:nth-child(even) {
position: relative;
top: -20px;
}

.instagram .slick-slide:nth-child(odd) {
position: relative;
top: 20px;
}


.instagram_module_container .instagram-caption-container {
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    background-color: transparent;
    background-image: linear-gradient(0deg, #153276, rgb(21 50 118 / 15%));
    border-radius: 40px;
}

.instagram_module_container .instagram-caption {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: auto;
    position: absolute;
    transform: translate(0, 0%);
    bottom: 90px;
    left: 2.5%;
}

.c-instargam-title {
    font-size: clamp(40px, 3.1vw, 80px);
    line-height: 1.2;
    color: #2c498d;
    font-weight: 800;
}

.c-instagram-title-container {
    text-align: center;
    background-color: #f1f6f9;
    padding-top: 100px;
}

.c-instagram-subtitle {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
    color: #2c498d;
}

.c-below-instagram-container {

}

.c-below-insta-text {
    font-size: clamp(40px, 3.1vw, 80px);
    line-height: 1.2em;
    color: rgb(44 73 141 / 20%);
    opacity: 1;
    position: relative;
    z-index: 0;
    margin-top: -130px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 800;
}

.c-below-insta-text-stroke {
    content: 'EVERY SIP TELLS A STORY';
    font-size: clamp(40px, 3.1vw, 80px);
    line-height: 0.8em;
    color: transparent;
    opacity: 1;
    position: relative;
    z-index: 1;
    margin-top: calc(-1* clamp(40px, 3.1vw, 80px));
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-text-stroke: 2px #f1f6f9;
    paint-order: stroke fill;
    pointer-events: none;
    font-weight: 800;
}@media (min-width: 991px) {
.c-agapimeni-mobile-text {
     display: none;
}
}

/* TABLET */
@media (max-width: 990px) {
.c-top-slider-container, .c-top-slider {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 18;
}

.slider-arrow-left {
    left: 20px;
    top: 70%;
}
.slider-arrow-right {
    right: 20px;
    top: 70%;
}

.c-top-slider-thumb {
padding: 5px 10px 35px 10px;
}

.c-top-slider-thumb.c-active-thumb {
    padding: 5px 10px 30px 10px;
}

.c-top-slider-thumb img {
    width: 60px;
}

.c-divider-elemenet {
    margin-top: -23.5vw;
}
.c-top-slider-thumbs-container {
    right: 0;
}

.c-scrolldown-container {
    left: 20px;
    transform: translateX(0%);
    width: 80px;
    height: 80px;
}

#louxfree .c-main-inner {
    padding: 0px 20px 0 20px;
}

.c-over-video {
    width: 50%;
    left: auto;
    right: 0;
    border: solid 10px #f1f6f9;
}

#contenttop .c-free-content h2.c-title-lg {
    text-align: left;
    float: left;
    right: auto;
white-space: normal;
}

p.c-parag-title, .c-free-content p.c-parag-title {
    line-height: 1em;
}

.c-neatag {
    margin-right: 50%;
    padding: 5px 10px;
}

#marquee-text {
    padding-top: 5%;
    font-size: 10vw;
}
.c-marquee-anapsiktika, .c-marquee-icetea, .c-marquee-xumoi {
    min-height: 40px;
}

.c-marquee-image img {
    min-width: 80px;
}

.c-history-fylla img {
    width: 20vw;
    height: auto;
}

.c-stroke-text {
    font-size: 40px;
}

.c-logo-text {
    margin-top: 0;
    font-size: 40px;
}

.c-logo-text img {
    width: 130px;
    height: auto;
    margin-top: -20px;
}

.c-apolausi-element-1 img, .c-apolausi-element-2 img, .c-apolausi-element-3 img, .c-apolausi-element-4 img, .c-apolausi-element-5 img, .c-apolausi-element-6 img, .c-apolausi-element-7 img, .c-apolausi-element-8 img, .c-apolausi-element-9 img, .c-apolausi-element-10 img, .c-apolausi-element-11 img, .c-apolausi-element-12 img, .c-apolausi-element-13 img {
    min-width: 45px;
    width: 12vw;
}
.c-apolausi-element-1 {
    top: -60px;
}
.c-apolausi-element-2 {
    top: 30px;
}
.c-apolausi-element-3 {
    left: 88%;
}
.c-apolausi-element-4 {
    top: auto;
    bottom: 90px;
    left: 83%;
}
.c-apolausi-element-5 {
    bottom: 0;
}
.c-apolausi-element-6 {
    bottom: 0px;
left: 20%;
}
.c-apolausi-element-7 {
    top: auto;
    bottom: 80px;
    left: -2%;
    transform: rotate(10deg);
}

.c-apolausi-element-8 {
    top: 30px;
    left: 0;
}
.c-apolausi-title {
    -webkit-text-stroke: 0px #f1f6f9;
}


.c-below-insta-text-stroke {
    display: none;
}
.c-below-insta-text {
    margin-top: 0;
}

.instagram .instagram_module_container .instagram-image-container {
    padding: 10px;
}
.instagram_module_container .slick-slide > div {
    height: auto;
}
.instagram .slick-slide:nth-child(odd), .instagram .slick-slide:nth-child(even) {
    top: 0;
}
.instagram_module_container {
    padding-top: 10px;
    padding-bottom: 0;
}

.c-agapimeni-mpoukali img {
    width: 30vw;
    height: auto;
}

.c-agapimeni-text-right {
    display: none;
}

#agapimeni .row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.c-agapimeni-text-left, .c-agapimeni-mobile-text {
    text-align: center;
    font-size: 32px;
    padding-bottom: 0;
}

.c-top-header-fylla img {
    width: 5vw;
    min-width: 50px;
}

html[lang="en"] #contenttop h1.c-top-title {
    font-size: 6vw;
    font-size: clamp(50px, 6vw, 153px);
    text-shadow: 0px 5px rgb(0, 0, 0, 0.25);
}

#contenttop h1.c-top-title {
    text-shadow: 0px 5px rgb(0, 0, 0, 0.25);
}

}

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

/* MOBILE */
@media (max-width: 768px) {


}.c-modal-black-shape {
    background-color: #000000;
    color: white;
    margin: 30px 15px 15px 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1.2rem;
    position: relative;
    z-index: 3;
}

/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* Active state */
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Modal box */
.modal {
    background: #e70a03;
    color: #fff;
    padding: 2rem 2rem 0;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    text-align: center;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal p{
    max-width: 440px;
    margin: 30px auto;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    background-color: black;
    padding: 7px 17px 13px;
    border-radius: 50%;
    z-index: 9;
}
.c-bottom-learnmore {
    background-color: black;
    padding: 1rem;
    border-radius: 2rem 2rem 0 0;
    color: white;
    text-decoration: none;
    display: block;
}

.c-gift-modal-image {
   position: relative;
}

.c-gift-modal-image img {
   position: relative;
   z-index: 3;
   width: 100%;
   height: auto;
}

.c-gift-modal-image::before {
   content: '';
   background-image: url('/cache/files/0388013b477e6bc50a9519767198ca8e26c7f114.svg');
display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140%;
    height: 140%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
} 

#openModal {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    background-color: red;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 38%);
    transition: 0.5s;
    cursor: pointer;
    z-index: 10;
}

#openModal:hover {
    width: 150px;
    height: 150px;
}

#openModal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}