@font-face {
    font-family: "Mabella";
    src: url('../fonts/mabella-regular.woff');
}

@font-face {
    font-family: "Hydrogen Whiskey";
    src: url('../fonts/hydrogen-whiskey.otf');
}

@font-face {
    font-family: "Advent Pro";
    src: url('../fonts/advent-pro.ttf');
}

@font-face {
    font-family: "Integra Chic";
    src: url('../fonts/integra-chic.otf');
}

@font-face {
    font-family: "Helvetica";
    src: url('../fonts/helvetica.ttf');
}

@keyframes bouncingScale {
    0%{scale: 1}
    25%{scale: .9;}
    75%{scale: 1.2;}
    100%{scale: 1.1;}
}

@keyframes bouncingScaleReverse {
    0%{scale: 1.1}
    25%{scale: 1.2;}
    75%{scale: .9;}
    100%{scale: 1;}
}

:root{
    --background: #192040;
    --green: #C6F334;
    --border: #ededed;
}

*{
    color: white;
    text-decoration: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar {
  display: none;
}

html{
    width: 100vw;
    overflow-x: hidden;
    font-family: "Helvetica";
    font-size: 15px;
}

body{
    background-color: var(--background);
    overflow-x: hidden;
}

*{
    z-index: 10;
}

.filler{
    min-width: calc(100vw - 2vh);
    height: 98%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 1vh;
    outline: 10vh solid var(--border);
    box-sizing: border-box;
    border-radius: 20px;
    pointer-events: none;
    z-index: 100;
}

.scroll-pattern{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url("../images/pattern-bottom.webp");
    opacity: 0;
    z-index: 1;
}

.scroll{
    position: fixed;
    bottom: .8vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.scroll svg:not(.scroll-down-arrow){
    scale: .8;
    transform: translateY(10px);
}

.scroll svg:not(.scroll-down-arrow) path{
    fill: var(--border) !important;
}

.scroll-down-arrow{
    width: 24px;
    height: 24px;
    position: fixed;
    bottom: 5px;
}

.text-scroll{
    font-family: "Advent Pro";
    position: absolute;
    left: 50vw;
    top: 90vh;
    transform: translateX(-50%);
}

.header{
    height: fit-content;
    align-items: center;
    padding: 0 10% 0 10%;
}

.text-ai-assistant{
    font-size: 1rem;
    display: block;
    font-weight: normal;
    align-items: end;
}

.text-ai-assistant img{
    width: 10vw;
    min-width: 150px;
    filter: brightness(0) saturate(100%) invert(81%) sepia(79%) saturate(455%) hue-rotate(18deg) brightness(105%) contrast(91%);
}

.text-ai-assistant .falqn-logo:after{
    content: "®";
    bottom: 10px;
    position: relative;
    color: var(--green);
    font-size: .75rem;
    margin-right: 10px;
}


.what-we-do{
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

.what-we-do span{
    margin-right: 40px;
}

.dot{
    border-radius: 50%;
    width: 7px;
    height: 7px;
    aspect-ratio: 1 / 1;
    position: relative;
}

.dot .ring{
    width: 13px;
    height: 13px;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid var(--green);
    box-sizing: border-box;
    border-radius: 50%;
}

.what-we-do-list {
    margin: 0 20px;
    list-style: none;
    width: fit-content;
    min-width: 200px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.what-we-do-list li{
    text-align: center;
}

.what-we-do-list .barrier{
    width: 125%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    mask: linear-gradient(to bottom, white 33%, transparent 33%, transparent 66%, white 66%);
    background-color: var(--background);
    pointer-events: none;
}

section{
    max-width: 100vw;
    overflow-x: clip;
    padding: 5vh 10vw 20vh 10vw;
    width: 100%;
    box-sizing: border-box;
}

.section-compact{
    padding-bottom: 10vh;
}

.section-top .main{
    box-sizing: border-box;
    position: relative;
    display: flex;
}

.sphere-side{
    width: 25%;
    margin-right: 5%;
    margin-left: 5vw;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    align-self: center;
    transform: translateY(50%) scale(2);
    background: radial-gradient(
        circle at center, rgba(198, 243, 52, 0.5), transparent 45%
    );
    overflow: visible !important;
}

#sphereCanvas{
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 10 / 9 !important;
}

.slogan-side{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slogan{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.slogan .line{
    font-size: calc(5rem + 50 * ((100vw - 425px) / 680))!important;
    display: flex;
    height: fit-content;
    font-family: "Hydrogen Whiskey";
    position: relative;
}

.slogan-text{
    font-size: 1em;
}

.letter {
    display: inline-block;
    line-height: 1em;
}

.slogan-small{
    font-size: 1rem;
    align-self: end;
    right: 1.5%;
    transform: scale(-1, -1) translateY(7.5%) translateX(-30px);
    writing-mode: vertical-rl;
    width: fit-content;
    position: absolute;
    display: flex;
    justify-self: center;
    align-items: center;
    right: -2vw;
    font-family: Helvetica;
    column-gap: 10px;
    height: 200%;

}

.dot-big{
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.overview{
    display: flex;
    flex-direction: column;
    align-self: end;
}

.button {
    border: 1px solid var(--green);
    padding: 20px 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 50vw;
    height: 30px;
    display: flex;
    cursor: pointer;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    align-self: end;
    transition: box-shadow 250ms;
    margin-top: 22px;
    font-size: 1.25rem;
    font-family: "Integra Chic";
    letter-spacing: 2px;
}

.button:hover{
    box-shadow: inset 0 -80px var(--green);
}

.button span{
    color: var(--green);
}

.button img{
    width: 70px;
    padding: 10px;
  object-fit: scale-down;
}

.button:hover span{
    color: var(--background);
}

.brief {
    display: block;
    max-width: 450px;
    font-size: 1rem;
    padding-top: 5vh;
    line-height: 1.25rem;
}

.section-about{
    justify-self: center;
    position: relative;
}

.about-content{
    display: flex;
    justify-content: center;
}

.about-content > div,
.title-tiny{
    display: flex;
    align-items: center;
    padding-right: 5vw;
    height: fit-content;
    width: fit-content;
    padding: 0 11px;
}

.about-content > div:last-child{
    padding: 0 0 0 100px;
}

.title-tiny .dot{
    transform: translateX(-10px)
}
.about-content p{
    margin: 0 0 20px 0;
}

.scroll-div{
    position: relative;
}

.scroll-container p{
    font-size: 1rem;
    margin: 0 !important;
}

.scroll-container .scroll-div-big p{
    font-size: calc(2rem + 7 * ((100vw - 320px) / 680))!important;
    line-height: 110%;
}

.about-review {
    width: calc(100% + 4vw + 100px);
    position: absolute;
    bottom: -100px;
    left: calc(-4vw - 100px);
    font-family: "Integra Chic";
    letter-spacing: 2px;
    font-size: 1.5rem;
    border-bottom: 2px solid var(--green);
    padding: 10px;
}

.about-review span{
    color: var(--green);
}

.about-bottom{
    justify-self: center;
    display: flex;
    column-gap: 40px;
    padding-top: 110px;
}

.about-bottom > a{
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid var(--green);
    cursor: pointer;
    transition: 250ms all;
    position: relative;
}

.about-bottom > a:before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    transform: translate(-150%, -10px) rotate(10deg);
    opacity: 0;
    background-image: url("../images/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 250ms all ease-out;
}

.about-bottom > a:hover:before{
    opacity: 1;
    transform: translate(-100%, -0px) rotate(0deg);
}

.about-bottom > a span{
    display: block;
    transition: 250ms all !important;
}

.about-bottom > a:hover span{
    color: var(--green) !important;
    transform: translateX(10px);
}

.about-bottom > a.active{
    color: var(--green);
}

@keyframes divider-line-anim{
    0%{min-width: 0;width: 0;height: 0.5px;opacity: .5}
    100%{min-width: 100%;width: 100%;height: 1px;opacity: 1}
}

@keyframes bouncing-anim-little{
    0%{width: 10px}
    25%{width: 7px}
    75%{width: 12px}
    100%{width: 10px}
}

.section-investments{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.divider-line{
    height: 1px;
    background: var(--border);
    position: relative;
    animation: divider-line-anim 1s ease-in-out;
    margin: 40px 2vw;
    width: calc(100% - 4vw);
    max-width: 100vw;
    box-sizing: border-box;
}

.divider-line:before,
.divider-line:after{
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--background);
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    animation: bouncing-anim-little 1s ease-in-out;
}

.divider-line:after{
    right: 0;
    transform: translateY(-50%) translateX(50%);
}

.section-investments .title-tiny{
    min-width: 100%;
}

.text-effect{
    font-size: calc(4rem + 15 * ((100vw - 320px) / 680))!important;
    font-family: "Hydrogen Whiskey";
    width: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    height: fit-content;
}

.at-end{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%) translateY(-50%);
}

.slogan .at-end{
    transform: translateX(25%) translateY(-45%);
}

@keyframes glow {
    0%{filter:blur(5px) brightness(150%) hue-rotate(15deg)}
    100%{filter:blur(0px) brightness(100%) hue-rotate(0deg)}
    
}

.investments-card{
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    /*mask:linear-gradient(to bottom,#fff 0%, transparent 0%);
    opacity: 0;*/
    transition: 1s opacity !important;
    position: relative;
    animation: glow 2s;
    animation-delay: 250ms;
}

.card-overlay{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform: rotate(90deg);
}


.investments-card img{
    display: block;
    width: 100%;
}

.card-1{
    width: 40vw;
    aspect-ratio: 71 / 80;
    justify-content: center;
    align-items: start;
    margin-left: auto;
    padding: 20px;
}


.card-2{
    width: 30vw;
    aspect-ratio: 56 / 64;
    justify-content: center;
    align-items: end;
    transform: translateY(-50%);
    margin-right: calc(100% - 30vw);
}

.card-3{
    width: 35vw;
    aspect-ratio: 64 / 66;
    justify-content: center;
    align-items: end;
    margin-left: 5vw;
    transform: translateY(-25%);
}

.card-4{
    width: 28vw;
    aspect-ratio: 48 / 64;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 5vw;
}

.horz-scroller{
    position: relative;
    width: 100%;
    height: 50vh;
    flex-wrap: nowrap;
}

.horz-scroller > span{
    font-family: "Hydrogen Whiskey";
    
    font-size: 18vw;
    /*font-size: 18em;*/
    position: absolute;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
}

.investments-scroller > span{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.investments-scroller > span .letter{
    color: #2A345D;
}

.investments-scroller > .green-text{
    mask:linear-gradient(to right, transparent 100%,#fff 100%);
}

.investments-scroller-cards {
    display: flex;
    position: absolute;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 10vw;
    min-width: fit-content;
    width: fit-content;
}

.horz-scroller-card{
    min-width: 350px;
    width: 30vw;
    aspect-ratio: 56 / 45;
    background-color: #2A345D;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5vw;
}

.investments-scroller-card:nth-of-type(1) {
    transform: translateY(-30%);
}

.investments-scroller-card:nth-of-type(2) {
    transform: translateY(30%);
}

.investments-scroller-card:nth-of-type(4) {
    transform: translateY(-30%);
}

.card-rules-text{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.card-rules-text span:first-of-type{
    margin-left: 10px;
}

.horz-scroller-card span{
    display: block;
}

.horz-scroller-card .green-text{
    font-family: "Integra Chic";
    font-size: 3rem;
    letter-spacing: 3px;
    padding-bottom: 5vw;
}

.horz-scroller-card > span:not(.green-text){
    font-size: 1.25rem;
}

.section-partnership{
    display: flex;
    padding-top: 25px;
}

.section-partnership .text-side{
    padding: 0 20vw 0 0;
    font-size: 1.25rem;
    margin-top: auto;
}

.section-partnership .text-effect span{
    line-height: 90%
}

.card-swiper{
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    position: relative;
    z-index: 20;
}

.central-dot{
    width: 90px;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 100ms all ease-out;
    pointer-events: none;
}

.central-dot .ring{
    width: 110px;
    height: 110px;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 2px solid var(--green);
    box-sizing: border-box;
    border-radius: 50%;
    transition: 100ms all ease-out;
}

.central-dot .icon{
    margin: 30%;
    opacity: 1;
}

.section-brand-swiper{
    padding-right: 0;
    padding-left: 0;
}

.card-swiper:active .central-dot{
    width: 70px;
    height: 70px;
}

.card-swiper:active .central-dot .ring{
    width: 90px;
    height: 90px;
}

.card-swiper .column{
    display: flex;
    column-gap: 60px;
    transform: translateX(-15%);
    pointer-events: none;
    user-select: none;
}

.card-swiper .column-right{
    justify-content: end;
    transform: translateX(15%);
}

.brand-card{
    aspect-ratio: 5 / 4;
}

.swiper-card {
    width: 20vw;
    min-width: 250px;
    background-color: #2a345d;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 50px 2.5px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    user-select: none;
}

.brand-card .img{
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(200%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    user-select: none;
    pointer-events: none;
    margin: 0 25%;
}

.section-partners > .full-width{
    display: flex;
}

.section-partners .partner-side .partners{
    padding-left: 10%;
    box-sizing: border-box;
    display: flex;
}

.partner-container{
    width: 33%;
    margin: 0 20px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.partner-container img{
    width: 100%;
}

footer{
    padding-bottom: 5vh;
    width: 100%;
    position: relative;
}

footer > .full-width{
    padding: 0 10vw;
    box-sizing: border-box;
    display: flex;
    row-gap: 2vh;
}

.footer-content{
    display: flex;
    width: 33.3%;
    height: 100%;
}

footer .main-side{
    flex-direction: column;
}

footer .main-side .address{
    width: 50%;
    margin-bottom: 140px;
}

footer .newsletter-container{
    display: flex;
    flex-direction: column;
    justify-self: end;
    position: relative;
}

.newsletter-container span{
    font-family: "Integra Chic";
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.newsletter-container input{
    font-family: "Integra Chic";
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    background: transparent;
    color: var(--green);
    border: none;
    outline: none;
    padding: 10px;
    border-bottom: 1px solid var(--green);
    position: relative;
    overflow: visible !important;
}

.newsletter-container input::placeholder{
    color: var(--green);
}

.newsletter-container button{
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 25px;
    cursor: pointer;
    height: 55px;
    padding: 20px 0;
}

footer .info-side{
    padding-top: 80px;
}

footer .info-side .side{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

footer .media-side{
    flex-direction: column;
    row-gap: 20px;
}

footer .media-side .text-effect{
    align-self: center;
}

.media-side .media-container{
    border: 1px solid var(--green);
    display: flex;
    border-radius: 10px;
}

.media-container a{
    width: 33%;
    padding: 30px 20px;
    text-align: center;
    font-family: "Integra Chic";
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: var(--green);
    box-sizing: border-box;
}

.list{
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
}

.list-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2vw 0;
    cursor: pointer;
}

.list-item .dot{
    margin: 0 5%;
    display: block;
}

.list-item #link{
    margin-left: auto;
}

.menu-more-icon{
    position: fixed !important;
    top: -5vh;
    right: 10vw;
    transform: translate(calc(100px - 100%), 100px);
    cursor: pointer;
    width: 30px;
    height: 80px;
    outline: none;
    border: none;
    background-color: transparent;
    pointer-events: all !important;
}

.menu-more-icon *{
    position: absolute;
    transition: 500ms all;
}

.menu-more-icon .circle{
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid var(--border);
    background-color: var(--background) !important;
    z-index: 20;
    border-radius: 50%;
}

.menu-more-icon .line{
    height: calc(100% - 20px);
    width: 2px;
    background: var(--border);
}

.menu-more-icon .mid{
    height: calc(100% - 20px - 25px);
    width: 2px;
    background: var(--border);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-more-icon .left{
    top: 0;
    left: 0;
    margin-top: auto;
}

.menu-more-icon .left.line{
    left: 5px;
    top: 10px;
    transform: translateX(-50%);
}

.menu-more-icon .right{
    right: 0;
    bottom: 0;
    margin-bottom: auto;
}

.menu-more-icon .right.line{
    right: 5px;
    bottom: 10px;
    transform: translateX(50%);
}

.menu-more{
    z-index: 50;
    pointer-events: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.menu-more > *:not(.overlay){
    z-index: 60 !important;
    position: relative;
}

.menu-more > *:not(.menu-more-icon):not(.overlay){
    opacity: 0;
}

.menu-more.active > *{
    opacity: 1 !important;
    transition: 250ms opacity ease-in-out;
    transition-delay: 750ms;
}

.menu-more.active .menu-more-icon{
    width: 50px;
    transform: translate(calc(130px - 100%), 100px);
    transition: 250ms all;
}

.menu-more.active .menu-more-icon .circle.left{
    top: 50%;
    transform: translateY(-50%);
}

.menu-more.active .menu-more-icon .circle.right{
    bottom: 50%;
    transform: translateY(50%);
}

.menu-more.active .menu-more-icon .line{
    height: 0px;
    opacity: 0;
}

/*
.menu-more.active .menu-more-icon .line.left{
    transform: scale(-1, 1) rotate(-90deg) translateX(-1px) translateY(-5px);
    transform-origin: bottom left;
}

.menu-more.active .menu-more-icon .line.right{
    transform: scale(-1, 1) rotate(-90deg) translateX(1px) translateY(5px);
    transform-origin: top right;
}
*/
.menu-more.active .menu-more-icon .mid{
    transform: translate(-50%, -50%) rotate(90deg);
}

.menu-more .menu-more-icon .mid:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: var(--border);
    transform: translateY(7.5px);
    opacity: 1;
    transition: 250ms all;
    transition-delay: 250ms;
}

.menu-more.active .menu-more-icon .mid:after{
    opacity: 1;
    transform: translate(5px, 7.5px);
}

.overlay {
    grid-area: 1/1/2/2;
    position: fixed;
    z-index: 50;
    pointer-events: none;
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) rotateY(180deg) translate(calc((100vw - 100vh) * -0.5), calc((100vw - 100vh) * 0.5));
    fill: var(--background);
    stroke: var(--border);
}

.menu-more ol{
    padding: 0 5vw;
    margin-top: 20vh;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    justify-content: center;
}

.menu-more ol a{
    display: flex;
    padding: 30px 60px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;

    background-image: linear-gradient(
    to right,
    var(--background) 5%,
    var(--green) 5%,
    var(--green) 50%,
    white 50%
    );
    background-size: 210% 100%;
    background-position: -100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: 300ms all ease-out;
    transition-delay: 100ms;
}

.menu-more ol a:hover {
    background-position: 0;
}

.menu-more ol a:after{
    content: "";
    width: 32px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 22.5px;
    bottom: 20px;
    background-image: url("../images/arrow-link.svg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 250ms all ease-in;
    transition-delay: 100ms;
}

.menu-more ol a:hover:after{
    bottom: 30px;
    opacity: 1;
}

.menu-more ol .dot{
    left: 100%;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: translate(-45px, calc(-50% - 30px));
    transition: 250ms all ease-in;
    transition-delay: 100ms;
}

.menu-more ol a:hover .dot{
    left: 75px;
    opacity: 0;
}

.menu-more .divider-line{
    width: 80%;
    margin: 0 auto;
    background: var(--green);
    animation: none;
}

.menu-more .divider-line:before,
.menu-more .divider-line:after{
    border-color: var(--green);
}

.menu-footer{
    position: fixed !important;
    bottom: 7vh;
    width: 100%;
    padding: 0 10vw;
    justify-content: space-between;
    display: flex;
    box-sizing: border-box;
}

.menu-footer .policy-container{
    display: flex;
    column-gap: 20px;
}

.menu-footer .media-container:before,
.menu-footer .media-container:after{
    font-family: "Integra Chic";
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: var(--green);
}

.menu-footer .media-container:before{
    content:"(";
}

.menu-footer .media-container:after{
    content:")";
}

.list-item{
    position: relative;
}

@keyframes listItemBorderAnim {
    0%{width: 0;left: 0;}
    100%{width: 100%;left: 0;}
}

.list-item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--green);
    transition: 250ms width ease-out;
}

.list-item:hover:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0%;
    transition: 250ms;
    transition-timing-function: ease-out;
    transition-property: left, width;
}

/*------------------------------------*/

.halftone{
    position: relative;
}

.halftone:before {
    content: "";
    position: absolute;
    width: 5vw;
    min-width: 75px;
    height: 50%;
    left: 0;
    top: 0;
    max-height: 500px;
    transform: translateY(50%);
    background-image: radial-gradient(
        circle at center,
        #5F647A 0.10rem,
        transparent 0
    );
    background-size: 1rem 1rem;
    background-repeat: round;
    pointer-events: none;
}

.green{
    background-color: var(--green) !important;
}

.green-text{
    color: var(--green) !important;
 }

.green-text .letter{
    color: var(--green) !important;
}

.side{
    width: 50%;
    min-height: 100%;
}

.full-width{
    width: 100%;
}

.full-height{
    height: 100%;
}

.full-size{
    width: 100%;
    height: 100%;
}

.fit-width{
     width: fit-content;
 }

.fit-height{
    height: fit-content;
}

.fit-size{
    width: fit-content;
    height: fit-content;
}

.flex{
    display: flex;
}

@keyframes fadeIn{
    0%{opacity: 0; transform: translateY(25px)}
    50%{opacity: 0; transform: translateY(25px)}
    100%{opacity: 1; transform: translateY(0)}
}

.header,
.overview,
.next-button.green
{
    animation: fadeIn 2s;
    animation-timing-function: ease-in-out;
}

.next-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1550px) {
    html{
        font-size: 12px;
    }

    /*{
        font-size: 170px;
    }

    .text-effect{
        font-size: 90px !important;
    }*/

    .sphere-side{
        width: 30%;
    }

    section, footer > .full-width{
        padding-right: 5vw;
        padding-left: 5vw;
    }
}

@media only screen and (max-width: 1268px) {
    .menu-more ol a{
        padding: 15px 30px;
        font-size: 1.5rem;
    }

    .menu-more ol .dot{
        transform: translate(-15px, calc(-50% - 15px));
    }

    .menu-more ol a:after{
        right: 0;
        bottom: -5px;
    }

    .menu-more ol a:hover:after {
        bottom: 15px;
        opacity: 1;
    }

    .header{
        margin-bottom: 25px;
    }

    .what-we-do{
        flex-direction: column;
        margin-top: 25px;
    }

    .what-we-do span{
        margin: 0;
        background-color: var(--green);
        color: black;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .what-we-do .dot{
        display: none;
    }

    .investments-scroller-cards{
        column-gap: 200px;
    }
}

@media only screen and (max-width: 1120px) {
    
    section{
        padding: 5vh 5vw 10vh 5vw;
    }

    .section-compact{
        padding-bottom: 5vh;
    }

    .slogan{
        align-items: center;
    }

    .slogan .line:first-child{
        transform: translateX(0);
        align-self: center;
    }
    
    .about-content .scroll-container p{
        font-size: 1.37em !important;
    }
    
    .about-content .scroll-container:last-child p{
        font-size: 2em !important;
        line-height: 1em !important;
    }
}

@media only screen and (min-width: 1024px){
    .horz-scroller-card{
        min-width: 30vw !important;
    }
}
@media only screen and (max-width: 968px){

    .menu-more-icon{
        transform: translate(-100%, 100px) !important;
        right: 1vh;
    }

    .menu-more.active .menu-more-icon{
        transform: translate(calc(30px - 100%), 100px) !important;
    }

    .header{
        padding: 0;
    }

    .section-top .main{
        flex-direction: column;
        row-gap: 20vh;
    }

    .section-top .overview{
        align-items: center;
    }

    .section-top .overview .button{
        align-self: center
    }

    .sphere-side{
        width: 30%;
    }


    .text-scroll{
        display: none;
    }


    .slogan-small span{
        min-height: 200%;
    }
    
    .about-content > div:last-child {
        padding: 0 0 0 50px;
    }

    .about-content > div:last-child P{
        font-size: 1.5em !important;
        line-height: 0.75em !important;
    }
    .section-partnership .text-side{
        padding: 0;
    }

    .section-partnership .side:not(.text-side){
        width: calc(50% + 20vw) !important;
        display: flex;
        flex-direction: column;
        align-items: end;
        padding-right: 5vw;
    }

    .partner-side .partners{
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .menu-more ol a{
        font-size: 1.3rem;
    }

    .menu-more .menu-footer{
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 20px;
    }

    .media-container a{
        padding: 20px 10px;
    }

    footer .full-width{
        flex-wrap: wrap;
    }

    .footer-content{
        width: 50%;
    }

    .footer-content.main-side{
        display: none;
    }

    .dot-big{
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 768px){

    .filler{
        display: none;
    }

    body{margin: 0;}

    html{
        font-size: 12px !important;
    }

    section{
        padding: 5vh 5vw 5vh 5vw;
    }

    .section-compact{
        padding-bottom: 2.5vh;
    }

    /*.text-effect{
        font-size: calc(3rem + 40 * ((100vw - 425px) / 680))!important;
    }*/
    
    .sphere-side{
        width: 40%;
    }

    /*.slogan .line{
        font-size: calc(16vw + 6 * ((100vw - 320px) / 680)) !important;
    }

    .slogan-small{
        transform: scale(-1, -1) translateY(25px) translateX(-10px);
    }
    */

    .header:not(.header:has(.title-tiny)).text-ai-assistant{
        transform: translateY(-15px);
    }

    .about-content{
        flex-direction: column;
    }

    .about-content .scroll-container{
        width: 100%;
        padding: 0 !important;
    }

    .about-content .scroll-div{
        font-size: 1em !important;
    }

    .about-content .scroll-div-big{
        font-size: 1.1em !important;
    }

    .title-tiny:not(.section-top .title-tiny):not(.info .title-tiny){
        padding-top: 20px;
        padding-bottom: 20px
    }

    .about-review{
        display: none;
    }

    .investments-card.card-1,
    .investments-card.card-2,
    .investments-card.card-3,
    .investments-card.card-4{
        width: 80vw;
        max-width: 350px;
        margin: 0 auto;
        transform: translate(0, -18px);
    }

    .investments-card.card-3,
    .investments-card.card-4 {
        transform: translateY(-47px) !important;
    }

    .investments-card.card-1{
        transform: translateX(-5%);
        scale: 1.1;
        margin-top: 20px;
    }

    .investments-card.card-2{
        aspect-ratio: 1 / 1;
        margin-bottom: 39px;
    }

    .section-partnership{
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .section-partnership .text-side{
        margin: 0 auto;
        min-width: 300px;
    }

    .section-partnership .side:not(.text-side){
        align-items: center;
        padding: 0;
        width: 100% !important;
    }

    .menu-more ol{
        flex-direction: column;
        align-items: center;
    }

    .menu-more ol a{
        font-size: 2rem;
        width: fit-content;
    }

    .footer-content{
        width: 100%;
        padding-top: 0 !important;
    }

    .footer-content.info-side{
        grid-column-gap: 60px;
    }

    .footer-content.info-side .side:first-child{
        align-items: end;
    }

    .dot-big{
        width: 20px;
        height: 20px;
    }

    .mflex{
       flex-direction: column !important;
    }

    .mflex > *{
        width: 100% !important;
    }
    
    .header.flex{
        margin-bottom: 100px;
    }

    .what-we-do{
        margin-top: 130px;
    }

    .halftone:before{
        content: none;
    }

}

@media only screen and (max-width: 568px){
    .section-partners > .full-width{
        flex-wrap: wrap;
    }

    .section-partners > .full-width .side{
        width: 100% !important;
    }

    .section-partners .partners{
        padding-top: 20px;
        padding-left: 0 !important;
        flex-direction: row;
    }

    .partner-container{
        margin: 0 10px !important;
    }
}

@media only screen and (max-width: 425px){

    .sphere-side{
        margin: 0 !important;
    }
}

@media (hover: none){
    .central-dot, .scroll{display: none;}
}