header {
    transition: top 0.5s;
}

.scroll circle {
    fill: #fff;
}

.section-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(94 223 45 / 1000%);
    mix-blend-mode: multiply;
}

.header ul a {
    color: #fff;
    text-decoration: none;
}

.has-drop {
    color: #fff !important;
}

.header>ul>li:after {
    width: 4px;
    content: '';
    background-color: #fff;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 3px;
}

.section-after-hero {
    min-height: 45vh;
    padding: 0;
    position: relative;
    z-index: 3;
    background: #00e000;
}

.after-hero-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}

.section-who-we-are {
    background: #00e000;
}

.after-who-we-are {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 38px;
}

.no-margin {
    margin-right: 31%;
    padding-top: 25px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
}

a.ctn-button {
    padding: 10px 35px;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 18px;
    text-decoration: none;
}

a.ctn-button:hover {
    background: #00e000;
    color: #000 !important;
}



ul.list-of-services {
    font-size: 27px;
}


ul.list-of-services li.active-item span {
    margin-left: 50px;
    color: #fff;
}

ul.list-of-services li {
    border-bottom: 2px solid #404040;
}

ul.list-of-services li span {
    margin-left: 190px;
}

ul.list-of-services li span {
    margin-left: 190px;
    color: #393938;
}

.machines-button {
    max-width: 100%;
    border-color: #00e000;
    color: #00e000;
    word-spacing: 9999999px;
    display: inline-block;
    padding: 9px 35px;
    border: 3px solid #00e000;
    border-radius: 59px;
    font-size: 30px;
    text-decoration: none;
    line-height: 1;
}

.single_product {
    width: 17%;
    display: inline-block;
}

.single_product img {
    margin: 25px;
}

.single_product img {
    margin: 0 auto;
    max-height: 435px;
    opacity: 0.3;
}

.image_machine_container {
    width: 100%;
    text-align: center;
    margin-top: 64px;
}

a.machines-button:hover {
    background: #00e000;
    color: #000;
    cursor: pointer;
}

a.machines-button:hover+.product_description_title {
    opacity: 1;
}

.machines-button:hover~.image_machine_container img {
    transform: scale(1.08);
    /* Adjust the scale factor as desired */
    opacity: 1;
}

.image_machine_container img {
    transition: transform 0.8s;
}

.active_product a.machines-button {
    background: #00e000;
    color: #000;
}

.active_product img {
    opacity: 1;
    transform: scale(1.2);
}

.product_description_title {
    display: block;
    margin-top: 20px;
    color: gray;
    font-size: 30px;
    opacity: 0;
}

.single_product.active_product span.product_description_title {
    opacity: 1;
}

.clients_list ul li {
    border-bottom: 1px solid gray;
    line-height: 75px;
    font-weight: 300;
    color: gray;
}

.clients_list ul {
    text-align: left;
}

.clients_list ul li span {
    padding-left: 190px;
}

h3.shadow_title {
    color: gray;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 30px;
    margin-top: 0px;
}


p.answer_of_shadow {
    color: #fff;
    font-size: 20px;
}

.arrows_container {
    width: 100%;
    display: block;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: -51px;
}

.arrows_style {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 0 auto;
    background: #00e000;
    border-radius: 100%;
    cursor: pointer;
    background-image: url(./images/arrow_black.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 17px;
    transition: transform 0.5s ease;
}

.arrows_style.left_arrow {
    background-image: url(./images/arrow_black_l.png);
}

/* .arrows_style.right_arrow {
    transform: rotate(180deg);
} */

.arrows_style:hover {
    /* opacity: 0.8; */
    transform: scale(1.05);
}

.owl-dots {
    display: none;
}

.owl-item::after {
    position: absolute;
    height: 50px;
    width: 50px;
    content: attr(item_number);
    bottom: 0%;
    left: 3.45%;
    font-size: 43px;
    color: #00e000;
}

/* Newsletter */

.newsletter-form:focus-within {
    --border-width: 1.5px;
    --border: var(--border-active);
}

.newsletter-form input,
.newsletter-form button {
    -webkit-appearance: none;
    background: none;
    outline: none;
    display: block;
    border: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.newsletter-form input {
    width: 100%;
    flex-grow: 1;
    padding: 12px 12px 12px 16px;
    color: var(--input-text);
    font-weight: 400;
}

.newsletter-form input::-moz-placeholder {
    color: var(--input-placeholder);
}

.newsletter-form input:-ms-input-placeholder {
    color: var(--input-placeholder);
}

.newsletter-form input::placeholder {
    color: var(--input-placeholder);
}

.newsletter-form button {
    --text-opacity: 1;
    --success-x: -12px;
    --success-stroke: 14px;
    --success-opacity: 0;
    --border-radius: 7px;
    --overflow: hidden;
    --x: 0px;
    --y: 0px;
    --rotate: 0deg;
    --plane-x: 0px;
    --plane-y: 0px;
    --plane-opacity: 1;
    --trails-stroke: 57px;
    --left-wing-background: var(--primary);
    --left-wing-first-x: 0%;
    --left-wing-first-y: 0%;
    --left-wing-second-x: 50%;
    --left-wing-second-y: 0%;
    --left-wing-third-x: 0%;
    --left-wing-third-y: 100%;
    --left-body-background: var(--primary);
    --left-body-first-x: 50%;
    --left-body-first-y: 0%;
    --left-body-second-x: 50%;
    --left-body-second-y: 100%;
    --left-body-third-x: 0%;
    --left-body-third-y: 100%;
    --right-wing-background: var(--primary);
    --right-wing-first-x: 50%;
    --right-wing-first-y: 0%;
    --right-wing-second-x: 100%;
    --right-wing-second-y: 0%;
    --right-wing-third-x: 100%;
    --right-wing-third-y: 100%;
    --right-body-background: var(--primary);
    --right-body-first-x: 50%;
    --right-body-first-y: 0%;
    --right-body-second-x: 50%;
    --right-body-second-y: 100%;
    --right-body-third-x: 100%;
    --right-body-third-y: 100%;
    position: relative;
    padding: 8px 0;
    min-width: 100px;
    text-align: center;
    font-weight: 600;
    opacity: var(--button-opacity, 0.5);
    cursor: var(--button-cursor, not-allowed);
    filter: var(--button-filter, grayscale(65%));
    color: var(--button-text);
    border-radius: var(--border-radius);
    transform: translateZ(0);
    transition: opacity 0.25s, filter 0.25s;
    -webkit-tap-highlight-color: transparent;
}

.newsletter-form button:not(.active) {
    background: var(--primary);
}

.newsletter-form button .plane,
.newsletter-form button .trails {
    pointer-events: none;
    position: absolute;
}

.newsletter-form button .plane {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(var(--x), var(--y)) rotate(var(--rotate)) translateZ(0);
}

.newsletter-form button .plane .left,
.newsletter-form button .plane .right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: var(--plane-opacity);
    transform: translate(var(--plane-x), var(--plane-y)) translateZ(0);
}

.newsletter-form button .plane .left:before,
.newsletter-form button .plane .left:after,
.newsletter-form button .plane .right:before,
.newsletter-form button .plane .right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius);
    transform: translate(var(--part-x, 0.25%), var(--part-y, 0)) translateZ(0);
    z-index: var(--z-index, 2);
    background: var(--b, var(--left-wing-background));
    -webkit-clip-path: polygon(var(--first-x, var(--left-wing-first-x)) var(--first-y, var(--left-wing-first-y)), var(--second-x, var(--left-wing-second-x)) var(--second-y, var(--left-wing-second-y)), var(--third-x, var(--left-wing-third-x)) var(--third-y, var(--left-wing-third-y)));
    clip-path: polygon(var(--first-x, var(--left-wing-first-x)) var(--first-y, var(--left-wing-first-y)), var(--second-x, var(--left-wing-second-x)) var(--second-y, var(--left-wing-second-y)), var(--third-x, var(--left-wing-third-x)) var(--third-y, var(--left-wing-third-y)));
}

.newsletter-form button .plane .left:after {
    --part-x: 0;
    --z-index: 1;
    --b: var(--left-body-background);
    --first-x: var(--left-body-first-x);
    --first-y: var(--left-body-first-y);
    --second-x: var(--left-body-second-x);
    --second-y: var(--left-body-second-y);
    --third-x: var(--left-body-third-x);
    --third-y: var(--left-body-third-y);
}

.newsletter-form button .plane .right:before {
    --part-x: -.25%;
    --z-index: 2;
    --b: var(--right-wing-background);
    --first-x: var(--right-wing-first-x);
    --first-y: var(--right-wing-first-y);
    --second-x: var(--right-wing-second-x);
    --second-y: var(--right-wing-second-y);
    --third-x: var(--right-wing-third-x);
    --third-y: var(--right-wing-third-y);
}

.newsletter-form button .plane .right:after {
    --part-x: 0;
    --z-index: 1;
    --b: var(--right-body-background);
    --first-x: var(--right-body-first-x);
    --first-y: var(--right-body-first-y);
    --second-x: var(--right-body-second-x);
    --second-y: var(--right-body-second-y);
    --third-x: var(--right-body-third-x);
    --third-y: var(--right-body-third-y);
}

.newsletter-form button .trails {
    display: block;
    width: 33px;
    height: 64px;
    top: -4px;
    left: 16px;
    fill: none;
    stroke: var(--trails);
    stroke-linecap: round;
    stroke-width: 2;
    stroke-dasharray: 57px;
    stroke-dashoffset: var(--trails-stroke);
    transform: rotate(68deg) translateZ(0);
}

.newsletter-form button span {
    display: block;
    position: relative;
    z-index: 4;
    opacity: var(--text-opacity);
}

.newsletter-form button span.success {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    transform: translateX(var(--success-x)) translateZ(0);
    opacity: var(--success-opacity);
    color: var(--success);
}

.newsletter-form button span.success svg {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 4px 8px 0 0;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 14px;
    stroke: var(--success);
    stroke-dashoffset: var(--success-stroke);
}

.newsletter-form.valid {
    --button-opacity: 1;
    --button-cursor: pointer;
    --button-filter: grayscale(0%);
}

input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 3px solid #00e000;
    width: 68%;
    margin-left: 135px;
    margin-top: 15px;
    font-size: 30px;
    padding-bottom: 18px;
    color: #00e000;
    font-weight: 400;
    padding-left: 0px;
    padding-bottom: 12px;
}

input[type="email"]:focus {
    color: #00e000 !important;
}

input[type="email"]:focus {
    outline: none;
    color: #fff;
}

a.ctn-button.submit_newsletter {
    position: absolute;
    bottom: 16%;
    left: 58%;
    padding: 5px 20px;
}

/* Footer */
footer {
    background-color: #00e000;
}

h4.widget_title {
    font-weight: 400;
}

ul.footer_link_menu li {
    color: #000;
    font-weight: 400;
    font-size: 31px;
}

ul.footer_link_menu.social li {
    font-size: 17px;
}


footer p,
footer a {
    color: #000;
    font-size: 17px;
}


.footer-email {
    color: #000;
    font-weight: 400;
}

p.contact_greece::before {
    content: "Greece";
    position: absolute;
    margin-left: -5%;
    margin-top: 0;
}

p.contact_cyprus::before {
    content: "Cyprus";
    position: absolute;
    margin-left: -5%;
    margin-top: 24px;
}

/* Services page */

/* Testing animation */
@keyframes circleEntrance {
    0% {
        clip-path: circle(22vw at center);
    }

    100% {
        clip-path: circle(100vw at center);
    }
}

.main_image_top {
    clip-path: circle(22vw at center) ;
}


/* .circle_entrance_animation {
    animation: circleEntrance 1s forwards;
} */

h3.promo.promo--big.right {
    position: absolute;
    bottom: 9%;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
}

h3.promo.promo--big.left {
    position: absolute;
    bottom: 0;
    right: 5%;
    margin-right: 0;
    font-size: 75px;
    font-weight: 300;
}


.section-hero.services:after {
    clip-path: circle(100vw at center);
}

.animated.section-hero:after {
    /* animation: circleEntrance 1s forwards; */
}

.mask_it_with_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(./images/mask_circles.png);
    mask-image: url(./images/mask_circles.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

section.section-hero.banner img {
    width: 90%;
}

.mask_it_with_shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 255, 0, 0.5);
    /* Adjust the desired green color and opacity */
}


.center.center--1700.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(0, 255, 0, .7);
    -webkit-mask-image: url(./images/mask_circles.png);
    mask-image: url(./images/mask_circles.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mix-blend-mode: darken;
}

.myPolyline, .myLine {
    transition: transform 0.3s ease;
  }
  .svgContainer:hover{
  cursor:pointer;
  }

  .svgContainer.white .st0 {
    stroke: #fff;
}

.svgContainer.applications {
    max-width: 80px;
    width: 80px;
    display: inline-block;
}

section.section-hero.banner::after {
    display: none;
}


ul.list-of-services.on_service_page span {
    width: 40%;
}

ul.list-of-services.on_service_page li:hover {
    background: #656362;
    cursor: pointer;
}

ul.list-of-services.on_service_page li:hover span:nth-child(2) {
    color: #00e000 !important;
}

ul.list-of-services.on_service_page li span:nth-child(2) {
    font-weight: 300;
}

.list_wrapper {
    width: 100%;
    border-top: 1px solid gray;
}


.list_wrapper div {
    margin: 3px 35px 20px 35px;
    display: inline-block;
    vertical-align: top;
}

.list_number {
    width: 2%;
    color: gray;
    margin-top: 20px !important;
}

.list_title {
    width: 45%;
    color: #00e000;
    font-size: 55px;
    line-height: 1;
}

.list_number {
    font-size: 21px;
}

.list_description {
    font-size: 30px;
    width: 30%;
    line-height: 1;
}

img.photo_team {
    position: absolute;
    width: 140px;
    right: 20%;
    border-radius: 100%;
    margin-top: -100px;
    display: none;
}

.years_content {
    font-weight: 400;
    text-align: left;
    font-size: 30px;
    margin-right: 26%;
    color: #000;
}

ul.list-of-services.on_service_page li:hover img {
    display: block;
}

header.header.center.center--1700::before{
    top:-70px;
  }