﻿:root {
    --app-color-blue: #3579d2;
    --app-color-purple: #7167fe;
    --app-color-purple-two: #574469;
    --app-color-blue-two: #273970;
}

* {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}


body {
    color: #425466;
    font-weight: 500;
    overflow: overlay;
    font-family: 'Inter', sans-serif;
}


/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3579d2;
}

/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #3579d2;
    }
/*END SCROLLBAR*/

h1, h2, h3, h4, h5, h6 {
    color: #0a2540;
}


button, a {
    transition: background-color 0.3s ease;
}

header nav a {
    color: #0a2540;
    font-weight: 500;
}

header nav a:hover {
    color: #0a2540;
    opacity: 0.6;
}

.bg-color-app-blue {
    background-color: var(--app-color-blue);
}

.bg-color-app-purple {
    background-color: var(--app-color-purple);
}

.bg-color-app-gray {
    background-color: #f6f9fc;
}

.hover\:bg-color-app-purple-two:hover {
    background-color: var(--app-color-purple-two);
}

.color-app-blue {
    color: var(--app-color-blue);
}

.color-app-purple {
    color: var(--app-color-purple);
}

.hover\:color-app-purple-two:hover {
    color: var(--app-color-purple-two);
    opacity:1;
}

.clients-gallery-title {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
    gap: 6px;
    margin-bottom:35px;
    width:350px;
    margin-left:auto;
    margin-right:auto;
}

.clients-gallery-title .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #0a2540;
}

.clients-gallery-title .img {
   height:35px;
}


.clients-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.clients-gallery img {
    max-height: 80px;
    width: 150px;
    object-fit: contain;
    object-position:center;
    transition:filter 0.2s ease;
}

@media(min-width:900px) {
    .clients-gallery img {
        width: 185px;
    }

}

.top-border {
    background-color:var(--app-color-blue);
    height:4px;
    width:100%;
    position:sticky;
    top:0;
    z-index:99999999;
}

header {
    position:absolute;
    width:100%;
    z-index:99;
}
    header .contact {
        transition : color 0.3s ease ;
    }
header .contact:hover {
    color : var(--app-color-blue);
}

header.dark .contact {
    color: var(--app-color-blue) !important;
}



@media (min-width: 768px) {
    .special-text {
        font-weight: 400;
        font-size: 15px;
    }
}


.container-screens {
    overflow:hidden;
    position:relative;
    margin-top:-50px;
    margin-bottom:20px;
}

.container-screens-1 {
    display:grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}


.container-screens-1-1 {
    position:relative;
    display:none;
}

@media (min-width: 768px) {
    .container-screens-1-1 {
        position: relative;
        display:block;
    }
}


.container-screens-1-1 .img-logo-abs {
    position: absolute;
    top: 50%;
    left:50%;
    right: 0;
    height: 320px;
    z-index: 0;
    opacity: 0.05;
    transform: translate3d(-50%, -50%, 0px);
    pointer-events: none;
    user-select: none;
    z-index:-1
}

.container-screens .container-screens-title {
    font-size: 53px;
    line-height: 0.90;
    font-weight: 900;
    color: var(--app-color-blue);
    margin-bottom: 15px;
}

.container-screens .container-screens-description {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 600;
    max-width: 350px;
    margin-bottom: 0px;
    color: #3579d2;
    opacity: 0.7;
}

#products, #contact {
    scroll-margin-top: 40px;
}


.container-screens img {
    width: 700px;
}

@media (min-width: 768px) {
    .container-screens img {
        width: 850px;
        max-width: none;
        object-fit: contain;
    }
}



.container-screens img{
    max-width:none;
    object-fit:contain;
}

.first-section {
    overflow: hidden;
    position: relative;
    padding-top: 9rem;
    margin-bottom: 0px;
}

    .first-section .title {
        font-size: 50px;
        line-height: 1.1;
        color:white;
        font-weight:800;
    }
    .first-section .description {
        font-weight: 400;
    }

    .first-section .first-section-overlay {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }

    .first-section .first-section-overlay img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit:cover;
    }


    .first-section .first-section-overlay-1 {
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0, 0.44);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
    }


.badge {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background-color: white;
    border: 3px solid black;
    color: black;
    padding: 8px 15px;
    line-height: 1;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s ease;
    display:flex;
    gap:4px;
    align-items:center;
}

.badge svg {
    flex-shrink:0;
    height:16px;
    width:16px;
    display:none;
}

.badge.active svg {
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    display: block;
}

/*purple*/
.badge.badge-1 {
    border-color: #7e22ce1a;
    background-color: #f3e8ff;
    color: #7e22ce;
}

/*.badge.badge-1.active {
    border-color: #7e22ce;
    background-color: #7e22ce;
    color: white;
}
*/
/*blue*/
.badge.badge-2 {
    border-color: #1d4ed81a;
    background-color: #dbeafe;
    color: #1d4ed8;
}
/*
.badge.badge-2.active {
    border-color: #1d4ed8;
    background-color: #1d4ed8;
    color: white;
}*/


/*green*/
.badge.badge-3 {
    border-color: #16a34a33;
    background-color: #dcfce7;
    color: #15803d;
}
/*
.badge.badge-3.active {
    border-color: #15803d;
    background-color: #15803d;
    color: white;
}*/


.badge.badge-4 {
    border-color: #ca8a0433;
    background-color: #fef9c3;
    color: #854d0e;
}
/*
.badge.badge-4.active {
    border-color: #854d0e;
    background-color: #854d0e;
    color: white;
}*/



@media(min-width:768px) {

    .section-details {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .section-details-text {
        margin-bottom: 35px;
        margin-top: 35px;
    }

}

.image-details-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    border-radius: 14px;
    overflow:hidden;
}

    .image-details-overlay img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
        border-radius: 14px;
    }


.image-details-overlay-1 {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.28);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 640px) {
    .list-details {
        margin-right: -1rem;
        margin-left: -1rem;
        overflow-x: scroll;
        display: flex;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .list-details .box-details {
        width:80vw;
        flex-shrink:0;
    }
}

.display-app-n-desktop {
    width: 100%;
    position: relative;
    height: 500px;
}

    .display-app-n-desktop .app {
        width: 200px;
        position: absolute;
        left: -35px;
        bottom: 55px;
        z-index: 2;
        box-shadow: 0px 1px 8px #00000047;
        border-radius: 14px;
    }

    .display-app-n-desktop .app2 {
        width: 200px;
        position: absolute;
        left: 135px;
        bottom: -95px;
        z-index: 3;
        box-shadow: 0px 1px 8px #0000002b;
        border-radius: 14px;
    }

    .display-app-n-desktop .desktop {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1100px;
        max-width: none;
        box-shadow: 0px 1px 8px #00000012;
        border-radius: 14px;
    }


.border-specific {
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}



.shadow-app-big {
    box-shadow: 0px 0px 13px #00000029;
    border-radius: 8px;
}

.shadow-app {
    box-shadow: 0px 1px 8px #00000012;
    border-radius: 8px;
    border: solid 1px #3579d224;
}

footer {
    background-color: white;
    border-top: 4px solid var(--app-color-blue);
    color: #0a2540;
    font-weight:500;
}

footer a:hover {
    color: #0a2540;
    opacity: 0.6;
}

    footer .list-footer {
        display:flex;
        flex-direction:column;
        gap:8px;
    }

    footer .list-footer li {
        line-height:1.1;
        transition:color 0.3s ease;
    }

        footer .list-footer li:hover {
            color:var(--app-color-blue);
        }





.box-details {
    padding-top: 35px;
    padding-bottom: 35px;
}
.box-product {
    padding-top:35px;
    padding-bottom:25px;
}
.box-product .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.05;
    margin-bottom: 10px;
}

.box-product .sub-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

.box-product .description {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.title-cat-list {
    font-size:20px;
    font-weight:700;
    line-height:1.1;
    margin-left:6px;
}
.product-list {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 14px;
    position: sticky;
    top: 20px;
}

.product-list li div {
    transition: color 0.2s ease;
    cursor:pointer;
}

    .product-list li div::before {
        opacity: 0;
        content: "";
        position: absolute;
        left: -9px;
        width: 3px;
        height: 070%;
        top: 15%;
        background-color: var(--app-color-blue);
        transition: opacity 0.5s ease;
    }

.product-list li.active div {
    position: relative;
}

.product-list li.active a::before {
    opacity: 1;
}

@media(max-width:768px) {
    .grid-special {
        gap: 20px;
    }
}

#section-product-list {
    scroll-margin-top: 100px;
}
.box-app {
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.box-app .badge {
    align-self: flex-start;
    margin-bottom: 15px;
    cursor: default;
    font-size: 12px;
    padding: 6px 12px;
}

.box-inside {
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius:2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--app-color-blue);
    pointer-events: none;
    user-select:none;
    border-radius:8px;
}

.box-app.active .box-inside {
    opacity: 0.5;

}

.box-app .icon-go {
    transition: transform 0.2s ease;
}

.box-app:hover .icon-go {
    transform: translate3d(3px, 0px, 0px);
}

.modal-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #0a2540;
    font-weight:600;
    margin-bottom:30px;
}

.modal-description {
    font-size: 1rem;
    line-height: 1.5rem;
}

.modal-introduction {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.modal-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--app-color-blue);
}
.modal-list li {
    position:relative;
}

.modal-list li::first-letter {
    font-size: 1.3rem;
    padding-left: 20px;
}

.modal-list li::before {
    content: url(../img/logo-icon-blue.svg);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 2px;
    left: 0px;
    opacity: 0.6;
}




.footer-aldya {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    cursor:pointer;
    opacity:1 !important;
    margin-bottom:25px;
}
    .footer-aldya .footer-aldya-title {
        font-size: 0.9rem;
        line-height: 1rem;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .footer-aldya .footer-aldya-img {
        height:35px;
    }

.avantages {
    list-style: inside;
}

.avantages li:not(:last-child) {
    margin-bottom: 0.3rem;
}

.swiper {
    width: 100%;
    height: auto;
}


.screen-container {
    max-width: calc(100% + 12rem);
    width: calc(100% + ((100vw - 72rem) / 2));
    min-width: 100%;
}

.screenshot-desktop {
    border-radius: 0.9rem;
    overflow: hidden;
    user-select: none;
    z-index: 1;
}

.screenshot-desktop-ml-50 {
    margin-left: 50px;
}

.screenshot-desktop-border {
    border: 1px solid #e3e3e3;
    border-radius: 0.9rem;
    background-color: #ffffff;
    padding: 3px;
}

.screenshot-desktop-border img {
    position: relative;
    user-select: none;
    border-radius: 0.9rem;
    width: 100%;
    border: 1px solid #e3e3e3;
    pointer-events: none;
    z-index: 0;
}

/*prevent ease download*/
.screenshot-desktop-border::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    background-color: transparent;
}

.screenshot-mobile {
    position: absolute;
    z-index: 2;
    border-radius: 1.055rem;
    overflow: hidden;
    user-select: none;
    bottom: -29px;
    left: 0;
}

.screenshot-mobile-border {
    border: 1px solid #e3e3e3;
    border-radius: 1.055rem;
    background-color: #ffffff;
    padding: 2px;
}

    .screenshot-mobile-border img {
        user-select: none;
        border-radius: 1.055rem;
        width: 100%;
        border: 1px solid #e3e3e3;
        pointer-events: none;
    }

@media (min-width: 768px)  {
    .specific-image-screen-margin {
        margin-top: calc(1.75rem + 29px);
    }
}


.screenshot-mobile img {
    position: relative;
    z-index: 0;
    user-select: none;
    width: auto;
    max-height: 22rem;
}

.simple-list-intro {
    position:relative;
}

    .simple-list-intro .img-logo-abs {
        position: absolute;
        top: -100px;
        right: 0;
        height: 350px;
        z-index: 0;
        opacity: 0.07;
        transform: translateX(65%);
        pointer-events: none;
        user-select: none;
    }


.simple-list {
    list-style: none;
    display:flex;
    flex-direction:column;
    gap:6px;
}


    .simple-list li {
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 400;
        position: relative;
    }

@media(min-width: 768px) {
    .simple-list li {
        font-size: 16px;
    }
}

.simple-list li::before {
    content: url(../img/logo-icon.svg);
    height: 14px;
    width: 14px;
    position:absolute;
    top:4px;
    left:0px;
    opacity:0.6;
}


.simple-list li::first-letter {
    font-size: 20px;
    font-weight: 500;
    padding-left:20px;
}

.title-simple-list {
   font-size:22px;
   font-weight:600;
   margin-bottom:5px;
}

    .title-simple-list::first-letter {
        font-size: 24px;
        font-weight: 700;
    }

.title-simple-list:not(:first-of-type) {
    margin-top: 30px;
}




.forms-presentation {
    background-color: #f6f9fc;
    padding:2.5rem;
    border-radius:2rem;
}


.cookie-manager {
    position: fixed;
    z-index:9000;
    overflow: hidden;
    left: 30px;
    bottom: 47px;
    width: 377px;
    border-radius: 0.7rem;
    max-width: calc(100vw - 60px);
    background-color: white;
    border-width: 1px;
    border-color: rgba(209, 213, 219, 0.7);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cookie-manager .cookie-body {
    padding-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom:1rem;
}

.cookie-manager .cookie-body h1 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0.67rem;
}

.cookie-manager .cookie-body p {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2;
    color: rgba(55, 65, 81, 1);
    margin-bottom: 0.4rem;
}


.cookie-manager .cookie-body a {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1;
    align-items: center;
}

.cookie-manager .cookie-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cookie-manager .cookie-actions button {
    grid-column: span 1 / span 1;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.cookie-manager .cookie-actions .btn-refuse {
    background-color: #274193;
    color: white;
}

.cookie-manager .cookie-actions .btn-refuse:hover {
    background-color: #273970;
    color: white;
}

.cookie-manager .cookie-actions .btn-accept {
    background-color: #8a6ba7;
    color: white;
}

.cookie-manager .cookie-actions .btn-accept:hover {
    background-color: #574469;
    color: white;
}