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

body, #contenttop h1, #contenttop h2, #contenttop h3 {
  font-family: "Geologica", sans-serif;
}

body.notloggedin {
    font-size: 1.5rem;
}

.c-fixed-button {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 999;
}

.c-fixed-button .c-button a {
    background-color: #000b15;
}

ul li {
    line-height: 1.6em;
}

ul li::marker {
    color: #3620c0;
}

ul {
    padding-left: 0px !important
}

ul ul li, ul ol {
    line-height: 1.6em;
}

ul ol {
   display: inline-block;
   position: relative;
}

ul ol::before {
    content: '';
    border: 1px solid #3620c0;
   display: inline-block;
    width: 7px;
    height: 7px;
   background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}


.c-footer-container{
    background-color: #000b15;
    color: white;
    padding: 4vw;
    border-radius: 40px;
}

.c-getintouch-title {
    font-size: 4vw;
    border: 0;
    font-weight: 700;
    color: white;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.c-getintouch-title::before {
    content: '';
    height: 15px;
    width: auto;
    aspect-ratio: 1 / 1;
    background-color: #3620c0;
    display: block;
    position: relative;
    border-radius: 50%;
}

.c-footer-container {
   font-size: 18px;
}

#belowsite .c-footer-container a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: rgb(255 255 255 / 30%);
    transition: 0.3s;
}

/*
#belowsite .c-footer-container a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    left: -100%; 
    bottom: 0;
    transition: 0.3s;
    position: absolute;
}

#belowsite .c-footer-container a:hover::before {
    left: 0%; 
}*/

#belowsite .c-footer-container a:hover {
    color: rgb(255 255 255 / 100%);
}

.c-footer-container p {
    margin-bottom: 20px;
    line-height: 1em;

}

.c-footer-info a span img {
    height: 20px;
    width: auto;
    opacity: 0.3;
    transition: 0.3s;
}

.c-footer-info a:hover span img {
    opacity: 1;
}

.c-footer-info-phone {
    display: flex;
    gap: 10px;
}

.c-quicklinks {
    display: flex;
    gap: 2vw;
}

.c-quicklinks div {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.c-footer-slogan {
    font-weight: 100;
    margin-top: 30px;
    font-size: 1.2vw;
}

.c-main-container {
    position: relative;
    z-index: 20;
}

.c-main-inner {
   padding: 4% 7%;
}

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

.c-collab-logo {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    width: calc(20% - 20px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.c-collab-logo img {
    width: 100%;
    height: 3vw;
    max-height: 100px;
    object-fit: contain;
}

.c-collab-logo-bigger img {
    min-height: 90px;
}

.c-divider {
   overflow: hidden;
    position: relative;
    z-index: 20;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: -15px;
}

/*
.c-divider-dark {
     background-color: #000b15;
}

.c-divider-light {
     background-color: #e8e7f3;
}*/

.c-divider-line {
    height: 1px;
    background-color: #3620c0;
    max-width: 100%;
}

.c-divider-dot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    background-color: #3620c0;
    animation: 20s dotmove;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes dotmove {
0% {left: -20%}
50% {left: 120%}
100% {left: -20%}
}

.c-social {
    text-align: right;
}

.c-social a {
    margin-bottom: 20px;
    opacity: 0.3;
    transition: 0.3s;
}

.c-social a:hover {
    opacity: 1;
}

##innercopyinfo {
    padding: 0 7%;
}

.c-cta-collab {
    margin-top: 50px;
}


.c-button {
    margin-top: 20px;
}

.c-fixed-button .c-button-static {
text-align: right;
}

.c-button a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 100;
    border: 1px solid white;
    padding: 15px 55px 15px 45px;
    border-radius: 70px;
    position: relative;
}

.c-button-static a {
    display: inline-block;
    text-decoration: none;
    color: #6d85ff;
    font-weight: 100;
    border: 1px solid #6d85ff;
    padding: 10px 30px 10px 30px;
    border-radius: 70px;
    position: relative;
    background-color: #000b15;
    transition: 0.3s;
}

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

.c-button-dot-l {
    display: block;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 10%;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.3s;
}

.c-button-dot-r {
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    top: 50%;
    right: 22px;
    position: absolute;
    transform: translateY(-50%);
}

.c-button-text {
    position: relative;
    left: 0px;
    transition: 0.3s;
}

.c-button a:hover .c-button-dot-l {
    left: calc(90% - 14.5px);
}

.c-button a:hover .c-button-text {
    left: -25px;
}

.c-button a::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #3620c0;
    border-radius: 50%;
    top: 50%;
    right: 3.5px;
    transform: translateY(-50%);
    filter: blur(7px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-button a:hover::before {
    opacity: 1;
}

.c-button-static a:hover {
    color: white;
    background-color: #6d85ff;
}


#collaborations {
    background-color: #000b15;
    overflow: hidden;
    position: relative;
}

#collaborations .c-main-inner {
    padding: 7%;
}

#collaborations .c-section-text {
    color: white;
}

.particles-js {
position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.particles-js.c-particles-mob {
    position: relative;
}

.c-particles-mob .c-title-box {
    position: relative;
    z-index: 10;
    display: flex;
    height: 80vh;
    margin: 0;
    flex-direction: column;
    justify-content: center;
}

.c-particles-mob canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 991px) {
.c-particles-mob {
   opacity: 0.5;
}
.particles-js.c-particles-mob {
    position: absolute;
}
.c-particles-mob .c-title-box {
    display: none;
}
}

.particles-js::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(180deg, #000b15, transparent);
    top: 0;
    left: 0;
    z-index: 2;
}

.particles-js.c-particles-mob::before, .particles-js.c-particles-mob::after {
    display: none;
}

.particles-js::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(0deg, #000b15, transparent);
    bottom: 0;
    left: 0;
    z-index: 2;
}

#contenttop .c-main-container h2.c-section-title, #belowsite .c-main-container h2.c-section-title {
    font-size: 34px;
    border: 0;
    font-weight: 700;
    color: #000b15;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

#belowsite .c-main-container h2.c-section-title  {
    color: white;
}

#contenttop .c-main-container h2.c-section-title::before, #belowsite .c-main-container h2.c-section-title::before {
    content: '';
    height: 15px;
    width: auto;
    aspect-ratio: 1 / 1;
    background-color: #3620c0;
    display: block;
    position: relative;
    border-radius: 50%;
}

.c-section-text-line {
  display: block;
  overflow: hidden;
}

.c-section-text-line span {
  display: inline-block;
  transform: translateY(100%);
}

/* RESPONSIVE */

@media (max-width: 1500px) {
body.notloggedin {
     font-size: 1.2rem;
}
}

@media (max-width: 768px) {
body.notloggedin {
     font-size: 16px;
}
.c-main-inner {
    padding: 50px 15px;
}

#contenttop .c-main-container h2.c-section-title {
    font-size: 24px;
}


.c-footer-slogan {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 50px;
}

.c-quicklinks {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.c-social {
    margin-top: 50px;
}

.c-scroll-more {
    margin-top: 40px;
}

.c-scroll-circle {
    width: 60px;
    height: 60px;
    border: 1px solid white;
    border-radius: 50%;
    position: relative;
        margin: 0 auto;
        margin-top: 10px;
        overflow: hidden;
}

.c-scroll-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 2;
        width: 40%;
        height: auto;
        animation: 3s scroll;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}

@keyframes scroll {
0% {top: -100%}
25% {top: 50%}
75% {top: 50%}
100% {top: 150%}
}


.c-scroll-text {
    color: white;
    font-size: 14px;
}

.c-scroll-circle::before {
        content: '';
        position: absolute;
        width: 90%;
        height: 90%;
        display: block;
        background-color: #3620c0;
        border-radius: 50%;
        top: 5%;
        left: 5%;
        filter: blur(20px);
        opacity: 0;
        transition: 0.5s;
        transition-delay: 0.3s;
        z-index: 1;
        animation: 3s opacity;
        animation-delay: 0.5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}

@keyframes opacity {
0% {opacity: 0%}
25% {opacity: 1}
75% {opacity: 1}
100% {opacity: 0}
}


.c-divider-dot {
    height: 15px;
    width: 15px;
    animation: 10s dotmove;
}

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

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

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


div.topmenu ul li a::before {
    content: '●';
    margin-right: 5px;
    position: relative;
    display: inline-block;
    top: -1px;
    color: #dedede;
    font-size: 20px;
}

div.topmenu > ul li:nth-child(1) a::before {
    color: #7583fe;
}


div.topmenu > ul li:nth-child(2) a::before {
    color: #3d3d83;
}

div.topmenu > ul li:nth-child(3) a::before {
    color: #9898be;
}

div.topmenu > ul li:nth-child(4) a::before {
    color: #1921cc;
}

div.topmenu ul li a.active::before {
color: #6067ff;
}

div.topmenu ul li a:hover::before {
color: #6067ff;
}

#innertopbanner {
    padding: 0 7vw;
}

#topmenu {
    top: 0px;
    z-index: 70;
    width: calc(100% - 300px);
    right: 0;
    left: auto;
}

#belowtopmenu {
    min-height: 0px;
}

#innertopmenu {
    padding: 0 7vw 0 0;
}.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%;
}
}.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, #contenttop h1, #contenttop h2, #contenttop h3 {
  font-family: "Geologica", sans-serif;
}

body.notloggedin {
    font-size: 1.5rem;
}

.c-fixed-button {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 999;
}

.c-fixed-button .c-button a {
    background-color: #000b15;
}

ul li {
    line-height: 1.6em;
}

ul li::marker {
    color: #3620c0;
}

ul {
    padding-left: 0px !important
}

ul ul li, ul ol {
    line-height: 1.6em;
}

ul ol {
   display: inline-block;
   position: relative;
}

ul ol::before {
    content: '';
    border: 1px solid #3620c0;
   display: inline-block;
    width: 7px;
    height: 7px;
   background-color: white;
    border-radius: 50%;
    margin-right: 10px;
}


.c-footer-container{
    background-color: #000b15;
    color: white;
    padding: 4vw;
    border-radius: 40px;
}

.c-getintouch-title {
    font-size: 4vw;
    border: 0;
    font-weight: 700;
    color: white;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.c-getintouch-title::before {
    content: '';
    height: 15px;
    width: auto;
    aspect-ratio: 1 / 1;
    background-color: #3620c0;
    display: block;
    position: relative;
    border-radius: 50%;
}

.c-footer-container {
   font-size: 18px;
}

#belowsite .c-footer-container a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: rgb(255 255 255 / 30%);
    transition: 0.3s;
}

/*
#belowsite .c-footer-container a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    left: -100%; 
    bottom: 0;
    transition: 0.3s;
    position: absolute;
}

#belowsite .c-footer-container a:hover::before {
    left: 0%; 
}*/

#belowsite .c-footer-container a:hover {
    color: rgb(255 255 255 / 100%);
}

.c-footer-container p {
    margin-bottom: 20px;
    line-height: 1em;

}

.c-footer-info a span img {
    height: 20px;
    width: auto;
    opacity: 0.3;
    transition: 0.3s;
}

.c-footer-info a:hover span img {
    opacity: 1;
}

.c-footer-info-phone {
    display: flex;
    gap: 10px;
}

.c-quicklinks {
    display: flex;
    gap: 2vw;
}

.c-quicklinks div {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.c-footer-slogan {
    font-weight: 100;
    margin-top: 30px;
    font-size: 1.2vw;
}

.c-main-container {
    position: relative;
    z-index: 20;
}

.c-main-inner {
   padding: 4% 7%;
}

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

.c-collab-logo {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    width: calc(20% - 20px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.c-collab-logo img {
    width: 100%;
    height: 3vw;
    max-height: 100px;
    object-fit: contain;
}

.c-collab-logo-bigger img {
    min-height: 90px;
}

.c-divider {
   overflow: hidden;
    position: relative;
    z-index: 20;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: -15px;
}

/*
.c-divider-dark {
     background-color: #000b15;
}

.c-divider-light {
     background-color: #e8e7f3;
}*/

.c-divider-line {
    height: 1px;
    background-color: #3620c0;
    max-width: 100%;
}

.c-divider-dot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    background-color: #3620c0;
    animation: 20s dotmove;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes dotmove {
0% {left: -20%}
50% {left: 120%}
100% {left: -20%}
}

.c-social {
    text-align: right;
}

.c-social a {
    margin-bottom: 20px;
    opacity: 0.3;
    transition: 0.3s;
}

.c-social a:hover {
    opacity: 1;
}

##innercopyinfo {
    padding: 0 7%;
}

.c-cta-collab {
    margin-top: 50px;
}


.c-button {
    margin-top: 20px;
}

.c-fixed-button .c-button-static {
text-align: right;
}

.c-button a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 100;
    border: 1px solid white;
    padding: 15px 55px 15px 45px;
    border-radius: 70px;
    position: relative;
}

.c-button-static a {
    display: inline-block;
    text-decoration: none;
    color: #6d85ff;
    font-weight: 100;
    border: 1px solid #6d85ff;
    padding: 10px 30px 10px 30px;
    border-radius: 70px;
    position: relative;
    background-color: #000b15;
    transition: 0.3s;
}

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

.c-button-dot-l {
    display: block;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 10%;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.3s;
}

.c-button-dot-r {
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    top: 50%;
    right: 22px;
    position: absolute;
    transform: translateY(-50%);
}

.c-button-text {
    position: relative;
    left: 0px;
    transition: 0.3s;
}

.c-button a:hover .c-button-dot-l {
    left: calc(90% - 14.5px);
}

.c-button a:hover .c-button-text {
    left: -25px;
}

.c-button a::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #3620c0;
    border-radius: 50%;
    top: 50%;
    right: 3.5px;
    transform: translateY(-50%);
    filter: blur(7px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.c-button a:hover::before {
    opacity: 1;
}

.c-button-static a:hover {
    color: white;
    background-color: #6d85ff;
}


#collaborations {
    background-color: #000b15;
    overflow: hidden;
    position: relative;
}

#collaborations .c-main-inner {
    padding: 7%;
}

#collaborations .c-section-text {
    color: white;
}

.particles-js {
position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.particles-js.c-particles-mob {
    position: relative;
}

.c-particles-mob .c-title-box {
    position: relative;
    z-index: 10;
    display: flex;
    height: 80vh;
    margin: 0;
    flex-direction: column;
    justify-content: center;
}

.c-particles-mob canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 991px) {
.c-particles-mob {
   opacity: 0.5;
}
.particles-js.c-particles-mob {
    position: absolute;
}
.c-particles-mob .c-title-box {
    display: none;
}
}

.particles-js::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(180deg, #000b15, transparent);
    top: 0;
    left: 0;
    z-index: 2;
}

.particles-js.c-particles-mob::before, .particles-js.c-particles-mob::after {
    display: none;
}

.particles-js::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(0deg, #000b15, transparent);
    bottom: 0;
    left: 0;
    z-index: 2;
}

#contenttop .c-main-container h2.c-section-title, #belowsite .c-main-container h2.c-section-title {
    font-size: 34px;
    border: 0;
    font-weight: 700;
    color: #000b15;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

#belowsite .c-main-container h2.c-section-title  {
    color: white;
}

#contenttop .c-main-container h2.c-section-title::before, #belowsite .c-main-container h2.c-section-title::before {
    content: '';
    height: 15px;
    width: auto;
    aspect-ratio: 1 / 1;
    background-color: #3620c0;
    display: block;
    position: relative;
    border-radius: 50%;
}

.c-section-text-line {
  display: block;
  overflow: hidden;
}

.c-section-text-line span {
  display: inline-block;
  transform: translateY(100%);
}

/* RESPONSIVE */

@media (max-width: 1500px) {
body.notloggedin {
     font-size: 1.2rem;
}
}

@media (max-width: 768px) {
body.notloggedin {
     font-size: 16px;
}
.c-main-inner {
    padding: 50px 15px;
}

#contenttop .c-main-container h2.c-section-title {
    font-size: 24px;
}


.c-footer-slogan {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 50px;
}

.c-quicklinks {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.c-social {
    margin-top: 50px;
}

.c-scroll-more {
    margin-top: 40px;
}

.c-scroll-circle {
    width: 60px;
    height: 60px;
    border: 1px solid white;
    border-radius: 50%;
    position: relative;
        margin: 0 auto;
        margin-top: 10px;
        overflow: hidden;
}

.c-scroll-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 2;
        width: 40%;
        height: auto;
        animation: 3s scroll;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}

@keyframes scroll {
0% {top: -100%}
25% {top: 50%}
75% {top: 50%}
100% {top: 150%}
}


.c-scroll-text {
    color: white;
    font-size: 14px;
}

.c-scroll-circle::before {
        content: '';
        position: absolute;
        width: 90%;
        height: 90%;
        display: block;
        background-color: #3620c0;
        border-radius: 50%;
        top: 5%;
        left: 5%;
        filter: blur(20px);
        opacity: 0;
        transition: 0.5s;
        transition-delay: 0.3s;
        z-index: 1;
        animation: 3s opacity;
        animation-delay: 0.5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}

@keyframes opacity {
0% {opacity: 0%}
25% {opacity: 1}
75% {opacity: 1}
100% {opacity: 0}
}


.c-divider-dot {
    height: 15px;
    width: 15px;
    animation: 10s dotmove;
}

}.c-newlogo {
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}

a.mobile-header-startlink {
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 130px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}


div.topmenu ul li a::before {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    top: -1px;
    color: #dedede;
    font-size: 20px;
}

div.topmenu > ul li:nth-child(1) a::before {
    color: #7583fe;
}


div.topmenu > ul li:nth-child(2) a::before {
    color: #3d3d83;
}

div.topmenu > ul li:nth-child(3) a::before {
    color: #9898be;
}

div.topmenu > ul li:nth-child(4) a::before {
    color: #1921cc;
}

div.topmenu ul li a.active::before {
color: #6067ff;
}

div.topmenu ul li a:hover::before {
color: #6067ff;
}

#innertopbanner {
    padding: 0 7vw;
}

#topmenu {
    top: 0px;
    z-index: 70;
    width: calc(100% - 300px);
    right: 0;
    left: auto;
}

#belowtopmenu {
    min-height: 0px;
}

#innertopmenu {
    padding: 0 7vw 0 0;
}.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%;
}
}.notloggedin #topmenu {
   position: fixed;
}

.notloggedin #topbanner {
   position: fixed;
   opacity: 0;
}

section {
position: relative;
overflow: hidden;
}


section#top {
position: relative;
overflow: hidden;
height: calc(100vh - 100px);
height: 100vh;
}

.c-top-underbg {
     position: absolute;
     width: 100%;
     height: 100%;
    background-repeat: repeat;
    background-size: 25vh;
}

.c-top-underbg-light {
     position: absolute;
     width: 100%;
     height: 100%;
    background-repeat: repeat;
    background-size: 25vh;
}

.c-top-over {
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #000b15;
     mask-image: radial-gradient(circle 0px at center, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
     -webkit-mask-image: radial-gradient(circle 0px at center, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.c-top-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: calc(100% - 100px);
    margin-top: 100px;
}

#contenttop .c-top-title {
    font-size: 60px;
    font-size: clamp(20px, 2.6vw, 60px);
    font-weight: 700;
    color: white;
    border: 0;
    max-width: 100%;
    margin: 5%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.c-title-box{
    height: 20%;
    display: flex;
    align-items: center;
}

.c-circles-box {
    height: 80%;
    position: relative;
  perspective: 400px;
  perspective-origin: center center;
}

.c-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    aspect-ratio: 1 / 1;
    border: 0px solid white;
    padding: 20px;
    border-radius: 50%;
}

.c-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-we-box {
    position: absolute;
    background-color: #3620c0;
    color: white;
    font-size: 1.3vw;
    padding-bottom: 15px;
    border-radius: 50px;
    padding-right: 40px;
    font-weight: 700;
    transition: 2s;
    width: 20vw;
  transform-style: preserve-3d;
  will-change: transform;
}



.c-we-1 {
    top: 20%;
    left: 15%;
    transition: 2s;
}

.c-we-box-opacity {
    position: absolute;
    white-space: nowrap;
    opacity: 0.6;
    filter: blur(4px);
    font-weight: 900;
    z-index: 0;
    color: white;
    pointer-events: none;
}

.c-we-1-opacity {
    font-size: 10vw;
    left: 2%;
    top: -10%;
    opacity: 0.6;
}

.c-we-2-opacity {
    font-size: 5vw;
    left: 2%;
    top: 50%;
    opacity: 0.5;
}

.c-we-3-opacity {
    font-size: 7vw;
    left: 55%;
    top: 0%;
    opacity: 0.45;
}

.c-we-4-opacity {
    font-size: 6vw;
    left: 55%;
    top: 50%;
    opacity: 0.75;
}

.c-we-2 {
    bottom: 19%;
    left: 13%;
    transition: 2s;
}


.c-we-3 {
    top: 20%;
    right: 15%;
    transition: 2s;
}
.c-we-4 {
    bottom: 19%;
    right: 13%;
    transition: 2s;
}

.c-we-title-box {
    font-size: 2vw;
    font-size: 1.6vw;
    transition: 2s;
}

.c-we-title {
    padding-left: 100px;
padding-top: 20px;
    transition: 2s;
}

.c-arrow-close {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    background-color: #000b15;
    position: absolute;
    top: 0.3vw;
    left: 0.3vw;
    transition: 2s;
    max-width: 70px;
    max-height: 70px;
}

span.c-arrow, span.c-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    transition: 2s;
    font-size: 0;
}

span.c-arrow img, span.c-close img {
    width: 100%;
    height: auto;
    transition: 2s;
}

.c-we-content {
    padding-left: 40px;
    max-height: 0px;
    overflow: hidden;
    transition: 2s;
}

.c-we-content p {
margin: 0;
}

span.c-close img {
    opacity: 0;
}

/* WE BOX ACTIVE ANIMATIONS */

.c-we-box.c-active-we {
    padding-bottom: 40px;
}

.c-we-box.c-active-we .c-we-content {
    padding-left: 40px;
    max-height: 300px;
}

.c-we-box.c-active-we .c-we-title {
    padding-left: 40px;
}

.c-we-box.c-active-we .c-arrow-close {
    left: calc(100% - 90px);
    top: 0.3vw;
}

.c-we-box.c-active-we .c-we-title {
    padding-left: 40px;
    padding-top: 40px;
}

.c-we-box.c-active-we span.c-arrow img {
    opacity: 0;
}

.c-we-box.c-active-we span.c-close img {
    opacity: 1;
}

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

.c-we-box-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: white;
    z-index: 40;
    border-radius: 50%;
}

.c-we-box-dot-1, .c-we-box-dot-2 {
    top: 2vw;
    right: -4px;
}


.c-we-box-dot-3, .c-we-box-dot-4 {
    top: 2vw;
    left: -4px;
}

.c-logo-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: white;
    z-index: 40;
    border-radius: 50%;
}

.c-logo-dot::before {
   content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: block;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

.c-logo-dot.c-logo-dot-active::before {
    opacity: 1;
}

.c-logo-dot-1 {
    top: 11%;
    left: 16%;
}

.c-logo-dot-2 {
    top: 87%;
    left: 16%;
}

.c-logo-dot-3 {
    top: 11%;
    left: 82%;
}

.c-logo-dot-4 {
    top: 87%;
    left: 82%;
}

.c-we-connect-line {
    position: absolute;
    height: 1px;
    background-color: white; /* ΞΟΞΏΟΞ΅Ξ―Ο Ξ½Ξ± Ξ±Ξ»Ξ»Ξ¬ΞΎΞ΅ΞΉΟ ΟΞΏ ΟΟΟΞΌΞ± */
    transform-origin: left center;
}

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

section#about-us {
position: relative;
overflow: hidden;
height: auto;
}

section#about-us .c-main-inner {
    padding: 16% 7%;
}

#contenttop .c-main-container h2.c-section-title {
    font-size: 24px;
    border: 0;
    font-weight: 700;
    color: white;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex; 
    gap: 5px;
    align-items: center;
}

#contenttop .c-main-container h2.c-section-title::before {
    content: '';
    height: 15px;
    width: auto;
    aspect-ratio: 1 / 1;
    background-color: #3620c0;
    display: block;
    position: relative;
    border-radius: 50%;
}


.c-section-title-box {
    color: white;
    font-size: 2.2vw;
    font-weight: 100;
}

.c-section-text {
    max-width: 1280px;
}



.c-sticky-box-in {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #3620c0;
    padding: 30px;
    border-radius: 40px;
margin-top: 0px;
    box-shadow: 0px -10px 30px #000b15;
}

.c-text-boxy {
    width: 80%;
}

.c-metric {
    color: white;
    font-size: 4vw;
    font-weight: 700;
}

.c-metric-text {
    font-size: 2vw;
    font-weight: 700;
    margin-top: 8vw;
    margin-bottom: 20px;
    color: white;
}

section#services {
position: relative;
overflow: hidden;
height: auto;
}

section#services .c-top-over {
background-color: #e8e7f3;
}

#contenttop section#services .c-main-container h2.c-section-title, section#services  .c-section-text {
    color: #000b15;
}

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

.c-services-box {
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    width: calc(33.33% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-services-box-in {
    margin-bottom: 5vw;
}

.c-service-icon {
    margin-bottom: 15px;
}

.c-service-icon img {
    width: 5vw;
    height: auto;
}

#contenttop #services h3.c-service-title {
    font-size: clamp(20px, 1.7vw, 50px);
}

.c-service-boxy-link a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 1.2rem;
}

.c-service-boxy-link a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3620c0;
    left: -100%; 
    bottom: 0;
    transition: 0.3s;
    position: absolute;
}

.c-service-boxy-link a:hover::before {
    left: 0%; 
}

section#expertise .c-top-over {
background-color: #e8e7f3;
}


.c-expertise-container {
    display: flex;
    flex-direction: row;
}

.c-expertise-progress-box {
    width: 100px;
position: relative;
}

.c-expertise-section-box {
    width: calc(100% - 100px);
}

.c-expertise-link a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 1.2rem;
}

.c-expertise-link a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3620c0;
    left: -100%; 
    bottom: 0;
    transition: 0.3s;
    position: absolute;
}

.c-expertise-link a:hover::before {
    left: 0%; 
}


.c-progress-line {
    height: 85%;
    background-color: rgb(54 32 192 / 20%);
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-progress-line-fill {
    height: 0%;
    background-color: rgb(54 32 192 / 100%);
    width: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}

.c-expertise-section {
    display: flex;
    margin-left: -75px;
    gap: 20px;
margin-bottom: 4vw;
}

.c-section-dot {
    min-width: 50px;
    height: 50px;
    background-color: #afa7e3;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

.c-section-dot-active {
    background-color: #3620c0;
}

.c-section-dot::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.c-section-content {
    padding-top: 0.5vw;
    padding-top: 0vw;
}

#contenttop #expertise h3.c-section-title {
    font-size: clamp(20px, 1.7vw, 50px);
}

.c-section-content p {
    width: 80%;
}

#contenttop #expertise .c-main-container h2.c-section-title {
   color: #000b25; 
}

#expertise .c-section-text {
   color: #000b25; 
    font-size: 3.4rem;
}

.c-exprtise-number {
    opacity: 0.3;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
}@media (max-width: 1600px) {
.c-arrow-close {
    top: 0.5vw;
    left: 0.5vw;
}
}

@media (max-width: 1100px) {

.c-services-box {
    width: calc(50% - 30px);
}

#contenttop .c-top-title {
    max-width: 100%;
    font-size: clamp(40px, 3.1vw, 80px);
    padding: 10px;
    margin-top: 15vh;
}

.c-we-box {
    font-size: 16px;
}


}


@media (max-width: 768px) {

#mobile-header {
    position: absolute;
    z-index: 2;
}

.c-top-over {
    opacity: 0.5;
}

.c-center {
    display: none;
}

.c-we-box {
    width: 95%;
    position: relative;
    left: 2.5%;
    top: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 30px;
}

.c-arrow-close {
    top: 0.3rem;
    left: 0.3rem;
    width: 3rem;
    height: 3rem;
}
.c-we-title-box {
    font-size: 16px;
}
.c-we-title {
    padding-left: 60px;
}

.c-we-box::before {
content: 'open';
display: block;
width: 20px;
height: 11px;
position: absolute;
top: 23px;
right: 20px;
opacity: 0.6;
display: block;
font-weight: 100;
font-size: 11px;
}

.c-active-we.c-we-box::before {
content: 'close';
}

.c-we-box-dot, .c-we-connect-line {
    display: none;
}

.c-we-box.c-active-we .c-arrow-close {
    left: calc(100% - 95px);
    top: 5px;
}

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

.c-metric-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.c-metric {
    font-size: 40px;
}

.c-icon-boxy img{
    width: 50px;
    height: auto;
}

.c-sticky-box {
    margin-bottom: 30px;
}

.c-services-box {
    width: 100%;
    padding: 20px;
}

.c-service-icon img {
    width: 50px;
    height: auto;
}

#expertise .c-section-text {
    color: #000b25;
    font-size: 2.4rem;
}

.c-expertise-progress-box {
    width: 70px;
}

.c-expertise-section {
    margin-left: -55px;
}

.c-expertise-section-box {
    width: 100%;
}

#expertise .col-md-6, #collaborations .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.c-section-content p {
    width: 100%;
}

.c-collab-logo {
    width: calc(50% - 10px);
padding: 15px;
        display: flex;
        align-items: center;
}
.c-collab-logo img {
    width: 100%;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}


.c-top-container {
    position: relative;
    height: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.c-title-box {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.c-circles-box {
    height: auto;
}

section#top {
    height: auto;
    z-index: 1;
}

.c-service-boxy-link a {
    font-size: 16px;
}

}
