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

.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;
}

#contenttop h2.c-main-title {
   font-weight: bold;
   font-size: 3vw;
   border: 0;
   position: relative;
    padding-top: 0;
    margin-top: 0;
}

#contenttop h2.c-main-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #e61820;
    margin: 0 auto;
    margin-top: 20px;
}

#contenttop h1.pagetitle {
    font-size: 30px;
    font-weight: bold;
    border: 0px;
}


#contenttop h1.pagetitle::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #e61820;
    margin: 0 auto;
    margin-top: 20px;
}

.c-title-boxy {
    margin-bottom: 50px;
}

.c-subtitle {
   font-size: 20px;
   max-width: 800px;
   margin: 0 auto;
   text-align: center;
}

.c-button {
    display: inline-block;
    background-color: #e61820;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 10px;
}


.c-vertical-align {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* FOOTER */

.c-footer-title {
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
margin-bottom: 15px;
}

.c-footer-title::after {
    content: '';
    display: block;
    background-color: #e61820;
    width: 50px;
    height: 3px;
    margin-top: 5px;
}

#belowsite p {
margin-bottom: 10px;
} 

#belowsite a {
   text-decoration: none;
   position: relative;
   display: inline-block;
   overflow: hidden;
}

#belowsite a::after {
   content: '';
   width: 100%;
   height: 1px;
   background-color: #e61820;
   position: absolute;
   left: -100%;
   bottom: 0;
   transition: 0.3s;
}

#belowsite a:hover::after {
   left: 0%;
}

.c-info-boxy p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

#belowsite a {
   text-decoration: none;
   position: relative;
   display: inline-block;
   overflow: hidden;
}

.c-social-icon {
    display: inline-block;
    background-color: #e4181f;
    padding: 10px;
    border-radius: 50%;
    box-sizing: border-box;
}

#belowsite .c-social-icons a::after {
    display: none;
}

#belowsite .c-social-icons p {
    display: inline-block;
}

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

.c-top-header {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.c-top-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   background-color: black;
    opacity: 0.6;
}

.c-top-header .c-title-boxy {
    position: relative;
    z-index: 2;
}

.c-header-text {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
   position: relative;
    z-index: 3;
}

#contenttop #top h2.c-main-title {
    color: white;
}

.c-title-boxy .c-subtitle {
    font-weight: bold
}

.c-border-image img {
    border-radius: 20px;
}

#belowsite {
    border-top: 1px solid #e4181f;
}


.contactform .submit button {
display: inline-block;
    padding: 15px 25px;
    background-color: #e61820;
    border-radius: 10px;
    border: 0;
    color: white;
    font-weight: bold;
}

.contactform {
    background-color: #f1f1f1;
    padding: 50px;
    border-radius: 20px;
}

div.contactform form p {
    width: 100%;
    box-sizing: border-box;
}

#contenttop div.contactform h2 {
   font-weight: bold;
   font-size: 30px;
   border: 0;
   position: relative;
    padding-top: 0;
    margin-top: 0;
}


.contactform p.required input, .contactform p.notrequired input, .contactform p.required textarea {
    border: 0px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: transparent;
width: 100%;
}.c-newlogo {
    background-image: url('/cache/files/d192b9dc27dfef3f11f197dd8b208c72ad55a29b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/d192b9dc27dfef3f11f197dd8b208c72ad55a29b.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/d192b9dc27dfef3f11f197dd8b208c72ad55a29b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#products {
    padding-top: 100px;
    padding-bottom: 90px;
}

.c-fruits-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    gap: 50px 20px;
}

.c-fruit-box {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    width: 25%;
}

.c-fruit-image {
    position: relative;
    width: 60%;
    margin-top: -50px;
    display: inline-block;
}

.c-fruit-image img {
    width: 100%;
    height: auto;
}

.c-fruit-name {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: bold;
    text-align: right;
    margin-bottom: 0;
}

.c-karpouzia {
    background-image: linear-gradient(315deg, #eafab5, #ffc4ba);
}

.c-suka {
    background-image: linear-gradient(315deg, #ffba80, #ffdab3);
}

.c-fraoules {
    background-image: linear-gradient(315deg, #ff7f7f, #ffbbb9);
}

.c-esperidoeidi{
    background-image: linear-gradient(315deg, #fff0ac, #ffb98f);
}

.c-patates{
    background-image: linear-gradient(315deg, #ffdb8b, #ffe1b2);
}

.c-kolokuthakia {
    background-image: linear-gradient(315deg, #a6e77a, #fff2ad);
}