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