@charset "utf-8";
/* CSS Document */

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
    font-size: min(4vw, 16px);
    line-height: min(5.5vw, 24px);
  }


@property --btnstd-color1 {
  syntax: '<color>';
  initial-value:#9436ec;
  inherits: false;
}

@property --btnstd-color2 {
  syntax: '<color>';
  initial-value:#3b54f5;
  inherits: false;
}

img {
    width: 100%;
    height: intrinsic;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.header {
    display: flex;
    min-height: 100px;
    background-color: #000;
}

.header-logo {
    max-width: 270px;
    border-top: min(2vw, 13px) solid #9da2b3;
    padding-left: min(2vw, 60px);
    padding-top: 20px;
    box-sizing: border-box;
}

.header-logo img {
    max-width: 190px;
}

.header-spacer {
    flex-grow: 1;
    border-top: min(2vw, 13px) solid #6e7180;
}

.header-menu, .footer-menu {
    border-top: min(2vw, 13px) solid #40424d;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
    padding-right: min(2vw, 60px);
    align-items: center;
}

.header-menu a, .footer-menu a {font-weight: 600;color: #d3d6e0;font-size: 16px;padding-bottom: 3px;border-bottom: 2px solid transparent;}

.btn-std {
    background: linear-gradient(90deg,rgba(148, 54, 236, 1) 0%, rgba(59, 84, 245, 1) 100%);
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
    padding:6px 16px 8px !important;
    font-size: 16px;
    line-height: 22px;
    display: inline-flex;
    width: fit-content;
    border: 0;
    background: linear-gradient(90deg, var(--btnstd-color1), var(--btnstd-color2));
    transition: --btnstd-color1 0.5s, --btnstd-color2 0.5s;
    white-space: nowrap;
	font-family:"Manrope", sans-serif;
	cursor:pointer;
	    border-bottom: 0 !important;
}

.max1520 {
    max-width: 1520px;
}

.div-centered {
    margin: 0 auto;
}

.hero-container {
    background: url(../templateimages/bg-header-glow.svg), url(../templateimages/bg-hero.jpg), #000;
    background-position: top center, 81%;
    background-size: auto, 1150px;
    background-repeat: no-repeat;
    padding-top: min(27vw, 400px);
    box-sizing: border-box;
    margin-top: max(-15vw, -120px);
}

.hero-text h1 {
    color: #edeef7;
    font-size: min(4.5vw, 64px);
    line-height: min(5vw, 74px);
    margin-top: 0;
    margin-bottom: 20px;
}

.hero-text {
    color: #6e7180;
    font-weight: 600;
    flex-basis: 40%;
    flex-grow: 1;
}

.hero {
    display: flex;
    gap: 2vw;
    padding: 0 min(2vw, 40px);
}

.hero-visual {
    flex-basis: 20%;
    flex-grow: 1;
    max-width: 560px;
    display: flex;
}

a.btn-grey {
    background: #6e7180;
    transition: all 0.25s ease-in-out;
}

.full-stack {
    color: #9da2b3;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: min(4vw, 60px);
    align-items: center;
    position: relative;
    z-index: 100;
    padding: 0 min(2vw, 20px);
}



h2 {
    margin: 0;
    padding: 0;
    font-size: min(4.5vw, 48px);
    line-height: min(5.5vw, 75px);
    color: #edeef7;
}

.max980 {
    max-width: 980px;
}

.full-stack-container {
    background-color: #40424d;
    padding: min(8vw, 120px) 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.full-stack-crawl {
    position: absolute;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    height: 60%;
}

.full-stack-crawl div {
    color: #6e7180;
    font-weight: 600;
    opacity: 0.1;
    font-size: min(50vw, 495px);
    line-height: min(40vw, 385px);
    white-space: nowrap;
	animation: scroll 200s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.asteroid-container {
    background-color: #1e1e24;
    position: relative;
    display: flex;
    align-items: center;
}

.asteroid-controls {
    display: flex;
    gap: 20px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    width: fit-content;
	z-index: 3;
}

.asteroid-controls img {
    max-width: 10px;
}

.asteroid-controls a {padding: 10px;box-sizing: border-box;}

.asteroid-visual {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asteroid-animation {
    max-width: 580px;
    width: 100%;
    box-sizing: border-box;
}

.asteroid-text {
    width: 50%;
    display: flex;
    background: url(../templateimages/N-grey-outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: min(10vw, 220px) 0;
    gap: 4vw;
    overflow: hidden;
    align-items: flex-start;
}

.asteroid-controls a:nth-child(odd) img {transform: rotate(180deg);}

.asteroid-text-item-title {
    color: #d3d6e0;
    font-size: 48px;
    font-weight: 600;
	box-sizing:border-box;
}

.asteroid-text-item-subtitle {
    color: #6e7180;
    font-weight: 600;
    margin-bottom: min(2vw, 40px);
}

.asteroid-text-item-text {
    color: #bcbfcc;
    margin-bottom: 20px;
}

.asteroid-text-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 35vw;
    margin-left: 60px;
}

.behavioral {
    color: #9da2b3;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: min(6vw, 60px);
    padding: min(10vw, 120px) min(2vw, 40px);
    background: url(../templateimages/stars.svg) no-repeat, radial-gradient(circle,rgba(148, 54, 236, 1) -50%, rgba(59, 84, 245, 0) min(20vw, 35%));
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%, auto;
    background-color: #000;
    background-blend-mode: lighten;
}

.behavioral h2 {
    color: #edeef7;
    text-align: center;
}

.content-boxes {
    display: flex;
    gap: min(4vw, 40px);
    justify-content: space-evenly;
}

.content-boxes-item h3 {
    color: #d3d6e0;
    margin-bottom: 20px;
    font-size: min(2.5vw, 32px);
    line-height: min(3vw, 40px);
}

.content-boxes-item {
    text-align: left;
    padding: min(4vw, 60px);
    box-sizing: border-box;
    border: 9px solid transparent;
    color: #bcbfcc;
    font-size: 22px;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    flex-basis: 30%;
    outline: 1px solid #6e7180;
    transition: all 0.25s ease-in-out;
:;
}

h3 {
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #1e1e24;
    color: #6e7180;
    box-sizing: border-box;
    padding: 0 min(2vw, 20px);
}

h4 {
    margin: 0;
    padding: 0;
}

.footer-diagnostic {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
    gap: 20px;
    font-weight: 600;
    align-items: center;
    padding: min(10vw, 60px) 0;
}

.footer-diagnostic h4 {
    color: #edeef7;
    font-size: min(3.5vw, 24px);
    line-height: min(4vw, 34px);
}

.max550 {
    max-width: 550px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    flex-basis: 100%;
}

img.footer-logo-notagline {
    max-width: 120px;
    margin-top: -6px;
}

.footer-logo-spacer, .footer-logo-spacer-left {
    flex-grow: 1;
    background-color: #40424d;
    height: 1px;
}

.footer-tagline-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-menu a {}

.footer-menu {
    border: 0;
    padding: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: center;
}

.footer-content-left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-size: min(3.5vw, 14px);
    line-height: min(4.75vw, 20px);
    text-align: center;
    margin-right: 20px;
}

.footer-content-right {
    max-width: min(28vw, 350px);
    width: 100%;
    position: relative;
    display: flex;
}

.footer-social img {
    width: 25px;
}

.footer-social {
    display: flex;
    gap: min(2vw, 10px);
    align-items: center;
}

h5 {
    margin: 0;
    padding: 0;
}
.footer-content-item {
    padding: 0px min(1.5vw, 40px);
    border-right: 1px solid #40424d;
    box-sizing: border-box;
    align-self: stretch;
    justify-content: center;
}
.footer-newsletter {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    flex-direction: column;
    gap: 10px;
}



.footer-newsletter h5 {
    color: #d3d6e0;
    font-size: 18px;
    line-height: 26px;
    display: block;
}

.footer-newsletter input {
    font-family: 'Manrope';
    font-size: 14px;
    color: #6e7180;
    border-radius: 50px;
    background-color: #000;
    border: 1px solid #6e7180;
    margin-right: 10px;
    padding: 5px 10px;
    width: 100%;
    max-width: 300px;
}

.footer-content-item a {
    color: #bcbfcc;
}

.copyright {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    border-right: 0;
    white-space: nowrap;
}

.footer-newsletter-form {
    display: flex;
    flex-grow: 1;
    width: 90%;
}

img.pxws {
    position: absolute;
    width: 60px;
    z-index: 10;
    bottom: 20px;
    right: 25%;
}

.footer-line {
    height: 10px;
    background: linear-gradient(90deg, rgba(148, 54, 236, 1) 0%, rgba(59, 84, 245, 1) 100%);
}

img.footer-n {margin-bottom: -9px;}

.header-menu a:hover, .footer-menu a:hover {
    border-color: #d3d6e0;
}

.btn-std:hover{
--btnstd-color1: #3b54f5;
--btnstd-color2: #9436ec;
}

a.btn-grey:hover {
    background-color: #fff;
    color: #6e7180 !important;
}

.asteroid-controls a:hover {
    margin-top: -5px;
}

.footer-content-item a:hover {
    color: #6e7180;
}

.footer-social a:hover {
    margin-top: -5px;
}

.content-boxes-item:hover {
    border-color: #6e7180;
    background-color: rgba(0,0,0,0.25);
}

.text32 {
    font-size: min(2.5vw, 32px);
    line-height: min(3vw, 40px);
}

.text24 {
    font-size: min(3vw, 24px);
    line-height: min(4vw, 32px);
}

.text22 {
    font-size: min(2.5vw, 22px);
    line-height: min(3.5vw, 32px);
}

.content-boxes-item h3 br {
    display: none;
}

.footer-logo-spacer-left {
    display: none;
}

.text18 {
    font-size: 18px;
    line-height: 28px;
}

        .svg-container {
            position: relative;
        }

        svg {
            display: block;
            filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
			width: 100%;
			max-width: 600px;
        }

        /* Γραμμές εξαγώνου */
        .hexagon-line {
            stroke: #444;
            stroke-width: 1.5;
            fill: none;
        }

        /* Βασικό στυλ κύκλων */
        .hexagon-circle {
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .main-circle {
            fill: #2a2a2a;
            stroke: #555;
            stroke-width: 2;
            transition: all 0.4s ease;
        }

        /* Active state - λευκός κύκλος με διακριτικό glow */
        .hexagon-circle.active .main-circle {
            fill: #ffffff;
            stroke: #ffffff;
            filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
            animation: activeGlow 3s ease-in-out infinite;
        }

        .hexagon-circle.active .circle-text {
            fill: #1a1a1a;
        }

        /* Hover state */
        .hexagon-circle:hover .main-circle {
            fill: #ffffff;
            stroke: #ffffff;
        }

        .hexagon-circle:hover .circle-text {
            fill: #1a1a1a;
        }

        /* Ομόκεντροι κύκλοι για ripple effect */
        .ripple-circle {
            fill: none;
            stroke: #ffffff;
            stroke-width: 1.5;
            opacity: 0;
        }

        .hexagon-circle.ripple-active .ripple-circle {
            animation: rippleEffect 2s ease-out infinite;
        }

        .hexagon-circle.ripple-active .ripple-circle:nth-child(2) {
            animation-delay: 0.3s;
        }

        .hexagon-circle.ripple-active .ripple-circle:nth-child(3) {
            animation-delay: 0.6s;
        }

        .hexagon-circle:hover .ripple-circle {
            animation: rippleEffect 2s ease-out infinite;
        }

        .hexagon-circle:hover .ripple-circle:nth-child(2) {
            animation-delay: 0.3s;
        }

        .hexagon-circle:hover .ripple-circle:nth-child(3) {
            animation-delay: 0.6s;
        }

        .hexagon-circle:hover .ripple-circle {
            animation: rippleEffect 2s ease-out infinite;
        }

        .hexagon-circle:hover .ripple-circle:nth-child(2) {
            animation-delay: 0.3s;
        }

        .hexagon-circle:hover .ripple-circle:nth-child(3) {
            animation-delay: 0.6s;
        }

        /* Κείμενα */
        .circle-text {
            pointer-events: none;
            user-select: none;
            font-weight: 600;
            font-size: 18px;
            fill: #999;
            transition: fill 0.4s ease;
        }

        /* Animations */
        @keyframes activeGlow {

            0%,
            100% {
                filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
            }

            50% {
                filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.25));
            }
        }

        @keyframes rippleEffect {
            0% {
                r: 40;
                opacity: 0.8;
                stroke-width: 2;
            }

            100% {
                r: 80;
                opacity: 0;
                stroke-width: 0.5;
            }
        }

        /* Animated dashes που κινούνται μεταξύ των κύκλων */
        .moving-dash {
            stroke: #888;
            stroke-width: 3;
            stroke-linecap: round;
            fill: none;
            filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
        }

        .moving-dash.dash-1 {
            stroke: #666;
        }

        .moving-dash.dash-2 {
            stroke: #777;
        }

        .moving-dash.dash-3 {
            stroke: #888;
        }

        /* Info Panel Carousel */
        .info-panel-right {
            position: relative;
        }
/*
        .info-panel-container {
            position: relative;
            width: 480px;
            overflow: hidden;
            background: #2a2a2a;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
            border: 1px solid #444;
        }
		*/
.asteroid-text {
    width: 50%;
    display: flex;
    background: url(../templateimages/N-grey-outline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: min(10vw, 220px) 0;
    gap: 4vw;
    overflow: hidden;
    align-items: flex-start;
	position: relative;
	mask-image:linear-gradient(to right, black 60%, transparent 100%);
}

.info-panel-wrapper {
	display: flex;
	transition: transform 0.5s ease;
}

.info-panel {
	min-width: 480px;
	padding: 40px;
	box-sizing: border-box;
}

.info-panel h2 {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
}

.info-panel p {
	color: #ccc;
	line-height: 1.8;
	font-size: 16px;
}

.default-message {
	color: #777;
}

.default-message h2 {
	color: #999;
}

/* Navigation Buttons */
.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(42, 42, 42, 0.95);
	border: 1px solid #555;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 100;
	color: #999;
	font-size: 32px;
	font-weight: bold;
	user-select: none;
	line-height: 42px;
}

.carousel-nav:hover {
	background: #ffffff;
	color: #1a1a1a;
	border-color: #ffffff;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.carousel-nav.disabled {
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
}

.carousel-nav.prev {
	left: -70px;
}

.carousel-nav.next {
	right: -70px;
}

#prevBtn, #nextBtn {
	opacity:1;
	transition:300ms all
}
#prevBtn.disabled, #nextBtn.disabled {
	opacity:0;
}

@media screen and (max-width: 1366px){
	.asteroid-text-item{
		margin-left: 35px;
	}
}