:root{
    --background: white;
    --border: #5A7CA6;
    --primary: #F75B4F;
    --secondary: #5A7CA6;
}

*{
    color: #192040;
}

.header.flex{
    column-gap: 20px;
}

.header.flex > a:nth-of-type(2){
    opacity: .5;
}

.text-ai-assistant{
    display: flex;
    column-gap: 11px;
}

.text-ai-assistant img{
    filter: none;
}

.falqn-logo:after{
    color: #231F20 !important;
}

.date-container{
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    pointer-events: none;
    display: flex;
    column-gap: 10px;
}

.section-top{
    min-height: 100vh;
}

.main{
    justify-content: center;
    min-height: 80vh;
}

.slogan-side{
    z-index: 200;
}

.slogan .line{
    transform: translateX(0) !important;
    font-family: "Mabella";
}

.sphere-side{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 50vw !important;
    height: 50vh !important;
    background: transparent;
    z-index: 100;
}

.section-details .wrapper{
    display: flex;
    padding: 10vh 0;
}

.title-side{
    width: 30%;
}

.text-side{
    display: flex;
    flex-direction: column;
    width: 70%;
}

.section-details .result-container{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.result-container .result-text{
    margin-right: 75%;
    justify-self: start;
}

.result-box{
    max-width: 250px;
}

.result-box .percentage{
    color: var(--primary) !important;
    font-size: 5rem;
    font-family: "Mabella";
    display: block;
}

.section-image-showcase{
    padding: 5vh 10vw 50vh 10vw;
    position: relative;
    z-index: 20;
}

.section-image-showcase .wrapper{
    display: flex;
    justify-content: center;
    position: relative;
    column-gap: 60px;
}

.next-button{
    position: absolute;
    width: 10vw;
    height: 10vw;
    min-width: 75px;
    min-height: 75px;
    left: calc((50% - 30vw) + 25vw);
    top: 25vh;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 250ms all;
}

.next-button .ring{
    border-width: 2px;
    width: 10.75vw;
    height: 10.75vw;
    min-width: calc(75px + .75vw);
    min-height: calc(75px + .75vw);
    left: -.375vw;
    top: -.375vw;
    transition: 250ms;
    border-color: var(--primary);
    transition: 250ms all;
    pointer-events: none;
}

.section-image-showcase .img-container{
    border-radius: 10px;
    background-color: var(--secondary);
    position: relative;
    overflow: hidden;
}

.section-image-showcase .img-container .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section-image-showcase .img-container .next{
    top: -100%;
}

.section-image-showcase .img-1{
    height: calc((25vw / 5) * 7);
    width: 25vw;
    min-width: 200px;
    min-height: calc((200px / 5) * 7);
}

.section-image-showcase .img-2{
    height: calc((35vw / 5) * 7);
    width: 35vw;
    min-width: 250px;
    min-height: calc((250px / 5) * 7);
}

.section-image-showcase .bottom-side{
    padding-top: 5vh;
}

.bottom-side{
    margin-left: auto;
    width: 50%;
}

.bottom-side .title{
    color: var(--primary) !important;
    font-size: 5rem;
    font-family: "Mabella";
}

.bottom-side .full-width{
    display: flex;
}

.bottom-side .full-width .title-tiny{
    margin-top: 1rem;
}

.section-image-showcase .monitor{
    height: 40vw;
    width: 70vw;
    position: absolute;
    left: 15vw;
    bottom: 0;
    transform: translateY(50%);
}

.monitor,
.phone,
.screen-big{
    background-color: #EBEBEB;
    border: 10px solid #EBEBEB;
    border-radius: 10px;
}

.monitor .img,
.phone .img,
.screen-big .img{
    width: 100%;
    height: 100%;
    background-color: #D5D5D5;
    border-radius: 10px;
}

.section-floating{
    padding-top: calc(20vw + 5vh);
    padding-left: 15vw;
    padding-right: 15vw;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.section-floating .bkg-1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(50vh + 500 * ((100vw - 320px) / 680))!important;
    background-color: var(--primary);
}

.phone-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.phone-1{
    width: 20vw;
    min-width: 100px;
    aspect-ratio: 2 / 3;
}

.phone-2{
    width: 17vw;
    min-width: 100px;
    aspect-ratio: 2 / 4;
    align-self: end;
    transform: translateY(-12.5vw);
}

.phone-3{
    width: 17vw;
    min-width: 100px;
    aspect-ratio: 2 / 4;
    transform: translate(12vw, -17vw);
}

.section-floating .bottom-side{
    width: 100%;
    width: 75%;
    margin: 0 auto 10vh auto;
}

.section-floating .title{
    color: #192040 !important;
}

.section-floating .bottom-side .full-width{
    justify-content: center;
}

.section-floating .bottom-side .text-side{
    width: fit-content;
}

.section-floating .screen-big{
    height: 300vh;
    z-index: 20;
    position: relative;
}

.bkg-2{
    width: 100%;
    height: calc(30vh + 700 * ((100vw - 320px) / 680))!important;
    position: absolute;
    left: 0;
    top: 410vh;
    background-color: var(--secondary);
}

.section-elements{
    position: relative;
}

.section-elements .img{
    position: absolute;
    background-color: darkgray;
    border-radius: 10px;
}

.section-elements .img-1{
    width: 30vw;
    aspect-ratio: 3 / 2;
    left: 40%;
}

.section-elements .img-2{
    width: 40vw;
    background-color: var(--primary);
    aspect-ratio: 3 / 2.5;
    top: 10vw;
}

.section-elements .img-3{
    width: 30vw;
    aspect-ratio: 3 / 3.5;
    top: 30vw;
    right: 10%;
}

.section-elements .bottom-side{
    margin: 0;
    padding-top: 60%;
}

.section-elements .bottom-side .title{
    color: #192040 !important;
}

.menu-more ol a{
    background-image: linear-gradient(
    to right,
    var(--background) 5%,
    var(--green) 5%,
    var(--green) 50%,
    black 50%
    );
}

.scroll-div p{
    font-size: 1.25rem;
}

/*-------------------------------------*/


.primary-color{
    background-color: var(--primary) !important;
}

.primary-text{
    color: var(--primary) !important;
}

.primary-text .letter{
    color: var(--primary) !important;
}

.secondary-color{
    background-color: var(--secondary) !important;
}

.secondary-text{
    color: var(--secondary) !important;
}

.secondary-text .letter{
    color: var(--secondary) !important
}

@media only screen and (max-width: 1024px){
    .bottom-side{
        width: 100%;
    }

    .section-elements .bottom-side{
        padding-top: 90%;
    }
}

@media only screen and (max-width: 968px){
    .sphere-side{
        width: 80vw !important;
        height: 80vh !important;
    }

    .section-image-showcase{
        padding-bottom: 25vh !important;
    }

    .slogan .line{
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }
}

@media only screen and (min-width: 768px){
    .next-button:hover{
        width: 12vw;
        height: 12vw;
        top: calc(25vh - 1vw);
    }

    .next-button:hover .ring{
        width: 12.75vw;
        height: 12.75vw;
    }
}

@media only screen and (max-width: 768px){
    .header > *:not(.date-container){
        justify-self: start;
    }

    .text-ai-assistant{
        transform: none;
    }

    .date-container{
        align-self: end;
        transform: translate(-50%, 30px);
    }

    .section-details .text-side{
        margin-top: 5vh;
    }

    .section-image-showcase .wrapper{
        flex-direction: column;
    }

    .next-button {
        top: calc((200px / 5 * 7) + 20px);
        transform: translate(-50%, -50%);
    }

    .section-image-showcase .wrapper .img-1{
        margin-bottom: 20px;
    }

    .section-image-showcase .wrapper .img-2{
        margin-left: auto;
        margin-top: 20px;
    }

    .bottom-side{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bottom-side .title-side{
        margin-bottom: 20px;
    }

    .section-image-showcase .monitor {
        left: 7.5vw;
        width: 80vw;
    }

    .section-floating{
        padding-left: 5vw;
        padding-right: 5vw;
    }
}