body {
font-family: "Geologica", sans-serif;
}

/*
.notloggedin #topbanner{
position: absolute;
top: 4vh;
}*/


#mobile-header .langchooser {
display: none;

}

.c-main-container {
position: relative;
    width: 100%;
    min-height: 100vh;
}


/*PLAINO ARISTERA*/

.c-left-container {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding: 2vw;
    top: 0;
    left: 0;
    background-color: #000000;
}

.c-left-container::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #666666;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.c-left-container::after {
    content: '';
    display: block;
    height: 10%;
    width: 1px;
    background-color: #06d89f;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background-image: linear-gradient(45deg, #666666, transparent, #666666);
    animation: 6s line-anim infinite linear;
}

@keyframes line-anim {
0% {top: 0%;}
50% {top: 90%;}
100% {top: 0%;}
}

.notloggedin .c-left-container {
    position: fixed;
    z-index: 3;
}

.c-left-contact p{
   margin-bottom: 7px;
   color: white;
}

.c-right-container {
    width: calc(100% - 240px - 4vw);
    margin-left: auto;
    height: auto;
    margin-right: 0;
}

/*INTRO*/

#intro {
   background-color: #101010;
   color: white;
   position: relative;
    background-image: url('/cache/files/9fbda676a450361dd7e4d449eb11e1c91757160e.jpg');
    background-size: cover;
    background-position: bottom;
}

#intro::before {
    content: '';
    display: block;
    background-image: url('/cache/files/568dfc7f57515cbd2d4c5e9ddbfdbf8ce5a519d5.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 70%;
}

.c-intro-container {
display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
padding: 4vw 30px;
max-width: 75%;
}

.c-intro-title, #contenttop h1.pagetitle {
    font-size: clamp(30px, 3.3vw, 85px);
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.c-intro-top-subtitle {
margin-bottom: 10px;
font-size: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem); /*22-40*/
line-height: 1.1em;
font-weight: 300;
}

.c-intro-subtitle {
letter-spacing: 3px;
}

.c-intro-subtitle span{
font-weight: 300 !important;
}

.c-above-title {
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 15px;
    background-color: #101010;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}



/*METRICS*/

#metrics {
   color: white;
}

.c-metrics-container {
    display: flex;
    padding: 0 30px 30px 30px;
    gap: 3vw;
    margin-top: 4vw;
}

.c-metric sup {
    color: #06d89f;
}

.c-metric p.c-metric-title {
    font-size: clamp(26px, 3vw, 80px);
    margin-bottom: 5px;
    line-height: 1.1em;
    font-weight: 500;
}

.c-metric > p span{
    font-size: clamp(16px, 2vw, 60px);
}



/*TEXTS*/

.c-text {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 50px;
}

.c-text p {
    max-width: 80%;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight: 300;
    font-size: 20px;
}

/*POWERED BY NEWMEDIASOFT*/

.c-nms-img {
max-height: 45px;
width: auyo;
position: fixed;
top: 92vh;
right: 3vh;
z-index: 100;
}


/* PAGE TITLE */

.pagetitle {
margin-top: 50px;
margin-bottom: 50px;
}

.c-portfolio-title {
    font-size: 4vw;
    font-size: clamp(40px, 4vw, 100px);
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.2em;
    padding: 0vw 30px 30px 30px;
    margin: 0;
    text-align: center;
}


.c-projectpassion {
    height: 100px;
    width: 100%;
    background-size: contain;
    background-image: url('/cache/files/d713b2985ac8e68fee81db2ffb4bcb1ec5393e4a.svg');
    background-repeat: repeat-x;
    margin-top: 100px;
}

#mobile-services {
    padding: 40px;
    background-color: #f0f0f0;
}

.c-services-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.c-services-container .c-portfolio-title {
    width: 100%;
}

.c-services-boxy {
    width: calc(50% - 20px);
}

.c-footer-infobox {
   margin-top: 50px;
}

@media (max-width: 990px) {

    #mobile-header button {
        position: absolute;
        top: 15px;
        right: 20px;
    }

a.mobile-header-startlink {
    left: 20px;
    transform: translate(0%, 0%) !important;
}

.c-left-container {
display: none;
}

.c-right-container {
width: 100%;
}

.c-intro-container {
    padding: 0vw 20px;
    max-width: 100%;
    padding-top: 50px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    position: relative;
    z-index: 5;
}

.c-intro-title {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 40px;
   width: 90%;
}

#intro {
    height: auto;
}

#intro::before {
display: none;
}

#contenttop .c-intro-container h1.c-intro-top-subtitle {
    text-align: left;
    width: 85%;
}

#intro::after {
    content: '';
    display: block;
    background-image: url('/cache/files/568dfc7f57515cbd2d4c5e9ddbfdbf8ce5a519d5.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0%;
        right: -80%;
        width: 130%;
        height: auto;
        aspect-ratio: 1 / 1;
        opacity: 0.5;
}

.c-text {
    padding: 50px 20px 20px 20px;
    font-size: 18px;
}

.c-metrics-container {
        padding: 0 20px 80px 0px;
        gap: 15px;
        flex-wrap: wrap;
    justify-content: flex-start;
}

.c-metric {
width: calc(50% - 8px);
}


div.items.horizontalitems {
    width: 100%;
}

div.items .scroll-container div.list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
}

div.items .scroll-container::before {
content: 'Επιλέξτε κατηγορία';
display: block;
        margin-bottom: 10px;
        font-size: 14px;
}

div.horizontalitems div.item {
    width: 50%;
}

.c-projectpassion {
        margin-top: 50px;
        width: 180%;
        background-position: 90px;
}

#footer {
    padding: 50px 20px;
    width: 100%;
}

.c-contact-info-box, .c-contact-form-box {
    width: 100% !important;
}
.contactform form p {
    width: 100%;
}


#footer {
    width: 100% !important;
}

.c-text p {
    max-width: 100%;
    text-align: left;
    margin: 0 auto 0 auto;
    font-weight: 300;
    font-size: 18px;
}


}.c-newlogo {
    background-image: url('/cache/files/ebfd407db3fed5ae3a97dd8e09ec1784000c0d62.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-image: url('/cache/files/ebfd407db3fed5ae3a97dd8e09ec1784000c0d62.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
    background-size: 60%;
}.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%;
}
}#topbanner .langchooser {
    position: absolute;
    z-index: 90;
    right: 5%;
    top: 15px;
}

.langchooser ul {
    text-transform: uppercase;
font-weight: 300 !important;
}


.langchooser div.langlist li:nth-child(1) {
width: 11px;
    overflow: hidden;
}
.langchooser div.langlist li:nth-child(2) {
width: 22px;
    overflow: hidden;
margin-left: 12px;
}/*KYKLOS CONTACT - FORM*/

.c-contact-circle-container {
position: fixed;
    top: 3vh;
    right: 3vh;
    height: 140px;
    width: 140px;
z-index: 100;
cursor: pointer;
}

.c-contact-circle-img {
    position: absolute;
    top: 0;
    left: 0;
animation: rotate-left 15s linear infinite;
scale: 1;
    transition: 0.4s;
}


.c-contact-circle-img:hover {
scale: 1.2;
}


@keyframes rotate-left {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.c-contact-circle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






.c-contact-form-container {
    display: none; /* Κρύβουμε το pop-up αρχικά */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 30px;
color: #333;
}

.c-contact-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}


.c-contact-form-title {
padding: 30px;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    background-color: #00e0a4;
    color: #fff;
    margin: -10px -10px 0 -10px;
    border-radius: 30px 30px 0px 0px;
}

.c-close-button {
    background-color: #00e0a4;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    display: inline-block;
    padding: 0px 10px 5px;
    line-height: 1em;
    margin-bottom: 0px;
cursor: pointer;
position: absolute;
    top: -8px;
    right: -10px;
    box-shadow: 0px 0px 20px #0707074d;
    border-radius: 50%;
}


/*FORM*/

.contactform form {
    width: 380px;
}

.contactform form p {
    width: 90%;
}


.contactform p.required textarea, .contactform p.required input, .contactform p.notrequired input {
    border: 1px solid #06d89f;
    border-radius: 20px;
width: 100%;
font-size: 20px;
}

div.contactform p label, div.thelogin p label {
    padding: 7px 15px;
}


.contactform button {
  display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #06d89f;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #06d89f;
min-width: 200px;
font-weight: 700;
}

.contactform button:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}#portfolio {
background-color: #fff;
color: #333;
    padding: 4vw 30px 0vw 30px;
}



.c-portofolio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}


.c-portofolio div a {
    width: auto;
    padding: 20px;
    border-radius: 50px;
    background-color: #06d89f;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-top: 20px;
}

.c-portofolio a {
    display: inline-block;
    width: calc(25% - 22.5px);
}

.c-portofolio img{
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

@media (max-width: 990px) {
#portfolio {
    padding: 0;
}

.c-portofolio img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.c-portofolio {
    gap: 5px !important;
    margin-bottom: 0;
}

.c-portofolio a {
    display: inline-block;
    width: calc(50% - 2.5px);
}


.c-portfolio-title {
        padding: 0px 20px 10px 0px;
        margin: 0;
        text-align: left;
}

.c-portofolio div a {
    font-size: 16px;
}
}#footer {
    width: 100%;
    width: calc(100% - 249px - 4vw);
    float: right;
    height: auto;
    padding: 4vw 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-contact-footer-container {
display: flex;
gap: 4vh;
}


#copyinfo {
  display: none;
}



.c-contact-info-box {
    width: 60%;
}


.c-contact-form-box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.c-contact-form-box .c-subtitle-text {
margin-top: 20px;
margin-bottom: 20px;
}

.c-contact-form-box .contactform {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.c-contact-form-box .contactform form {
    width: 100%;
}

#belowsite .c-main-container {
min-height: auto;
}

#footer .c-intro-title {
font-size: clamp(30px, 3.3vw, 85px);
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.c-mobile-contact {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #06d89f;
    color: white;
}

@media (max-width: 990px) {
#footer {
    padding: 4vw 0px 0px 0px;
}

#belowsite a {
    color: #06d89f;
}

#belowsite .c-mobile-contact a {
    color: white;
}

}#topmenu {
display: block;
padding-top: 30px;
}

#innertopbanner {
    max-width: 1440px;
}

#topbanner .langchooser {
    position: absolute;
    z-index: 90;
    right: 15px;
    top: 10px;
}

#topbanner .langchooser div.langlist ul li.active a {
    color: #06d89f;
}

.pagetitle {
display: none;
}

.c-top-section-inpage {
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: bottom;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.c-top-container {
   background-color: #f4f5f7;
}

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

#contenttop .c-centered-title h1 {
    text-align: left;
}

#contenttop .c-centered-title h1 {
    text-align: center;
    color: white;
    font-size: clamp(40px, 4.7vw, 80px);
    font-weight: 500;
    max-width: 1440px;
}

.c-waved-line {
background-image: url('/cache/files/3eb45d83073b43e60f0527bf1109b0abb7aa2495.svg');
    width: 100%;
    background-size: contain;
    background-repeat: repeat-x;
    height: 100px;
}

.c-centered-title p {
    margin-top: 50px;
    max-width: 800px;
    text-align: center;
    color: white;
    font-size: clamp(18px, 1vw, 26px);
    padding: 0 20px;
}

.c-main-inner {
    max-width: 1440px;
    padding-top: 100px;
    margin: 0 auto;
}

#startcontent .c-main-inner {
    padding-top: 50px;
}

.c-logo-gradient img {
    width: 100%;
    height: auto;
}

#startcontent {
background-color: #f4f5f7;
}

#startcontent .row {
    display: flex;
    align-items: center;
}

.c-large-par {
    font-size: 28px;
    font-weight: 200;
    padding: 0 20px;
}

.c-inpage-boxy {
    background-color: #eff0f2;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    height: 100%;
}

.c-services-icon {
    margin-bottom: 20px;
}

#services .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
}

#services .row .col-md-6 {
    margin-bottom: 20px;
}

#footer {
    width: 100%;
}

.c-cta-box {
    padding: 0;
    position: relative;
}

.c-cta-box.c-websites {
    background-color: #00d89f;
}

.c-cta-box.c-marketing {
    background-color: #0057d3;
}

.c-link {
    color: white;
    text-decoration: none;
    padding: 20px;
    display: block;
}

.c-link::before {
    content: '';
background-image: url('/cache/files/61fc7f30e7c964900b5bf986a057bf10da0a75ee.svg');
    height: 100%;
    display: block;
    width: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    right: 20px;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.8;
    transition: 0.3s;
}

.c-cta-box:hover .c-link::before {
    background-position: 100%;
    opacity: 1;
}

@media (max-width: 900px) {
#topmenu {
    display: none;
}

.c-centered-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-top-section-inpage {
    height: auto;
    min-height: calc(80vh - 100px);
}

.c-waved-line {
    width: 150%;

}

#startcontent .row {
    flex-wrap: wrap;
}

.c-large-par {
    font-size: 18px;
    font-weight: 400;
}
}