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

@media (min-width: 980px) {
#belowtopmenu {
display: none;
}
}
@media (max-width: 990px) {
#mobile-header {
    position: fixed;
    z-index: 9000;
    color: white;
    background-color: transparent;
}
/* HIDDEN DEFAULT MOBILE MENU */
#mobile-header button {
    color: white;
    font-size: 24px;
    display: none;
}
/* ------------------ */
}

.notloggedin #copyinfo {
    margin-top: 0;
    position: relative;
    width: 100%;
    background-color: black;
}

.loggedin #copyinfo {
margin-top: 0vw;
position: relative;
width: 100%;
}

body {
font-family: 'Manrope', sans-serif;
}


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

.notloggedin #mobile-header button {
display: none;
}

.loggedin #mobile-header button {
display: initial;
}

.notloggedin #mobile-header {
    position: fixed;
}
.loggedin #mobile-header {
    position: relative;
}
#mobile-header {
    background-color: transparent;
}


a.mobile-header-startlink, #mobiletopbanner a.startlink {
    margin-top: 5vh;
}
.mobile-header {
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
}


/* ------------------------------------------------------ */

/* CONTAINERS */

.loggedin .c-history-container {
display: none;
}
.notloggedin .c-history-container {
display: initial;
}

.c-video-container {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}

.c-video-container video{
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
.c-video-container {
    min-height: 70vh;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}
.c-video-container video {
    width: auto;
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.c-section-container {
position: relative;
    min-height: 100vh;
    background-size: 100%;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
}
.c-section-stafides-mauri {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.c-section-stafides-xanthia {
position: relative;
    min-height: 100vh;
background-size: cover;
    background-color: black;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 990px) {
.c-section-stafides-mauri {
background-position: 25% 0%;
}
.c-section-stafides-xanthia {
background-position: 90% 0%;
}
}
.c-section-benefits {
position: relative;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
}


.c-producers-bg {
position: relative;
    background-repeat: inherit;
    min-height: 100vh;
background-size: cover;
    background-color: black;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 990px) {
.c-producers-bg {
    position: relative;
    background-repeat: inherit;
    min-height: 100vh;
    background-size: cover;
    background-color: black;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
}

.c-footer-bg {
background-image: url('/cache/files/7d1a1023606cb3288d565d105a39410ebc072a4a.jpg');
position: relative;
min-height: 100vh;
    background-repeat: inherit;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
padding-bottom: 0px;
padding-top: 0px;
}

@media (max-width: 990px) {
.c-footer-bg {
background-image: url('/cache/files/7d1a1023606cb3288d565d105a39410ebc072a4a.jpg');
position: relative;
min-height: 100vh;
    background-repeat: inherit;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
padding-bottom: 50px;
padding-top: 50px;
}
}

.c-footer-bg .row {
    position: absolute;
    max-width: 1280px;
width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
.c-footer-bg .row {
    position: relative;
    max-width: 1280px;
    width: 100%;
    top: 0;
    left: 00%;
    margin-left: 1vh;
    margin-right: 1vh;
    transform: translate(0%, 0%);
}
}

.c-product-hands {
position: relative;
    min-height: 100vh;
background-size: cover;
background-position: center;
    background-repeat: no-repeat;
background-attachment: fixed;
}

.c-versus {
    position: relative;
    min-height: 200vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c-versus-left {
position: relative;
min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%;
}
.c-versus-left-text {
    top: 50%;
left: 0%;
    transform: translate(0, -50%);
    position: absolute;
    width: 70%;
    margin-left: 10%;
}
.c-versus-right {
position: relative;
min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75%;
}
.c-versus-right-text {
    top: 50%;
    left: 100%;
    transform: translate(-110%, -50%);
    position: absolute;
    width: 70%;
}

.c-company-bg-1 {
    min-height: 100vh;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c-company-bg-diakriseis {
    min-height: 100vh;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
padding-bottom: 0px;
}
@media (max-width: 990px) {
.c-company-bg-diakriseis {
    min-height: 100vh;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
padding-bottom: 50px;
}
}

.c-company-overlay-1 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0,55%);
}

.c-metrics-bg {
    position: relative;
    min-height: 100vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------ */

/* MOTO */

.c-moto-1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 400px;
}
@media (max-width: 990px) {
.c-moto-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 400px;
}
}


.c-moto-1 p {
color: white;
    font-size: 1vw;
line-height: 1.5em;
margin-bottom: 0;
    font-style: italic;
text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
@media (width: 1024px) {
.c-moto-1 p {
    font-size: 1.5vw;
}
}
@media (max-width: 990px) {
.c-moto-1 p {
font-size: 3.9vw;
}
}


/* ------------------------------------------------------ */

/* TITLES */

.c-number {
font-size: 80px;
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
color: white;
line-height: 1.5em;
margin-bottom: 0;
opacity: 1;
text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-big-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
 font-size: 6vw;
    margin-bottom: 0px;
line-height: 1.2em;
}
@media (max-width: 990px) {
.c-big-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
 font-size: 8vh;
    margin-bottom: 0px;
line-height: 1.2em;
}
}
.c-md-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
 font-size: 3vw;
    margin-bottom: 0px;
line-height: 1.2em;
}
@media (max-width: 990px) {
.c-md-title {
    font-size: 10vw;
}
}

.c-stafida-xanthia {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
margin-left: 10%;
}
@media (max-width: 990px) {
.c-stafida-xanthia {
    top: 30%;
}
}
.c-stafida-xanthia-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
    font-size: 3vw;
    margin-bottom: 0px;
}

@media (max-width: 990px) {
.c-stafida-xanthia-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-size: 4vh;
}
}

.c-stafida-mauri {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    text-align: right;
    max-width: 700px;
    width: 100%;
    margin-right: 10%;
}
@media (max-width: 990px) {
.c-stafida-mauri {
    position: absolute;
    top: 30%;
    right: 0%;
    transform: translate(0%, -50%);
    text-align: right;
    max-width: 700px;
    width: 100%;
    margin-right: 10%;
}
}

.c-stafida-mauri-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
    font-size: 3vw;
    margin-bottom: 0px;
}
@media (max-width: 990px) {
.c-stafida-mauri-title {
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
font-size: 4vh;
}
}

.c-footer-title {
padding-top: 14vh;
padding-bottom: 20px;
font-size: 1.6vw;
color: white;
margin-bottom: 0px;
line-height: 1em;
font-weight: 100;
}
@media (max-width: 990px) {
.c-footer-title {
    padding-top: 4vh;
    padding-bottom: 20px;
    font-size: 3vh;
    color: white;
    margin-bottom: 0px;
    line-height: 1em;
    font-weight: 100;
}
}

/* YPOTITLOS */

.c-subtitle {
    font-size: 1vw;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}

.c-subtitle-mauri {
    font-size: 1vw;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
.c-subtitle-xanthia {
    font-size: 1vw;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
@media (width: 1024px) {
.c-subtitle {
    font-size: 1.5vw;
}
.c-subtitle-xanthia {
    font-size: 1.5vw;
}
.c-subtitle-mauri {
    font-size: 1.5vw;
}
}

@media (max-width: 990px) {
.c-subtitle {
font-size: 2vh;
}
.c-subtitle-xanthia {
font-size: 2vh;
    max-width: 65vw;
    width: 100%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
.c-subtitle-mauri {
    font-size: 2vh;
    max-width: 100vw;
    margin-right: 0;
    margin-left: auto;
    width: 80%;
    color: white;
    font-weight: 300;
    font-style: italic;
}
}

.c-subtitle p{
margin-bottom: 0px;
}
.c-subtitle-xanthia p{
margin-bottom: 0px;
}
.c-subtitle-mauri p{
margin-bottom: 0px;
}

.c-subtitle-istoria {
    font-size: 1.2vw;
    max-width: 100%;
    width: 110%;
    color: white;
    font-weight: 300;
    max-width: max-content;
}
@media (max-width: 990px) {
.c-subtitle-istoria {
    font-size: 4vw;
}
}


/* ------------------------------------------------------ */

/* TEXTS */

.c-text-gen {
    color: white;
    font-size: 0.8vw;
    font-weight: 200;
    line-height: 1.7em;
    margin-bottom: 0;
    max-width: 35vw;
padding-top: 20px;
}
@media (width: 1024px) {
.c-text-gen {
    font-size: 1.2vw;
}
}
@media (max-width: 990px) {
.c-text-gen {
    color: white;
    font-size: 1.8vh;
    font-weight: 200;
    line-height: 1.7em;
    margin-bottom: 0;
    max-width: 85vw;
    padding-top: 20px;
}
}

.c-footer-text {
    font-size: 1vw;
    color: white;
font-weight: 200;
padding-top: 30px;
}
@media (max-width: 990px) {
.c-footer-text {
    font-size: 1.8vh;
    color: white;
    font-weight: 200;
    padding-top: 30px;
}
}

.c-footer-text a{
text-decoration: none;
color: white;
}

/* ------------------------------------------------------ */

/* LINE NUMBER */

.c-line {
    height: 1px;
    background-color: white;
    margin-top: 55px;
}

/* ------------------------------------------------------ */

/* ALIGNS */

.c-big-title-pos-left {
    position: absolute;
    top: 65%;
    left: 0;
    margin-left: 10%;
    transform: translate(0%, -50%);
}
@media (max-width: 990px) {
.c-big-title-pos-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 10%;
    transform: translate(0%, -50%);
}
}
.c-producers-pos {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    margin-left: 10%;
}

.c-product-stafida {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    margin-left: 10%;
}

.c-mauri-stafida-div {
    position: absolute;
    top: 25%;
    left: 10vw;
    width: 25%;
    transform: translate(0%, -50%);
}

.c-xanthia-stafida-div {
    position: absolute;
    top: 25%;
    right: 10vw;
    width: 25%;
    transform: translate(0%, -50%);
}

.c-stafida-section-2 {
    position: absolute;
    top: 75%;
    width: 100%;
    transform: translate(0%, -50%);
}

.c-wooden-bg {
min-height: 100vh;
    position: relative;
}

.c-company-text {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10vw;
    transform: translate(0%, -50%);
    text-align: right;
}

.c-subtitle-company {
    font-size: 1.2vw;
    max-width: 100%;
    color: white;
    font-weight: 300;
    text-align: right;
}

.c-subtitle-diakriseis {
    font-size: 1.2vw;
    max-width: 50%;
    color: white;
    font-weight: 300;
}
@media (max-width: 990px) {
.c-subtitle-diakriseis {
    font-size: 4vw;
    max-width: 90%;
    color: white;
    font-weight: 300;
}
}

.c-align-center {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 10vw;
    transform: translate(0%, -50%);
}

.c-metrics-pos {
    position: absolute;
    top: 00%;
margin-top: 11vw;
    left: 50%;
    transform: translate(-50%, 0%);
width: 90%;
}
@media (max-width: 990px) {
.c-metrics-pos {
    position: relative;
    top: 00%;
margin-top: 0;
    left: 0%;
    transform: translate(0%, 0%);
width: 90%;
margin: auto;
}
}

/* ------------------------------------------------------ */

/* GRADIENT */

.c-gradient {
    position: absolute;
    top: 0px;
    height: 150px;
    width: 100%;
    background-image: linear-gradient(180deg, black, transparent);
}

.c-gradient-producers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
    background-repeat: no-repeat;
    background-color: rgba(68, 24, 0, 0.25);
    mix-blend-mode: color;
}

@media (max-width: 990px) {
.c-gradient-producers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
    background-repeat: no-repeat;
    background-color: rgba(68, 24, 0, 0.25);
    mix-blend-mode: color;
}
}

.c-footer-grad-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
}

.c-gradient-stafides {
    position: absolute;
    top: 0px;
    height: 25vh;
    width: 100%;
    background-image: linear-gradient(180deg, #040404, transparent);
}
.c-gradient-stafides-bottom {
    position: absolute;
    bottom: 0px;
    height: 25vh;
    width: 100%;
    background-image: linear-gradient(0deg, #040404, transparent);
}

/* ------------------------------------------------------ */

/* CONTACT FORM */
.contactform {
    margin-right: 3vw;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px; 
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
    background: rgba(255, 255, 255, 00);
}

div.contactform p label, div.thelogin p label {
    display: block;
    color: #dadada;
    font-size: .7em;
    padding: .2em 0 0 .71em;
    position: absolute;
    z-index: 1;
}

@media (max-width: 990px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: left;
}
}

.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 0.7vw;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 15px 30px;
    width: auto;
    color: white;
margin-top: 10px;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    transition: 0.75s;
}

.contactform button:hover {
color: black;
background-color: white;
border: 1px solid rgba(255, 255, 255, 1);
}

@media (max-width: 990px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}

.am_119 .contactform h1 {
    font-size: 1.6vw;
color: white;
font-weight: 100;
padding-bottom: 10px;
}

@media (max-width: 990px) {
.am_119 .contactform h1 {
padding-top: 50px;
font-size: 3vh;
}
}

/* MOBILE */
@media (max-width: 990px) {
.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 2vh;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 15px 30px;
    width: auto;
    color: white;
    margin-top: 10px;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    transition: 0.75s;
}
}

/* ------------------------------------------------------ */

/* LANGUAGE */


.loggedin #mobile-header .langchooser {
    color: white;
    position: absolute;
    z-index: 90000;
    top: 0vw;
    width: auto;


    background-color: black;
}

.notloggedin #mobile-header .langchooser {
    color: white;
    position: fixed;
    z-index: 700;
    top: 5vw;
    width: auto;
    z-index: 9000;
    right: 10vw;
}

#mobile-header .langchooser .langlist ul{
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
    display: flex;
}

#mobile-header .langchooser .langlist ul li{
    margin-right: 10px;
}

#mobile-header .langchooser .langlist ul li a{
    color: white;
}


/* MIDDLE ALIGN */
.c-align-middle {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 70%;
text-align: left;
}
@media (max-width: 990px) {
.c-align-middle {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
    width: 90%;
    text-align: left;
}
}

.c-align-middle-2 {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 10vw;
    transform: translate(0%, -50%);
}
@media (max-width: 990px) {
.c-align-middle-2 {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
}
}

.c-align-middle-2-diakriseis {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 10vw;
    transform: translate(0%, -50%);
padding-top: 0px;
    padding-bottom: 0px;
}
@media (max-width: 990px) {
.c-align-middle-2-diakriseis {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
padding-top: 50px;
    padding-bottom: 50px;
}
}
.c-align-middle-portrait {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 10vw;
    transform: translate(0%, -50%);
padding-top: 0px;
}
@media (max-width: 990px) {
.c-align-middle-portrait {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
padding-top: 60px;
}
}


/* PINAKAS */
.c-pinakas-title {
color: white;
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-size: 2vw;
line-height: 1em;
    margin-bottom: 10px;
}
@media (max-width: 990px) {
.c-pinakas-title {
    font-size: 10vw;
}
}

.c-pinakas-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding-bottom: 10px;
font-style: italic;
}

table p {
margin: 10px;
}

/* BUTTONS */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 0.7vw;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 15px 30px;
    color: white;
    margin: auto;
    background-color: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    transition: 0.75s;
}

.c-button-1:hover {
color: black;
background-color: white;
border: 1px solid rgba(255, 255, 255, 1);
}

@media (max-width: 990px) {
.c-button-1 {
font-size: 1.5vh;
}
}

.c-down-arrow {
    position: absolute;
top: 95%;
    padding-bottom: 5vh;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
font-size: 14px;
z-index: 900;
}
.c-down-arrow img {
    width: 3vw;
    height: auto;
}
@media (max-width: 990px) {
.c-down-arrow img {
    width: 13vw;
    height: auto;
}
}

.c-down-arrow a{
text-decoration: none;
color: white;
opacity: 1;
}
.c-down-arrow-animation {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: scrollAnimationDown 4s infinite;
    animation: scrollAnimationDown 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(10, 10, 20, 10);
    animation-timing-function: cubic-bezier(10, 10, 20, 10);
}

@keyframes scrollAnimationDown {
0% {
    transform: translate(-50%, -100%);
}
50% {
    transform: translate(-50%, -90%);
}
100% {
    transform: translate(-50%, -100%);
}
}


/* DIATROFIKI AXIA BOXES */

.c-boxes {
    position: absolute;
    top: 50%;
    left: 10vw;
    width: 35%;
    transform: translate(0%, -50%);
color: white;
text-align: left;
}

@media (max-width: 990px) {
.c-boxes {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translate(0%, -50%);
    color: white;
    text-align: left;
}
}
.c-box {
padding-top: 20px;
    padding-bottom: 20px;
}

.c-box-number {
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    font-size: 1.6vw;
margin-bottom: 0px;
    }

@media (max-width: 990px) {
.c-box-number {
    font-size: 6vw;
}
}

.c-custom-table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 0px solid white;
    color: white;
width: 464px;
}
@media (max-width: 990px) {
.c-custom-table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
    border-radius: 50%;
    border: 0px solid white;
    color: white;
width: 100%;

}
}

.c-custom-table td {
    width: 65%;
    border: 0;
}

.c-go-up-arrow {
border: 0.5px solid rgba(255, 255, 255, 0.4);
    display: none;
    position: fixed;
bottom: 20px;
right: 20px;
z-index: 8000;
}

/* ETAIREIA COMPANY PAGE */

.c-company-portrait img {
    width: 20vw;
    height: auto;
box-shadow: 0px 0px 20px #14100f;
border: 0.5px solid rgb(64 50 39);
}
@media (max-width: 990px) {
.c-company-portrait img {
    width: 50vw;
    height: auto;
    box-shadow: 0px 0px 20px #14100f;
    border: 0.5px solid rgb(64 50 39);
}
}

.c-portrait-name {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    width: max-content;
    color: white;
    opacity: 0.7;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}

.c-metrics-design {
text-align: center;
    color: white;
    font-size: 1.2vw;
font-weight: 300;
}
@media (max-width: 990px) {
.c-metrics-design {
    font-size: 6vw;
}
}
.c-metrics-number {
font-weight: 800;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    margin-bottom: 0px;
}

.c-metrics-border {
    border-right: 0.5px solid rgba(255,255,255,0.2);
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* CERTIFICATES */

.c-certificates-align {
    position: absolute;
    top: 50%;
    right: 10vw;
    transform: translate(0%, -50%);
}
.c-certificates-align .row {
max-width: 800px;
margin: auto;
text-align: center;
}


.c-diakriseis-table{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    /* left: 0px; */
    right: 0;
    margin-right: 10vw;
    width: 400px;
    color: white;
}
@media (max-width: 990px) {
.c-diakriseis-table {
    position: relative;
top: 0%;
transform: translate(0, 0%);
left: 0px;
    right: 0;
margin-right: 0vw;
    width: 370px;
    color: white;
    margin: auto;
    margin-top: 50px;
}
}

.c-diakriseis-ul {
    padding: 40px;
    color: white;
    font-size: 0.8vw;
    font-weight: 200;
    line-height: 1.7em;
    margin-bottom: 0;
}
@media (max-width: 990px) {
.c-diakriseis-ul {
    font-size: 1.8vh;
}
}

.c-border-diakriseis {
border: 0.5px solid rgba(255,255,255,0.2);
padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}.notloggedin .c-spyMenu-container {
    position: fixed;
    top: 4vw;
    width: auto;
z-index: 9001;
    left: 10vw;
}
@media (max-width: 990px) {
.notloggedin .c-spyMenu-container {
    position: fixed;
    top: 2vh;
    width: auto;
    z-index: 9001;
    left: 10vw;
}
}

.loggedin .c-spyMenu-container {
    position: relative;
    top: 0vw;
    width: auto;
    z-index: 90;
    left: 0vw;

}

/* MENU BACKGROUND */
#c-spySidenav {
background-image: url('/cache/files/1a41344a6c3ed44b5bf869435aad5ce5c900420e.jpg');
background-size: cover;
background-repeat: no-repeat;
    background-position: center;
}

/* LOGO STO MENU */

.c-menulogo-position {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    margin-top: 5vh;
transform: translate(-50%, 0%);
}
.c-menulogo-position img{
    width: 160px;
    height: auto;
}

@media (max-width: 990px) {
.c-menulogo-position {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    margin-top: 2vh;
    transform: translate(-50%, 0%);
}
.c-menulogo-position img {
    width: 120px;
    height: auto;
}
}

/* ----------- */

/* DESIGN MENU LINK */

.c-overlay-menu {
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#c-spySidenav {
/*   cursor: none; */
  overflow-x: hidden;
}
#c-spySidenav .row {
    max-width: 1280px;
    margin: auto;
    position: absolute;
    top: 55%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
#c-spySidenav .row {
    max-width: 1280px;
    margin: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0%;
    transform: translate(0%, -50%);
}
}

.c-menu-container {
    text-align: left;
}
.c-menu-container div {
min-height: 4vw;
margin-top: 4vw;
    position: relative;
}
@media (max-width: 990px) {
.c-menu-container div {
    min-height: 4vw;
    margin-top: 10vw;
    position: relative;
}
}

.c-menu-num {
    font-size: 1.5vw;
    color: white;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    border-top: 1px solid white;
    padding-right: 50px;
padding-top: 40px;
}
@media (max-width: 990px) {
.c-menu-num {
    font-size: 8vw;
    color: white;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    border-top: 1px solid white;
    padding-right: 50px;
    padding-top: 0px;
    margin-top: 20px;
}
}

/* LINK DESIGN */
.c-menu-link {
    color: white;
    text-decoration: none;
    font-size: 3.75vw;
    margin-left: 4vw;
    margin-bottom: 0px;
font-family: Georgia,verdana,bitstream vera sans,sans-serif;
position: absolute;
    top: -3vw;
}
.c-menu-link span {
padding-bottom: 20px;
}
@media (max-width: 990px) {
.c-menu-link {
    color: white;
    text-decoration: none;
    font-size: 8vw;
    margin-left: 4vw;
    margin-bottom: 0px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    position: absolute;
    top: -3vw;
}
}

.c-submenu {
    padding-bottom: 2vw;
    text-align: left;
    margin-left: 15vw;
padding-top: 40px;
}

.c-submenu-link {
    color: white;
    text-decoration: none;
    font-size: 2vw;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    cursor: pointer;
}
@media (max-width: 990px) {
.c-submenu {
    padding-bottom: 10px;
    text-align: left;
    margin-left: 0;
    padding-top: 40px;
}
.c-submenu-link {
    font-size: 6vw;
}
}
/* -------------------- */


.c-spySidenav {
    text-align: left;
    padding-left: 5vw;
color: white;
font-size: 5vh;
line-height: 100%;
margin: 20px;

}

.c-sidenav {
  height: 100%;
transform: translate(0%, -100%);
  width: 100%;
  position: fixed;
z-index: 9001;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
    transition: transform 1s cubic-bezier( 0.26, 1.04, 0.54, 1 );
  padding-top: 60px;
  text-align:center;
}


.c-sidenav .c-closebtn {
    position: absolute;
top: 4vw;
    left: 10vw;
    font-size: 1vw;
    margin-left: 0px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
    color: white;
    opacity: 1;
transition: 0.3s;
    text-decoration: none;
}
.c-sidenav .c-closebtn:hover {
    opacity: 1;
}
.c-openbtn {
    font-size: 1vw;
cursor:pointer;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
color: white;
    opacity: 1;
transition: 0.3s;
    text-decoration: none;
}

.c-openbtn img {
width: 25px;
height: 25px;
}
@media (max-width: 990px) {
.c-openbtn img {
width: 20px;
height: 20px;
}
}

/* SOCIAL MEDIA */

.c-social {
margin-left: 15vw;
text-align: left;
    width: 100%;
}

.c-social p{
    color: white;
    font-size: 2vw;
    margin-bottom: 10px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}

.c-social-icon img {
width: 2vw;
height: 2vw;
    margin-right: 5px;
}

@media (max-width: 990px) {
.c-social {
    margin-left: 0vw;
    text-align: left;
    width: 100%;
    padding-top: 30px;
}
.c-social p {
    color: white;
    font-size: 6vw;
    margin-bottom: 10px;
    font-family: Georgia,verdana,bitstream vera sans,sans-serif;
}
.c-social-icon img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
}.c-footer-bg {
background-image: url('/cache/files/9c39eefa1d696300e4f5ba4e63a820b23022afec.jpg');
position: relative;
min-height: 100vh;
    background-repeat: inherit;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 990px) {
.c-footer-bg {
background-image: url('/cache/files/9c39eefa1d696300e4f5ba4e63a820b23022afec.jpg');
position: relative;
min-height: 100vh;
    background-repeat: inherit;
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
padding-top: 100px;
padding-bottom: 100px;
}
}

.c-footer-grad-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-color: rgb(74 57 25 / 50%);
    mix-blend-mode: multiply;
}