body {
font-family: "Manrope", sans-serif;
width: 100%;
height: 100%;
background: linear-gradient(
  100deg, 
 #0d3145,   /* αριστερό άκρο */
  #0f4568,   /* πιο μπλε αποχρώση */
  #21678f,   /* mid blue */
  #2a85a0,   /* μπλε-πράσινο, closer to final */
  #109082  
);
    background-size: 600% 600%;
    animation: gradient 12s ease infinite;
overflow-x: hidden;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



#topbanner {
    padding-left: 3vw;
    padding-right: 3vw;
}



:root {
  --green: #6f9916;
  --blue: #0d3145;
}




/*TOP MENU*/


div.topmenu ul li {
    border-radius: 30px;
    transition: 0.4s;
margin-left: 4px;
}

div.topmenu ul li:hover {
   border: 2px solid #fff;
}

div.topmenu ul li a{
font-weight: 900;
}

div.topmenu ul li:last-child {
   border: 2px solid #fff;
}


/*END OF TOP MENU*/


/*TOP RIGHT CONTACT*/

.c-top-right-contact {
display: flex;
gap: 20px;
font-weight: 800;
    justify-content: flex-end;
    padding-right: 20px;
}
/*END OF TOP RIGHT CONTACT*/



/*COPYINFO*/

#copyinfo {
    max-width: 94vw;
    margin: 0 auto;
}

/*END OF COYINFO*/



/*MESA SELIDES FRUTON*/

.c-fruit-pages-text {
max-width: 980px;
margin: 3vh auto 6vh auto;
text-align: center;
}

div.horizontalitemsgallery div.theitems {
    max-width: 94vw;
    margin: 0 auto;
}

/*END OF MESA SELIDES FRUTON*/.c-newlogo {
    background-image: url('/cache/files/171064dd628b6f857857711d7deee85cffd90424.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

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

}

.side-nav__header {
    max-height: 110px;
    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-button-1 {
background-color: var(--green);
    color: #fff;
    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-footer {
max-width: 94vw;
margin: 0 auto;
    display: flex;
    gap: 4vh;
    justify-content: space-between;
align-items: center;
padding-bottom: 50px;
position: relative;
}

@media (max-width: 912px) {
.c-footer {
gap: 0vh;
max-width: 100%;
flex-direction: column;
align-items: center;
}
}

.c-footer-info-container {
margin-top: 100px;
padding: 5vh;
width: 100%;
}

@media (max-width: 912px) {
.c-footer-info-container {
margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
}

@media (max-width: 600px) {
.c-footer-info-container img{
max-width: 90vw;
height: auto;
}
}

.c-footer-info-line {
display: flex;
gap: 15px;
position: relative;
margin-bottom: 4vh;
    align-items: center;
}

.c-footer-info-line p{
font-weight: 900;
margin-bottom: 0px;
font-size: 1.1em;
}

.c-footer-info-line-image {
height: 45px;
width: 45px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
min-width: 45px;
}

.c-footer-info-line-image img {
height: 20px;
width: auto;
position: relative;
}

.c-footer-info-line-image:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: var(--green);
    height: 45px;
    width: 45px;
    border-radius: 80px;
    z-index: 0;
}


.c-logo-social-line {
display: flex;
    gap: 20px;
align-items: flex-start;
    justify-content: space-between;
margin-bottom: 4vh;
}

@media (max-width: 1024px) {
.c-logo-social-line {
align-items: flex-start;
    flex-direction: column;
}
}

@media (max-width: 912px) {
.c-logo-social-line {
    flex-direction: row;
}
}

@media (max-width: 670px) {
.c-logo-social-line {
align-items: flex-start;
    flex-direction: column;
}
}


.c-social-buttons {
display: flex;
gap: 20px;
align-items: center;
margin-top: 60px;
}

@media (max-width: 1024px) {
.c-social-buttons {
margin-top: 0px;
margine-left: 20px;
}
}


.c-social {
height: 55px;
width: 55px;
position: relative;
display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
}

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



.c-social:before {
position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: var(--green);
    height: 55px;
    width: 55px;
    border-radius: 80px 80px 0px 80px;
    z-index: 0;
    transition: all 0.6s ease;
}

.c-social:hover {
height: 65px;
width: 65px;
}
.c-social:hover:before {
    height: 65px;
    width: 65px;
}







.c-footer-form-container {
background-color: #fff;
color: var(--blue);
padding: 6vh;
border-radius : 80px;
}

.c-footer-form-title {
font-size: clamp(1.375rem, 1.046rem + 1.316vw, 2.625rem); /*22-42*/
font-weight: 900;
line-height: 1.1em;
}






/*FORM*/

.c-contactform {
    padding-bottom: 15px;
    width: 500px;
}

@media (max-width: 600px) {
.c-contactform {
    width: 100%;
}

}

.contactform form p {
    width: 90%;
}

.contactform input, .contactform select, .contactform textarea {
border-radius: 20px;
width: 100%;
border: 1px solid var(--blue) !important;
}



.c-footer-form-container .contactform button {
    margin-top: 2vh;
    display: inline-block;
    padding: 15px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: white;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 2px 2px #fff;
}

.c-footer-form-container .contactform button:hover {
    background-color: var(--green);
    border: 1px solid var(--green);
    transition: all 0.6s ease;
}

/*END OF FORM*/.mobile-header {
    box-shadow: none;
}


.mobile-header {
    min-height: 100px;
}


#mobile-header .langchooser {
    top: 26px;
}

.side-nav__footer {
    box-shadow: none;
}

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

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

.side-nav__container {
    width: 85%;
    height: 99%;
    border-radius: 0px 10vw 10vw 0px;
}

.side-nav__content .side-nav_menu ul li a {
    border-radius: 30px;
}


.side-nav__footer .side-nav ul li.inactive a {
   background-color: transparent !important;
}

div.langlist ul li a {
   background-color: transparent !important;
}

div.langlist ul {
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 0px;
justify-content: center;
    width: 100%;
}