body {
font-family: "Manrope", sans-serif;
overflow-x: hidden;
}

:root {
  --green: #42b69f;
--yellow: #faa61a;
--blue: #003375;
--tirquaz: #63ffe0;
--light-yellow: #ffd863;
--red: #ff4747;
--light-gray: #f1f1f1;
--purple: #c781cf;
--cyan: #00d9df;
--gray: #f1f1f1;
}


/*SCROLL BAR*/
body::-webkit-scrollbar {
  width: 10px; /* Πλάτος της scrollbar */
}

body::-webkit-scrollbar-track {
  background: #fff; /* Χρώμα του background της scrollbar */
}

body::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--green); 
}


/*END OF SCROLL BAR*/



/*TOP MENU*/

#topbanner {
    max-width: 95vw;
    border-radius: 0px 0px 40px 40px;
}


div.topmenu {
max-width: 60vw;
    position: absolute;
    top: 35px;
    left: 42vw;
    transform: translateX(-25vw);
}


@media (max-width: 1370px) {
div.topmenu {
max-width: 60vw;
    position: absolute;
    top: 32px;
    left: 43vw;
    transform: translateX(-25vw);
font-size: 15px !important;
}
}

@media (max-width: 1280px) {
div.topmenu {
max-width: 40vw;
    position: absolute;
    top: 14px;
    left: 48vw;
    transform: translateX(-25vw);
font-size: 14px !important;
}
}



div.topmenu ul {
    background-color: #fff;
    border-radius: 40px;
    padding-top: 7px;
    padding-bottom: 8px;
}

div.topmenu ul li {
    border-radius: 30px;
}


div.topmenu ul li a {
    transition: all 0.4s ease;
    padding-top: 8px !important;
}


@media (max-width: 1500px) {
div.topmenu ul li a{
padding-left: 10px !important;
padding-right: 10px !important;
}
}

/*END OF TOP MENU*/


/*TOP RIGHT MENU*/


.c-top-right-menu {
display: flex;
    gap: 15px;
    justify-content: flex-end;
margin-right: 30px;
}

@media (max-width: 1370px) {
.c-top-right-menu {
display: flex;
    gap: 7px;
    justify-content: flex-end;
margin-right: 30px;
flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 20px;
}
}


/*END OF TOP RIGHT MENU*/




/*BELOWSITE*/

#belowsite {
    max-width: 95vw;
    border-radius: 40px 40px 0px 0px;
    margin: 0 auto;
position: relative;
}

#copyinfo{
    max-width: 95vw;
}

/*END OF BELOWSITE*/


/*FOOTER*/

.c-footer {

}

.c-footer-info {
display: flex;
gap: 30px;
padding: 6vw 4vw 4vw 4vw;
justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1024px) {
.c-footer-info {
align-items: center;
    flex-direction: column;
}
}

@media (max-width: 7680px) {
.c-footer-info {
padding: 8vh 4vw 4vw 4vw;
}
}

.c-footer-frontistiria {
display: flex;
gap: 30px;
    align-items: flex-start;
width: 80%;
    justify-content: space-around;
}

@media (max-width: 1024px) {
.c-footer-frontistiria {
width: 100%;
}
}

@media (max-width: 760px) {
.c-footer-frontistiria {
align-items: center;
    justify-content: space-around;
    flex-direction: column;
gap: 50px;
}
}




.c-footer-frontistiria p{
max-width: 205px;
}

.c-footer-title {
font-weight: 900;
font-size: 24px;
line-height: 1em;
}


.c-footer-info img{
margin-right: 5px;
}


.c-footer-social {
    position: absolute;
    right: 10%;
    top: -20px;
display: flex;
gap: 15px;
}

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


@media (max-width: 540px) {
.c-footer-social img{
height: 25px;
}
}

.c-footer-social div{
scale: 1;
    transition: all 0.6s ease;
}


.c-footer-social div:hover{
scale: 1.2;
}

.c-instagram-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px var(--purple);
border: 1px solid var(--purple);
}



.c-mail-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px var(--yellow);
border: 1px solid var(--yellow);
}


.c-facebook-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px var(--tirquaz);
border: 1px solid var(--tirquaz);
}

.c-viber-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px #665CAC;
border: 1px solid #665CAC;
}




/*END OF FOOTER*/


/*NEWS*/


div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


.notloggedin div.horizontalitemsnews div.itemcontent {
    border-radius: 40px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 30px;
}

/*END OF NEWS*/.c-newlogo {
    background-image: url('/cache/files/4d64b765ce1caf0040b0a67cdaf2778016aac2ed.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: transprent;
    background-image: url('/cache/files/8ce53a584bff0a128290d8cfae908ec5a08eb2f3.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 2vh 4vh;
}

.side-nav__header {
    max-height: 80px;
    height: 30%;
}.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%;
}
}.c-odigos-button {
display: inline-block;
background-color: var(--green);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 900;
    padding: 15px 20px;
    padding-left: 20px !important;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-odigos-button:hover {
background-color: #2da18a;
}

@media (max-width: 1370px) {
.c-odigos-button {
    padding: 10px 15px;
}
}


.c-eclass-button {
display: inline-block;
background-color: var(--yellow);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 900;
    padding: 15px 20px;
    padding-left: 15px !important;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-eclass-button:hover {
background-color: #e79d22;
}

@media (max-width: 1370px) {
.c-eclass-button {
    padding: 10px 15px;
}
}


.c-button-1 {
background-color: #fff;
    color: var(--blue);
    padding: 15px 20px;
border-radius: 30px;
    font-weight: 900;
    transition: all 0.6s ease;
    text-decoration: none;
display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    max-width: fit-content;
}


.c-button-1 img{
    transition: all 0.6s ease;
}

.c-button-1:hover {
gap: 25px;
}
.c-button-1:hover img{
    transform: rotate(360deg);
}





.c-button-2 {
background-color: #fff;
    color: var(--blue);
    padding: 15px 20px;
border-radius: 30px;
    font-weight: 900;
    transition: all 0.6s ease;
    text-decoration: none;
display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    max-width: fit-content;
border: 2px solid var(--blue);
}


.c-button-2 img{
    transition: all 0.6s ease;
}

.c-button-2:hover {
gap: 25px;
}
.c-button-2:hover img{
    transform: rotate(360deg);
}#contenttop h1 {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 30px;
font-weight: 900;
}


.c-main-title {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: #fff;
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}

.c-blue-title {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}

.c-blue-title-smaller {
font-size: clamp(1.375rem, 1.19rem + 0.741vw, 2.375rem); /*22-38*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 0px;
font-weight: 900;
}


.c-red-title {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: var(--red);
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}

.c-white-title {
font-size: clamp(1.375rem, 1.19rem + 0.741vw, 2.375rem); /*22-38*/
color: #fff;
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}


.c-tag {
border-radius: 62.5rem;
    padding: .5rem 1.5rem;
    display: inline-block;
    position: relative;
}

.c-tag-tirquaz {
    z-index: 1;
    background-color: var(--tirquaz);
    color: var(--blue);
    transform: rotate(3deg);
}

.c-tag-cyan {
    z-index: 1;
    background-color: var(--cyan);
    color: #fff;
    transform: rotate(-3deg);
}


.c-tag-light-yellow{
    background-color: var(--light-yellow);
    color: var(--blue);
    transform: rotate(-3deg);
}

.c-tag-yellow{
    background-color: var(--yellow);
    color: #fff;
    transform: rotate(-3deg);
}

.c-tag-green{
    background-color: var(--green);
    color: #fff;
    transform: rotate(-3deg);
}

.c-tag-purple{
    background-color: var(--purple);
    color: #fff;
    transform: rotate(-3deg);
}

.c-tag-red{
    background-color: var(--red);
    color: #fff;
    transform: rotate(-3deg);
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
left: -55px;
border-radius: 50%;
    background-color: var(--blue);
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
right: -35px;
border-radius: 50%;
    background-color: var(--blue);
}

.slick-prev:hover, .slick-next:hover {
    background-color: var(--yellow);
}

.slick-next:focus, .slick-prev:focus {
    background-color: var(--yellow);
}


.slick-next:before {
    top: 12px;
    height: 25px;
    width: auto;
 background-image: url('/cache/files/0b0176a0d8b4a82091d3d9f893eb142eb476492f.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 25px;
    width: auto;
background-image: url('/cache/files/0b0176a0d8b4a82091d3d9f893eb142eb476492f.svg');
    background-size: contain;
    background-position-x: 50%;
}.mobile-header {
border-radius: 0px 0px 40px 40px;
    box-shadow: none;
    max-width: 95vw;
    margin: 0 auto;
}

.side-nav__container {
    width: 95%;
    max-width: 95%;
    height: 98%;
    border-radius: 40px;
}

.side-nav--visible .side-nav__container {
transform: translateX(-50%) !important;
    left: 50%;
    top: 5px;
}



.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}




.side-nav__hide {
    position: absolute;
    left: 25px;
    top: 25px;
}

.side-nav button.side-nav__hide {
    font-size: 24px;
    font-weight: 900;
}


.side-nav__hide:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -7.5px;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    z-index: -1;
    border-radius: 50%;
}




.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
gap: 1.5vh;
    text-align: center;
    margin: 0 auto;
}


.side-nav ul li a {
    padding-left: 0px !important;
background-color: var(--blue) !important;
border-radius: 30px;
color: #fff;
}


.side-nav ul li:nth-last-child(1) a {
    background-color: var(--yellow) !important;
color: #fff !important;
}


.side-nav ul li:nth-last-child(2) a {
    background-color: var(--green) !important;
color: #fff !important;
}





.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}



.c-mobile-footer-social {
display: flex;
gap: 15px;
    justify-content: center;
    align-items: flex-end;
}

.c-mobile-footer-social img{
height: 15px;
width: auto;
}



.c-mobile-footer-social .c-mail-container {
    padding: 4px 9px 6px;
}

.c-mobile-footer-social .c-instagram-container {
    padding: 4px 9px 6px;
}

.c-mobile-footer-social .c-facebook-container {
    padding: 4px 9px 6px;
}

.c-mobile-footer-social .c-viber-container {
    padding: 4px 9px 6px;
}#contenttop h1 {
display: none;
}


.c-into {
display: flex;
gap: 30px;
padding-top: 8vh;
padding-bottom: 8vh;
}
@media (max-width: 912px) {
.c-into {
padding-top: 4vh;
padding-bottom: 4vh;
flex-direction: column;
    align-items: center;
}
}


.c-intro-green-text {
width: 50vw;
background-color: var(--green);
color: #fff;
padding: 5vh 40px;
border-radius: 0px 40px 40px 0px;
display: flex;
    flex-direction: column;
    justify-content: center;
font-size: 1.2em;
gap: 20px;
}

@media (max-width: 912px) {
.c-intro-green-text {
width: 95vw;
border-radius: 40px;
margin: 0 auto;
}
}
@media (max-width: 500px) {
.c-intro-green-text {
padding: 30px 25px;
}
}


.c-intro-purple-text {
width: 50vw;
background-color: var(--purple);
color: #fff;
padding: 5vh 40px;
border-radius: 40px 0px 0px 40px;
display: flex;
    flex-direction: column;
    justify-content: center;
font-size: 1.2em;
gap: 20px;
}

@media (max-width: 912px) {
.c-intro-purple-text {
width: 95vw;
border-radius: 40px;
margin: 0 auto;
}
}

@media (max-width: 500px) {
.c-intro-purple-text {
padding: 30px 25px;
}
}



.c-intro-green-text p, c-intro-purple-text p{
margin-bottom: 0px;
}

.c-intro-green-text span, .c-intro-purple-text span {
font-weight: 900;
}

.c-intro-grey-text {
background-color: var(--gray);
color: var(--blue);
padding: 10vh;
border-radius: 40px;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
text-align: center;
font-size: 1.2em;
max-width: 95vw;
margin: 0 auto;
}

@media (max-width: 912px) {
.c-intro-grey-text {
padding: 5vh;
}
}



.c-intro-grey-text span{
font-weight: 900;
}


.c-intro-grey-text img{
margin-bottom: 20px;
}


.c-grey-text {
background-color: var(--gray);
color: var(--blue);
padding: 10vh 10vh 5vh 10vh;
border-radius: 40px;
text-align: center;
font-size: 1.2em;
max-width: 95vw;
margin: 0 auto 6vh auto;
}

@media (max-width: 912px) {
.c-grey-text {
padding: 5vh;
}
}

.c-grey-text span{
font-weight: 900;
}


#kathigites {
width: 40vw;
    padding: 5vh;
    border-radius: 40px 0px 40px 40px;
    border: 15px solid var(--red);
    font-weight: 900;
margin-bottom: 4vw;
}

@media (max-width: 912px) {
#kathigites {
width: 93vw;
    padding: 4vh;
    border-radius: 40px;
margin: 0 auto 4vh auto;
}
}



#vivlia{
width: 40vw;
    padding: 5vh;
    border-radius: 40px 0px 40px 40px;
    background-color: var(--green);
color: #fff;
    font-weight: 900;
margin-bottom: 4vw;
}


@media (max-width: 912px) {
#vivlia{
width: 93vw;
    padding: 4vh;
    border-radius: 40px;
margin: 0 auto;
}
}


#technology {
width: 40vw;
    padding: 5vh;
    border-radius: 40px 0px 40px 40px;
    background-color: var(--blue);
color: #fff;
    font-weight: 900;
margin-bottom: 4vw;
}


@media (max-width: 912px) {
#technology {
width: 93vw;
    padding: 4vh;
    border-radius: 40px;
margin: 0 auto;
}
}



#goneis{
width: 40vw;
    padding: 5vh;
    border-radius: 0px 40px 40px 40px;
    background-color: var(--yellow);
color: #fff;
    font-weight: 900;
margin-bottom: 4vw;
}

@media (max-width: 912px) {
#goneis {
width: 93vw;
    padding: 4vh;
    border-radius: 40px;
margin: 0 auto 4vh auto;
}
}




#grammateia {
width: 40vw;
    padding: 5vh;
    border-radius: 0px 40px 40px 40px;
    background-color: var(--red);
color: #fff;
    font-weight: 900;
margin-bottom: 4vw;
}

@media (max-width: 912px) {
#grammateia {
width: 93vw;
    padding: 4vh;
    border-radius: 40px;
margin: 0 auto 4vh auto;
}
}




#epikoinonia {
width: 40vw;
    padding: 3vh;
    border-radius: 0px 40px 40px 40px;
    border: 15px solid var(--blue);
    font-weight: 900;
    margin-bottom: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#epikoinonia .c-blue-title-smaller {
max-width: 60%;
}

@media (max-width: 1024px) {
#epikoinonia {
flex-direction: column;
gap: 20px;
}

#epikoinonia .c-blue-title-smaller {
max-width: 100%;
}
}

@media (max-width: 912px) {
#epikoinonia{
width: 93vw;
    padding: 4vh;
    border-radius: 40px;
margin: 0 auto 4vh auto;
}
}


.c-about-banners {
display: flex;
align-items: flex-start;
padding: 0px 4vw;
gap: 4vw;
justify-content: center;
}

@media (max-width: 912px) {
.c-about-banners {
    justify-content: center;
    flex-direction: column;
gap: 4vh;
}
}




.c-prosanatolismos-container {
background-color: var(--gray);
border-radius: 40px;
max-width: 95vw;
margin: 5vh auto;
position: relative;
    display: flex;
    align-items: center;
padding: 8vh;
justify-content: space-between;
flex-direction: column;
gap: 30px;
}

@media (max-width: 912px) {

.c-prosanatolismos-container {
padding: 4vh;
}
}



@media (max-width: 640px) {
.c-prosanatolismos-container .c-blue-title {
text-align: center;
}
}

.c-prosanatolismos-title-logos {
display: flex;
    gap: 4vw;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media (max-width: 1024px) {
.c-prosanatolismos-title-logos {
flex-direction: column;
}
}



.c-prosanatolismos-logos {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 40px 40px 0px 40px;
}

@media (max-width: 768px) {
.c-prosanatolismos-logos {
flex-direction: column;
gap: 5px;
}
}


.c-prosanatolismos-container p{
font-weight: 900;
}

.c-stratigakis-img {
max-height: 70px;
width: auto;
}