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

@media (max-width: 768px) {
body {
    font-size: 15px;
}
}

/* ESPA BANNER */

.c-espa {
    position: absolute;
    top: calc(100vh - 140px);
    right: 450px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-espa img {
    width: 15vw;
    height: auto;
    min-width: 300px;
}

@media (max-width: 768px) {
.c-espa {
    position: relative;
    top: 0px;
    right: 0;
    z-index: 90;
margin-top: -90px;
margin-bottom: 50px;
text-align: center;
}
}

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

.notloggedin .c-hide-form {
display: none;
}

.loggedin .c-hide-form {
display: initial;
}

div.topmenu {
margin-bottom: 15px;
    margin-top: 15px;
}


p {
margin-bottom: 20px;
    line-height: 2.2em;
}

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

.c-lang .am_1513 {
    display: inline-block;
}


/* LANGUAGES */

.c-lang {
    border-radius: 20px;
    border: 1px solid #68ad45;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.c-lang .am_1513 {
    display: inline-block;
}

.c-lang .langchooser {
padding: 0px !important;
float: none !important;
}

.c-lang .langchooser div.langlist ul {
    height: 0 !important;
    float: none !important;
display: flex !important;
}

.c-lang .langchooser ul li a img {
    margin-top: -4px;
margin-right: 0 !important;
height: 14px !important;
}


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


.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

/* YELLOW BIG TOP SHAPE CONTAINER */

.c-top-wrapper-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
background-color: white;
}



.c-top-wrapper-container video {
    width: auto;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}

.c-mask-paragwgoi video {
    width: auto;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-certifications-container {
padding-top: 100px;
padding-bottom: 100px;
    background-color: #fbf9f6;
text-align: center;
}

.c-certifications-container .c-button-green span {
background-color: #fbf9f6;
}

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

/* PROVATO SHAPE CONTAINER */

.c-provato-container {
position: absolute;
left: -3%;
    top: 70%;
}

.c-provato-container img {
position: relative;
width: 15vw;
    height: auto;
z-index: 1;
}

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


/* TITLES */

.c-title-xl {
    font-size: 2.6vw;
    color: #1b5630;
    line-height: 1.2;
    font-weight: 100;
}

.c-title-lg {
font-size: 2.2vw;
color: #1b5630;
line-height: 1.4;
margin-bottom: 10px;
    font-weight: 100;
}

.c-title-md {
font-size: 30px;
color: #1b5630;
line-height: 1.8;
margin-bottom: 10px;
    font-weight: 800;
}

.c-title-sm {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
line-height: 1.2;
margin-bottom: 0px;
}

.c-title-koinoniki-efthini {
    font-size: 20px;
   font-weight: 700;
line-height: 1.6em;
}

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

.c-top-title-container {
    position: absolute;
    width: 40vw;
    max-width: 100%;
    top: 25%;
    left: 5%;
    text-align: left;
}

.c-top-title-container .c-title-xl {
    width: 35vw;
}

.c-godowncontainer {
    padding-top: 10vw;
    text-align: center;
}

.c-godownarrow {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
transition: 0.1s;
transform: scale(1);
    border-radius: 50%;
    margin: auto;
}

.c-godownarrow:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
transform: scale(1.2);
}

.c-godownarrow img {
padding-top: 15px;
}


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

.c-link {
    font-size: 14px;
    letter-spacing: 2px;
}

.c-link-arrow {
text-decoration: none;
color: #272b29;
}


.c-splash-container {
    position: absolute;
    bottom: 5%;
    left: 40%;
}

.c-splash-container img {
    width: 11vw;
    height: auto;
}


.c-main-wrapper-container {
    padding-top: 100px;
    padding-bottom: 100px;
position: relative;
}

.c-barelisia-wrapper-container {
    padding-top: 100px;
    margin-bottom: 100px;
position: relative;
}

.c-feta-original-container {
    margin-left: 5%;
    margin-right: 5%;
}

.c-bareli {
    margin-top: 5%;
    margin-left: -5%;
    width: 15vw;
    height: auto;
    transform: rotate(20deg);
}

.c-blob-feta-container {
    height: 30vw;
    min-height: 500px;
    width: 100%;
    text-align: right;
    position: relative;
}

.c-lightblue-blob {
    position: absolute;
    right: 0;
    width: 50%;
    height: auto;
    transform: rotate(165deg);
}

.c-feta-shape {
    margin-right: 0;
    margin-top: 0;
    width: 10vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 15%;
}

.c-blob-feta-container .c-mpol {
    width: 26vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


/* FETA MPOL CONTAINER */

.c-mpol-bottle-container {
    position: relative;
    height: 1px;
overflow-x: clip;
}

.c-mpol-bottle-container .c-mpol {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -70%);
    width: 16vw;
    height: auto;
    box-shadow: 0px -10px 30px rgb(0 0 0 / 30%);
    border-radius: 50%;
}

.c-mpol-bottle-container .c-bottle {
    position: absolute;
    right: -1%;
    top: 50%;
    transform: translate(0, -60%) rotate(-35deg);
    width: 8vw;
    height: auto;
    z-index: 10;
}


.c-mpol-bottle-container .c-plato {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-10%);
min-width: 500px;
    z-index: 9;
    width: 23vw;
    height: auto;
}



/* BUTTON WITH ANIMATION */

.c-button-container {
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
text-decoration: none;
}

.c-button-container p {
    margin-bottom: 0px;
    padding: 10px 30px;
}

.c-button-container span {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    transition: 0.5s;
}


.c-button-green {
border: 2px solid #1b5630;
}

.c-button-green span {
    background-color: white;
}

.c-button-green p {
    color: #272b29;
}

.c-button-container:hover span {
    left: -5px;
}


.c-button-white {
border: 2px solid white;
}

.c-button-white span {
    background-color: white;
}

.c-button-white p {
    color: white;
}

.c-barelisia-wrapper-container .c-button-green span {
background-color: #fbf9f6;
}


/*BIGGER-BUTTON*/

.c-bigger-button-container {
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 315px;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
text-decoration: none;
}

.c-bigger-button-container p {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-bigger-button-container span {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    transition: 0.5s;
}


.c-bigger-button-padding {
    width: fit-content;
    background-color: white;
    padding: 6px;
    border-radius: 50px;
    overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
}

/*END OF BIGGER BUTTON*/


.c-paragwgoi-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e5edeb;
    width: 100%;
    position: relative;
}

.c-paragwgoi-inner {
    margin-left: 5%;
    margin-right: 5%;
}

.c-text-paragwgoi {
padding-top: 100px;
padding-bottom: 100px;
    max-width: 600px;
}

.c-text-paragwgoi .c-button-green span {
    background-color: #e5edeb;
}


/* BLUE BOUNA */

.c-bluebouna {
    transform: scale(1);
    position: relative;
    height: 5vw;
}

.c-bluebouna img {
    position: absolute;
    bottom: -10%;
    right: -50%;
    width: 50vw;
    height: auto;
    opacity: 0.1;
}



/* PARAGWGI */

.c-paragwgh-container {
padding-top: 150px;
padding-bottom: 100px;
width: 100%;
overflow: hidden;
    background-color: #fbf9f6;
}

.c-paragwgi-text {
    position: relative;
    margin-top: 15%;
    margin-left: 15%;
    left: 0;
    transform: translateY(0%);
    max-width: 600px;
    color: white;
}
.c-paragwgi-text .c-title-lg {
color: white;
}

.c-paragwgi-text .c-button-white span {
background-color: #93c59a;
}


/* DIADIKASIA PARAGWGIS */

.c-diadikasia-bg {
    background-color: #fbf9f6;
}

.c-diadikasia-container {
    max-width: 1440px;
    margin: auto;
text-align: center;
padding-bottom: 150px;
}

.c-diadikasia-container .c-title-lg {
margin-bottom: 60px;
}

.c-diadikasia-container img {
    margin-bottom: 20px;
}

.c-diadikasia-container .col-md-2 {
    width: 14.2857%;
}

.c-diadikasia-container .c-button-container span {
background-color: #fbf9f6;
}

.c-diadikasia-container .c-button-container img {
    margin-bottom: 0;
}

#diadikasia .col-md-12 {
padding: 50px; 
}

.c-sinergasia-container {
background-color: #e5edeb;
padding-top: 200px;
margin-bottom: 0px;
position: relative;
text-align: center;
width: 100%;
overflow: hidden;
}

.c-mask-fetaimage img {
    width: 100%;
    height: auto;
}

.c-sinergasia-rightcontainer {
}

.c-sinergasia-rightcontainer img {
    position: absolute;
    top: 0;
    right: 25%;
}


.c-mpez-bg {
    background-color: #fbf9f6 !important;
}

.c-paragwgoi-overlay {
position: absolute;
    bottom: 0;
    height: 170px;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 30%), transparent);
    width: 100%;
}

.c-paragwgoi {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: white;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
}

.c-products-title {
    max-width: 600px;
    margin: auto;
    padding-bottom: 2vw;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 150px;
}



.c-feta-cubes {
    position: absolute;
    left: 38%;
    top: -1%;
    transform: rotate(-3deg);
    z-index: 3;
}

.c-feta-cubes img {
    width: 25vw;
    height: auto;
    max-width: 800px;
}

.c-shape-left {
    position: absolute;
    right: -4%;
    top: 0;
    transform: translateY(-50%);
    width: 13vw;
    height: auto;
}

.c-feta-cubes-2 {
    width: 13vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 3%;
    transform: translateY(-70%) rotate(45deg);
}


.c-agelada {
    position: absolute;
    top: 0;
    left: -5%;
    width: 15vw;
    height: auto;
    transform: translateY(-65%);
}

.c-splash-mpez {
    position: absolute;
    top: 0;
    right: -3%;
    width: 12vw;
    height: auto;
    transform: translateY(-35%);
    z-index: 9;
}

.c-wholecontainer {
width: 100%;
overflow: hidden;
}

.c-products-titleShape-container {
    position: relative;
    height: auto;
    width: 100%;
}

.c-big-products-shape {
    width: 60vw;
    height: auto;
    position: absolute;
    left: -30%;
    top: -25%;
    z-index: 0;
}


.c-family {
    margin-left: -35%;
    margin-top: 2vw;
    width: 50vw;
    height: auto;
}

.c-barelisia-badge {
    width: 10vw;
    float: right;
    height: auto;
    min-width: 200px;
    transform: rotate(-15deg);
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    position: absolute;
    left: 10%;
}

.c-topos-container {
    position: relative;
    height: auto;
}

.c-topos-container .c-title-lg {
color: white;
}

.c-topos-title-button {
    position: absolute;
    max-width: 720px;
    bottom: calc(30px + 30%);
    z-index: 9;
    left: 15%;
    color: white;
}

.c-negative-margin {
    margin-top: -50px;
}

.c-news-sintages-container {
padding-top: 100px;
max-width: 1920px;
margin: auto;
}

.c-banner-news-sitnages {
    position: relative;
    min-height: 512px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 100px;
}

.c-link-banner {
    position: absolute;
    top: 50%;
    left: 50%;
transform: translate(-50%, -50%) scale(1);
transition: 0.5s;
}

.c-banner-link-button {
text-decoration: none;
color: white;
}

.c-banner-link-button:hover .c-link-banner {
transform: translate(-50%, -50%) scale(1.2);
}

#innerbelowsite {
position: relative;
overflow-x: clip;
width: 100%;
}

#cFooter {
max-width: 1440px;
margin: auto;
}

#cFooter .contactform h1 {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

#cFooter img {
    margin-bottom: 50px;
}


/* HISTORY PAGE */

.c-history-container {
padding-top: 100px;
padding-bottom: 200px;
position: relative;
    overflow: hidden;
}

.c-history-container .container-fluid {
    margin-top: -40px;
}

.c-history-container #year1.container-fluid {
    margin-top: 0px;
}

.c-bouna-siskevasies {
    position: absolute;
    bottom: -2%;
    right: 0;
}
.c-bouna-siskevasies img {
    width: 30vw;
    height: auto;
    opacity: 0.1;
}

.c-history-container-inner{
    max-width: 1280px;
    margin: auto;
}

.c-green-box-year-left {
    width: fit-content;
    background-color: #1a5632;
    font-size: 30px;
    padding: 10px 40px;
    border-radius: 15px;
    font-weight: 800;
    color: white;
    margin-right: 0px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.c-green-box-year-right{
    width: fit-content;
    background-color: #1a5632;
    font-size: 30px;
    padding: 10px 40px;
    border-radius: 15px;
    font-weight: 800;
    color: white;
    margin-right: auto;
    margin-left: 0px;
    position: relative;
    z-index: 1;
}



.c-whitebox-left {
    padding: 40px 20px 20px 20px;
    background-color: white;
    border-radius: 15px;
    margin-right: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 0;
}

.c-whitebox-right {
    padding: 40px 20px 20px 20px;
    background-color: white;
    border-radius: 15px;
    margin-left: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 0;
}

.c-line-dash {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-right: 5px dashed white;
    height: 100%;
    width: 5px;
}

.c-history-container-inner .col-md-4 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.c-green-dashline-left {
    border-bottom: 5px dashed #1a5632;
    width: calc(50% - 5px);
    position: absolute;
    top: 5px;
    left: 0;
}

.c-green-dashline-right {
    border-bottom: 5px dashed #1a5632;
    width: calc(50% - 5px);
    position: absolute;
    top: 5px;
    right: 0;
}

.c-green-dashline-left:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #1a5632;
    position: absolute;
    border-radius: 50%;
    right: -14px;
    top: 17px;
}
.c-green-dashline-right:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #1a5632;
    position: absolute;
    border-radius: 50%;
    left: -14px;
    top: 17px;
}

.c-history-container-inner .c-bouna-siskevasies {
bottom: 0%;
}

.c-quality-container {
    padding-top: 100px;
    padding-bottom: 100px;
background-color: #fbf9f6;
}

.c-quality-image {
    margin: 30px;
}

.c-quality-content {
    margin: 50px;
    text-align: justify;
}

.c-quality-content .c-title-md, .c-quality-content .c-title-lg {
    text-align: center;
}


/* PADDINGS */

.c-padding-top-100 {
padding-top: 5vw;
}

.c-padding-bottom-100 {
padding-bottom: 5vw;
}

/*NEWS VIEW*/


.c-news-title {
    max-width: 800px;
    margin: auto;
    padding-bottom: 2vw;
    position: relative;
    text-align: center;
    width: 100%;
}


div.items div.detail div.horizontalitemsnews div.item, div.horizontalitemsnews div.item {
    font-size: smaller;
}

/*END OF NEWS VIEW*/

.c-iframe iframe {
border-radius: 15px;
}

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

/* NEWSLETTER DESIGN */

.c-newsletter .c-form {
    display: flex;
    flex-wrap: wrap;
}

.c-newsletter .c-form .c-inputContainer {
    flex-basis: 50%;
}

.c-newsletter .c-form .c-inputContainer label {
    display: block;
    padding-left: 15px;
    margin-bottom: 10px;
}

.c-newsletter .c-form .c-inputContainer input {
    margin-left: 15px;
    border: 0px;
    border-bottom: 1px solid;
    background-color: transparent;
    width: calc(100% - 30px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.c-newsletter .c-form .c-inputContainer input::placeholder {
font-size: 12px;
}

.c-newsletter button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 190px;
    height: auto;
    background-color: transparent;
    border: 1px solid #dee3ef;
    border-radius: 30px;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    z-index: 1;
    border: 2px solid #1b5630;
    text-transform: uppercase;
    margin-top: 20px;
}

.c-newsletter button::after {
    content: "\f040";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    background-color: #e5edeb;
    padding: 9px 9px 9px 9px;
    top: 50%;
    border-radius: 0;
    color: #68ad45;
    transform: translateY(-50%);
    transition: 0.3s linear;
    font-size: 18px;
}

.c-newsletter button:hover::after {
    padding: 9px 9px 9px 24px;
}

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

/* VRAVEIO GASTRONOMOS */

.c-vraveio-image {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    margin-bottom: 100px;
    max-height: 200px;
    width: auto;
    margin-left: 4vw;
}

.c-vraveio-greenbox {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 50%;
    padding: 30px;
    border-radius: 30px;
    padding-left: 200px;
    background-color: #93c59a;
    transform: translateY(-50%);
    z-index: 0;
    color: white;
    width: 80%;
}

.c-vraveio-greenbox p {

}

.c-image-borderR .col-md-4 img, .c-image-borderR .col-md-6 img {
border-radius: 20px;
}

.c-stage-box {
    margin: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    /* width: calc(100% - 40px); */
    background-color: #e5edeb;
    border-radius: 20px;
    min-height: 170px;
}

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

/* OIKONOMIKA STOIXEIA TABLE */

.c-oikonomika-table {
max-width: 1280px;
margin: auto;
}


.c-oikonomika-table table {
text-align: center;
border-radius: 15px;
}


.c-oikonomika-table table tr {
height: 50px;
}

.c-oikonomika-table table tr td {
    width: 9.375% !important;
}

.c-oikonomika-table table tr td:nth-child(1) {
    width: 25% !important;
border-left: 1px solid #e5edeb;
}

.c-oikonomika-table table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.c-oikonomika-table table tr:nth-child(even) {
    background-color: white;
}

.c-oikonomika-table table tr:nth-child(1) {
    background-color: #6ba43a;
font-weight: 800;
color: white;
}

.c-oikonomika-table table tr td{
border-right: 1px solid #e5edeb;
}

.c-oikonomika-table table tr:nth-child(6) {
border-bottom: 1px solid #e5edeb;
}

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

.c-download-boxes {
    max-width: 1280px;
    margin: auto;
margin-top: 50px;
text-align: center;
}

.c-downloadbox {
    position: relative;
    min-height: 150px;
    height: 100%;
    background-color: #e5edeb;
    border-radius: 20px;
margin-bottom: 20px;
}

.c-downloadbox a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
text-decoration: none;
font-weight: 800;
width: 100%;
}

.c-downloadbox a span {
    margin-right: 10px;
    color: #1a5632;
    display: block;
}

}

/* SCREENS */



@media (max-width: 1400px) {
.c-barelisia-wrapper-container {
    padding-bottom: 100px;
}
.c-topos-title-button {
    position: absolute;
    max-width: 720px;
    bottom: calc(30px + 15%);
    z-index: 9;
    left: 5%;
    color: white;
}
.c-certifications-container {
    padding-top: 50px;
    padding-bottom: 0;
}
}



@media (max-width: 768px) {
p {
    padding-left: 15px;
    padding-right: 15px;
}

.c-title-xl {
    font-size: 26px;
}
.c-title-lg {
    font-size: 24px;
}

.c-title-sm {
    font-size: 16px;
}

.c-lang {
display: none;
}

.c-barelisia-wrapper-container p, .c-barelisia-wrapper-container a {
margin-left: 20px;
margin-right: 20px;
}
.c-topos-container {
    position: relative;
    height: auto;
    background-color: #68ad45;
}
.c-topos-title-button {
    position: relative;
    max-width: 100%;
    bottom: calc(0px);
    z-index: 9;
    left: 0;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
}
.c-main-wrapper-container {
padding-bottom: 0px;
}
.c-bluebouna img {
    position: absolute;
    bottom: -100%;
    right: -20%;
    width: 80vw;
    height: auto;
    opacity: 0.1;
}
.c-mpol-bottle-container .c-plato {
    left: -15%;
    transform: translateY(20%);
    min-width: 350px;
}
.c-news-sintages-container {
    padding-top: 0;
}
.c-banner-news-sitnages {
    position: relative;
    min-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.c-footer-shape {
    margin-top: 50px;
}
.c-newsletter .c-form .c-inputContainer {
    flex-basis: 100%;
}
.c-button-container {
    font-size: 12px;
    letter-spacing: 1.5px;
}
.c-button-green {
    border: 1.5px solid #1b5630;
}

.c-image-50-0 img {
    height: 100%;
    width: auto;
    aspect-ratio: 12/5;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    object-fit: cover;
}


.c-50xronia-text {
    position: relative;
    bottom: auto;
    text-align: center;
    color: white;
    max-width: 900px;
    left: 0;
    transform: translateX(0%);
    z-index: 3;
}

/* HISTORY */
.c-history-container .container-fluid {
    margin-top: 5px;
}

.c-green-dashline-left {
    border-bottom: 5px dashed #1a5632;
    width: calc(50% - 5px);
    position: absolute;
    top: 15px;
    right: 0;
    left: auto;
}

.c-green-dashline-right {
    top: 15px;
}

.c-green-dashline-left:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #1a5632;
    position: absolute;
    border-radius: 50%;
    left: -15px;
    top: 14px;
}
.c-whitebox-left {
    padding: 40px 20px 20px 20px;
    background-color: white;
    border-radius: 15px;
    margin-left: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 0;
}

.c-whitebox-right {
margin-right: 30px;
}

.c-green-box-year-left {
    width: fit-content;
    background-color: #1a5632;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 15px;
    font-weight: 800;
    color: white;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.c-green-box-year-right {
    font-size: 20px;
    margin-top: 15px;
}

.c-green-dashline-right:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #1a5632;
    position: absolute;
    border-radius: 50%;
    left: -14px;
    top: 13px;
}
.c-newsletter button {
    font-size: 12px;
    min-width: 160px;
    letter-spacing: 1.5px;
    border: 1.5px solid #1b5630;
}

#cFooter img {
    max-width: 200px;
    margin-left: 30px;
}
.c-quality-container {
    padding-top: 0;
}
.c-quality-content {
    margin: 0;
    text-align: justify;
}

.c-quality-badges img {
    max-width: 120px;
    float: left;
    margin-right: 15px;
}


.c-video-mobile video {
    height: auto;
    width: 100%;
    margin-left: 0%;
margin-bottom: 30px;
}

.c-video-mobile p, .c-video-mobile a{
    margin-left: 20px;
    margin-right: 20px;
}

.c-barelisia-wrapper-container {
    padding-bottom: 50px;
padding-top: 0;
}

.c-barelisia-wrapper-container .c-title-lg {
    margin-top: 30px;
}

.c-products-title {
    margin-top: 50px;
}
.c-mpol-bottle-container .c-bottle {
    width: 60px;
right: 5%;
}
.c-splash-mpez {
    width: 100px;
}
.c-paragwgoi-container {
padding-top: 0px;
}

.c-text-paragwgoi {
    padding-top: 0;
    margin-top: -80px;
}

.c-diadikasia-container .col-md-2 {
    width: 50%;
}
.c-diadikasia-container .col-md-2:nth-child(7) {
    width: 100%;
}

/* SETTINGS NA MIN AKOYMPAEI H FOTOGRAFIA STA NEA & SINTAGES */

div.horizontalitemsnews div.item, div.horizontalitems div.item {
    padding-right: 20px;
}

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

#diadikasia .col-md-12 {
padding: 20px; 
margin-left: 20px; 
margin-right: 20px; 
}

.c-parallax-container {
    min-height: 600px;
    height: auto;
}

.c-image-50-1 {
    display: none;
}

}

/* .c-image-50-0 img {
    height: auto;
    width: 160%;
    margin-left: -30%;
} */

@media (min-width: 990px) {
.c-allproionta-container .c-product-tag {
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
    min-height: 150px;
}
.c-button-container {
    transform: translate(0%, 0%) scale(0.9);
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: 2px;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-left: -5px;
}
.c-button-container span {
    left: -20px;

}
.c-button-container:hover span {
    left: -15px;
}
.c-parallax-container {
    position: relative;
    min-height: 660px;
    height: 40vw;
    overflow: hidden;
}

.c-image-50-0 img {
    height: 100%;
    width: auto;
    aspect-ratio: 12/5;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    object-fit: cover;
}

}



@media (min-width: 1200px) {
.c-button-container {
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
text-decoration: none;
}

.c-button-container p {
    margin-bottom: 0px;
    padding: 10px 30px;
}

.c-button-container span {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    transition: 0.5s;
}

}

@media (min-width: 1400px) {
.c-feta-cubes {
    position: absolute;
    left: 28%;
}
}

@media (min-width: 1680px) {
.c-feta-cubes {
    position: absolute;
    left: 38%;
}
.c-mpol-bottle-container .c-plato {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(10%);
    z-index: 9;
    width: 23vw;
    height: auto;
    min-width: 530px;
}
}

/* 50 XRONIA - NEW */


.c-button-padding {
    width: fit-content;
    margin: auto;
    background-color: white;
    padding: 6px;
    border-radius: 50px;
    overflow: hidden;
}

.c-darkover-50 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 50%), transparent);
    z-index: 3;
    height: 50%;
}

.c-parallax-container-new {
    min-height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c-parallax-container-new .c-wave-white-50xronia {
    right: 16%;
    top: -2%;
    left: auto;
    z-index: 3;
    transform: rotate(180deg) scale(1.4);
    height: 60px;
}


.c-parallax-container-new .c-wave-container {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    z-index: 5;
}

.c-parallax-container-new .c-paralax-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 800px;
}

.c-parallax-container-new .c-paralaxlogo {
    position: relative;
    left: 0;
    transform: initial;
    top: 0;
    margin-top: 0;
    z-index: 11;
    text-align: center;
}

.c-parallax-container-new .c-paralaxlogo .c-paralaxlogo-div {
    overflow: hidden;
}

.c-parallax-container-new .c-paralaxlogo .c-paralaxlogo-div img {
    width: clamp(120px, 40vw, 230px);
    height: auto;
}

.c-parallax-container-new .c-image-50-0 img {
    height: 100%;
    width: 100%;
    margin-left: 0%;
    aspect-ratio: 12/5;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    object-fit: cover;
}

.c-parallax-container-new .c-50xronia-text {
    position: relative;
    bottom: 0;
    text-align: center;
    color: white;
    max-width: 900px;
    z-index: 3;
    margin: 0 auto;
}

.c-parallax-container-new .c-50xronia-text .c-title-lg {
    font-weight: 800;
    color: white;
}.c-newlogo {
    background-image: url('/cache/files/e50bdd59a1bbcf121ae4de03dbf75d791897c8fb.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

html[lang="el"] a.mobile-header-startlink {
    background-image: url('/cache/files/e50bdd59a1bbcf121ae4de03dbf75d791897c8fb.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/941320e8512d6d1c250907a3b027bf077fd5d2f6.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

html[lang="el"] .side-nav__header {
    background-color: white;
    background-image: url('/cache/files/e50bdd59a1bbcf121ae4de03dbf75d791897c8fb.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}


.notloggedin .c-logo {
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 100;
}

.loggedin .c-logo {
    position: relative;
    top: 0px;
    left: 0%;
    z-index: 0;
}

.c-logo img {
    width: 15vw;
    height: auto;
    min-width: 250px;
    max-width: 350px;
transition: 0.5s;
}

.c-activescroll img {
    width: 220px;
transition: 0.5s;
}

@media (max-width: 768px) {
.notloggedin .c-logo {
    display: none;
}
}

.mobile-header {
    height: auto;
    min-height: 90px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0%);
}

@media (max-width: 460px) {
#mobile-header .langchooser {
    right: 8px;
    top: 25px;
}
}

@media (max-width: 1280px) {
.notloggedin .c-logo {
    position: fixed;
    top: 20px;
    left: 2%;
    z-index: 100;
}
}/* TOP YELLOW SHAPE */

.c-top-wrapper {
position: absolute;
    right: 0;
    top: 0;
    width: 1008px;
    height: 914px;
    -webkit-clip-path: path("M104.8,0h903v837c0,0-79.4-75.1-195.8-59.4C673,796.4,519.7,914,294.8,914c-192.2,0-406.2-255.8-228-556 C160.1,200.7,104.8,0,104.8,0z");
    clip-path: path("M104.8,0h903v837c0,0-79.4-75.1-195.8-59.4C673,796.4,519.7,914,294.8,914c-192.2,0-406.2-255.8-228-556 C160.1,200.7,104.8,0,104.8,0z");
overflow: hidden;
z-index: 4;
}

.c-top-wrapper img{
height: 100%;
    width: auto;
}

.c-top-yellowShape {
position: absolute;
right: -10px;
    top: 0px;
    width: 1073px;
    height: 965px;
background-color: #6ba43a;
    -webkit-clip-path: path("M81.6,0h985.9l1,944.2c0,0-84-130.1-200.7-130.1c-141.3,0-220.4,110.1-450.8,127.5 C104.4,965-141.9,836.9,93.7,327.1C208.4,78.8,81.6,0,81.6,0z");
clip-path: path("M81.6,0h985.9l1,944.2c0,0-84-130.1-200.7-130.1c-141.3,0-220.4,110.1-450.8,127.5 C104.4,965-141.9,836.9,93.7,327.1C208.4,78.8,81.6,0,81.6,0z");
  animation-name: yellowShape;
  animation-duration: 4s;
animation-iteration-count: infinite;
}


/* The animation code */
@keyframes yellowShape {
  0%   {
-webkit-clip-path: path("M81.6,0h985.9l1,944.2c0,0-84-130.1-200.7-130.1c-141.3,0-220.4,110.1-450.8,127.5 C104.4,965-141.9,836.9,93.7,327.1C208.4,78.8,81.6,0,81.6,0z");
clip-path: path("M81.6,0h985.9l1,944.2c0,0-84-130.1-200.7-130.1c-141.3,0-220.4,110.1-450.8,127.5 C104.4,965-141.9,836.9,93.7,327.1C208.4,78.8,81.6,0,81.6,0z");
}
  50%   {
-webkit-clip-path: path("M140.5,0H1068l1,914.2c0,0-84-59.7-200.7-59.7c-141.3,0-220.4,85.2-450.8,102.6 c-312.6,23.4-560.1-63.7-323.3-630.1C208.9,78.8,140.5,0,140.5,0z");
clip-path: path("M140.5,0H1068l1,914.2c0,0-84-59.7-200.7-59.7c-141.3,0-220.4,85.2-450.8,102.6 c-312.6,23.4-560.1-63.7-323.3-630.1C208.9,78.8,140.5,0,140.5,0z");
}
  100% {
-webkit-clip-path: path("M81.6,0h985.9l1,944.2c0,0-84-130.1-200.7-130.1c-141.3,0-220.4,110.1-450.8,127.5 C104.4,965-141.9,836.9,93.7,327.1C208.4,78.8,81.6,0,81.6,0z");
clip-path: path("M81.6,0h985.9l1,944.2c0,0-84-130.1-200.7-130.1c-141.3,0-220.4,110.1-450.8,127.5 C104.4,965-141.9,836.9,93.7,327.1C208.4,78.8,81.6,0,81.6,0z");
}
}

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



.c-provato-greenShape {
position: absolute;
left: 0%;
    top: 0%;
    width: 350px;
    height: 420px;
background-color: #a2d5a9;
    -webkit-clip-path: path("M138.8,7.8C246.4-24,282.6,45.2,249.1,142.6c-23,66.8,88,120.8,72.8,178.5c-15.3,58-83.6,86.9-143.5,86.9 C77.7,408,0,294.6,0,194C0,93.3,42.3,36.4,138.8,7.8z");
clip-path: path("M138.8,7.8C246.4-24,282.6,45.2,249.1,142.6c-23,66.8,88,120.8,72.8,178.5c-15.3,58-83.6,86.9-143.5,86.9 C77.7,408,0,294.6,0,194C0,93.3,42.3,36.4,138.8,7.8z");
  animation-name: provatoShape;
  animation-duration: 6s;
animation-iteration-count: infinite;
}


/* The animation code */
@keyframes provatoShape{
  0%   {
-webkit-clip-path: path("M138.8,7.8C246.4-24,282.6,45.2,249.1,142.6c-23,66.8,88,120.8,72.8,178.5c-15.3,58-83.6,86.9-143.5,86.9 C77.7,408,0,294.6,0,194C0,93.3,42.3,36.4,138.8,7.8z");
clip-path: path("M138.8,7.8C246.4-24,282.6,45.2,249.1,142.6c-23,66.8,88,120.8,72.8,178.5c-15.3,58-83.6,86.9-143.5,86.9 C77.7,408,0,294.6,0,194C0,93.3,42.3,36.4,138.8,7.8z");
}
  50%   {
-webkit-clip-path: path("M138.8,5c118-23.1,79.2,36.6,110.2,134.8c20.5,64.9,95.2,54.7,72.8,178.5c-10.7,59-83.6,86.9-143.5,86.9 C77.7,405.1,0,291.8,0,191.1C0,90.4,25.4,27.2,138.8,5z");
clip-path: path("M138.8,5c118-23.1,79.2,36.6,110.2,134.8c20.5,64.9,95.2,54.7,72.8,178.5c-10.7,59-83.6,86.9-143.5,86.9 C77.7,405.1,0,291.8,0,191.1C0,90.4,25.4,27.2,138.8,5z");
}
  100% {
-webkit-clip-path: path("M138.8,7.8C246.4-24,282.6,45.2,249.1,142.6c-23,66.8,88,120.8,72.8,178.5c-15.3,58-83.6,86.9-143.5,86.9 C77.7,408,0,294.6,0,194C0,93.3,42.3,36.4,138.8,7.8z");
clip-path: path("M138.8,7.8C246.4-24,282.6,45.2,249.1,142.6c-23,66.8,88,120.8,72.8,178.5c-15.3,58-83.6,86.9-143.5,86.9 C77.7,408,0,294.6,0,194C0,93.3,42.3,36.4,138.8,7.8z");
}
}





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



.c-wave-white {
position: absolute;
    transform: scale(1.4);
    position: absolute;
    left: 16%;
    bottom: -2%;
    width: 100%;
    height: 100px;
    background-color: white;
    -webkit-clip-path: path("M0,0c0,0,74.3,23,194,23C329.4,23,522.7,0,731.2,0C962,0,1211.4,35,1422,35c155.5,0,289.8-35,379.5-35 c74.5,0,118.5,21,118.5,21v59H0V0z");
clip-path: path("M0,0c0,0,74.3,23,194,23C329.4,23,522.7,0,731.2,0C962,0,1211.4,35,1422,35c155.5,0,289.8-35,379.5-35 c74.5,0,118.5,21,118.5,21v59H0V0z");
  animation-name: waveWhite;
  animation-duration: 6s;
animation-iteration-count: infinite;
}

.c-wave-mpez {
    background-color: #fbf9f6 !important;
}

.c-wave-container {
position: relative;
    height: 100px;
    width: 100%;
    overflow: hidden;
z-index: 5;
}
.c-wave-white {
    bottom: -10%;
}

/* The animation code */
@keyframes waveWhite {
  0%   {
-webkit-clip-path: path("M0,0c0,0,74.3,23,194,23C329.4,23,522.7,0,731.2,0C962,0,1211.4,35,1422,35c155.5,0,289.8-35,379.5-35 c74.5,0,118.5,21,118.5,21v59H0V0z");
clip-path: path("M0,0c0,0,74.3,23,194,23C329.4,23,522.7,0,731.2,0C962,0,1211.4,35,1422,35c155.5,0,289.8-35,379.5-35 c74.5,0,118.5,21,118.5,21v59H0V0z");
}
  50%   {
-webkit-clip-path: path("M0,19C0,19,74.3,2,194,2c135.4,0,328.7,27,537.2,27C962,29,1211.4,4,1422,4c155.5,0,289.8,25,379.5,25 C1876.1,29,1920,0,1920,0v79H0V19z");
clip-path: path("M0,19C0,19,74.3,2,194,2c135.4,0,328.7,27,537.2,27C962,29,1211.4,4,1422,4c155.5,0,289.8,25,379.5,25 C1876.1,29,1920,0,1920,0v79H0V19z");
}
  100% {
-webkit-clip-path: path("M0,0c0,0,74.3,23,194,23C329.4,23,522.7,0,731.2,0C962,0,1211.4,35,1422,35c155.5,0,289.8-35,379.5-35 c74.5,0,118.5,21,118.5,21v59H0V0z");
clip-path: path("M0,0c0,0,74.3,23,194,23C329.4,23,522.7,0,731.2,0C962,0,1211.4,35,1422,35c155.5,0,289.8-35,379.5-35 c74.5,0,118.5,21,118.5,21v59H0V0z");
}
}





/* MASKING PARAGWGOI */

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

.c-mask-paragwgoi {
    transform: scale(1);
    position: relative;
    height: 480px;
    width: 510px;
    margin-top: 5vw;
    margin-bottom: 5vw;
    -webkit-clip-path: path("M15.8,5.2c0,0,114.9,3.5,229.8,1.7C362.8,5,434.8,0.3,434.8,0.3c6.6,0,51.1-1,57,0.8c2.9,0.9,5.3,9.3,5,13.2 c0,0-3.5,29.4-3.9,72.9c-0.3,38.6,3.6,88.3,3.1,138.6c-0.7,58-3.3,116.8-3.3,160.3c0,41.3,4.1,69.4,4.1,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3-1.2-64.5-1.7c-40.2-0.5-96.8,3-154.5,2.5c-52.9-0.5-106.5-2.5-151.2-2.5 c-57.7,0-102.8,3.4-102.8,3.4C5.3,473,1,471,0.9,464.7c0,0,3.6-67.3,3.3-141.3C4,280.3-0.5,231.7,0.1,186.2 C1.3,95.5,6.7,16.8,6.7,16.8C6.7,7.7,6.6,5.2,15.8,5.2z");
clip-path: path("M15.8,5.2c0,0,114.9,3.5,229.8,1.7C362.8,5,434.8,0.3,434.8,0.3c6.6,0,51.1-1,57,0.8c2.9,0.9,5.3,9.3,5,13.2 c0,0-3.5,29.4-3.9,72.9c-0.3,38.6,3.6,88.3,3.1,138.6c-0.7,58-3.3,116.8-3.3,160.3c0,41.3,4.1,69.4,4.1,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3-1.2-64.5-1.7c-40.2-0.5-96.8,3-154.5,2.5c-52.9-0.5-106.5-2.5-151.2-2.5 c-57.7,0-102.8,3.4-102.8,3.4C5.3,473,1,471,0.9,464.7c0,0,3.6-67.3,3.3-141.3C4,280.3-0.5,231.7,0.1,186.2 C1.3,95.5,6.7,16.8,6.7,16.8C6.7,7.7,6.6,5.2,15.8,5.2z");
  animation-name: maskparagwgoi;
  animation-duration: 6s;
animation-iteration-count: infinite;
overflow: hidden;
}

#chef .c-mask-paragwgoi {
    transform: scale(1.30);
margin-top: 0;
    margin-bottom: 0;
margin-left: 0;
margin-top: 20px;
}

/* The animation code */
@keyframes maskparagwgoi {
  0%   {
-webkit-clip-path: path("M15.8,5.2c0,0,114.9,3.5,229.8,1.7C362.8,5,434.8,0.3,434.8,0.3c6.6,0,51.1-1,57,0.8c2.9,0.9,5.3,9.3,5,13.2 c0,0-3.5,29.4-3.9,72.9c-0.3,38.6,3.6,88.3,3.1,138.6c-0.7,58-3.3,116.8-3.3,160.3c0,41.3,4.1,69.4,4.1,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3-1.2-64.5-1.7c-40.2-0.5-96.8,3-154.5,2.5c-52.9-0.5-106.5-2.5-151.2-2.5 c-57.7,0-102.8,3.4-102.8,3.4C5.3,473,1,471,0.9,464.7c0,0,3.6-67.3,3.3-141.3C4,280.3-0.5,231.7,0.1,186.2 C1.3,95.5,6.7,16.8,6.7,16.8C6.7,7.7,6.6,5.2,15.8,5.2z");
clip-path: path("M15.8,5.2c0,0,114.9,3.5,229.8,1.7C362.8,5,434.8,0.3,434.8,0.3c6.6,0,51.1-1,57,0.8c2.9,0.9,5.3,9.3,5,13.2 c0,0-3.5,29.4-3.9,72.9c-0.3,38.6,3.6,88.3,3.1,138.6c-0.7,58-3.3,116.8-3.3,160.3c0,41.3,4.1,69.4,4.1,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3-1.2-64.5-1.7c-40.2-0.5-96.8,3-154.5,2.5c-52.9-0.5-106.5-2.5-151.2-2.5 c-57.7,0-102.8,3.4-102.8,3.4C5.3,473,1,471,0.9,464.7c0,0,3.6-67.3,3.3-141.3C4,280.3-0.5,231.7,0.1,186.2 C1.3,95.5,6.7,16.8,6.7,16.8C6.7,7.7,6.6,5.2,15.8,5.2z");
}
  50%   {
-webkit-clip-path: path("M21.6,8.6c0,0,114.9-6.5,229.8-8.3c117.3-1.9,189.3,7.4,189.3,7.4c6.6,0,51.1-5,57-3.2c2.9,0.9,5.3,9.3,5,13.2 c0,0,1.5,29.4,1.1,72.9c-0.3,38.6-11.4,88.3-11.9,138.6c-0.7,58,14.7,116.8,14.7,160.3c0,41.3-3.9,69.4-3.9,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3,8.8-64.5,8.3c-40.2-0.5-96.8-7-154.5-7.5c-52.9-0.5-106.5,7.5-151.2,7.5 c-57.7,0-102.8-6.6-102.8-6.6c-6.8,0.8-11.1-1.3-11.2-7.5c0,0-6.4-67.3-6.7-141.3c-0.2-43.2,15.3-91.7,15.9-137.2 c1.2-90.7-3.4-169.4-3.4-169.4C12.5,11,12.4,8.6,21.6,8.6z");
clip-path: path("M21.6,8.6c0,0,114.9-6.5,229.8-8.3c117.3-1.9,189.3,7.4,189.3,7.4c6.6,0,51.1-5,57-3.2c2.9,0.9,5.3,9.3,5,13.2 c0,0,1.5,29.4,1.1,72.9c-0.3,38.6-11.4,88.3-11.9,138.6c-0.7,58,14.7,116.8,14.7,160.3c0,41.3-3.9,69.4-3.9,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3,8.8-64.5,8.3c-40.2-0.5-96.8-7-154.5-7.5c-52.9-0.5-106.5,7.5-151.2,7.5 c-57.7,0-102.8-6.6-102.8-6.6c-6.8,0.8-11.1-1.3-11.2-7.5c0,0-6.4-67.3-6.7-141.3c-0.2-43.2,15.3-91.7,15.9-137.2 c1.2-90.7-3.4-169.4-3.4-169.4C12.5,11,12.4,8.6,21.6,8.6z");
}
  100% {
-webkit-clip-path: path("M15.8,5.2c0,0,114.9,3.5,229.8,1.7C362.8,5,434.8,0.3,434.8,0.3c6.6,0,51.1-1,57,0.8c2.9,0.9,5.3,9.3,5,13.2 c0,0-3.5,29.4-3.9,72.9c-0.3,38.6,3.6,88.3,3.1,138.6c-0.7,58-3.3,116.8-3.3,160.3c0,41.3,4.1,69.4,4.1,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3-1.2-64.5-1.7c-40.2-0.5-96.8,3-154.5,2.5c-52.9-0.5-106.5-2.5-151.2-2.5 c-57.7,0-102.8,3.4-102.8,3.4C5.3,473,1,471,0.9,464.7c0,0,3.6-67.3,3.3-141.3C4,280.3-0.5,231.7,0.1,186.2 C1.3,95.5,6.7,16.8,6.7,16.8C6.7,7.7,6.6,5.2,15.8,5.2z");
clip-path: path("M15.8,5.2c0,0,114.9,3.5,229.8,1.7C362.8,5,434.8,0.3,434.8,0.3c6.6,0,51.1-1,57,0.8c2.9,0.9,5.3,9.3,5,13.2 c0,0-3.5,29.4-3.9,72.9c-0.3,38.6,3.6,88.3,3.1,138.6c-0.7,58-3.3,116.8-3.3,160.3c0,41.3,4.1,69.4,4.1,69.4 c-2.5,13.5-7.2,15.6-11.6,14.9c0,0-28.3-1.2-64.5-1.7c-40.2-0.5-96.8,3-154.5,2.5c-52.9-0.5-106.5-2.5-151.2-2.5 c-57.7,0-102.8,3.4-102.8,3.4C5.3,473,1,471,0.9,464.7c0,0,3.6-67.3,3.3-141.3C4,280.3-0.5,231.7,0.1,186.2 C1.3,95.5,6.7,16.8,6.7,16.8C6.7,7.7,6.6,5.2,15.8,5.2z");
}
}


.c-wave-top {
top: -3% !important;
bottom: auto !important;
right: 16% !important;
left: auto !important;
    transform: rotate(180deg) scale(1.4);
    animation-delay: 1.5s;
    animation-direction: alternate;
}

.c-paragwgoi-container .c-wave-top {
    top: -8% !important;
    bottom: auto !important;
    right: -20% !important;
    left: auto !important;
    transform: rotate(0deg) scale(1.4);
    animation-delay: 1.5s;
    animation-direction: alternate;
    background-color: #e5edeb;
}

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

.c-paragwgi-shape{
    position: absolute;
    transform: scale(1.3);
    left: 10%;
    top: 100px;
    width: 100%;
    height: 470px;
background-color: #93c59a;
    -webkit-clip-path: path("M635.5,0c-62.7,0-71,11.7-135.6,11.7s-128.2-10-137.7-10c-5.8,0-60.9,3-78.9,3.6c-1.4,0-38.7-4.1-44-4.1 c-12.2,0-61.5,10.1-74.5,10.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-11.1,181.3-11.1s55.3,6.8,100.1,6.8 s126.4-15.8,191.3-15.8s118.6,10,153,10c34.5,0,41.3-7.8,72.3-7.8c31,0,0.4,0,0.6,0c10.5,0,74.4,9.7,90.3,9.7 c32.7,0,59.5-10.2,56.3-51.8c-3.9-90.8-10.6-172.5-8-237.4c3.6-88.2,1.9-144.8-84.1-144.8c-11.4,0-39.9,3-53.7,3 c-13.8,0-19-4.4-34-4.4S795.3,11,761.4,11S664.3,0,635.5,0");
clip-path: path("M635.5,0c-62.7,0-71,11.7-135.6,11.7s-128.2-10-137.7-10c-5.8,0-60.9,3-78.9,3.6c-1.4,0-38.7-4.1-44-4.1 c-12.2,0-61.5,10.1-74.5,10.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-11.1,181.3-11.1s55.3,6.8,100.1,6.8 s126.4-15.8,191.3-15.8s118.6,10,153,10c34.5,0,41.3-7.8,72.3-7.8c31,0,0.4,0,0.6,0c10.5,0,74.4,9.7,90.3,9.7 c32.7,0,59.5-10.2,56.3-51.8c-3.9-90.8-10.6-172.5-8-237.4c3.6-88.2,1.9-144.8-84.1-144.8c-11.4,0-39.9,3-53.7,3 c-13.8,0-19-4.4-34-4.4S795.3,11,761.4,11S664.3,0,635.5,0");
  animation-name: paragwgiShape;
  animation-duration: 6s;
animation-iteration-count: infinite;
}


/* The animation code */
@keyframes paragwgiShape{
  0%   {
-webkit-clip-path: path("M635.5,0c-62.7,0-71,11.7-135.6,11.7s-128.2-10-137.7-10c-5.8,0-60.9,3-78.9,3.6c-1.4,0-38.7-4.1-44-4.1 c-12.2,0-61.5,10.1-74.5,10.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-11.1,181.3-11.1s55.3,6.8,100.1,6.8 s126.4-15.8,191.3-15.8s118.6,10,153,10c34.5,0,41.3-7.8,72.3-7.8c31,0,0.4,0,0.6,0c10.5,0,74.4,9.7,90.3,9.7 c32.7,0,59.5-10.2,56.3-51.8c-3.9-90.8-10.6-172.5-8-237.4c3.6-88.2,1.9-144.8-84.1-144.8c-11.4,0-39.9,3-53.7,3 c-13.8,0-19-4.4-34-4.4S795.3,11,761.4,11S664.3,0,635.5,0");
clip-path: path("M635.5,0c-62.7,0-71,11.7-135.6,11.7s-128.2-10-137.7-10c-5.8,0-60.9,3-78.9,3.6c-1.4,0-38.7-4.1-44-4.1 c-12.2,0-61.5,10.1-74.5,10.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-11.1,181.3-11.1s55.3,6.8,100.1,6.8 s126.4-15.8,191.3-15.8s118.6,10,153,10c34.5,0,41.3-7.8,72.3-7.8c31,0,0.4,0,0.6,0c10.5,0,74.4,9.7,90.3,9.7 c32.7,0,59.5-10.2,56.3-51.8c-3.9-90.8-10.6-172.5-8-237.4c3.6-88.2,1.9-144.8-84.1-144.8c-11.4,0-39.9,3-53.7,3 c-13.8,0-19-4.4-34-4.4S795.3,11,761.4,11S664.3,0,635.5,0");
}
  50%   {
-webkit-clip-path: path("M635.5,9.7c-62.7,0-71-8.3-135.6-8.3s-128.2,10-137.7,10c-5.8,0-60.9-12-78.9-11.4c-1.4,0-38.7,10.9-44,10.9 c-12.2,0-61.5,0.1-74.5,0.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-7.1,181.3-7.1s55.3-7.2,100.1-7.2 s126.4,14.2,191.3,14.2s118.6-17,153-17c34.5,0,41.3,9.2,72.3,9.2c31,0,0.4,0,0.6,0c10.5,0,74.4,8.7,90.3,8.7 c32.7,0,50.5-19.2,47.3-60.8c-3.9-90.8,5.4-172.5,8-237.4c3.6-88.2-5.1-141.8-91.1-141.8c-11.4,0-39.9-10-53.7-10 c-13.8,0-19,12.6-34,12.6s-36.2-9.2-70.1-9.2S664.3,9.7,635.5,9.7");
clip-path: path("M635.5,9.7c-62.7,0-71-8.3-135.6-8.3s-128.2,10-137.7,10c-5.8,0-60.9-12-78.9-11.4c-1.4,0-38.7,10.9-44,10.9 c-12.2,0-61.5,0.1-74.5,0.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-7.1,181.3-7.1s55.3-7.2,100.1-7.2 s126.4,14.2,191.3,14.2s118.6-17,153-17c34.5,0,41.3,9.2,72.3,9.2c31,0,0.4,0,0.6,0c10.5,0,74.4,8.7,90.3,8.7 c32.7,0,50.5-19.2,47.3-60.8c-3.9-90.8,5.4-172.5,8-237.4c3.6-88.2-5.1-141.8-91.1-141.8c-11.4,0-39.9-10-53.7-10 c-13.8,0-19,12.6-34,12.6s-36.2-9.2-70.1-9.2S664.3,9.7,635.5,9.7");
}
  100% {
-webkit-clip-path: path("M635.5,0c-62.7,0-71,11.7-135.6,11.7s-128.2-10-137.7-10c-5.8,0-60.9,3-78.9,3.6c-1.4,0-38.7-4.1-44-4.1 c-12.2,0-61.5,10.1-74.5,10.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-11.1,181.3-11.1s55.3,6.8,100.1,6.8 s126.4-15.8,191.3-15.8s118.6,10,153,10c34.5,0,41.3-7.8,72.3-7.8c31,0,0.4,0,0.6,0c10.5,0,74.4,9.7,90.3,9.7 c32.7,0,59.5-10.2,56.3-51.8c-3.9-90.8-10.6-172.5-8-237.4c3.6-88.2,1.9-144.8-84.1-144.8c-11.4,0-39.9,3-53.7,3 c-13.8,0-19-4.4-34-4.4S795.3,11,761.4,11S664.3,0,635.5,0");
clip-path: path("M635.5,0c-62.7,0-71,11.7-135.6,11.7s-128.2-10-137.7-10c-5.8,0-60.9,3-78.9,3.6c-1.4,0-38.7-4.1-44-4.1 c-12.2,0-61.5,10.1-74.5,10.1c-1.3,0-2.6,0-3.8-0.1c-34.3-1.4-92.9,0.2-98.5-3.6c-1.9-1-4.4-1.3-7-1.3c-3,0-6.3,0.4-9.3,0.9 c-3,0.4-5.7,0.9-7.5,0.9c-1.5,0-2.5-0.3-2.7-1.1c-1.6-0.6-3.2-0.8-5-0.8c-8.5,0-18.5,5.6-26.9,7.4c-6.6,3.8-1.9,110.4-4,119 c3.4,22.3,2,295.8,3.9,302.4c3.1,10.8,10.6,7.9,31.5,7.9s85.1,7.8,130.7,7.8c44.3,0,132.6-11.1,181.3-11.1s55.3,6.8,100.1,6.8 s126.4-15.8,191.3-15.8s118.6,10,153,10c34.5,0,41.3-7.8,72.3-7.8c31,0,0.4,0,0.6,0c10.5,0,74.4,9.7,90.3,9.7 c32.7,0,59.5-10.2,56.3-51.8c-3.9-90.8-10.6-172.5-8-237.4c3.6-88.2,1.9-144.8-84.1-144.8c-11.4,0-39.9,3-53.7,3 c-13.8,0-19-4.4-34-4.4S795.3,11,761.4,11S664.3,0,635.5,0");
}
}





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



/* YELLOW BLOB */

.c-yellow-blob {
    position: absolute;
    transform: scale(1.1);
    left: -20%;
    top: 0%;
    width: 512px;
    height: 512px;
background-color: #6ba43a;
    -webkit-clip-path: path("M97.8,49.5c74.1-52.1,167.8-69.2,242.8-21.2c29.7,19.1,53.5,65.2,76.5,97.9c80.9,114.9,77.1,266.6-26.3,339.4 c-103.4,72.8-231.4,24.1-312.2-90.8C34,311.6-6.4,238,0.9,175.7C6.8,124.6,51.2,82.3,97.8,49.5z");
clip-path: path("M97.8,49.5c74.1-52.1,167.8-69.2,242.8-21.2c29.7,19.1,53.5,65.2,76.5,97.9c80.9,114.9,77.1,266.6-26.3,339.4 c-103.4,72.8-231.4,24.1-312.2-90.8C34,311.6-6.4,238,0.9,175.7C6.8,124.6,51.2,82.3,97.8,49.5z");
  animation-name: yellowblob;
  animation-duration: 6s;
animation-iteration-count: infinite;
}

#chef .c-yellow-blob {
    position: absolute;
    transform: scale(0.8);
}

/* The animation code */
@keyframes yellowblob {
  0%   {
-webkit-clip-path: path("M97.8,49.5c74.1-52.1,167.8-69.2,242.8-21.2c29.7,19.1,53.5,65.2,76.5,97.9c80.9,114.9,77.1,266.6-26.3,339.4 c-103.4,72.8-231.4,24.1-312.2-90.8C34,311.6-6.4,238,0.9,175.7C6.8,124.6,51.2,82.3,97.8,49.5z");
clip-path: path("M97.8,49.5c74.1-52.1,167.8-69.2,242.8-21.2c29.7,19.1,53.5,65.2,76.5,97.9c80.9,114.9,77.1,266.6-26.3,339.4 c-103.4,72.8-231.4,24.1-312.2-90.8C34,311.6-6.4,238,0.9,175.7C6.8,124.6,51.2,82.3,97.8,49.5z");
}
  50%   {
-webkit-clip-path: path("M114.9,48.2C189-4,258-19,333,29.1c29.7,19.1,80,37.2,102.9,69.8c80.9,114.9,60,253.1-43.5,325.9 C289,497.7,172.4,459.8,68.7,366.8C11.2,315.2-5.7,206.8,1.6,144.5C7.6,93.4,68.3,81,114.9,48.2z");
clip-path: path("M114.9,48.2C189-4,258-19,333,29.1c29.7,19.1,80,37.2,102.9,69.8c80.9,114.9,60,253.1-43.5,325.9 C289,497.7,172.4,459.8,68.7,366.8C11.2,315.2-5.7,206.8,1.6,144.5C7.6,93.4,68.3,81,114.9,48.2z");
}
  100% {
-webkit-clip-path: path("M97.8,49.5c74.1-52.1,167.8-69.2,242.8-21.2c29.7,19.1,53.5,65.2,76.5,97.9c80.9,114.9,77.1,266.6-26.3,339.4 c-103.4,72.8-231.4,24.1-312.2-90.8C34,311.6-6.4,238,0.9,175.7C6.8,124.6,51.2,82.3,97.8,49.5z");
clip-path: path("M97.8,49.5c74.1-52.1,167.8-69.2,242.8-21.2c29.7,19.1,53.5,65.2,76.5,97.9c80.9,114.9,77.1,266.6-26.3,339.4 c-103.4,72.8-231.4,24.1-312.2-90.8C34,311.6-6.4,238,0.9,175.7C6.8,124.6,51.2,82.3,97.8,49.5z");
}
}

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

/* MASK FETA IMAGE */


.c-mask-fetaimage {
    position: relative;
    transform: scale(1);
    left: -10%;
    top: 0%;
    width: 573px;
    height: 516px;
background-color: transparent;
    -webkit-clip-path: path("M74.1,106.8C175.2,7,364.4-36.5,503.3,36.2c90.3,47.3,68,111.1,64.3,182.7c-2,38.5,18.4,87.7-26.8,116.2 c-134,84.3-283.4,110.7-422.2,38C36.8,330.2,5.5,266.2,0.3,201.8C-3.4,156.9,32.6,147.8,74.1,106.8z");
clip-path: path("M74.1,106.8C175.2,7,364.4-36.5,503.3,36.2c90.3,47.3,68,111.1,64.3,182.7c-2,38.5,18.4,87.7-26.8,116.2 c-134,84.3-283.4,110.7-422.2,38C36.8,330.2,5.5,266.2,0.3,201.8C-3.4,156.9,32.6,147.8,74.1,106.8z");
  animation-name: mask-feta;
  animation-duration: 6s;
animation-iteration-count: infinite;
}

/* The animation code */
@keyframes mask-feta {
  0%   {
-webkit-clip-path: path("M74.1,106.8C175.2,7,364.4-36.5,503.3,36.2c90.3,47.3,68,111.1,64.3,182.7c-2,38.5,18.4,87.7-26.8,116.2 c-134,84.3-283.4,110.7-422.2,38C36.8,330.2,5.5,266.2,0.3,201.8C-3.4,156.9,32.6,147.8,74.1,106.8z");
clip-path: path("M74.1,106.8C175.2,7,364.4-36.5,503.3,36.2c90.3,47.3,68,111.1,64.3,182.7c-2,38.5,18.4,87.7-26.8,116.2 c-134,84.3-283.4,110.7-422.2,38C36.8,330.2,5.5,266.2,0.3,201.8C-3.4,156.9,32.6,147.8,74.1,106.8z");
}
  50%   {
-webkit-clip-path: path("M62.2,91.1C163.3-8.7,342.6-23.3,489.4,31.7c80,30,69.9,99.9,66.3,171.5c-2,38.5,5.1,80.7-26.8,116.2 c-105.7,117.8-261.8,73.2-422.2,38C16.4,337.5,5.6,250.5,0.4,186C-3.3,141.1,20.7,132,62.2,91.1z");
clip-path: path("M62.2,91.1C163.3-8.7,342.6-23.3,489.4,31.7c80,30,69.9,99.9,66.3,171.5c-2,38.5,5.1,80.7-26.8,116.2 c-105.7,117.8-261.8,73.2-422.2,38C16.4,337.5,5.6,250.5,0.4,186C-3.3,141.1,20.7,132,62.2,91.1z");
}
  100% {
-webkit-clip-path: path("M74.1,106.8C175.2,7,364.4-36.5,503.3,36.2c90.3,47.3,68,111.1,64.3,182.7c-2,38.5,18.4,87.7-26.8,116.2 c-134,84.3-283.4,110.7-422.2,38C36.8,330.2,5.5,266.2,0.3,201.8C-3.4,156.9,32.6,147.8,74.1,106.8z");
clip-path: path("M74.1,106.8C175.2,7,364.4-36.5,503.3,36.2c90.3,47.3,68,111.1,64.3,182.7c-2,38.5,18.4,87.7-26.8,116.2 c-134,84.3-283.4,110.7-422.2,38C36.8,330.2,5.5,266.2,0.3,201.8C-3.4,156.9,32.6,147.8,74.1,106.8z");
}
}

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

/* SINERGASIA RIGHT SHAPE */

.c-sinergasia-shape {
    position: relative;
    transform: scale(1.4);
    right: 0%;
    margin-right: -5%;
    margin-left: auto;
    margin-top: 100px;
    width: 340px;
    height: 280px;
background-color: #93c59a;
    -webkit-clip-path: path("M0.8,153.7C-4.4,95.8,16.2,38.2,67,12c20.2-10.4,53.5-8.8,79-11.1C236-7.2,319.2,43.6,326.5,124.5 c7.3,80.9-60.9,136.4-150.9,144.5c-49.4,4.4-103.4,3.3-135.7-20.8C13.4,228.5,4.1,190.2,0.8,153.7z");
clip-path: path("M0.8,153.7C-4.4,95.8,16.2,38.2,67,12c20.2-10.4,53.5-8.8,79-11.1C236-7.2,319.2,43.6,326.5,124.5 c7.3,80.9-60.9,136.4-150.9,144.5c-49.4,4.4-103.4,3.3-135.7-20.8C13.4,228.5,4.1,190.2,0.8,153.7z");
  animation-name: sinergasiaShape;
  animation-duration: 6s;
animation-iteration-count: infinite;
}

/* The animation code */
@keyframes sinergasiaShape {
  0%   {
-webkit-clip-path: path("M0.8,153.7C-4.4,95.8,16.2,38.2,67,12c20.2-10.4,53.5-8.8,79-11.1C236-7.2,319.2,43.6,326.5,124.5 c7.3,80.9-60.9,136.4-150.9,144.5c-49.4,4.4-103.4,3.3-135.7-20.8C13.4,228.5,4.1,190.2,0.8,153.7z");
clip-path: path("M0.8,153.7C-4.4,95.8,16.2,38.2,67,12c20.2-10.4,53.5-8.8,79-11.1C236-7.2,319.2,43.6,326.5,124.5 c7.3,80.9-60.9,136.4-150.9,144.5c-49.4,4.4-103.4,3.3-135.7-20.8C13.4,228.5,4.1,190.2,0.8,153.7z");
}
  50%   {
-webkit-clip-path: path("M0.2,144.5C2.6,85.9,10.4,14.1,66.4,2.7c32.4-6.6,53.5,1.2,79-1.1c89.9-8.1,170.2,23,180.4,103.6 C341.4,227.7,265.3,261,175,259.7c-50.3-0.8-112.3,12-144.7-12.1C3.9,227.9-1.2,181,0.2,144.5z");
clip-path: path("M0.2,144.5C2.6,85.9,10.4,14.1,66.4,2.7c32.4-6.6,53.5,1.2,79-1.1c89.9-8.1,170.2,23,180.4,103.6 C341.4,227.7,265.3,261,175,259.7c-50.3-0.8-112.3,12-144.7-12.1C3.9,227.9-1.2,181,0.2,144.5z");
}
  100% {
-webkit-clip-path: path("M0.8,153.7C-4.4,95.8,16.2,38.2,67,12c20.2-10.4,53.5-8.8,79-11.1C236-7.2,319.2,43.6,326.5,124.5 c7.3,80.9-60.9,136.4-150.9,144.5c-49.4,4.4-103.4,3.3-135.7-20.8C13.4,228.5,4.1,190.2,0.8,153.7z");
clip-path: path("M0.8,153.7C-4.4,95.8,16.2,38.2,67,12c20.2-10.4,53.5-8.8,79-11.1C236-7.2,319.2,43.6,326.5,124.5 c7.3,80.9-60.9,136.4-150.9,144.5c-49.4,4.4-103.4,3.3-135.7-20.8C13.4,228.5,4.1,190.2,0.8,153.7z");
}
}

.c-wave-white-50xronia {
    right: 16%;
    top: -2%;
left: auto;
    z-index: 3;
    transform: rotate(180deg) scale(1.4);
}


/* FOOTER */

#innerbelowsite .c-wave-top {
    top: -50px !important;
    bottom: auto !important;
    right: -16% !important;
    left: auto !important;
    transform: rotate(0deg) scale(1.4);
    animation-delay: 1.5s;
    animation-direction: alternate;
}

#innerbelowsite .c-wave-white {
    position: relative !important;
}


.c-mask-chef {
    transform: scale(1);
    position: relative;
    height: 512;
    width: 512px;
    margin-top: 0;
    margin-bottom: 0;
    /*-webkit-clip-path: path("M502.1,504c0,0-33.7,3.9-79.6,3.9s-108.7-4-182.3-4S75.5,507,50,507s-47.9-3-47.9-3s1.3-20.8,1.3-40.7 C3.4,443.5,0,321.8,0,236.7S5.6,72.1,5.6,46.5S2.1,4,2.1,4s32.6-2.3,64.4-2.3s123.1,6,189.1,6S418.8,0,452.7,0s49.4,4,49.4,4 s3.5,18.9,3.5,49.3s-5.4,83.4-5.4,152.2s4.9,170.7,4.9,215.5S502.1,504,502.1,504z");*/
   /*clip-path: path("M502.1,504c0,0-33.7,3.9-79.6,3.9s-108.7-4-182.3-4S75.5,507,50,507s-47.9-3-47.9-3s1.3-20.8,1.3-40.7 C3.4,443.5,0,321.8,0,236.7S5.6,72.1,5.6,46.5S2.1,4,2.1,4s32.6-2.3,64.4-2.3s123.1,6,189.1,6S418.8,0,452.7,0s49.4,4,49.4,4 s3.5,18.9,3.5,49.3s-5.4,83.4-5.4,152.2s4.9,170.7,4.9,215.5S502.1,504,502.1,504z");*/

-webkit-clip-path: path("M21.6,13.6c0,0,114.9-10.3,229.8-13.2C368.6-2.6,440.6,12,440.6,12c6.6,0,51.1-7.9,57-5 c2.9,1.4,5.3,14.6,5,20.8c0,0.1,1.5,46.3,1.1,114.9c-0.3,60.8-11.4,139.1-11.9,218.5c-0.7,91.4,14.7,184,14.7,252.7 c0,65.1-3.9,109.4-3.9,109.4c-2.5,21.3-7.2,24.6-11.6,23.4c0,0-28.3,13.9-64.5,13.2c-40.2-0.8-96.8-11-154.5-11.9 c-52.9-0.7-106.5,11.8-151.2,11.9c-57.7,0-102.8-10.4-102.8-10.4c-6.8,1.2-11.1-2-11.2-11.9c0,0-6.4-106.1-6.7-222.7 c-0.2-68,15.3-144.5,15.9-216.2c1.2-143-3.4-267-3.4-267C12.5,17.4,12.4,13.6,21.6,13.6z");

clip-path: path("M21.6,13.6c0,0,114.9-10.3,229.8-13.2C368.6-2.6,440.6,12,440.6,12c6.6,0,51.1-7.9,57-5 c2.9,1.4,5.3,14.6,5,20.8c0,0.1,1.5,46.3,1.1,114.9c-0.3,60.8-11.4,139.1-11.9,218.5c-0.7,91.4,14.7,184,14.7,252.7 c0,65.1-3.9,109.4-3.9,109.4c-2.5,21.3-7.2,24.6-11.6,23.4c0,0-28.3,13.9-64.5,13.2c-40.2-0.8-96.8-11-154.5-11.9 c-52.9-0.7-106.5,11.8-151.2,11.9c-57.7,0-102.8-10.4-102.8-10.4c-6.8,1.2-11.1-2-11.2-11.9c0,0-6.4-106.1-6.7-222.7 c-0.2-68,15.3-144.5,15.9-216.2c1.2-143-3.4-267-3.4-267C12.5,17.4,12.4,13.6,21.6,13.6z");


  /* animation-name: maskchef;*/
  animation-duration: 6s;
animation-iteration-count: infinite;
overflow: hidden;
}

/* The animation code */
@keyframes maskchef {
  0%   {
-webkit-clip-path: path("M502.1,504c0,0-33.7,3.9-79.6,3.9s-108.7-4-182.3-4S75.5,507,50,507s-47.9-3-47.9-3s1.3-20.8,1.3-40.7 C3.4,443.5,0,321.8,0,236.7S5.6,72.1,5.6,46.5S2.1,4,2.1,4s32.6-2.3,64.4-2.3s123.1,6,189.1,6S418.8,0,452.7,0s49.4,4,49.4,4 s3.5,18.9,3.5,49.3s-5.4,83.4-5.4,152.2s4.9,170.7,4.9,215.5S502.1,504,502.1,504z");
clip-path: path("M502.1,504c0,0-33.7,3.9-79.6,3.9s-108.7-4-182.3-4S75.5,507,50,507s-47.9-3-47.9-3s1.3-20.8,1.3-40.7 C3.4,443.5,0,321.8,0,236.7S5.6,72.1,5.6,46.5S2.1,4,2.1,4s32.6-2.3,64.4-2.3s123.1,6,189.1,6S418.8,0,452.7,0s49.4,4,49.4,4 s3.5,18.9,3.5,49.3s-5.4,83.4-5.4,152.2s4.9,170.7,4.9,215.5S502.1,504,502.1,504z");
}
  50%   {
-webkit-clip-path: path("M503.7,501.3c0,0-33.7-2.1-79.6-2.1s-108.7,6-182.3,6S77.1,494.3,51.6,494.3s-47.9,7-47.9,7S0,480.5,0,460.7 C0,440.8,4.6,319.1,4.6,234S7.2,69.4,7.2,43.8S3.7,1.3,3.7,1.3S36.4,9,68.1,9s123.1-9,189.1-9s163.1,4.3,197,4.3s49.4-3,49.4-3 s-6.5,18.9-6.5,49.3s9.6,83.4,9.6,152.2s-5.1,170.7-5.1,215.5S503.7,501.3,503.7,501.3z");
clip-path: path("M503.7,501.3c0,0-33.7-2.1-79.6-2.1s-108.7,6-182.3,6S77.1,494.3,51.6,494.3s-47.9,7-47.9,7S0,480.5,0,460.7 C0,440.8,4.6,319.1,4.6,234S7.2,69.4,7.2,43.8S3.7,1.3,3.7,1.3S36.4,9,68.1,9s123.1-9,189.1-9s163.1,4.3,197,4.3s49.4-3,49.4-3 s-6.5,18.9-6.5,49.3s9.6,83.4,9.6,152.2s-5.1,170.7-5.1,215.5S503.7,501.3,503.7,501.3z");
}
  100% {
-webkit-clip-path: path("M502.1,504c0,0-33.7,3.9-79.6,3.9s-108.7-4-182.3-4S75.5,507,50,507s-47.9-3-47.9-3s1.3-20.8,1.3-40.7 C3.4,443.5,0,321.8,0,236.7S5.6,72.1,5.6,46.5S2.1,4,2.1,4s32.6-2.3,64.4-2.3s123.1,6,189.1,6S418.8,0,452.7,0s49.4,4,49.4,4 s3.5,18.9,3.5,49.3s-5.4,83.4-5.4,152.2s4.9,170.7,4.9,215.5S502.1,504,502.1,504z");
clip-path: path("M502.1,504c0,0-33.7,3.9-79.6,3.9s-108.7-4-182.3-4S75.5,507,50,507s-47.9-3-47.9-3s1.3-20.8,1.3-40.7 C3.4,443.5,0,321.8,0,236.7S5.6,72.1,5.6,46.5S2.1,4,2.1,4s32.6-2.3,64.4-2.3s123.1,6,189.1,6S418.8,0,452.7,0s49.4,4,49.4,4 s3.5,18.9,3.5,49.3s-5.4,83.4-5.4,152.2s4.9,170.7,4.9,215.5S502.1,504,502.1,504z");
}
}

.c-mask-chef img {
    min-height: 380px;
    width: 100%;
    height: auto;
}


/* SMALL IMAGES GIA CHEFS */

.c-container-small-chefimages {
    max-width: 512px;
    margin-left: -5px;
}




/* SCREENS */


@media (max-width: 1025px) {
.c-top-wrapper {
    position: relative;
}
.c-top-wrapper-container {
    height: auto;
}

.c-provato-container {
    position: absolute;
    left: -3%;
    top: 50%;
}
}


@media (max-width: 768px) {
.c-mask-paragwgoi {
    transform: scale(0.6);
    margin-left: 0;
    margin-top: -10vw;
}

.c-paragwgh-container .c-mask-paragwgoi {
    transform: scale(0.6);
    margin-left: 0%;
    margin-top: -5vw;
}

.c-paragwgoi-container .c-wave-top {
    top: -70px !important;
}
.c-text-paragwgoi {
    padding-top: 0;
}
.c-paragwgi-text {
    position: relative;
    margin-top: 15%;
    margin-left: 20px;
}
.c-paragwgi-shape {
    position: absolute;
    transform: scale(1.7);
}

.c-yellow-blob {
    position: absolute;
    transform: scale(0.6);
    left: 10%;
    top: 20%;
}

.c-agelada {
    position: absolute;
    top: -50px;
    left: -5%;
    width: 45vw;
}
.c-shape-left {
    position: absolute;
    right: -4%;
    top: -50px;
}
.c-diadikasia-container .c-title-lg {
    margin-bottom: 60px;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.c-diadikasia-container .col-xs-6 {
    min-height: 170px;
}
.c-diadikasia-container {
    padding-bottom: 0px;
}

.c-certifications-container .col-xs-6 {
    min-height: 170px;
}

.c-certifications-container .c-button-container {
    margin-top: 30px;
}
.c-mask-fetaimage {
    position: relative;
    transform: scale(0.6);
    left: -26%;
    height: 356px;
}
.c-sinergasia-container {
    background-color: #e5edeb;
    padding-top: 80px;
}

.c-sinergasia-rightcontainer img {
    position: absolute;
    top: -10px;
    right: 6%;
    width: 100px;
    height: auto;
}

.c-sinergasia-rightcontainer {
    height: 80px;
}
.c-sinergasia-shape {
    position: relative;
    transform: scale(0.3);
    right: -40%;
    margin-right: -5%;
    margin-left: auto;
    margin-top: 40px;
    top: -150px;
}

.c-mask-chef {
    transform: scale(0.6);
   margin-left: -85px;
}

#chef .c-yellow-blob {
    position: absolute;
    transform: scale(0.6);
    left: 10%;
    top: -8%;
}
.c-container-small-chefimages {
    margin-top: -90px;
    max-width: 95%;
    margin-left: auto;
}
#innerbelowsite .c-wave-top {
    top: -10px !important;
}

#innerbelowsite .c-wave-white {
height: 80px;
}
}




@media (min-width: 990px) {
.c-mask-fetaimage {
    transform: scale(0.7);
    left: -60%;
}
.c-sinergasia-rightcontainer {
    transform: scale(0.6);
}
.c-sinergasia-shape {
    margin-right: -50%;
}
.c-sinergasia-rightcontainer img {
    right: 5%;
}
.c-mask-paragwgoi {
    transform: scale(0.7);
    margin-left: -15%;
}
.c-paragwgh-container .c-mask-paragwgoi {
margin-left: -45%;
}

.c-paragwgi-shape {
    position: absolute;
    transform: scale(1);
    left: -50%;
width: 180%;
}

.c-paragwgi-text {
    position: relative;
    margin-top: 22%;
    margin-left: 5%;
    left: 0;
    transform: translateY(0%);
    max-width: 480px;
    color: white;
}
.c-paragwgh-container .c-yellow-blob {
    position: absolute;
    transform: scale(0.8);
}
.c-top-yellowShape {
    transform: scale(0.6);
    right: -22%;
    top: -10px;
}
.c-top-wrapper {
    transform: scale(0.6);
    right: -22%;
}
.c-topos-title-button {
    position: absolute;
    max-width: 900px;
    bottom: calc(30px + 20%);
    z-index: 9;
    left: 5%;
    color: white;
}
}


@media (min-width: 1200px) {
.c-top-yellowShape {
    transform: scale(0.65);
    position: absolute;
    right: -15%;
    top: -9%;
}
.c-top-wrapper {
    transform: scale(0.65);
    position: absolute;
    right: -15%;
    top: -9%;
}
.c-paragwgi-text {
    position: relative;
    margin-top: 17%;
    margin-left: 5%;
    left: 0;
    transform: translateY(0%);
    max-width: 600px;
    color: white;
}
.c-mask-paragwgoi {
    transform: scale(1);
    position: relative;
    height: 480px;
    width: 510px;
    margin-top: 5vw;
    margin-bottom: 5vw;
margin-left: -3vw;
}
.c-paragwgh-container .c-mask-paragwgoi {
margin-left: -15vw;
}
.c-mask-fetaimage {
    left: -50%;
}
.c-sinergasia-shape {
    margin-right: -25%;
}
.c-sinergasia-rightcontainer img {
    position: absolute;
    top: 0;
    right: 15%;
}
.c-paragwgi-shape {
    position: absolute;
    transform: scale(1);
    left: -20%;
}
}

@media (min-width: 1400px) {
.c-provato-greenShape {
transform: scale(0.8);
    position: absolute;
    left: -20%;
    top: -20%;
}
.c-top-wrapper {
    transform: scale(0.85);
    position: absolute;
    right: -6%;
    top: -9%;
}
.c-top-yellowShape {
    transform: scale(0.85);
    position: absolute;
    right: -6%;
    top: -9%;
}
.c-mask-paragwgoi {
    transform: scale(1);
    margin-left: 0vw;
}

.c-paragwgh-container .c-mask-paragwgoi {
    transform: scale(1);
    margin-left: -10vw;
}
.c-mask-fetaimage {
    position: relative;
    transform: scale(1);
    left: -30%;
}
.c-sinergasia-shape {
    margin-right: -15%;
}
}

@media (min-width: 1600px) {
.c-paragwgi-shape {
    position: absolute;
    transform: scale(1.1);
left: -10%;
}
.c-paragwgi-text {
    position: relative;
max-width: 700px;
    margin-top: 15%;
}
}


@media (min-width: 1680px) {
.c-top-wrapper {
    transform: scale(0.95);
    position: absolute;
    right: -2%;
    top: -2%;
}
.c-top-yellowShape {
    transform: scale(0.95);
    position: absolute;
    right: -2%;
    top: -2%;
}
.c-paragwgi-shape {
    position: absolute;
    transform: scale(1.1);
left: -10%;
}
.c-paragwgi-text {
    position: relative;
    margin-top: 15%;
    margin-left: 15%;
    left: 0;
    transform: translateY(0%);
    max-width: 620px;
}
.c-paragwgh-container .c-mask-paragwgoi {
    transform: scale(1);
    margin-left: -2vw;
}

.c-yellow-blob {
    transform: scale(0.9);
}
.c-mask-fetaimage {
    position: relative;
    transform: scale(1);
    left: -10%;
}
.c-sinergasia-shape {
    position: relative;
    transform: scale(1.4);
    right: 0%;
    margin-right: -5%;
}
}


@media (min-width: 1900px) {
.c-paragwgi-text {
    position: relative;
    margin-top: 12%;
    margin-left: 10%;
    left: 0;
    transform: translateY(0%);
    max-width: 620px;
}
}

@media (min-width: 1930px) {

.c-mask-paragwgoi {
    transform: scale(1.5);
    margin-left: 10%;
}
.c-top-wrapper {
transform: scale(1.4);
}
.c-top-yellowShape {
transform: scale(1.4);
}
.c-paragwgi-shape {
    position: absolute;
    transform: scale(1.3);
    left: 10%;
}

.c-paragwgh-container .c-mask-paragwgoi {
    transform: scale(1.5);
    margin-left: 0;
}


.c-yellow-blob {
    position: absolute;
    transform: scale(1.1);
    left: -30%;
}
}.swiper-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    overflow-x: clip !important;
    overflow: hidden !important;
position: relative;
    margin-bottom: 30px;
}


.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }


.swiper-slide {
        width: 100%;
      }


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: auto !important;
    top: 0% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #110105 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
}

.swiper-button-prev {
    left: 0;
    right: auto;
}

.swiper-button-next {
    right: 0;
    left: auto;
}



/* CUSTOM DESIGN */

.slide-inner {
    width: 100%;
}

.c-product-container {
    width: 100%;
    position: relative;
    border-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-bottom: 50px;
    padding-top: 50px;
overflow: hidden;
}

.c-bouna {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    top: 5%;
transition: 0.5s;
transition-delay: 0.3s;
}

.c-bouna img {
    width: 90%;
    height: auto;
}

.c-product-image {
    padding-top: 5vw;
    position: relative;
}

.c-product-image img {
    width: 60%;
    height: auto;
    max-width: 310px;
}

.c-product-tag {
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
}

.c-product-tag img {
    width: auto;
    height: 10vw;
}



/* FETA */

.c-product-feta {
    background-color: #4f71b8;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-feta .c-button-white span {
    background-color: #4f71b8;
    opacity: 0;
transition: 0.5s;
}

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


/* GRAVIERA */

.c-product-graviera {
    background-color: #f75742;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-graviera .c-button-white span {
    background-color: #f75742;
    opacity: 0;
transition: 0.5s;
}

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

/* GIDINO */

.c-product-gidino {
    background-color: #7bc152;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-gidino .c-button-white span {
    background-color: #7bc152;
    opacity: 0;
transition: 0.5s;
}

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

/* AFIRI */

.c-product-afiri {
    background-color: #de9573;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-afiri .c-button-white span {
    background-color: #de9573;
    opacity: 0;
transition: 0.5s;
}

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

/* MUZITHRA */

.c-product-muzithra {
    background-color: #839eec;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-muzithra .c-button-white span {
    background-color: #839eec;
    opacity: 0;
transition: 0.5s;
}

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

/* ALEIFOTURI */

.c-product-aleifoturi {
    background-color: #6fc592;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-aleifoturi .c-button-white span {
    background-color: #6fc592;
    opacity: 0;
transition: 0.5s;
}

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

/* PROVEIO */

.c-product-proveio {
    background-color: #e0b285;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-proveio .c-button-white span {
    background-color: #e0b285;
    opacity: 0;
transition: 0.5s;
}

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

/* KATSIKISIO */

.c-product-katsikisio {
    background-color: #c5b4e2;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-katsikisio .c-button-white span {
    background-color: #c5b4e2;
    opacity: 0;
transition: 0.5s;
}

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

/* GALA 3.5 */

.c-product-gala-3-5 {
    background-color: #8094de;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-gala-3-5 .c-button-white span {
    background-color: #8094de;
    opacity: 0;
transition: 0.5s;
}

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

/* GALA 1.5 */

.c-product-gala-1-5 {
    background-color: #96c56d;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-gala-1-5 .c-button-white span {
    background-color: #96c56d;
    opacity: 0;
transition: 0.5s;
}

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

/* KREMA VANILIA */

.c-product-krema-vanilia {
    background-color: #e8b492;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-krema-vanilia .c-button-white span {
    background-color: #e8b492;
    opacity: 0;
transition: 0.5s;
}

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

/* RUZOGALO */

.c-product-ruzogalo {
    background-color: #e48f66;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-ruzogalo .c-button-white span {
    background-color: #e48f66;
    opacity: 0;
transition: 0.5s;
}

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

/* BOUTURO */

.c-product-bouturo {
    background-color: #f5d78b;
    opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: 0.3s;
}

#product-bouturo .c-button-white span {
    background-color: #f5d78b;
    opacity: 0;
transition: 0.5s;
}

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



.swiper-slide-active .c-product-feta, .swiper-slide-active #product-feta .c-button-white span, .swiper-slide-active .c-product-graviera, .swiper-slide-active #product-graviera .c-button-white span, .swiper-slide-active .c-product-gidino, .swiper-slide-active #product-gidino .c-button-white span, .swiper-slide-active .c-product-afiri, .swiper-slide-active #product-afiri .c-button-white span, .swiper-slide-active .c-product-muzithra, .swiper-slide-active #product-muzithra .c-button-white span, .swiper-slide-active .c-product-aleifoturi, .swiper-slide-active #product-aleifoturi .c-button-white span, .swiper-slide-active .c-product-proveio, .swiper-slide-active #product-proveio .c-button-white span, .swiper-slide-active .c-product-katsikisio, .swiper-slide-active #product-katsikisio .c-button-white span, .swiper-slide-active .c-product-gala-3-5, .swiper-slide-active #product-gala-3-5 .c-button-white span, .swiper-slide-active .c-product-gala-1-5, .swiper-slide-active #product-gala-1-5 .c-button-white span, .swiper-slide-active .c-product-krema-vanilia, .swiper-slide-active #product-krema-vanilia .c-button-white span, .swiper-slide-active .c-product-ruzogalo, .swiper-slide-active #product-ruzogalo .c-button-white span, .swiper-slide-active .c-product-bouturo, .swiper-slide-active #product-bouturo .c-button-white span {
    opacity: 1;
}
.swiper-slide-active .c-bouna {
    opacity: 0.3;
}









/* BUTTONS */

.c-swiper-button-container {
    width: 30%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    bottom: auto;
    z-index: 8;
    height: 50px;
}

.swiper-button-prev, .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
transition: 0.1s;
transform: scale(1);
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
transform: scale(1.2);
}

.swiper-button-prev:after, .swiper-button-next:after {
    width: 100%;
    text-align: center;
}


.swiper-button-prev:after {
content: "" !important;
    background-image: url('/cache/files/bf01c81786d12dc5306593ffc611dffb9b09f2e6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    z-index: 79;
    position: relative;
    background-position: center;
    transform: rotate(90deg);
}

.swiper-button-next:after {
content: "" !important;
    background-image: url('/cache/files/bf01c81786d12dc5306593ffc611dffb9b09f2e6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    z-index: 79;
    position: relative;
    background-position: center;
    transform: rotate(-90deg);
}



/* FULL SCREEN BUTTONS */

.c-topos-container .c-swiper-button-container {
    width: 100%;
    height: 0;
    margin-top: 50px;
    left: 0;
    transform: translateX(0%);
    position: relative;
    bottom: 0;
    z-index: 8;
}

.swiper-button-next-full, .swiper-button-prev-full {
    position: absolute;
    bottom: auto !important;
    top: 0% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #110105 !important;
}

.swiper-button-next-full:after, .swiper-button-prev-full:after {
    font-size: 16px !important;
}

.swiper-button-prev-full {
    left: 0;
    right: auto;
}

.swiper-button-next-full {
    left: 80px !important;
    right: auto !important;
}

.c-topos-container .swiper-button-prev-full, .c-topos-container .swiper-button-next-full {
    width: 60px !important;
    height: 60px !important;
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
transition: 0.1s;
transform: scale(1);
}

.c-topos-container .swiper-button-prev-full:hover, .c-topos-container .swiper-button-next-full:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
transform: scale(1.2);
}

.c-topos-container .swiper-button-prev-full:after, .c-topos-container .swiper-button-next-full:after {
    width: 100%;
    text-align: center;
}


.c-topos-container .swiper-button-prev-full:after {
content: "" !important;
    background-image: url('/cache/files/bf01c81786d12dc5306593ffc611dffb9b09f2e6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    z-index: 79;
    position: relative;
    background-position: center;
    transform: rotate(90deg);
}

.c-topos-container .swiper-button-next-full:after {
content: "" !important;
    background-image: url('/cache/files/bf01c81786d12dc5306593ffc611dffb9b09f2e6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    z-index: 79;
    position: relative;
    background-position: center;
    transform: rotate(-90deg);
}

/* BADGE NEO */

.c-badge-neo {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 30px;
}

.c-badge-neo img {
    width: 6vw;
    height: auto;
    max-width: 110px;
}




@media (max-width: 768px) {
.swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    height: 20px;
    width: 20px;
}
.swiper-container {
    margin-bottom: 50px;
}

.c-swiper-button-container {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    bottom: auto;
    z-index: 8;
    height: 50px;
}
.c-product-tag img {
    width: 50%;
    height: auto;
max-height: 150px;
    width: auto;
}
.c-badge-neo img {
    width: 80%;
    height: auto;
    max-width: 110px;
}

.c-topos-container .swiper-slide img {
    height: auto;
    width: 140%;
margin-left: auto;
margin-right: auto;
}

.c-topos-container .c-swiper-button-container {
bottom: 30px;
}

.c-product-image img {
    position: absolute;
    max-height: 250px;
    width: auto;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
}

.swiper-container .c-product-image {
    padding-top: 5vw;
    position: relative;
    height: 240px;
    width: calc(100% - 100px);
    margin: auto;
}


#product-gala-3-5 .c-product-image img, #product-gala-1-5 .c-product-image img {
    position: absolute;
    max-height: 250px;
    width: auto;
    left: 50%;
    top: 55%;
}

#product-gidino .c-product-image img {
    position: absolute;
    max-height: 250px;
    width: auto;
    left: 50%;
    top: 65%;
}
}

@media (min-width: 990px) {
.c-badge-neo {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
}

}#innertopmenu {
    margin-right: 5%;
    margin-left: auto;
}

#abovetopbanner .htmlbox {
width: 100%;
}

.c-abovetopbanner-button {
    border: 1px solid #68ad45;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50px;
    color: #1b5630;
    background-color: white;
    text-decoration: none;
    transition: 0.3s;
}

div.c-abovetopbanner-button {
    display: inline-block;
    padding: 0;
    font-size: 0;
    border: 0;
}

div.c-abovetopbanner-button:hover {
background-color: transparent;
}

#abovetopbanner div.c-abovetopbanner-button .langchooser {
padding: 0px !important;
    position: relative;
    top: 7px;
}

.c-abovetopbanner-button:hover {
    color: white;
    background-color: #68ad45;
}

.c-abovetopbanner-button span {
margin-right: 10px;
}

.c-abovetopbanner-container {
    width: 100%;
    margin-top: 10px;
}

.c-abovetopbanner-inner {
    margin-right: calc(5% - 0px);
    margin-left: auto;
text-align: right;
}


/*TOP MENU*/

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

div.topmenu > ul ul {
border-radius: 0px 4px 4px 4px;
}

div.topmenu ul ul li {
    border-radius: 4px 4px 4px 4px !important;
}

div.topmenu > ul > li:hover {
border-radius: 4px 4px 0px 0px;
}

div.topmenu ul ul {
box-shadow: 7px 15px 16px 0px #00000047;
}
/*====*/


/* MENU ETIKETES */

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li a {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li a span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 60%;
    background-position: 25px center;
    background-repeat: no-repeat;
    background-color: white;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:hover a span:before {
    background-color: #e5edeb;
}


html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(1) a span {
    position: relative;
    top: 10px;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(1) a span:before {
display: none;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(2) a span:before {
    background-image: url('/cache/files/ec81d4ad74ba52717d7be718d676448c3fa90d72.svg');
background-size: 80%;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(3) a span:before {
    background-image: url('/cache/files/92ae2f24c9749728539a66bcfacc83fa904a9f76.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(4) a span:before {
    background-image: url('/cache/files/befd85416d610bc5ad3625c4d45bf47d6bd82463.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(5) a span:before {
    background-image: url('/cache/files/3cb3f923583b2a8967a11a66499a3f81e5b91217.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(6) a span:before {
    background-image: url('/cache/files/436cc5d16e2071cedb31f58c57d5a0cbda841858.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(7) a span:before {
    background-image: url('/cache/files/0946ebe445bf056afb8c536503e16892041a7bc5.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(8) a span:before {
    background-image: url('/cache/files/f254bac6a5280e47b722a58d5d09a26dd2be0dd5.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(9) a span:before {
    background-image: url('/cache/files/f54e2d42c641ec98ab14537f5b6b4a76a0720905.svg');
background-size: 80%;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(10) a span:before {
    background-image: url('/cache/files/b09426c5c55cd5e2edbf291c9b7ab6bebb524219.svg');
background-size: 80%;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(11) a span:before {
    background-image: url('/cache/files/5f648467c0c8e2fa9865c8f486a5ee42f989cc02.svg');
background-size: 75%;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(12) a span:before {
    background-image: url('/cache/files/07a678c976bc867cfd2cb1c281f02b51d2be95b4.svg');
background-size: 75%;
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(13) a span:before {
    background-image: url('/cache/files/402d7615027bcfac9fda8cf022e954b641d83497.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(14) a span:before {
    background-image: url('/cache/files/68ae9927b9958c51400309756dd3e4b00883d11b.svg');
}

html[lang="el"] .notloggedin .c-menuetiketes ul li:nth-child(2) ul li:nth-child(15) a span:before {
    background-image: url('/cache/files/8daff9320e41d8edb4d2e183d5fd7114c275ae37.svg');
}

/* SCREENS */

@media (max-width: 768px) {
#abovetopbanner, .c-abovetopbanner-container {
display: none;
}

.c-abovetopbanner-inner {
    margin-right: calc(0% - 0px);
    margin-left: auto;
    text-align: left;
}

.c-abovetopbanner-button {
    width: calc(50% - 35px);
    display: inline-block;
    font-size: 12px;
    margin-right: 0px;
    margin-bottom: 5px;
}
}

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

.side-nav__header {
    max-height: 100px;
    height: 30%;
}
.side-nav__container {
    position: relative;
    width: 100%;
text-align: center;
}

.side-nav ul li.haschilds > a::before {
    position: absolute;
    right: 10px;
}
.side-nav ul li {
    position: relative;
}

.side-nav ul li a {
    padding-left: 0;
}

.side-nav ul ul li a {
    padding-left: 0;
}

.side-nav > ul > li {
opacity: 0.1;
}

@media (max-width: 1280px) {
#innertopmenu {
    margin-right: 2%;
    margin-left: 300px;
}
.c-abovetopbanner-inner {
    margin-right: calc(2% - 0px);
}
.c-abovetopbanner-button {
    border: 1px solid #68ad45;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50px;
    color: #1b5630;
    background-color: white;
    text-decoration: none;
    transition: 0.3s;
}
}.c-top-image-container {
    height: 83vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.c-godown-more {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.c-godown-more .c-godownarrow {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: 0.1s;
    transform: scale(1);
    border-radius: 50%;
    margin: auto;
    background-color: white;
    text-align: center;
}

.c-godown-more a {
text-decoration: none;
}

.c-godown-more .c-link {
color: #272b29;
}

.c-detail-text {
text-align: center;
}

.c-detail-text-container {
background-color: #fbf9f6;
padding-top: 50px;
padding-bottom: 50px;

}

.c-detail-text-container-2 {
padding-top: 50px;
padding-bottom: 50px;
}

.c-detail-text-inner {
    max-width: 1000px;
    margin: auto;
}

.c-detail-etiketa {
text-align: center;
    padding-bottom: 30px;
}

.c-detail-etiketa img {
    width: 20vw;
    min-width: 200px;
    height: auto;
max-height: 200px;
}

.c-detail-etiketa.c-graviera img {
    width: 26vw;
}

.c-detail-etiketa.c-gala img {
    width: 26vw;
    max-height: 300px;
}

.c-siskevasies-container {
padding-top: 50px;
padding-bottom: 50px;
position: relative;
    overflow: hidden;
}

.c-bouna-siskevasies {
    position: absolute;
    bottom: -2%;
    right: 0;
}
.c-bouna-siskevasies img {
    width: 30vw;
    height: auto;
    opacity: 0.1;
}

.c-siskevasies-container-inner{
    max-width: 1280px;
    margin: auto;
}

.c-whitebox {
    padding: 20px;
    background-color: white;
    border-radius: 15px;
}


.c-diatrofika-container {
    background-color: #fbf9f6;
    padding-top: 150px;
    padding-bottom: 50px;
    overflow: hidden;
}

.c-diatrofika-container .c-diadikasia-container {
    padding-bottom: 50px;
}

.c-diatrofika-inner {
    max-width: 1280px;
    margin: auto;
}

/* NUTRITION FACTS */


.c-shape-stoixeia-outer {
    width: 140px;
    border: 3px solid #001f60;
    border-radius: 200px;
    margin: auto;
    background-color: white;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
}

.c-shape-stoixeia-inner {
    padding: 0px;
    width: 100%;
    border-radius: 200px;
    overflow: hidden;
    border: 5px solid white;
}

.c-stoixeia-title {
    padding-top: 45px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.c-stoixeia-number {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    font-size: 30px;
    font-weight: 800;
}

/* FULL NUTRITION */

.c-full-nutrition-container {
padding-top: 50px;
}

.c-full-nutr-box {
    background-color: #6ba43a;
    border-radius: 15px;
    border: 10px solid white;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    color: white;
position: relative;
}

/* TABLE */

.c-full-nutr-box table {
margin: 15px;
}

.c-full-nutr-box table tr {
    height: 40px;
}

.c-full-nutr-box table tr td:nth-child(1) {
width: 30% !important;
}

.c-full-nutr-box table tr td:nth-child(2), .c-full-nutr-box table tr td:nth-child(3) {
width: 27.5% !important;
}

.c-full-nutr-box table tr td:nth-child(4) {
width: 15% !important;
}

#galaNutr .c-full-nutr-box table tr td:nth-child(1) {
width: 30% !important;
}

.c-full-nutr-box table tr td:nth-child(2), .c-full-nutr-box table tr td:nth-child(3), .c-full-nutr-box table tr td:nth-child(4), .c-full-nutr-box table tr td:nth-child(5) {
width: 17.5% !important;
}



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

.c-comment {
font-size: 14px;
margin-left: 15px;
}


/* SHAPES */

.c-shape-yellow {
    position: absolute;
    left: -20%;
    top: -10%;
}

.c-shape-color {
    position: absolute;
    bottom: 10%;
    right: -15%;
}

.c-nutrition-image {
    position: relative;
    z-index: 1;
}


.c-splash-detail {
    position: absolute;
    top: 0;
    right: -3%;
    width: 12vw;
    height: auto;
    transform: translateY(-35%);
    z-index: 9;
}

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


@media (max-width: 768px) {
.c-top-image-container {
    height: 45vh;
}

.c-full-nutr-box {
    margin-bottom: 30px;
    margin-top: 30px;
font-size: 11px;
}
.c-comment {
    font-size: 11px;
    margin-left: 15px;
}
.c-shape-color {
    position: absolute;
    bottom: -5%;
    right: -15%;
}

.c-shape-color img {
    width: 150px;
    height: auto;
}

.c-shape-yellow {
    position: absolute;
    left: -20%;
    top: 0;
}

.c-vraveio-image {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100px;
    margin-left: 20px;
}

.c-vraveio-greenbox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    padding-left: 150px;
    background-color: #93c59a;
    transform: translateY(-50%);
    z-index: 0;
    color: white;
}

.c-detail-text-container-2 {
    padding-top: 0;
}
.c-whitebox {
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
}



/*EXTRA TEXT IN PRODUCTS BOXES*/

.c-product-name-text {
color: white;
    text-align: center;
    position: relative;
line-height: 1.2em;
}/* CONTACT FORM */

.contactform {
    padding-bottom: 2vw;
    max-width: 800px;
    margin: auto;
}

.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-bottom: 1px solid #2b2a29;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
}

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


.contactform .submit {
    text-align: center;
}

.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 190px;
    height: auto;
    background-color: transparent;
    border: 1px solid #dee3ef;
    border-radius: 30px;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    z-index: 1;
    border: 2px solid #1b5630;
    text-transform: uppercase;
}


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



.contactform button::after {
    content: "\f1d8";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    background-color: #e5edeb;
    padding: 9px 9px 9px 9px;
    top: 50%;
    border-radius: 0;
    color: #68ad45;
    transform: translateY(-50%);
    transition: 0.3s linear;
    font-size: 18px;
}

.contactform button:hover::after {
    padding: 9px 9px 9px 24px;
}


#cFooter .contactform p.required input, .contactform p.notrequired input, .contactform p.required textarea {
background: transparent;
}

#cFooter div.contactform p label {
    margin-top: -10px;
}


@media (max-width: 768px) {
.contactform button {
    font-size: 12px;
    letter-spacing: 2px;
margin-bottom: 50px;
border: 1.5px solid #1b5630;
    min-width: 160px;
}
}.c-fullslick-outer {
position: relative;
}

.c-slider-text {
    position: absolute;
    top: 10%;
    z-index: 90;
    left: 5%;
    color: white;
    max-width: 950px;
    columns: 2;
}


.c-slider-text .c-title-md {
font-weight: 400;
font-size: 24px;
}

.c-bg-full {
width: 100%;
height: 45vw;
background-size: cover;
background-position: center;
}


/* BUTTONS */


.c-slickbutton-container {
display: flex;
}

.c-slick-prev, .c-slick-next {
    opacity: 1;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: white;
position: relative;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
transition: 0.1s;
transform: scale(1);
cursor: pointer;
}

.c-slick-prev:hover, .c-slick-next:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
transform: scale(1.2);
}

.c-slick-prev {
    left: 0;
    top: 0;
}

.c-slick-next {
    left: 0;
    top: 0;
margin-left: 15px;
}

.c-slick-prev:before, .c-slick-next:before {
content: '';
    background-image: url('/cache/files/bf01c81786d12dc5306593ffc611dffb9b09f2e6.svg');
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
background-size: contain;
    background-repeat: no-repeat;
}

.c-slick-prev:before {
    transform: translate(-50%, -50%) rotate(90deg);
    top: 36px;
    left: 50%;
}

.c-slick-next:before {
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 25px;
    left: 50%;
}


.c-slick-prev:focus, .c-slick-next:focus {
    background-color: #6ba339;
}

.c-slick-prev.slick-disabled, .c-slick-next.slick-disabled {
    display: block !important;
    opacity: 1;
}


@media (max-width: 768px) {
.c-fullslick-outer {
    background-color: #6ba43a;
}
.c-slider-text {
    position: relative;
    top: 0%;
    z-index: 90;
    left: 0%;
    color: white;
    max-width: 650px;
padding-top: 50px;
padding-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
    columns: 1;
}
.c-slider-text .c-title-md {
    font-weight: 400;
    font-size: 16px;
}
.c-slickbutton-container .c-slick-prev {
    top: 30px;
}
.c-slickbutton-container .c-slick-next {
    top: 30px;
}
.c-bg-full {
    height: 45vh;
}
}.c-top-container {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-top-container p{
font-size: 3em;
text-align: center;
margin-bottom: 0px;
line-height: 1.1em;
}


.c-mpol-bottle-container , #contenttop h1 {
font-size: 2.4em;
padding-left: 10px;
padding-right: 10px;
}

.c-export-products {
max-width: 90vw;
margin: 0 auto;
    display: flex;
    gap: 6vh;
    align-items: flex-end;
justify-content: center;
}

@media (max-width: 912px) {
.c-export-products {
flex-wrap: wrap;
}
}


.c-export-products p{
line-height: 1.2em !important;
}

.c-export-products div{
display: flex;
    flex-direction: column;
    align-items: center;
max-width: 400px;
text-align: center;
}

.c-pinakes-container {
max-width: 90vw;
margin: 0 auto;
    display: flex;
    gap: 6vh;
justify-content: center;
}


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


.c-pinakes-container div{
min-width: 500px;
margin-bottom: 10vh;
}

@media (max-width: 912px) {
.c-pinakes-container div {
margin-bottom: 4vh;
width: 100%;
min-width: auto;
}
}



.c-pinakes-container .c-title-md {
color: #fff !important;
}

.c-pinakas-1 {
    background-color: #6ba43a;
    border-radius: 0px 0px 60px 60px;
    border: 10px solid white;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    color: white;
padding: 20px;
border-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
font-size: 1.2em;
text-align: center;
}

@media (max-width: 912px) {
.c-pinakas-1 {
margin-bottom: 4vh;
width: 100%;
min-width: auto;
}
}





.c-pinakas-1 table tr {
    height: 40px;
}

.c-pinakas-1 table tr td:nth-child(1) {
width: 50% !important;
text-align: right;
padding-right: 30px;
}

.c-pinakas-1 table tr td:nth-child(2) {
text-align: left;
}




.c-pinakas-2 {
    background-color: #6ba43a;
    border-radius: 60px 60px 0px 0px;
    border: 10px solid white;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 20%);
    color: white;
padding: 20px;
border-bottom: 0px;
margin-top: 10vh;
min-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
font-size: 1.2em;
text-align: center;
}


@media (max-width: 912px) {
.c-pinakas-2 {
    border-radius: 0px 0px 60px 60px;
border-bottom: 10px solid white;
border-top: 0px;
margin-top: 0vh;
margin-bottom: 4vh;
width: 100%;
min-width: auto;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
}




.c-pinakas-2 table tr {
    height: 40px;
}

.c-pinakas-2 table tr td:nth-child(1) {
width: 50% !important;
text-align: right;
padding-right: 30px;
}

.c-pinakas-2 table tr td:nth-child(2) {
text-align: left;
}