@charset "UTF-8";
/* Font */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


/* Global and Variables */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 24px);
    padding-left: var(--bs-gutter-x, 24px);
}

* {
    margin: 0px;
}

html {
    scroll-behavior: smooth;
    margin: 0px;
}

body {
    background: black;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
}

body.no-scroll {
    overflow: hidden;
}

.w50 {
    width: 66%;
}

h1 {
    font-size: 7vw;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1 b:nth-child(1) {
    position: absolute;
    left: calc(10vw - 30vw);
    bottom: 700px;
}

h1 b:nth-child(2) {
    position: absolute;
    left: calc(30vw - 30vw);
    bottom: 550px;
}

h1 b:nth-child(3) {
    position: absolute;
    left: calc(20vw - 30vw);
    bottom: 400px;
}

h2 {
    text-align: center;
    font-weight: 400;
    padding-bottom: 30px;
}

.desc {
    font-size: 20px;
    opacity: 0.6;
}

.arrow-right {
    background: url(../images/arrow-right.svg);
    width: 38px;
    height: 40px;
    display: inline-block;
}

.arrow-top {
    background: url(../images/arrow-top.svg);
    width: 40px;
    height: 39px;
    display: inline-block;
}

.arrow-bottom {
    background: url(../images/arrow-bottom.svg);
    width: 40px;
    height: 39px;
    display: inline-block;
}

.link {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.link:hover {
    color: #fff;
    text-decoration: none;
}

.link:hover i {
    left: 12px;
}

.link i {
    margin-left: 8px;
    position: relative;
    top: 10px;
    left: 0px;
    transition: 0.3s ease;
}

.text-main {
    width: 100%;
    padding: 6vw 8vw;
    display: flex;
}

.text-main h2 {
    font-size: 80px;
    width: 40%;
}

.text-main h2.smaller {
    font-size: 48px;
}

.text-main .desc {
    opacity: 1;
    padding-left: 80px;
    width: 60%;
}

.text-main .one-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    opacity: 0;
}

.text-main .one-box.animation {
    transition: 0.6s;
    opacity: 1;
}

.text-main .one-box:nth-child(2) {
    transition-delay: 0.1s;
}

.text-main .one-box:nth-child(3) {
    transition-delay: 0.2s;
}

.text-main .one-box .number-circle {
    min-width: 98px;
    min-height: 98px;
    max-width: 98px;
    max-height: 98px;
    border-radius: 50%;
    border: 1px solid #434343;
    position: relative;
    display: flex;
}

.text-main .one-box .number-circle span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 24px;
    text-align: center;
}

.text-main .one-box .text {
    display: flex;
    padding-left: 16px;
    align-items: center;
    justify-content: center;
}

.small-text {
    width: 100%;
    padding: 6vw 8vw;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.small-text p {
    max-width: 590px;
}

.text-block {
    width: 100%;
    padding: 6vw 8vw;
    display: flex;
    flex-direction: column;
}

.text-block.center {
    text-align: center;
    align-items: center;
}

.text-block.center .desc {
    max-width: 60%;
}

.text-block h2 {
    font-size: 80px;
    margin-bottom: 24px;
}

.text-block h2.smaller {
    font-size: 64px;
}

.text-block .one-wrap {
    display: flex;
    justify-content: space-between;
}

.text-block .one-wrap .desc {
    opacity: 1;
    width: calc(50% - 4vw);
}

.text-block .label {
    font-size: 32px;
    padding: 12px 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-bottom: 60px;
}

.text-quote {
    width: 100%;
    padding: 6vw 8vw;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.text-quote p {
    font-size: 48px;
    line-height: 64px;
    max-width: 1200px;
    margin: 24px auto;
}

.powered-by {
    display: flex;
    margin-top: 120px;
    position: absolute;
    bottom: -10vw;
    left: 0;
    color: #fff;
}

.powered-by .box {
    display: flex;
    padding: 16px 24px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    font-size: 14px;
}

.powered-by .box:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0);
}

.powered-by img {
    margin-right: 12px;
    display: inline-block;
    opacity: 0.6;
}

.powered-by span {
    opacity: 0.6;
}

.row-projects {
    display: flex;
    padding: 0px 34px;
    margin-bottom: 80px;
}

.row-projects.animation .one-wrap .one-box {
    opacity: 1;
    transform: translateY(0px);
}

.row-projects .one-wrap {
    width: calc(33.3% - 6px);
    display: flex;
    padding: 0px 12px;
}

.row-projects .one-wrap:first-child .one-box {
    transition: 0.3s;
}

.row-projects .one-wrap:nth-child(2) .one-box {
    transition: 0.6s;
}

.row-projects .one-wrap:nth-child(3) .one-box {
    transition: 0.9s;
}

.row-projects .one-wrap .one-box {
    width: 100%;
    text-decoration: none;
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
}

.row-projects .one-wrap .one-box:hover img {
    opacity: 0.6;
}

.row-projects .one-wrap .one-box:hover .headline span.coming-soon {
    opacity: 0.6;
}

.row-projects .one-wrap .one-box:hover .headline i {
    opacity: 1;
}

.row-projects .one-wrap .one-box:hover .headline i:before {
    right: -32px;
    bottom: 32px;
}

.row-projects .one-wrap .one-box:hover .headline i:after {
    right: 0px;
    bottom: 0px;
}

.row-projects .one-wrap .one-box h3 {
    color: #fff;
    text-decoration: none;
}

.row-projects .one-wrap .one-box img {
    max-width: 100%;
    transition: 0.2s;
}

.row-projects .one-wrap .one-box .headline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    align-items: baseline;
}

.row-projects .one-wrap .one-box .headline i {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    background: none;
    opacity: 0.3;
    transition: 0.2s;
}

.row-projects .one-wrap .one-box .headline i:before {
    content: " ";
    background: url(../images/projects/arrow-link.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: 0.2s;
}

.row-projects .one-wrap .one-box .headline i:after {
    content: " ";
    background: url(../images/projects/arrow-link.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 32px;
    bottom: -32px;
    transition: 0.2s;
}

.row-projects .one-wrap .one-box .headline span.coming-soon {
    opacity: 0;
    transition: 0.2s;
}

.start-projects {
    margin-top: 8vh;
}

.countdown-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 40px 40px;
}

.countdown-wrap .divider-line {
    width: 100%;
    max-width: 360px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    display: flex;
    margin: 20px 0px 12px 0px;
}

.countdown-wrap .intro-text {
    opacity: 0.6;
    font-size: 24px;
}

.countdown-wrap #countdown {
    font-size: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    transition: 0.2s;
}

.countdown-wrap #countdown .day, .countdown-wrap #countdown .hour, .countdown-wrap #countdown .minute, .countdown-wrap #countdown .second {
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.2s;
}

.countdown-wrap #countdown .day:after, .countdown-wrap #countdown .hour:after, .countdown-wrap #countdown .minute:after, .countdown-wrap #countdown .second:after {
    content: "DAYS";
    font-size: 16px;
    opacity: 0.6;
    position: relative;
    top: -12px;
}

.countdown-wrap #countdown .hour:after {
    content: "HRS";
}

.countdown-wrap #countdown .minute:after {
    content: "MIN";
}

.countdown-wrap #countdown .second:after {
    content: "SEC";
}

.countdown-wrap #countdown div {
    padding: 0px 20px;
    position: relative;
}

.countdown-wrap #countdown div:before {
    content: " ";
    position: relative;
    border-right: 1px solid #fff;
    right: 20px;
    opacity: 0.2;
}

.countdown-wrap #countdown div:last-child:before {
    border-right: 0px;
}

.icon-arrow-link {
    background: url(../images/projects/arrow-link.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.worldcoin-download {
    display: flex;
    width: 100%;
    padding: 4vh 8vw;
    align-items: center;
    justify-content: center;
}

.worldcoin-download .white-box {
    background: #fff;
    padding: 40px;
    width: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.worldcoin-download .white-box h3 {
    margin-bottom: 24px;
}

.worldcoin-download .white-box .button-group a {
    margin: 8px 10px;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
}

.worldcoin-download .white-box .button-group a img {
    outline: none;
    text-decoration: none;
}

.pic-main {
    display: flex;
    width: 100%;
    padding: 4vh 4vw;
    align-items: center;
}

.pic-main.parallax-wrap {
    position: relative;
    z-index: 1;
}

.pic-main.parallax-wrap .parallax-base2 {
    position: absolute;
    top: 20vw;
    left: 10vw;
    z-index: 2;
}

.pic-main.parallax-wrap .parallax-invert {
    position: absolute;
    right: 4vw;
    bottom: 8vw;
    z-index: 2;
}

.pic-main.pt0 {
    padding-top: 0px;
}

.pic-main.wide {
    padding: 6vw 0vw;
}

.pic-main.wide .one-box {
    padding: 0px 0px;
}

.pic-main .one-box {
    padding: 0px 4vw;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
}

.pic-main .one-box img {
    width: 100%;
}

.pic-main.animation .one-box {
    transform: translateY(0px);
    opacity: 1;
}

.pic-main.animation .one-box:nth-child(2) {
    transition-delay: 0.1s;
}

.pic-main.animation .one-box:nth-child(3) {
    transition-delay: 0.2s;
}

.pic-main.animation .one-box:nth-child(4) {
    transition-delay: 0.3s;
}

.pic-main.animation .one-box:nth-child(5) {
    transition-delay: 0.4s;
}

.skills-wrap {
    width: 100%;
    padding: 6vw 8vw;
    display: flex;
    flex-direction: row;
}

.skills-wrap .skills-boxes {
    flex-direction: column;
    display: flex;
    flex: 50%;
}

.skills-wrap .skills-boxes.animation .skill-box {
    opacity: 1;
    transform: translateY(0px);
}

.skills-wrap .skills-boxes.animation .skill-box .line {
    width: 100%;
}

.skills-wrap .skills-boxes.animation .skill-box:nth-child(1) {
    transition-delay: 0.0s;
}

.skills-wrap .skills-boxes.animation .skill-box:nth-child(2) {
    transition-delay: 0.2s;
}

.skills-wrap .skills-boxes.animation .skill-box:nth-child(2) .line {
    transition-delay: 0.2s;
}

.skills-wrap .skills-boxes .skill-box {
    width: 100%;
    padding: 0px 40px;
    flex-direction: column;
    margin-bottom: 48px;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
}

.skills-wrap .skills-boxes .skill-box .line {
    width: 1px;
    transition: 1s;
}

.skills-wrap .text-main {
    padding: 0px;
    flex: 50%;
}

.skills-wrap h2 {
    font-size: 48px;
    line-height: 64px;
    width: 100%;
    padding-right: 120px;
    max-width: 500px;
}

.skills-wrap h3 {
    font-size: 36px;
    line-height: 48px;
}

.skills-wrap .line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 16px;
    margin-bottom: 16px;
}

.skills-wrap .one-list {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
}

.skills-wrap.bubble-wrap {
    position: relative;
}

.skills-wrap.bubble-wrap .bubble {
    position: absolute;
    left: -80px;
    top: -500px;
}

.skills-wrap.parallax-wrap {
    position: relative;
    z-index: 1;
}

.skills-wrap.parallax-wrap .parallax-base {
    position: absolute;
    left: 0vw;
    top: -180px;
    z-index: 2;
}

.skills-wrap.parallax-wrap .parallax-invert {
    position: absolute;
    right: 8vw;
    bottom: 16vw;
    height: 106px;
    z-index: 2;
}

.blog-article {
    width: 100%;
    padding: 24px;
}

.blog-article header img {
    padding-left: 24vw;
    padding-right: 16vw;
    margin-top: 8vh;
    margin-bottom: 4vh;
    max-width: 100%;
}

.blog-article .content {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.blog-article .content .left-side {
    font-size: 18px;
    width: 24vw;
    padding-right: 24px;
}

.blog-article .content .left-side .group {
    margin-bottom: 160px;
}

.blog-article .content .left-side ul {
    padding-left: 12px;
    color: #999;
}

.blog-article .content .left-side ul li {
    margin-bottom: 8px;
}

.blog-article .content .left-side ul a {
    color: #fff;
    text-decoration: none;
    color: #999;
    transition: 0.2s;
}

.blog-article .content .left-side ul a:hover {
    color: #fff;
}

.blog-article .content .left-side p {
    margin-bottom: 8px;
}

.blog-article .content .left-side .author {
    opacity: 0.6;
}

.blog-article .content .left-side .date {
    opacity: 0.3;
}

.blog-article .content .text-wrap {
    width: calc(100vw - 24vw);
}

.blog-article .content .text-wrap .middle-part {
    width: 100%;
    padding-right: 24vw;
    margin-bottom: 80px;
}

.blog-article .content .text-wrap .middle-part-aside {
    width: 100%;
    padding-right: 24vw;
    position: relative;
}

.blog-article .content .text-wrap .middle-part-aside small {
    width: 16vw;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
    font-size: 16px;
}

.blog-article .content .text-wrap h1 {
    font-size: 80px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 100%;
    margin-bottom: 24px;
}

.blog-article .content .text-wrap h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    opacity: 0.8;
    max-width: 100%;
    margin-bottom: 48px;
}

.blog-article .content .text-wrap p {
    font-size: 24px;
    line-height: 150%;
    opacity: 0.8;
    width: 100%;
}

.content-box {
    display: flex;
    width: 100%;
    padding: 8vw 4vw;
    position: relative;
    overflow: hidden;
}

.content-box.animation .text-wrap {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.content-box.animation .photo-wrap {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.6s;
}

.content-box .text-wrap {
    padding: 0px 4vw;
    width: 50%;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
}

.content-box .text-wrap.bigger-padding {
    padding-left: 8vw;
}

.content-box .text-wrap h2 {
    font-size: 80px;
    margin-bottom: 36px;
}

.content-box .text-wrap h3 {
    font-size: 36px;
    margin-bottom: 36px;
}

.content-box .text-wrap p {
    font-size: 20px;
    line-height: 30px;
    max-width: 40vw;
}

.content-box .photo-wrap {
    padding: 0px 4vw;
    width: 50%;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
}

.content-box .photo-wrap.infinit img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0px 4vw;
}

.content-box .photo-wrap.infinit svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: infin2 6s infinite;
    width: 100%;
    padding: 0px 4vw;
}

.content-box .photo-wrap img {
    max-width: 100%;
}

.cta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.cta-wrap h2 {
    font-size: 80px;
    max-width: 60%;
}

.cta-wrap .btn-cta {
    padding: 12px 48px;
    background: #fff;
    font-size: 20px;
    color: #000;
    margin-top: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.cta-wrap .btn-cta:hover {
    background: #cecece;
}

.big-gap {
    width: 100%;
    margin: 20vw 0px;
}

.bigger-gap {
    width: 100%;
    padding: 20vw 0px;
}

.blur {
    background: url(../images/blur-colors.png);
    width: 830px;
    height: 1009px;
    position: absolute;
    left: -500px;
    top: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: 3s;
}

.blur.animation {
    opacity: 1;
}

.blur.invert {
    right: -530px;
    top: -120px;
    left: inherit;
}

.owl-carousel {
    width: 100%;
    background: #000;
    padding-bottom: 120px;
    margin-top: 60px;
}

.owl-carousel .owl-item {
    opacity: 0.2;
    transition: 0.3s ease;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .item img {
    transition: 0.3s ease;
}

.owl-carousel .owl-nav {
    display: block !important;
    float: right;
    margin-right: 24px;
    margin-top: 24px;
}

.owl-carousel .owl-nav .owl-prev {
    margin-right: 20px;
    background: none !important;
    outline: none !important;
    border: none !important;
}

.owl-carousel .owl-nav .owl-prev.disabled span {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-prev span {
    background: url(../images/project-capital/arrow-left-white.svg);
    width: 38px;
    height: 40px;
    background-size: 100%;
    display: inline-block;
    font-size: 0px;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
    background: none !important;
    outline: none !important;
    border: none !important;
}

.owl-carousel .owl-nav .owl-next.disabled span {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next span {
    background: url(../images/project-capital/arrow-right-white.svg);
    width: 38px;
    height: 40px;
    background-size: 100%;
    display: inline-block;
    font-size: 0px;
}

.owl-dots {
    float: left;
    margin-left: 24px;
    position: relative;
    margin-top: 48px;
}

.owl-dots .owl-dot {
    border: 0px;
    outline: none;
}

.owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-dots .owl-dot span {
    width: 20px;
    height: 2px;
    background: #fff;
    opacity: 0.3;
    display: inline-block;
    transition: 0.3s ease;
    margin-right: 10px;
}

.owl-dots .owl-dot.active span {
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: 1;
}

/* Keyframes */
@keyframes menu {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}

@keyframes bottom-header {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes infin {
    0% {
        stroke-dasharray: 97;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 100;
        stroke-dashoffset: 200;
    }
    100% {
        stroke-dasharray: 97;
        stroke-dashoffset: 0;
    }
}

@keyframes infin2 {
    0% {
        stroke-dasharray: 527;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 1027;
        stroke-dashoffset: -300;
    }
    100% {
        stroke-dasharray: 527;
        stroke-dashoffset: 0;
    }
}

@keyframes mockup {
    from {
        transform: translateY(10vw);
        opacity: 0;
    }
    to {
        transform: translateY(0vw);
        opacity: 1;
    }
}

@keyframes line {
    0% {
        stroke-dasharray: 169;
        stroke-dashoffset: 628;
    }
    100% {
        stroke-dasharray: 690;
        stroke-dashoffset: 200;
    }
}

@keyframes circle-green {
    0% {
        left: -20vw;
        bottom: -360px;
    }
    50% {
        left: -10vw;
        bottom: -390px;
    }
    100% {
        left: -20vw;
        bottom: -360px;
    }
}

@keyframes circle-blue {
    0% {
        left: 30vw;
        bottom: -10px;
    }
    50% {
        left: 20vw;
        bottom: -120px;
    }
    100% {
        left: 30vw;
        bottom: -10px;
    }
}

@keyframes circle-purple {
    0% {
        left: 40vw;
        bottom: -360px;
    }
    50% {
        left: 46vw;
        bottom: -260px;
    }
    100% {
        left: 40vw;
        bottom: -360px;
    }
}

/* Navbar */
.navbar {
    animation: menu 1s;
}

.navbar .navbar-nav {
    text-align: right;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    align-items: self-end;
}

.navbar .navbar-nav .nav-item {
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link .highlight-circle {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: white;
    background: linear-gradient(90deg, white 0%, #c8b9f4 100%);
    text-align: center;
    padding-top: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    border-radius: 50%;
}

a.navbar-brand img {
    width: 250px;
    /*display: block;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: 0;*/
}

.navbar .navbar-nav .nav-item .nav-link .highlight-circle.light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 24px;
    height: 1px;
    width: 0px;
    background: #fff;
    transition: 0.3s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
    width: calc(100% - 48px);
}

.navbar .navbar-text {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

.navbar .navbar-text img {
    margin-left: 8px;
}

footer .links-wrap .one-box a {
    position: relative;
}

footer .links-wrap .one-box a:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 0px;
    background: #fff;
    transition: 0.3s ease;
}

footer .links-wrap .one-box a:hover:before {
    width: 100%;
}

.menu {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9999;
    position: fixed;
    opacity: 1;
    transition: 1s;
}

.menu.close {
    opacity: 0;
    z-index: -1;
}

.menu.active {
    overflow: hidden;
}

.menu.active .links .link {
    opacity: 1;
    transform: translateY(0px);
}

.menu.active .links .link:nth-child(1) {
    transition-delay: 0.1s;
}

.menu.active .links .link:nth-child(2) {
    transition-delay: 0.2s;
}

.menu.active .links .link:nth-child(3) {
    transition-delay: 0.3s;
}

.menu.active .groups .one-group {
    opacity: 1;
    transform: translateY(0px);
}

.menu.active .groups .one-group:nth-child(1) {
    transition-delay: 0.1s;
}

.menu.active .groups .one-group:nth-child(2) {
    transition-delay: 0.2s;
}

.menu.active .groups .one-group:nth-child(3) {
    transition-delay: 0.3s;
}

.menu .line01 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    left: 33vw;
    top: 0px;
}

.menu .line02 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    left: 66vw;
    top: 0px;
}

.menu .links .link {
    font-size: 8vw;
    position: absolute;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px);
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.menu .links .link:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s;
}

.menu .links .link:hover:before {
    bottom: 0;
    opacity: 1;
}

.menu .links .link:nth-child(1) {
    left: 24px;
    top: calc(50% - 4vw);
}

.menu .links .link:nth-child(2) {
    left: calc(33vw + 24px);
    top: calc(50% - 4vw);
}

.menu .links .link:nth-child(3) {
    left: calc(66vw + 24px);
    top: calc(50% - 4vw);
}

.menu .groups .one-group {
    position: absolute;
    transition: 2s;
    opacity: 0;
    transform: translateY(30px);
}

.menu .groups .one-group p {
    font-size: 16px;
    margin-bottom: 0px;
    opacity: 0.6;
}

.menu .groups .one-group p a {
    color: #fff;
    text-decoration: none;
}

.menu .groups .one-group p:hover {
    opacity: 1;
}

.menu .groups .one-group .main-text {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 1;
}

.menu .groups .one-group:nth-child(1) {
    left: 24px;
    bottom: 48px;
}

.menu .groups .one-group:nth-child(2) {
    left: calc(33vw + 24px);
    bottom: 48px;
}

.menu .groups .one-group:nth-child(3) {
    left: calc(66vw + 24px);
    bottom: 48px;
}

.no-stopline {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9999;
    position: fixed;
    opacity: 1;
    transition: 1s;
}

.no-stopline .navbar {
    z-index: 2;
}

.no-stopline .image {
    position: absolute;
    width: 50vw;
    right: 0;
    bottom: 0;
}

.no-stopline .image img {
    width: 100%;
}

.no-stopline .headline {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.no-stopline .headline .line {
    width: 100%;
    height: 7.8vw;
    position: relative;
    overflow: hidden;
    left: 8vw;
    bottom: -420px;
}

.no-stopline .headline .line:nth-child(2) {
    left: 32vw;
}

.no-stopline .headline .line:nth-child(3) {
    left: 16vw;
    height: 30px;
    bottom: -440px;
}

.no-stopline .headline .main-text {
    font-size: 7.2vw;
    line-height: 8.6vw;
    position: absolute;
    color: #fff;
    z-index: 2;
    transform: translateY(10vh);
    opacity: 0;
    transition: 1s;
}

.no-stopline .headline .text {
    position: absolute;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    z-index: 2;
    transform: translateY(10vh);
    opacity: 0;
    transition: 1s;
}

.no-stopline.close {
    opacity: 0;
    z-index: -1;
}

.no-stopline.close .headline .main-text {
    transform: translateY(10vh) skew(10deg, 10deg);
    opacity: 0;
}

.no-stopline.close .headline .text {
    transform: translateY(10vh) skew(10deg, 10deg);
    opacity: 0;
}

.no-stopline.active {
    overflow: hidden;
}

.no-stopline.active .headline .main-text {
    transform: translateY(0px) skew(0deg, 0deg);
    opacity: 1;
}

.no-stopline.active .headline .main-text:nth-child(2) {
    transition-delay: 0.1s;
}

.no-stopline.active .headline .text {
    transform: translateY(0px) skew(0deg, 0deg);
    opacity: 1;
    transition-delay: 0.2s;
}

/* Header */
header {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 100vh;
    padding: 0px;
}

header.about-header {
    /*background: url(../images/about-header.jpg);*/
    height: 100vh;
}

header.about-header video {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-size: cover;
    object-fit: cover;
}

header.project {
    flex-direction: column;
}

header.project .info-text {
    position: absolute;
    top: 420px;
    right: 8vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 30vw;
}

header.project .info-text.animation .one-box {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.2s;
}

header.project .info-text.animation .one-box:last-child {
    transition-delay: 0.3s;
}

header.project .info-text .one-box {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s ease;
}

header.project .dynamic-headline {
    position: static;
}

header.project .project-header {
    width: 84vw;
    margin-left: 8vw;
    margin-right: 8vw;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 40vh;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s ease;
}

header.project .project-header.animation {
    opacity: 1;
    transform: translateY(0px);
}

header.project .project-header img {
    width: 100%;
}

header .mockup {
    background: url('../images/ilustus/header.jpg');
    width: 70vw;
    margin-left: 30vw;
    height: 100vh;
    max-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20vh;
    position: relative;
    animation: mockup 1s;
}

header .dynamic-headline {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 100%;
    z-index: 2;
}

header .dynamic-headline.static {
    display: flex;
    width: 100%;
    height: 600px;
}

header .dynamic-headline .line {
    width: 100%;
    height: 7.8vw;
    position: relative;
    overflow: hidden;
    bottom: -30vh;
}

header .dynamic-headline .line:nth-child(1) {
    left: 8vw;
}

header .dynamic-headline .line:nth-child(2) {
    left: 16vw;
}

/*header .dynamic-headline .line:nth-child(3) {*/
/*    left: 16vw;*/
/*}*/

header .dynamic-headline h1 {
    position: absolute;
    font-size: 5vw;
    line-height: 8.6vw;
}

header .bottom-header {
    animation: bottom-header 1s;
    transition: 1s;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    bottom: 48px;
    width: 100%;
    padding: 0px 24px;
}

/*header .bottom-header.change {*/
/*    opacity: 0;*/
/*}*/

header .bottom-header .arrow-bottom {
    opacity: 0.6;
    transition: 0.3s;
}

header .bottom-header .arrow-bottom:hover {
    opacity: 1;
}

header .bottom-header p {
    position: absolute;
    bottom: 0px;
    top: -8px;
    left: 8vw;
    max-width: 360px;
    margin-bottom: 0px;
}

header .bottom-header .infinite {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

header .bottom-header .infinite svg {
    stroke-dasharray: 77;
    stroke-dashoffset: 120;
    animation: infin 6s infinite;
}

/* Header new */
.header-project {
    display: flex;
    flex-direction: column;
    max-height: inherit;
    width: 84vw;
    margin-left: 8vw;
    margin-right: 8vw;
    margin-top: 16vh;
    margin-bottom: 8vh;
}

.header-project .text-wrapper {
    display: flex;
}

.header-project .text-wrapper .info-text .one-box {
    transform: translateY(30px);
    transition: 1s;
    opacity: 0;
}

.header-project .text-wrapper .info-text.animation .one-box {
    transform: translateY(0px);
    transition: 1s;
    opacity: 1;
}

.header-project .text-wrapper .info-text.animation .one-box:nth-child(1) {
    transition-delay: 0.2s;
}

.header-project .text-wrapper .info-text.animation .one-box:nth-child(2) {
    transition-delay: 0.3s;
}

.header-project .text-wrapper .headline-text {
    width: calc(100% - 400px);
}

.header-project .text-wrapper .headline-text .project-name {
    margin-bottom: 12px;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
}

.header-project .text-wrapper .headline-text .project-name.animation {
    transform: translateY(0px);
    transition: 1s;
    opacity: 1;
}

.header-project .text-wrapper .desc {
    font-size: 16px;
}

.header-project .text-wrapper .dynamic-headline {
    position: static;
}

.header-project .text-wrapper .dynamic-headline.animation .line h1 {
    transform: translateY(0vw) skew(0deg, 0deg);
}

.header-project .text-wrapper .dynamic-headline .line {
    bottom: 0px;
    position: static;
    height: 4.8vw;
}

.header-project .text-wrapper .dynamic-headline .line:nth-child(1) h1 {
    transition-delay: 0.1s;
}

.header-project .text-wrapper .dynamic-headline .line:nth-child(2) h1 {
    transition-delay: 0.2s;
}

.header-project .text-wrapper .dynamic-headline .line:nth-child(3) h1 {
    transition-delay: 0.3s;
}

.header-project .text-wrapper .dynamic-headline .line:nth-child(4) h1 {
    transition-delay: 0.4s;
}

.header-project .text-wrapper .dynamic-headline .line h1 {
    position: static;
    font-size: 4vw;
    line-height: 4.2vw;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    transform: translateY(10vw) skew(10deg, 10deg);
    transition: 1s ease-out;
}

.header-project .text-wrapper .info-text {
    width: 400px;
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}

.header-project .text-wrapper .info-text .info {
    font-size: 20px;
}

.header-project .pic-wrapper {
    width: 100%;
    margin-top: 48px;
    transform: translateY(30px);
    transition: 1s;
    opacity: 0;
}

.header-project .pic-wrapper.animation {
    transform: translateY(0px);
    opacity: 1;
}

.header-project .pic-wrapper img {
    max-width: 100%;
}

.header-project .pic-wrapper video {
    max-width: 100%;
    object-fit: cover;
}

/* Header main */
.header-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-main .main-wrap {
    display: flex;
    flex-direction: row;
}

.header-main .main-wrap .dynamic-headline {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: auto;
    margin-top: 270px
}

.header-main .main-wrap .dynamic-headline.animation .line h1 {
    transform: translateY(0vw) skew(0deg, 0deg);
}

.header-main .main-wrap .dynamic-headline .line {
    bottom: 0px;
    position: relative;
    height: 7.1vw;
    overflow: hidden;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(1) {
    left: 8vw;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(2) {
    left: 16vw;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(3) {
    left: 16vw;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(1) h1 {
    transition-delay: 0.1s;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(2) h1 {
    transition-delay: 0.2s;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(3) h1 {
    transition-delay: 0.3s;
}

.header-main .main-wrap .dynamic-headline .line:nth-child(4) h1 {
    transition-delay: 0.4s;
}

.header-main .main-wrap .dynamic-headline .line h1 {
    position: static;
    font-size: 6vw;
    line-height: 7.2vw;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    transform: translateY(12vw) skew(10deg, 10deg);
    transition: 1s ease-out;
}

.header-main .main-wrap .mockup {
    background: url('../images/ilustus/header.jpg');
    width: 50vw;
    margin-left: 50vw;
    height: 100vh;
    max-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 16vh;
    position: absolute;
    animation: mockup 1s;
    z-index: 1;
}

.header-main .bottom-header {
    position: absolute;
    bottom: 48px;
    display: flex;
    align-items: center;
    transition: 0.6s;
    width: 100%;
    z-index: 2;
    animation: bottom-header 1s;
}

.header-main .bottom-header.change {
    opacity: 0;
}

.header-main .bottom-header .arrow-bottom {
    opacity: 0.6;
    transition: 0.3s;
    margin-right: 20px;
    margin-left: 24px;
}

.header-main .bottom-header .arrow-bottom:hover {
    opacity: 1;
}

.header-main .bottom-header p {
    max-width: 800px;
    position: absolute;
    left: 8vw;
    margin-bottom: 0px;
}

/* Partners */
.logos {
    width: 100%;
    display: flex;
    padding: 12vh 8vw;
    padding-top: 0;
    flex-direction: column;
}

.logos.pt0 {
    padding-top: 0px;
}

.logos.mt-200 {
    margin-top: -200px;
}

.logos .one-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center; /* Centers items horizontally */
    align-items: center;
    width: calc(100% + 80px);
}

.logos .one-wrap .one-box {
    width: 100%;
    max-width: 400px;
    padding-right: 40px;
    padding-left: 40px;
    opacity: 0;
    transform: translateY(4vw);
    transition: 1s;
}

.logos .one-wrap .one-box img {
    max-width: 100%;
    max-height: 150px;
    margin: auto;
    display: block;
}

.logos .one-wrap .one-box:nth-child(2) img {
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
}

.logos .one-wrap .one-box:nth-child(3) {
    max-width: 400px;
    padding-right: 0;
    padding-left: 0;
}

.logos .one-wrap .one-box:nth-child(1) {
    max-width: 400px;
    padding-left: 0;
}



.logos.animation .one-wrap .one-box {
    opacity: 1;
    transform: translateY(0px);
}

.logos.animation .one-wrap .one-box:nth-child(2) {
    transition-delay: 0.1s;
}

.logos.animation .one-wrap .one-box:nth-child(3) {
    transition-delay: 0.2s;
}

.logos.animation .one-wrap .one-box:nth-child(3) {
    transition-delay: 0.3s;
}

.logos.animation .one-wrap .one-box:nth-child(4) {
    transition-delay: 0.4s;
}

.logos.animation .one-wrap .one-box:nth-child(5) {
    transition-delay: 0.5s;
}


.header-main .big-button-container {
    width: 100%;
    margin-left: 7vw;
}

.header-main .big-button {
    display: inline-block;
    padding: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 300;
    margin: 10px;
}

.header-main .big-button:hover {
    background-color: #222; /* Slightly lighter gray on hover */
}


/* Tervik */
.pic {
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
}

.arrow-steps {
    display: flex;
    justify-content: space-around; /* Spreads arrows evenly */
    align-items: center; /* Centers them vertically */
    margin: 20px 0;
}

.arrow-step {
    color: #fff;
    padding: 20px 30px 20px 20px; /* Adjust padding to add space on the right */
    text-align: center;
    min-width: 150px;
    font-size: 1.2em;
}

/* Adjust the arrow container */
.arrow-step-arrow {
    background: none; /* Remove background */
    padding: 0; /* Remove padding */
    padding: 0 0 30px; /* Adjust padding to add space on the right */

}

/* Style the arrow images */
.arrow-step-arrow img {
    filter: invert(87%) sepia(17%) saturate(879%) hue-rotate(183deg) brightness(90%) contrast(94%);
    width: 100px; /* Adjust the size */
    height: 100px; /* Adjust the size */
}


/* Projects */
.projects {
    width: 100%;
    margin-top: 8vw;
}

.projects .one-line {
    display: flex;
    margin-bottom: 8vw;
}

.projects .upper-wrap {
    display: flex;
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 60px;
}

.projects .upper-wrap .headline {
    width: 60%;
}

.projects .upper-wrap .headline h2 {
    font-size: 120px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.projects .upper-wrap .review {
    display: flex;
    width: 40%;
}

.projects .upper-wrap .review .photo {
    width: 65px;
    margin-right: 24px;
}

.projects .upper-wrap .review .photo img {
    border-radius: 50%;
    width: 65px;
}

.projects .upper-wrap .review .text {
    font-size: 26px;
    line-height: 32px;
    padding-right: 4vw;
    text-decoration: none;
}

.projects .grid-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    padding: 0px 40px;
}

.projects .grid-wrap .vertical {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 12px;
}

.projects .grid-wrap .vertical.animation .one-case {
    transform: translateY(0px);
    opacity: 1;
}

.projects .grid-wrap .vertical.animation .one-case:nth-child(2) {
    transition-delay: 0.3s;
}

.projects .grid-wrap .vertical.animation .one-case:nth-child(3) {
    transition-delay: 0.6s;
}

.projects .grid-wrap .vertical.animation .one-case:nth-child(4) {
    transition-delay: 0.9s;
}

.projects .grid-wrap .vertical.animation .banner-box {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.projects .grid-wrap .vertical .one-case {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 24px;
    text-decoration: none !important;
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s;
}

.projects .grid-wrap .vertical .one-case .text {
    left: 16px;
}

.projects .grid-wrap .vertical .banner-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 24px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    height: 12.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s;
}

.projects .grid-wrap .vertical .banner-box:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: 0.3s;
}

.projects .grid-wrap .vertical .banner-box:hover i {
    transform: translateX(12px);
}

.projects .grid-wrap .vertical .banner-box h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.projects .grid-wrap .vertical .banner-box .coming {
    padding: 6px;
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    width: 126px;
    border-radius: 50px;
}

.projects .grid-wrap .vertical .banner-box p {
    font-size: 26px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.projects .grid-wrap .vertical .banner-box p i {
    margin-left: 12px;
    transition: 0.3s;
}

.projects .grid-wrap .vertical:last-child {
    padding-left: 12px;
    padding-right: 0px;
}

.projects .grid-wrap .one-case {
    width: 50%;
    position: relative;
}

.projects .grid-wrap .one-case .text {
    position: absolute;
    top: 48px;
    opacity: 0;
    transition: 0.3s;
    color: #fff;
}

.projects .grid-wrap .one-case:hover img {
    opacity: 0.3;
}

.projects .grid-wrap .one-case:hover .text {
    opacity: 1;
}

.projects .grid-wrap .one-case .image img {
    max-width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.projects .project {
    position: relative;
    color: #fff;
    text-decoration: none !important;
    width: 100% !important;
    padding: 0px 40px;
}

.projects .project:hover .text .arrow-right {
    transform: translateX(0px);
    opacity: 1;
    width: 40px;
    height: 38px;
}

.projects .project:hover .text span {
    transform: translateY(0px);
    opacity: 1;
}

.projects .project .text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 24px;
    transition: 0.6s ease;
    opacity: 0;
    position: relative;
}

.projects .project .text span {
    position: absolute;
    transition: 0.3s;
    top: 0px;
    right: 0;
    transform: translateY(20px);
    opacity: 0;
    font-size: 16px;
    display: none;
}

.projects .project .text.animation {
    opacity: 1;
}

.projects .project .text h2 {
    font-size: 36px;
}

.projects .project .text .desc {
    font-size: 20px;
    opacity: 0.6;
    position: relative;
    transition: 0.3s;
}

.projects .project .text .arrow-right {
    position: absolute;
    transition: 0.3s;
    top: 0px;
    right: 0;
    transform: translateX(20px);
    opacity: 0;
}

.projects .project img {
    width: 100%;
}

.projects .project .reveal {
    background: black;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    height: 30.6vw;
    transition: 1.4s ease;
    transition-delay: 0.3s;
}

.projects .project .reveal.animation {
    width: 0px;
}

.other-projects {
    display: flex;
    flex-direction: column;
    margin-top: 12vw;
}

.other-projects .headline {
    width: 100%;
    padding: 0px 24px;
}

.other-projects .headline h2 {
    font-size: 120px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* More projects */
.more-projects {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 8vw;
    margin-top: 12vw;
}

.more-projects.animation .one-box:first-child > div {
    opacity: 0.6;
}

.more-projects.animation .one-box:first-child > .name {
    opacity: 1;
}

.more-projects.animation .one-box:first-child:after {
    width: 100%;
    opacity: 1;
}

.more-projects.animation .one-box:first-child:before {
    width: 100%;
    transition-delay: 0.1s;
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(2) > div {
    opacity: 0.6;
}

.more-projects.animation .one-box:nth-child(2) > .name {
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(2):before {
    width: 100%;
    transition-delay: 0.2s;
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(3) > div {
    opacity: 0.6;
}

.more-projects.animation .one-box:nth-child(3) > .name {
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(3):before {
    width: 100%;
    transition-delay: 0.3s;
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(4) > div {
    opacity: 0.6;
}

.more-projects.animation .one-box:nth-child(4) > .name {
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(4):before {
    width: 100%;
    transition-delay: 0.4s;
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(5) > div {
    opacity: 0.6;
}

.more-projects.animation .one-box:nth-child(5) > .name {
    opacity: 1;
}

.more-projects.animation .one-box:nth-child(5):before {
    width: 100%;
    transition-delay: 0.5s;
    opacity: 1;
}

.more-projects .one-box {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.more-projects .one-box > div {
    transition: 1s;
    opacity: 0;
}

.more-projects .one-box:before {
    content: " ";
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 1s;
    opacity: 0;
}

.more-projects .one-box:hover .image {
    opacity: 1 !important;
    top: -100px;
}

.more-projects .one-box .name {
    font-size: 36px;
    width: 420px;
}

.more-projects .one-box .date, .more-projects .one-box .show {
    font-size: 20px;
    opacity: 0;
}

.more-projects .one-box .image {
    width: 30vw;
    position: absolute;
    right: 0;
    top: -70px;
    opacity: 0 !important;
    transition: 0.3s;
    z-index: 99;
}

.more-projects .one-box .image img {
    max-width: 100%;
}

.more-projects .one-box:first-child {
    padding-top: 20px;
}

.more-projects .one-box:first-child:after {
    content: " ";
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 1s;
    opacity: 0;
}

/* infinite autoplay carousel */
.slide-pane, .infinite-scroller {
    visibility: hidden;
}

.slide-wrap {
    height: 410px !important;
    width: 100%;
    position: relative;
}

.slide-wrap .slide-data {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

.slide-wrap .slide-data ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.slide-wrap .slide-data ul li {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    display: inline-block;
    width: 250px;
    height: auto;
    text-align: center;
    float: left;
    padding: 20px;
}

.slide-wrap .slide-data ul li img {
    object-fit: cover;
    max-width: 100%;
}

.start-about {
    margin-top: 16vh;
}

.scroller {
    opacity: 0;
    transform: translateY(30px);
    transition: 2s;
    margin-bottom: 8vh;
}

.scroller img {
    max-width: 210px;
}

.scroller.animation {
    opacity: 1;
    transform: translateY(0px);
}

.hashtags {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12vh;
}

.hashtags .one-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 48px;
    opacity: 0.6;
    padding: 48px 24px;
}

.hashtags .one-wrap .one-box {
    width: 20%;
    opacity: 0;
    transition: 1s;
    transform: translateY(30px);
}

.hashtags.animation .one-wrap .one-box {
    opacity: 1;
    transform: translateY(0px);
}

.hashtags.animation .one-wrap:nth-child(1) .one-box:nth-child(1) {
    transition-delay: 0.0s;
}

.hashtags.animation .one-wrap:nth-child(1) .one-box:nth-child(3) {
    transition-delay: 0.1s;
}

.hashtags.animation .one-wrap:nth-child(1) .one-box:nth-child(5) {
    transition-delay: 0.2s;
}

.hashtags.animation .one-wrap:nth-child(2) .one-box:nth-child(2) {
    transition-delay: 0.3s;
}

.hashtags.animation .one-wrap:nth-child(2) .one-box:nth-child(4) {
    transition-delay: 0.4s;
}

.banner-blog {
    width: 100%;
    display: flex;
    margin: 8vw 0px;
    background: rgba(255, 255, 255, 0.1);
}

.banner-blog .wrap {
    display: flex;
    width: 100%;
    padding: 48px 8vw;
    align-items: baseline;
    justify-content: space-between;
}

.banner-blog .wrap h2 {
    font-size: 36px;
}

/* Process */
.process {
    width: 100%;
    display: block;
    margin-bottom: 10vw;
    position: relative;
}

.process .divider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 8vw 0px 6vw 0px;
    z-index: 1;
}

.process .divider img {
    width: 1920px;
    display: block;
    margin: auto;
}

.process .divider svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    width: 1920px;
    stroke-dasharray: 169;
    stroke-dashoffset: 628;
    stroke-miterlimit: 10;
    stroke-linecap: round;
}

.process .divider svg.animation {
    stroke-dasharray: 690;
    stroke-dashoffset: 200;
    animation: line 5s infinite;
}

.process .headline-old {
    width: 100%;
    padding: 24px;
    margin: 5vw 0px;
    position: relative;
    z-index: 1;
}

.process .headline-old h2 {
    font-size: 120px;
    line-height: 118px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.process .headline-old h2:nth-child(2) {
    margin-left: 20vw;
}

.process .headline-old h2:nth-child(3) {
    margin-left: 12vw;
}

.process .headline {
    width: 100%;
    padding: 24px;
    margin: 5vw 0px;
    position: relative;
    z-index: 1;
}

.process .headline h2 {
    font-size: 120px;
    line-height: 118px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: 3vw;
}

.process .one-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

.process .one-wrap.animation .one-box {
    transform: translateY(0px);
    opacity: 1;
    transition: 1s;
}

.process .one-wrap.animation .one-box:nth-child(2) {
    transition-delay: 0.1s;
}

.process .one-wrap.animation .one-box:nth-child(3) {
    transition-delay: 0.2s;
}

.process .one-wrap.animation .one-box:nth-child(4) {
    transition-delay: 0.3s;
}

.process .one-wrap.animation .one-box:nth-child(5) {
    transition-delay: 0.4s;
}

.process .one-wrap .one-box {
    width: 100%;
    display: block;
    margin: 0px 24px 0px 36px;
    opacity: 0;
    transform: translateY(5vw);
}

.process .one-wrap h3 {
    font-size: 36px;
}

.process .one-wrap .desc {
    font-size: 20px;
    opacity: 0.6;
}

.bootstrap-tabs {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 8vw;
    align-items: flex-start !important;
    font-weight: 300;
}

.bootstrap-tabs .nav-pills {
    min-width: 340px;
    width: 50% !important;
}

.bootstrap-tabs .nav-link {
    background: transparent !important;
    padding: 16px;
    text-align: left;
    font-size: 24px;
    color: #fff;
    position: relative;
    opacity: 0.6;
    list-style: none;
}

.bootstrap-tabs .nav-link:before {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    opacity: 0;
}

.bootstrap-tabs .nav-link.active {
    opacity: 1;
    list-style: none;
    border: 0;
}

.bootstrap-tabs .nav-item {
    list-style: none;
    border: 0;
}

.bootstrap-tabs .nav-link.active:before {
    left: -20px;
    opacity: 0;
}

.bootstrap-tabs .nav-link:hover,
.bootstrap-tabs .nav-link:focus,
.bootstrap-tabs .nav-link:focus-visible,
.bootstrap-tabs .nav-item:hover,
.bootstrap-tabs .nav-item:focus,
.bootstrap-tabs .nav-item:focus-visible {
    border: 0;
    outline: none;
}
.nav-tabs {
    border: none;
}

.bootstrap-tabs .tab-content {
    width: 100%;
}

.bootstrap-tabs .inside-wrap {
    display: flex;
    padding: 20px 0px;
}

.bootstrap-tabs .inside-wrap .pic {
    width: 50%;
    padding-right: 80px;
}

.bootstrap-tabs .inside-wrap .pic img {
    max-width: 100%;
    max-height: 235px;
    object-fit: cover;
}

.bootstrap-tabs .inside-wrap .space-wrap {
    width: 33%;
}

.bootstrap-tabs .inside-wrap .text {
    width: 50%;
    font-size: 26px;
    line-height: 32px;
}

.bootstrap-tabs .inside-wrap .text p {
    margin-bottom: 40px;
}

.bootstrap-tabs .inside-wrap .text ul {
    opacity: 0.6;
    list-style: none;
    padding-left: 20px;
}

/* About */
.about {
    width: 100%;
    display: block;
    margin-bottom: 32vw;
    position: relative;
}

.about .photo01 {
    width: 16vw;
    position: absolute;
    left: 8vw;
    top: 24px;
}

.about .photo01 img {
    width: 100%;
}

.about .photo02 {
    width: 20vw;
    position: absolute;
    left: 32vw;
    top: 500px;
}

.about .photo02 img {
    width: 100%;
}

.about .photo03 {
    width: 16vw;
    position: absolute;
    right: 8vw;
    top: 240px;
}

.about .photo03 img {
    width: 100%;
}

.about h2 {
    font-size: 120px;
    margin-left: 32vw;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.about .desc {
    font-size: 26px;
    max-width: 620px;
}

.about .one-wrap {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}

.about .one-wrap.animation .text-wrap {
    transform: translateY(0px);
    opacity: 1;
}

.about .one-wrap.animation .photo-wrap {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.about .one-wrap .text-wrap {
    width: auto;
    padding-right: 40px;
    margin-left: 32vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(5vw);
    opacity: 0;
    transition: 1s;
}

.about .one-wrap .text-wrap .desc {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.about .shape01 {
    background: url(../images/about-shape01.svg);
    width: 286px;
    height: 287px;
    position: absolute;
    right: 8vw;
    top: -12vw;
}

.about .shape02 {
    background: url(../images/about-shape02.svg);
    width: 287px;
    height: 287px;
    position: absolute;
    right: 24px;
    top: 27vw;
}

.about .shape03 {
    background: url(../images/about-shape03.svg);
    width: 414px;
    height: 414px;
    position: absolute;
    left: -368px;
    bottom: -280px;
}

.team-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8vw 8vw 16vw 8vw;
}

.team-wrap.animation .one-wrap {
    transform: translateY(0px);
    opacity: 1;
}

.team-wrap.animation .one-wrap:nth-child(1) {
    transition-delay: 0.4s;
}

.team-wrap.animation .one-wrap:nth-child(2) {
    transition-delay: 0.5s;
}

.team-wrap.animation .one-wrap:nth-child(3) {
    transition-delay: 0.6s;
}

.team-wrap.animation .one-wrap:nth-child(4) {
    transition-delay: 0.7s;
}

.team-wrap .one-wrap {
    width: calc(25% - 80px);
    transform: translateY(30px);
    opacity: 0;
    transition: 1s;
}

.team-wrap .one-wrap img {
    max-width: 100%;
}

.team-wrap .one-wrap .text {
    margin-top: 12px;
}

.team-wrap .one-wrap .text h5 {
    font-size: 24px;
    font-weight: bold;
}

.team-wrap .one-wrap .text p {
    font-size: 16px;
    margin-bottom: 0px;
    opacity: 0.6;
}

/* Worldcoin case study*/
.years-wrap {
    padding: 0vh 8vw;
    position: relative;
    margin-top: 8vh;
    overflow: hidden;
}

.years-wrap .line {
    width: 1%;
    height: 1px;
    background: #434343;
    opacity: 0;
    transition: 1.2s ease;
}

.years-wrap .line.animation {
    width: 100%;
    opacity: 1;
}

.years-wrap .text-block {
    position: relative;
    z-index: 2;
    margin-top: 8vh;
    margin-bottom: 8vh;
}

.years-wrap .text-block h2 {
    font-size: 128px !important;
}

.years-wrap .photo {
    position: absolute;
    left: 8vw;
    right: 8vw;
    top: 8vh;
    width: 84vw;
    margin: auto;
    text-align: center;
}

.years-wrap .photo img {
    max-width: 1220px;
}

.registered-people {
    padding: 8vh 8vw 0vh 8vw;
    text-align: center;
}

.registered-people .map {
    background: url(../images/project-worldcoin2/map.jpg);
    width: 100%;
    background-size: cover;
}

.registered-people .text-block {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 16vh;
}

.registered-people .text-block h2 {
    font-size: 128px !important;
}

.featured-in {
    padding: 0vh 0vw;
    display: flex;
    width: 100%;
    max-width: 1700px;
    margin: auto;
    overflow: hidden;
}

.featured-in .boxes {
    display: flex;
    flex-wrap: wrap;
    width: 130%;
    margin-left: -15%;
    margin-right: -15%;
}

.featured-in .boxes .one-wrap {
    flex: 20%;
    padding: 0px 12px;
}

.featured-in .boxes .one-wrap .one-box {
    width: 100%;
    height: 432px;
    border-radius: 12px;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 24px;
    display: block;
    color: #FFF;
    background: #000;
    background-clip: padding-box;
    /* !importanté */
    border: solid 1px transparent;
    /* !importanté */
    border-radius: 1em;
}

.featured-in .boxes .one-wrap .one-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.featured-in .boxes .one-wrap .one-box.from-bottom:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.featured-in .boxes .one-wrap .one-box.empty:before {
    background: transparent;
}

.featured-in .boxes .one-wrap .one-box.half {
    height: 214px;
}

.featured-in .boxes .one-wrap .one-box.article {
    border: 1px solid #fff;
    background: #111;
}

.featured-in .boxes .one-wrap .one-box.article:before {
    content: none;
}

.featured-in .boxes .one-wrap .one-box.article .photo {
    width: 100%;
}

.featured-in .boxes .one-wrap .one-box.article .photo img {
    max-width: 100%;
    border-radius: 16px;
}

.featured-in .boxes .one-wrap .one-box.article .text {
    width: 100%;
    padding: 24px;
}

.featured-in .boxes .one-wrap .one-box.article .text h3 {
    font-size: 28px;
}

.featured-in .boxes .one-wrap .one-box.article .text .circle-arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    background: #272727;
    text-align: center;
    padding: 16px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s;
}

.featured-in .boxes .one-wrap .one-box.article .text .circle-arrow .icon-arrow-right {
    position: absolute;
    width: 21px;
    height: 24px;
    background-image: url(../images/project-worldcoin2/arrow-right.svg);
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.featured-in .boxes .one-wrap .one-box.article .text .circle-arrow .icon-arrow-right.second {
    left: -120px;
}

.featured-in .boxes .one-wrap .one-box.article .text .circle-arrow:hover {
    transform: scale(1.2);
    background: #363636;
}

.featured-in .boxes .one-wrap .one-box.article .text .circle-arrow:hover .first {
    left: 120px;
}

.featured-in .boxes .one-wrap .one-box.article .text .circle-arrow:hover .second {
    left: 0;
}

/* Audience */
.our-goal {
    padding: 8vh 8vw;
}

.our-goal .text-main {
    padding: 8vh 0;
}

.our-goal .line {
    width: 1%;
    height: 1px;
    background: #434343;
    opacity: 0;
    transition: 1.2s ease;
    margin-bottom: 8vh;
}

.our-goal .line.animation {
    width: 100%;
    opacity: 1;
}

/* Footer */
footer {
    width: 100%;
    display: flex;
    padding: 0px 24px 12vw 240px;
    position: relative;
    overflow: hidden;
    padding-top: 2vw;
    transform: translateY(5vw);
    opacity: 0;
    transition: 1s;
}

footer.animation {
    transform: translateY(0px);
    opacity: 1;
}

footer h3 {
    font-size: 48px;
}

footer .text-wrap {
    position: relative;
    z-index: 1;
    margin-right: 8vw;
}

footer .text-wrap .bottom-part {
    margin-top: 60px;
}

footer .links-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

footer .links-wrap .one-box {
    margin-left: 8vw;
}

footer .links-wrap .one-box p {
    margin-bottom: 4px;
    opacity: 0.6;
    font-size: 20px;
}

footer .links-wrap .one-box .main-text {
    margin-bottom: 32px;
    opacity: 1;
}

footer .links-wrap .one-box a {
    color: #fff;
    text-transform: none;
    text-decoration: none;
}

footer .arrow-wrap {
    position: absolute;
    right: 24px;
    z-index: 2;
    color: #fff;
    opacity: 0.3;
    transition: 0.3s;
}

footer .arrow-wrap:hover {
    opacity: 1;
}

footer .arrow-wrap:hover i {
    transform: translateY(-12px);
}

footer .arrow-wrap span {
    transform: rotate(90deg);
    font-size: 20px;
    position: absolute;
    width: 120px;
    right: -40px;
    top: 100px;
}

footer .arrow-wrap i {
    transition: 0.3s;
}

footer .time-wrap {
    display: flex;
    margin-top: 32px;
}

footer .time-wrap .text {
    margin-left: 8px;
}

footer .time-wrap .text p {
    margin-bottom: 0px;
}

footer .circle-shape {
    width: 590px;
    height: 590px;
    position: absolute;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    z-index: -1000;
}

footer .circle-shape.green {
    background: #3EFFB4;
    left: -20vw;
    right: 0;
    bottom: -360px;
    animation: circle-green 5s infinite;
}

footer .circle-shape.blue {
    width: 390px;
    height: 390px;
    background: #53A0FD;
    left: 30vw;
    right: 0;
    bottom: -10px;
    animation: circle-blue 5s infinite;
}

footer .circle-shape.purple {
    background: #3023AE;
    left: 40vw;
    right: 0;
    bottom: -360px;
    animation: circle-purple 5s infinite;
}

/* Clock widget */
.widget {
    /* Clock styles */
    /* Transparent box ensuring arms center properly. */
    /* Make all arms rotate around the same center point. */
    /* Optional: Use transition for animation. */
}

.widget .clockbox,
.widget #clock {
    width: 100%;
}

.widget .circle {
    fill: none;
    stroke: none;
    stroke-width: 6;
    stroke-miterlimit: 10;
}

.widget .mid-circle {
    fill: #444;
}

.widget .hour-marks {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-miterlimit: 10;
}

.widget .hour-arm {
    fill: none;
    stroke: #fff;
    opacity: 0.3;
    stroke-width: 20;
    stroke-miterlimit: 10;
}

.widget .minute-arm {
    fill: none;
    stroke: #fff;
    opacity: 0.3;
    stroke-width: 20;
    stroke-miterlimit: 10;
}

.widget .second-arm {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-miterlimit: 10;
}

.widget .sizing-box {
    fill: none;
}

.widget #hour,
.widget #minute,
.widget #second {
    transform-origin: 300px 300px;
    transition: transform .5s ease-in-out;
}

.project-paylette .pic-wrapper img, .project-paylette .pic-main img {
    border-radius: 40px;
}

.project-paylette .our-goal {
    padding-bottom: 0vh;
}

/* Responsive */
@media screen and (max-width: 1600px) {
    .pic-main.parallax-wrap .parallax-invert {
        height: 230px;
    }

    .text-main h2 {
        font-size: 60px;
    }

    .process .divider img, .process .divider svg {
        width: 1600px;
    }

    .process .divider svg {
        top: -60px;
    }

    .projects .grid-wrap .vertical .banner-box {
        height: 12vw;
    }
}

@media screen and (max-width: 1400px) {
    .years-wrap .photo img {
        max-width: 960px;
    }

    .process .divider img, .process .divider svg {
        width: 1400px;
    }

    .process .divider svg {
        top: -96px;
    }

    .projects .grid-wrap .vertical .banner-box {
        height: 11.5vw;
    }
}

@media screen and (max-width: 1200px) {
    .bubble-wrap .bubble {
        left: -5vw !important;
        top: -30vw !important;
        width: 70vw !important;
    }

    .text-main .one-box .number-circle {
        min-width: 78px;
        min-height: 78px;
        max-width: 78px;
        max-height: 78px;
    }

    .projects .grid-wrap .vertical .banner-box {
        height: 11.3vw;
    }

    .projects .grid-wrap .vertical .banner-box h2 {
        font-size: 24px;
    }

    .projects .grid-wrap .vertical .banner-box p {
        font-size: 16px;
    }

    .hashtags .one-wrap {
        font-size: 32px;
    }

    .projects .upper-wrap .headline, .projects .upper-wrap .review {
        width: 50%;
    }

    header.project .dynamic-headline .line:nth-child(1), header.project .info-text {
        bottom: inhreit;
        top: 24vw;
    }

    header.project .project-header {
        margin-top: 42vw;
    }

    .process .divider img, .process .divider svg {
        width: 1200px;
    }

    .process .divider svg {
        top: -132px;
    }

    .about .photo01 {
        left: 24px;
    }

    .about .photo03 {
        right: 24px;
    }

    footer {
        flex-direction: column;
    }

    footer .links-wrap .one-box {
        margin-left: 0px;
        margin-right: 24vw;
    }

    footer .arrow-wrap {
        bottom: 260px;
    }

    footer .text-wrap .bottom-part {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .process .divider {
        overflow: hidden;
    }

    .process .divider img {
        min-width: 1200px;
    }

    .featured-in .boxes .one-wrap .one-box.article .text h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 992px) {
    .menu .links .link {
        font-size: 7vw;
    }

    /*.navbar .navbar-nav {*/
    /*    display: none;*/
    /*}*/

    .start-projects {
        padding: 0px 24px;
        margin-bottom: 40px;
    }

    .start-projects .w50 {
        width: 100%;
        font-size: 16px;
    }

    .pic-main.parallax-wrap .parallax-base2, .pic-main.parallax-wrap .parallax-invert, .pic-main.parallax-wrap .parallax-invert {
        display: none;
    }

    .bubble-wrap .bubble {
        display: none;
    }

    .projects .grid-wrap .vertical .banner-box {
        display: none;
    }

    .featured-in {
        padding-top: 8vh !important;
    }

    .logos.mt-200 {
        margin-top: 0px;
    }

    .featured-in {
        padding: 0px 8vw;
    }

    .featured-in .boxes {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .featured-in .boxes .one-wrap {
        flex: 100%;
    }

    .featured-in .boxes .one-wrap .one-box {
        height: auto;
        display: none;
    }

    .featured-in .boxes .one-wrap .one-box.article {
        display: flex;
        flex-direction: column;
    }

    .featured-in .boxes .one-wrap .one-box .text {
        padding: 36px 80px 36px 24px !important;
    }

    .featured-in .boxes .one-wrap.additional {
        display: none;
    }

    .registered-people {
        padding-top: 0px;
    }

    .years-wrap .photo img {
        max-width: 770px;
    }

    .blog-article .content .text-wrap h1 {
        font-size: 48px;
    }

    .blog-article .content .text-wrap .middle-part {
        margin-bottom: 24px;
    }

    .blog-article .content .text-wrap .middle-part-aside small {
        position: static;
    }

    .blog-article .content .text-wrap .middle-part-aside {
        padding-right: 0px;
    }

    .blog-article .content .text-wrap {
        width: 100%;
    }

    .blog-article .content .text-wrap .middle-part {
        padding-right: 0px;
    }

    .blog-article header img {
        padding: 0px;
    }

    .blog-article .content .left-side .group {
        margin-bottom: 24px;
    }

    .blog-article .content .left-side .group:last-child {
        display: none;
    }

    .blog-article .content {
        flex-direction: column;
    }

    .blog-article .content .left-side {
        width: 100%;
    }

    .other-projects .headline {
        padding: 0px 8vw;
    }

    .team-wrap {
        flex-wrap: wrap;
        padding-left: calc(8vw - 20px);
        padding-right: calc(8vw - 20px);
    }

    .team-wrap .one-wrap {
        flex: 50%;
        padding: 20px;
    }

    .projects .grid-wrap, .projects .upper-wrap {
        padding: 0px 8vw;
    }

    .projects .upper-wrap {
        margin-bottom: 0px;
    }

    .other-projects .headline h2 {
        font-size: 80px;
    }

    .projects .grid-wrap .vertical .banner-box {
        height: auto;
        padding: 48px 16px;
    }

    .projects .grid-wrap .one-case .text {
        position: static;
        opacity: 1;
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .projects .grid-wrap .one-case .text h2, .projects .grid-wrap .one-case .text .desc {
        text-decoration: none;
    }

    .projects .grid-wrap .one-case .text .desc {
        font-size: 16px;
    }

    .projects .grid-wrap .vertical, .projects .grid-wrap .vertical:last-child {
        width: 100%;
        padding: 0px;
    }

    .header-main .bottom-header p {
        position: static;
        font-size: 14px;
        padding-right: 24px;
    }

    .banner-blog .wrap {
        flex-direction: column;
    }

    .content-box .text-wrap.bigger-padding {
        margin-bottom: 24px;
    }

    .cta-wrap h2 {
        font-size: 36px;
    }

    .skills-wrap {
        flex-direction: column;
    }

    .skills-wrap .skills-boxes {
        margin-top: 48px;
    }

    .skills-wrap .skills-boxes .skill-box {
        padding: 0px;
    }

    .header-project .text-wrapper .info-text {
        width: 100%;
    }

    .header-project .text-wrapper .dynamic-headline .line {
        height: 60px;
    }

    .header-project .text-wrapper .dynamic-headline .line h1 {
        transform: translateY(20vw) skew(10deg, 10deg);
        font-size: 48px;
        line-height: 56px;
    }

    .header-project .text-wrapper {
        flex-direction: column;
    }

    .header-project .text-wrapper .headline-text {
        width: 100%;
    }

    .hashtags .one-wrap {
        font-size: 24px;
    }

    .content-box .photo-wrap.infinit svg {
        display: none;
    }

    .content-box .photo-wrap.infinit img {
        position: static;
    }

    .more-projects {
        display: none;
    }

    .bootstrap-tabs .nav-link {
        padding: 2px 0px;
    }

    .bootstrap-tabs .inside-wrap .text {
        font-size: 20px;
        line-height: 28px;
    }

    .bootstrap-tabs .inside-wrap .pic {
        padding-right: 40px;
    }

    .bootstrap-tabs {
        flex-direction: column;
    }

    .projects .upper-wrap .headline h2 {
        margin-bottom: 40px;
    }

    .projects .upper-wrap {
        flex-direction: column;
    }

    .projects .upper-wrap .headline, .projects .upper-wrap .review {
        width: 100%;
    }

    .logos .one-wrap {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .logos .one-wrap .one-box {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    header .bottom-header p {
        left: 16vw;
    }

    .menu .links .link:before {
        content: none;
    }

    .no-stopline .image {
        width: 68vw;
    }

    .text-main h2 {
        margin-bottom: 24px;
    }

    .content-box .text-wrap h2 {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .content-box {
        flex-direction: column;
    }

    .content-box.invert {
        flex-direction: column-reverse;
    }

    .content-box .photo-wrap {
        width: 100%;
    }

    .content-box .text-wrap {
        width: 100%;
    }

    .content-box .text-wrap p {
        max-width: 100%;
    }

    .text-quote p {
        font-size: 24px;
        line-height: 32px;
    }

    .text-block .one-wrap {
        flex-direction: column;
    }

    .text-block .one-wrap .desc {
        width: 100%;
        margin-bottom: 20px;
    }

    .text-block h2 {
        font-size: 48px;
    }

    header.project .info-text {
        top: 36vw;
        width: 100%;
        right: 0px;
        padding: 0px 8vw;
    }

    .text-main {
        flex-direction: column;
    }

    .text-main h2 {
        width: 100%;
        font-size: 48px;
        line-height: 54px;
    }

    .text-main .desc {
        width: 100%;
        padding-left: 0px;
    }

    footer:after {
        content: " ";
        background: url(../images/blur-colors.png);
        width: 1400px;
        height: 1700px;
        position: absolute;
        top: 60px;
        left: -381px;
        right: 0;
        margin: auto;
        background-size: cover;
        z-index: 0;
        transform: rotate(-70deg);
    }

    footer .circle-shape {
        display: none;
    }

    .process .headline h2 {
        font-size: 80px;
        line-height: 78px;
    }

    .process .divider img, .process .divider svg {
        width: 992px !important;
        min-width: 992px;
    }

    .process .divider svg {
        top: -169px;
    }

    .about .photo02 {
        top: 560px;
    }

    .about .desc {
        max-width: calc(100% - 20vw);
    }

    .about .one-wrap .text-wrap, .about h2 {
        margin-left: 20vw;
    }

    .about .shape01, .about .shape02, .about .shape03 {
        display: none;
    }

    .about .photo01 {
        top: 264px;
    }

    .about .photo03 {
        top: 420px;
    }

    .navbar .navbar-nav {
        flex-direction: row;
    }

    .process .one-wrap {
        display: flow-root;
    }

    .process .one-wrap .one-box {
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0px;
        margin-bottom: 40px;
        padding: 24px;
    }

    .about .one-wrap {
        flex-direction: column-reverse;
        width: 100vw;
        margin: 0px;
        padding: 24px;
    }

    .about .one-wrap .text-wrap {
        width: 100%;
        margin-top: 36px;
    }

    .about .shape03 {
        display: none;
    }

    .about .one-wrap .text-wrap {
        width: auto;
    }

    .years-wrap .text-block h2, .registered-people .text-block h2 {
        font-size: 80px !important;
    }

    .years-wrap .text-block {
        margin-bottom: 0px;
    }

    .featured-in {
        padding: 0vh 4vw;
    }
}

@media screen and (max-width: 780px) {
    .row-projects {
        flex-direction: column;
        padding: 0px 32px;
        margin-bottom: 0px;
    }

    .row-projects .one-wrap {
        width: 100%;
        margin: 0px;
        margin-bottom: 24px;
        padding: 0px;
    }
}

@media screen and (max-width: 575px) {
    .countdown-wrap #countdown {
        font-size: 48px;
    }

    .countdown-wrap #countdown div {
        padding: 0px 12px;
    }

    .pic-main.mobile-pb4 {
        padding-bottom: 4px;
    }

    .pic-main.mobile-pt4 {
        padding-top: 4px;
    }

    .years-wrap {
        margin-top: 24px;
    }

    .text-block .label {
        font-size: 18px;
    }

    .text-block h2.smaller {
        font-size: 36px;
    }

    .logos.wld {
        padding-bottom: 0px;
    }

    .mobile-off {
        display: none;
    }

    .skills-wrap.parallax-wrap .parallax-base, .skills-wrap.parallax-wrap .parallax-invert {
        max-width: 120px;
    }

    .project-paylette .pic-wrapper img, .project-paylette .pic-main img {
        border-radius: 10px;
    }

    .header-project {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .header-project .text-wrapper {
        padding: 0px 8vw;
    }

    .years-wrap .photo img {
        max-width: 120%;
    }

    .header-main .main-wrap .dynamic-headline {
        overflow: hidden;
    }

    .owl-dots .owl-dot span {
        width: 3px;
    }

    .owl-dots .owl-dot.active span {
        width: 20px;
    }

    .owl-carousel {
        margin-top: 24px;
    }

    .other-projects .headline h2 {
        font-size: 36px;
    }

    .text-main .desc {
        font-size: 16px;
    }

    .other-projects .headline {
        padding: 0px 16px;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 92vw !important;
    }

    .projects .grid-wrap, .projects .upper-wrap {
        padding: 0px 16px;
    }

    .header-main .bottom-header {
        bottom: 24px;
    }

    .header-main .main-wrap .dynamic-headline {
        height: 200px;
        bottom: 120px;
    }

    .header-main .main-wrap .dynamic-headline .line {
        height: 12vw;
    }

    .header-main .main-wrap .dynamic-headline .line h1 {
        font-size: 11vw;
        line-height: 11.2vw;
        transform: translateY(24vw) skew(10deg, 10deg);
    }

    .header-main .main-wrap .dynamic-headline {
        width: 100%;
        top: inherit;
    }

    .header-main .bottom-header .arrow-bottom {
        min-width: 36px;
        background-repeat: no-repeat;
    }


    .text-block.center .desc {
        max-width: 100%;
        font-size: 16px;
    }

    .cta-wrap {
        text-align: left;
        align-items: flex-start;
        padding: 0px 8vw;
    }

    .cta-wrap h2 {
        max-width: 100%;
    }

    .skills-wrap h2 {
        padding-right: 0px;
    }

    .header-project .text-wrapper .dynamic-headline .line {
        height: 38px;
    }

    .header-project .text-wrapper .dynamic-headline .line h1 {
        transform: translateY(20vw) skew(10deg, 10deg);
        font-size: 28px;
        line-height: 34px;
    }

    .slide-wrap {
        height: 290px !important;
    }

    .scroller {
        margin-bottom: 40px;
    }

    .slide-wrap .slide-data ul li {
        max-width: 200px;
        padding: 10px;
    }

    .hashtags {
        display: none;
    }

    .start-about .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .more-projects {
        display: none;
    }

    nav.fixed-top {
        background: #000;
    }

    .about .one-wrap {
        padding-top: 0px;
    }

    .bootstrap-tabs .inside-wrap .text p {
        margin-bottom: 20px;
    }

    .process .headline {
        margin-bottom: 0px;
    }

    .bootstrap-tabs .nav-link {
        font-size: 26px;
    }

    footer h3 {
        font-size: 36px;
    }

    .bootstrap-tabs .inside-wrap .text {
        width: 100%;
    }

    .bootstrap-tabs .inside-wrap .pic {
        display: none;
    }

    .projects .upper-wrap .review .text, .bootstrap-tabs .inside-wrap .text, .about .one-wrap .text-wrap .desc, .projects .project .text .desc, footer.animation .desc, .about .one-wrap .text-wrap .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .projects .upper-wrap .review .text .desc, .bootstrap-tabs .inside-wrap .text .desc, .about .one-wrap .text-wrap .desc .desc, .projects .project .text .desc .desc, footer.animation .desc .desc, .about .one-wrap .text-wrap .desc .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .content-box .text-wrap h3 {
        margin-bottom: 16px;
    }

    .content-box .text-wrap p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    header .dynamic-headline .line {
        height: 12vw;
        bottom: -60vh;
    }

    header .dynamic-headline .line h1 {
        font-size: 11.6vw;
        line-height: 12vw;
    }

    .projects .upper-wrap .headline h2 {
        font-size: 36px;
        line-height: 42px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .logos .desc {
        font-size: 14px;
    }

    header .bottom-header .infinite {
        display: none;
    }

    header .bottom-header p {
        max-width: calc(100% - 100px);
        font-size: 14px;
        left: 80px;
    }

    .logos .one-wrap {
        width: calc(100% + 64px);
        margin-left: -36px;
        display: block;
    }

    .logos .one-wrap .one-box {
        width: 50%;
        float: left;
        height: 120px;
        padding: 0px 36px;
    }

    .header-home {
        padding-bottom: 10vh;
    }

    .no-stopline .image {
        height: 90vh;
    }

    .no-stopline .headline .line:nth-child(3) {
        height: 80px;
        bottom: -306px;
    }

    .no-stopline .headline .line:nth-child(3) .text {
        max-width: 280px;
        line-height: 30px;
        font-size: 20px;
    }

    .no-stopline .headline .line {
        height: 10vw;
        bottom: -300px;
    }

    .no-stopline .headline .line .main-text {
        font-size: 9.6vw;
        line-height: 10vw;
    }

    .menu .links .link:nth-child(1) {
        top: calc(50% - 14vh);
        left: 24px;
    }

    .menu .links .link:nth-child(2) {
        top: calc(50% - 4vh);
        left: 24px;
    }

    .menu .links .link:nth-child(3) {
        top: calc(50% + 6vh);
        left: 24px;
    }

    .menu.active .groups .one-group:nth-child(2) {
        display: none;
    }

    .menu .groups .one-group:nth-child(3) {
        display: none;
    }

    .line01, .line02 {
        display: none;
    }

    .line03, .line04 {
        width: 100vw;
        height: 1px;
        background: #fff;
        opacity: 0.1;
        position: absolute;
        left: 0px;
    }

    .line03 {
        top: 30%;
    }

    .line04 {
        top: 70%;
    }

    header .bottom-header {
        bottom: 0px;
    }

    .process .headline h2, .about h2 {
        font-size: 36px;
        line-height: 42px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
        margin-left: 0px;
    }

    footer:after {
        top: -150px;
    }

    .process .headline h2:nth-child(2), .process .headline h2:nth-child(3) {
        margin-left: 0px;
    }

    .about .desc {
        max-width: 100%;
    }

    .about .one-wrap .text-wrap {
        width: 100%;
        margin: 0px;
    }

    .about h2 {
        margin-left: 24px;
    }

    .about .photo01, .about .photo02, .about .photo03 {
        display: none;
    }

    .fixed-top {
        width: 100%;
        max-width: 100%;
    }

    header .mockup {
        margin-top: 86px;
    }

    footer .links-wrap {
        display: none;
    }

    .about h2 {
        font-size: 48px;
    }

    .process .one-wrap .one-box {
        width: 100%;
        margin-bottom: 0px;
    }

    header .dynamic-headline {
        top: 0px;
    }

    header .mockup {
        width: 100%;
        margin-left: 0px;
        height: 100vw;
    }

    .projects {
        margin-top: 48px;
    }

    .projects .one-line .project {
        padding: 0px 24px;
    }

    .projects .project .reveal {
        height: 72vw;
    }

    .projects .one-line {
        flex-direction: column;
    }

    .projects .one-line .project {
        width: 100%;
        margin: auto;
        margin-bottom: 48px;
    }

    footer .text-wrap br {
        display: none;
    }

    footer .text-wrap .bottom-part {
        margin-top: 20px;
    }

    footer .arrow-wrap {
        display: none;
    }

    footer .circle-shape {
        animation: none !important;
    }

    .about {
        overflow: hidden;
    }
}

@media screen and (max-height: 720px) and (max-width: 575px) {
    .header-main .main-wrap .mockup {
        margin-top: 50px;
    }
}

@media screen and (max-height: 665px) and (max-width: 575px) {
    .header-main .main-wrap .mockup {
        width: 90%;
        margin-left: -10vw;
    }
}

@media screen and (max-height: 720px) and (max-width: 414px) {
    .header-main .main-wrap .dynamic-headline {
        height: 140px;
    }

    .header-main .main-wrap .mockup {
        margin-top: 70px;
    }
}

@media screen and (min-height: 570px) and (max-width: 414px) {
    header .dynamic-headline {
        top: -100px;
    }
}

@media screen and (min-height: 700px) and (max-width: 414px) {
    header .dynamic-headline {
        top: -140px;
    }
}

@media screen and (max-height: 700px) and (min-width: 1200px) {
    header .dynamic-headline .line {
        bottom: -20vh;
    }
}

@media screen and (max-height: 600px) and (min-width: 1200px) {
    header .dynamic-headline .line {
        bottom: -10vh;
    }
}

@media screen and (min-height: 1200px) {
    header {
        max-height: 90vh;
    }
}

@media screen and (min-height: 1200px) and (max-width: 1400px) {
    .header-main {
        height: 750px;
    }
}

/*# sourceMappingURL=main.css.map */
