*[data-scroll-section] {
    -webkit-perspective: 1px;
    perspective: 1px;
}

body {
    background-color: #fff;
}

img {
    max-width: 100%;
}


.purple-text {
    background: linear-gradient(130deg, #8176FF, #a676ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text {
    background: linear-gradient(-50deg, #D96AE2, #8176FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pink-text {
    background: linear-gradient(-50deg, #d96ae2, #9b76ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animated-img {
    opacity: 0;
    /*-webkit-transform: translateY(80%);*/
    /*transform: translateY(80%);*/
    transition: 1s opacity cubic-bezier(0.29, 0.24, 0.05, 1.03);
}

.animated-img.slow {
    transition: 1.75s opacity cubic-bezier(0.29, 0.24, 0.05, 1.03);
}

.animated-img.is-inview {
    opacity: 1;
    /*-webkit-transform: translateY(0%);*/
    /*transform: translateY(0%);*/
}

.btn {
    line-height: 100%;
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: #262D6D;
    padding: 14px 20px;
    border-radius: 100px;
    min-width: 160px;
    color: #ffffff;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:hover {
    opacity: 0.9;
    color: #fff;
}


.animated-line-wrapper {
    display: block;
    overflow: hidden;
}

header.header .animated-line-wrapper {
    display: inline-block;
    overflow: hidden;
}

header.header .animated-line-wrapper:not(:first-of-type) {
    margin-left: 10px;
}

.animated-line-content {
    display: block;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
    transition: 1s cubic-bezier(.17, .85, .438, .99);
    transition-delay: calc(.15s * var(--line-index));
}

.is-inview.anim-split-lines .animated-line-content, .is-inview {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1C1624;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #1C1624;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #625766;
}

.mobile-navbar {
    display: none;
}

header.header {
    background-color: #1C1624;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-image: url('/images/project/future/main_bg_gradient.png'), url('/images/project/future/main_bg.png');
    background-repeat: no-repeat;
    background-position: bottom, top;
    background-size: 140%, 100%;
    --aspect-ratio: 1/1;
    aspect-ratio: 1/1;
    max-width: 100%;
}

header.header .header-first-half {
    min-height: 100vh;
}

header.header .header-bg-img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    display: block;
}

header.header .header-bg-img.mobile {
    display: none;
}

header .navbar {
    padding: 50px 120px 0;
}

.mobile-navbar .menu-btn {
    display: none;
    position: relative;
    width: 32px;
    height: 18px;
}

.mobile-navbar .menu-btn span {
    position: absolute;
    background-color: #fff;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.25s;
}

.mobile-navbar .menu-btn span.first {
    width: 16px;
    top: 0;
}

.mobile-navbar .menu-btn span.second {
    width: 24px;
    top: calc(50% - 1px);
}

.mobile-navbar .menu-btn span.third {
    width: 16px;
    bottom: 0;
}

.mobile-navbar.active .menu-btn span.first {
    width: 24px;
    top: calc(50% - 1px);
    transform: translateX(-50%) rotate(-45deg);
}

.mobile-navbar.active .menu-btn span.second {
    opacity: 0;
}

.mobile-navbar.active .menu-btn span.third {
    width: 24px;
    bottom: calc(50% - 1px);
    transform: translateX(-50%) rotate(45deg);
}


header .nav {
    display: flex;
    align-items: center;
}

header .nav a {
    font-weight: 500;
    color: #fff;
    margin-left: 32px;
    text-decoration: none;
    transition: .15s;
}

header .content {
    padding-top: 130px;
    max-width: 500px;
    margin-left: 50%;
}

header .content h3 .app {
    font-size: 18px;
    line-height: 149%;
    color: #FFFFFF;
    text-align: center;
}

header .content h3 .title {
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    font-size: 78px;
    line-height: 119%;
    text-align: center;
    color: #FFFFFF;
}

header .content h3 .purple-gradient-text .animated-line-content {
    background: linear-gradient(-50deg, #D96AE2, #8176FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .content h3 .title * {
    line-height: 129%;
}

header .content .sub-info {
    width: fit-content;
    margin: 80px 40px 0 auto;
}

header .content .sub-info-item {
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 149%;
    color: #FFFFFF;
}

header .scroll-container {
    display: grid;
    grid-template-columns: 40px 1px 40px;
    column-gap: 20px;
    align-items: end;
    margin: auto;
    justify-content: center;
}

header .scroll-container .scroll-animation-container {
    width: 1px;
    margin: 5px 0;
    height: 190px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
}

header .scroll-container .scroll-animation-container .scroll-thumb {
    position: absolute;
    width: 1px;
    background: #fff;
    height: 40px;
    top: 0;
    animation: scroll-animation 10s ease-in-out infinite;
}

@keyframes scroll-animation {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(150px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(0px);
    }
}

header .scroll-container .scroll-text {
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 149%;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
}

header.header .futura-description {
    margin: 20vw 0 120px 120px;
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    max-width: 990px;
    line-height: 129%;
    color: #FFFFFF;
}


header.header .futura-description .purple-text {
    background: linear-gradient(-50deg, #8176FF, #8176FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header.header .futura-description .pink-text {
    background: linear-gradient(-50deg, #D96AE2, #8176FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.whole-picture-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

section.whole-picture-container .see-the-whole-picture-container {
    position: relative;
    min-height: 80vh;
    width: 100%;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

section.whole-picture-container .see-the-whole-picture-container .title {
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    font-size: 78px;
    min-width: 850px;
    line-height: 119%;
    color: #0C0C0D;
}

section.whole-picture-container .see-the-whole-picture-container .sub-title {
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    width: 100%;
    max-width: 850px;
    font-size: 18px;
    line-height: 149%;
    color: #0C0C0D;
}

section.whole-picture-container .see-the-whole-picture-container .title .animated-line-wrapper, section.whole-picture-container .see-the-whole-picture-container .sub-title .animated-line-wrapper {
    display: inline-block;
}

section.whole-picture-container .see-the-whole-picture-container .title .animated-line-wrapper:not(:first-of-type) {
    margin-left: 10px;
}

section.whole-picture-container .see-the-whole-picture-description-container {
    min-height: 40vw;
    background-image: url("/images/project/future/whole_picture_bg_gradient.png");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

section.whole-picture-container .see-the-whole-picture-description-container .sub-title {
    font-family: Maven Pro, var(--dashboard-font-family, sans-serif);
    font-style: normal;
    font-weight: 400;
    max-width: 380px;
    font-size: 18px;
    margin-left: 120px;
    line-height: 149%;
    color: #FFFFFF;
}

section.whole-picture-container .see-the-whole-picture-description-container .sub-title .medium-weight {
    font-weight: 500;
}

section.whole-picture-container .see-the-whole-picture-description-container .sub-title .animated-line-wrapper {
    display: inline-block;
}

section.whole-picture-container .see-the-whole-picture-description-container .laptop-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60vw;
}

footer.footer {
    background-color: #fff;
}

footer.footer .info {
    padding: 160px 120px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .info:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 50%;
}

footer.footer .info .text {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    max-width: 385px;
    line-height: 149%;
    margin-top: 4px;
    color: #FFFFFF;
}
footer.footer .info .text:first-of-type {
    margin-top: 40px;

}

footer.footer .switzerland .animated-line-content:after {
    content: '';
    background-image: url("/images/switzerland.png");
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    transform: translateY(4px);
}


footer.footer .menu {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 90px;
}

footer.footer .menu .column .title {
    font-family: Maven Pro, sans-serif;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 149%;
    letter-spacing: -0.231818px;
    color: #FFFFFF;
}

footer.footer .menu .column .item {
    margin-bottom: 20px;
}

footer.footer .menu .column .item a {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 14px;
    line-height: 149%;
    text-decoration: none;
    color: #FFFFFF;
}

footer.footer .menu .column .img-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer.footer .contact-us {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .contact-us form {
    padding: 160px 0;
    max-width: 900px;
    margin: auto;
}

footer.footer .contact-us form .title {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 78px;
    line-height: 119%;
    color: #0C0C0D;
}

footer.footer .contact-us form .title .animated-line-wrapper {
    display: inline-block;
}

footer.footer .contact-us form .title .animated-line-wrapper:not(:first-of-type) {
    margin-left: 10px;
}

footer.footer .contact-us form .title .purple-gradient {
    background: linear-gradient(-50deg, #262D6D, #D96AE2 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer.footer .contact-us form .sub-title {
    font-family: Maven Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    line-height: 149%;
    color: #0C0C0D;
}

footer.footer .contact-us form .input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    gap: 32px;
}

footer.footer .contact-us form .input-container input, footer.footer .contact-us form .input-container textarea {
    background: transparent;
    width: 100%;
    outline: 0;
    font-family: Maven Pro, sans-serif;
    padding-bottom: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 129%;
    color: #0C0C0D;
    transition: border-bottom-color .15s;
    border: 0;
    border-bottom: 1px solid rgba(12, 12, 13, 0.1);
}

footer.footer .contact-us form .input-container input:focus, footer.footer .contact-us form .input-container textarea:focus {
    border-bottom: 1px solid #262D6D;
}

footer.footer .contact-us form .input-container input::placeholder, footer.footer .contact-us form .input-container textarea::placeholder {
    color: rgba(12, 12, 13, 0.45);
}

footer.footer .contact-us form .input-container textarea {
    grid-column: 1/3;
    margin-top: 65px;
}

footer.footer .contact-us form button {
    margin: 80px 0 0;
    display: block;
}

footer.footer .gradient-bg {
    background-image: url("/images/project/future/footer_bg_gradient.png");
    background-size: cover;
    position: relative;
}

footer.footer .caadio-logo {
    margin-top: 40px;
}

footer.footer .copyright {
    padding: 60px 0;
    text-align: center;
    font-family: SF Pro Display, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149%;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.5;
}

@media (max-width: 1600px) {
    header.header {
        background-size: 170%, 100%;
        --aspect-ratio: 1/1.1;
        aspect-ratio: 1/1.1;
    }

    header.header .futura-description-item {
        font-size: 34px;
    }

    section.whole-picture-container .see-the-whole-picture-description-container {
        min-height: 65vh;
    }
}

@media (max-width: 1400px) {
    header .navbar {
        padding: 40px 80px 0;
    }

    header .content {
        padding-top: 100px;
    }

    header .content h3 .title {
        font-size: 64px;
    }

    header .content .sub-info {
        margin-top: 40px;
    }

    header.header .futura-description {
        margin: 15vw 0 80px 80px;
    }

    section.whole-picture-container .see-the-whole-picture-description-container .sub-title {
        margin-left: 80px;
    }

    footer.footer .contact-us form .title {
        font-size: 64px;
    }
}

@media (max-width: 1200px) {
    section.coming-soon .preview {
        max-width: 90%;
    }

    footer.footer .info {
        padding: 120px 60px;
    }

    footer.footer .menu {
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {
    .mobile-navbar {
        display: block;
        width: 100%;
        z-index: 1;
        height: 0;
        /*flex-wrap: wrap;*/
        position: fixed;
        top: 0;
        transition: 0.25s;
        background: #1C1624;
    }

    .mobile-navbar .nav-header {
        background: linear-gradient(180deg, #1C1624 0%, rgba(28, 22, 36, 0) 100%);
        padding: 29px 32px;
        display: flex;
        align-items: center;
        transition: 0.15s;
        justify-content: space-between;
    }

    .mobile-navbar.active {
        height: 100vh;
    }

    .mobile-navbar.active .nav-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-navbar.active .animated-line-content {
        transform: translateY(0);
    }

    .mobile-navbar .mobile-nav {
        max-height: 100%;
        overflow: hidden;
        margin-top: 80px;
        text-align: center;
    }

    .mobile-navbar .mobile-nav a {
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        color: #fff;
        font-size: 26px;
        line-height: 149%;
        margin: 32px auto auto;
        display: block;
    }

    .mobile-navbar .mobile-nav a.btn {
        width: 170px;
        font-size: 18px;
    }

    .mobile-navbar .mobile-nav {
        max-height: 100%;
        overflow: hidden;
    }

    .mobile-navbar .logo img {
        height: 24px;
    }

    header .navbar {
        display: none;
    }

    header.header .header-bg-img {
        display: none;
    }

    header.header {
        min-height: calc(100vh + 600px);
        background-size: 250vh, 150vh;
    }

    header .content {
        margin: 100px auto;
    }

    header .content h3 .title {
        font-size: 78px;
    }

    header .scroll-container {
        margin-top: calc(100vh - 900px);
    }

    header.header .futura-description {
        margin: 5px 30px 40px;
        font-size: 30px;
        max-width: 600px;
    }

    section.whole-picture-container .see-the-whole-picture-description-container {
        padding: 120px 30px;
        min-height: unset;
    }

    section.whole-picture-container .see-the-whole-picture-description-container .sub-title {
        font-size: 26px;
        max-width: 500px;
        margin: auto;
    }

    footer.footer .contact-us form .title {
        text-align: center;
        margin: auto;
    }

    footer.footer .contact-us form .sub-title {
        text-align: center;
        margin: auto;
    }

    footer.footer .contact-us form button {
        margin: 80px auto 0;
    }

    header .content .sub-info {
        margin: 50px auto;
        text-align: center;
    }

    section.whole-picture-container .see-the-whole-picture-container .title {
        font-size: 60px;
        min-width: unset;
        text-align: center;
    }

    section.whole-picture-container .see-the-whole-picture-container {
        padding: 100px 20px 72vh;
        min-height: unset;
    }

    section.whole-picture-container .see-the-whole-picture-description-container .laptop-img {
        height: 70vh;
        right: 0;
        bottom: 100%;
        width: auto;
        object-fit: cover;
    }

    section.whole-picture-container .see-the-whole-picture-container .sub-title {
        text-align: center;
    }

    header.header .header-bg-img.mobile {
        display: block;
    }

    .mobile-navbar .menu-btn {
        display: block;
    }

    header .nav {
        display: none;
    }

    section.video-container .text {
        font-size: 32px;
        padding: 32px;
    }

    section.app-description {
        padding: 120px 32px 0;
    }

    section.app-description .app-section .title {
        width: 100%;
        min-width: auto;
        margin-bottom: 120px;
    }

    section.app-description .app-section .title .head {
        font-size: 52px;
    }

    section.app-description .app-section .title .content {
        font-size: 22px;
    }

    footer.footer .info {
        padding: 100px 40px;
    }

    footer.footer .menu {
        column-gap: 60px;
    }

    footer.footer .contact-us form {
        padding: 60px 32px;
        min-width: auto;
    }

}

@media (max-width: 800px) {
    /*header.header {*/
    /*    background-image: url('/images/project/future/main_bg_gradient.png'), url('/images/project/future/mobile_main_bg.png');*/
    /*    background-size: 150vh, 100vh;*/
    /*}*/

    header .content h3 .title {
        font-size: 36px;
    }

    section.whole-picture-container .see-the-whole-picture-container .title {
        max-width: 395px;
    }

    header .scroll-container {
        margin-top: calc(100vh - 800px);
    }

    section.app-description .app-section .grid {
        grid-template-columns: 1fr;
        margin: 0 -32px;
    }

    section.app-description .app-section .title .head {
        font-size: 38px;
    }

    section.app-description .app-section .grid img {
        width: 70%;
    }

    section.app-description .app-section .grid img:first-of-type {
        margin-bottom: 8px;
    }

    section.app-description .app-section .grid img:last-of-type {
        margin-left: auto;
        margin-top: 8px;
    }

    section.app-description .app-section:not(:first-of-type) {
        margin: 120px auto 0;
    }

    section.coming-soon {
        padding: 120px 0;
        background-size: 165%, cover;
    }

    section.coming-soon .preview {
        width: 100%;
        max-width: 100%;
    }

    section.coming-soon .preview .cooming-soon {
        font-weight: normal;
        font-size: 26px;
        line-height: 129%;
    }

    section.coming-soon .get-started .title {
        font-weight: normal;
        font-size: 38px;
        line-height: 129%;
    }

    section.coming-soon .get-started .description {
        font-size: 18px;
    }

    footer.footer .contact-us form .input-container {
        grid-template-columns: 1fr;
    }

    footer.footer .contact-us form .input-container textarea {
        grid-column: auto;
    }

    footer.footer .contact-us form .title {
        font-size: 38px;
        width: 280px;
    }

    footer.footer .info:after {
        display: none;
    }

    footer.footer .menu {
        flex-direction: column;
    }

    footer.footer .contact-us form .input-container textarea {
        margin-top: 0;
    }

    footer.footer .contact-us form .input-container input, footer.footer .contact-us form .input-container textarea {
        font-weight: normal;
        font-size: 18px;
    }

    footer.footer .info {
        flex-wrap: wrap;
        padding: 100px 32px;
    }

    footer.footer .info > .logo {
        margin: 0 -32px;
        padding: 0 32px 80px;
        width: 100vw;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer.footer .menu {
        margin: 0;
        width: 100%;
        padding-top: 80px;
        flex-wrap: wrap;
    }

    footer.footer .menu .column {
        flex-basis: calc(50% - 60px);
        justify-content: start;
    }

    footer.footer .menu .column:last-of-type {
        margin-top: 75px;
    }

    footer.footer .menu .column:last-of-type .title {
        display: none;
    }

    footer.footer .menu .column:last-of-type .img-container {
        justify-content: start;
        column-gap: 40px;
    }

    header.header .futura-description-item {
        font-size: 26px;
    }
}

@media (max-width: 763px) {
    section.coming-soon .preview img {
        height: 70vh;
        object-fit: cover;
    }
    header.header .futura-description-item {
        font-size: 22px;
    }
}

@media (max-width: 500px) {


    section.whole-picture-container .see-the-whole-picture-container .title {
        max-width: 286px;
        font-size: 42px;
    }

    section.video-container .text {
        font-size: 22px;
    }

    section.app-description .app-section .title .head {
        font-size: 38px;
    }

    section.app-description .app-section .title .content {
        font-size: 18px;
    }

    footer.footer .copyright {
        padding: 32px 0;
    }
}

@media (min-aspect-ratio: 2/1) {
    header.header {
        min-height: 110vw;
    }
}