:root{
    font-family: Muli, sans-serif;

    --primary-color: #3851A3;
    --secondary-color: #F26128;
    --background-color: #ffffff;
    --secondary-background-color: rgba(220, 226, 243, 0.29);
    --title-color: #000000;
    --text-color: #19223E;
    --text-faded: #22222285;

    --font-large: 40px;
    --font-medium: 24px;
    --font-small: 18px;
    --font-smaller: 16px;

    --mobile-title: 24px;
    --mobile-stitle: 40px;
    --mobile-small: 18px;
    --mobile-smaller: 12px;
}

::-webkit-scrollbar{
    /*display: none;*/
}

body{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 10px;
    background: var(--background-color);
    box-sizing: border-box;
}

#root{
    overflow: hidden;
    box-sizing: border-box;
}

#dropdown-menu{
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(3, 26, 107, 0.1);

    height: 0px;

    transition: height 0.5s;
}


.container{
    width: 80%;
    margin:auto;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.header{
    width: 100%;
    height: 99px;
    display: flex;
    justify-content: space-between;
    background: rgba(220, 226, 243, 0.29);
    /*box-shadow: 0px 4px 10px rgba(3, 26, 107, 0.1);*/
}


.header > .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer > .container{

    display: flex;

    flex-direction: column;
}

.header-menu{
    display: flex;
}

.header-menu-item{

    position: relative;
    /*height: 18px;*/
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.12em;

    display: flex;
    align-items: center;
    margin-left: 60px;
    /* identical to box height */


    color: var(--secondary-color);
}

.logo{
    width: 106.7px;
    height: 56.01px;
}

.home{
    /*height: 856px;*/

    background: var(--secondary-background-color);

}

.home-buttons{
    display:none;
}

.title{
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;

    /* or 52px */

    /*text-align: center;*/

    color: var(--primary-color);
}

.black{
    color: var(--title-color);
}

.title-small{
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    /* identical to box height */

    text-align: center;

    color: var(--title-color);
}


.home-title{
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--primary-color);
}
.home-subtitle{
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    font-size: 68px;
    line-height: 85px;
    text-align: center;
    margin-bottom: 20px;

    color: var(--primary-color);
}

.home-image{
    height: 454px;
    display: flex;
    justify-content: center;
    margin: auto;
    mix-blend-mode: normal;
}

.home-image-mobile{
    display:none;
    height: 0px;
    overflow: hidden;
}

.description{
    justify-content: center;
    max-width: 625px;
    margin:auto;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 165%;
    text-align: center;
    color:var(--text-color);
    white-space: pre-line;
}

.clients{
    transition: transform 0.1s, opacity 0.1s;
    display: flex;
    flex-wrap: wrap;
    /* overflow-x: hidden; */
    width: calc((260px + 40px)*4);
    justify-content: center;
    align-content: center;
    margin: 50px 0px;
    align-items: center;
}

.client-image{
    transition: transform 0.1s, opacity 0.1s;
    width: 192px;
    margin: 0px 20px;
    mix-blend-mode: multiply;
    padding: 20px;


    /* animation: moveSlideshow 20s linear infinite reverse; */

}

.automated-cards{
    transition: transform 0.1s, opacity 0.1s;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 50px 0px;
    align-items: center;
}

.automated-card{
    transition: transform 0.1s, opacity 0.1s;
    width:280px;
    height: 176px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 10px;
    align-items: center;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */


    color: var(--title-color);

    box-shadow: 0px 0px 10px rgba(152, 103, 172, 0.25);
}
.automated-check{
    margin:15px 0px;
}
.automated-text{
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */


    color: #878F9D;
}

.features{
    background-color: var(--secondary-background-color);
    padding: 146px 0px;
}

.feature{
    display:flex;
    width:100%;
    min-height: 400px;
    margin-top: 30px;

}

.feature-image{
    margin:0px 20px;
    /*width: 100%;*/
}


.modular{
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 165%;
    /* or 40px */
    max-width: 713px;
    margin: 90px 0px;
    text-align: center;

    color: var(--title-color);
}

#testimonials{
    padding: 30px 0px 120px 0px;
    display: flex;
    flex:1;
    justify-content: flex-start;

}

.testimonial-card{
    transition: transform 0.1s, opacity 0.1s;
    width:411px;
    height: 500px;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    margin: 18px;
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    padding: 20px;

    color:  #7C7C7C;

    /* identical to box height, or 36px */


    background-color: var(--background-color);

    /*box-shadow: 0px 0px 10px rgba(152, 103, 172, 0.25);*/
}

.arrow-right{
    margin-left: 20px;
    transform: rotate(180deg);
}

.testimonial-name{
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    padding: 0px 50px;

    color: #7C7C7C;
}

.testimonial-post{
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    padding: 0px 50px;

    color: var(--primary-color);
}

.quote-open{
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    font-size: 68.6667px;

    /* identical to box height, or 103px */


    color: #000000;

    opacity: 0.1;
}
.quote-close{
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    font-size: 68.6667px;
    /* identical to box height, or 103px */


    color: #000000;

    opacity: 0.1;

    transform: rotate(-180deg);
}

.request-demo{
    background-color:  #FDEDE6;
    padding: 75px;
}

#whodesc {
    margin-top: 30px;
}

.inverse{
    color: white;
}

.bold{
    font-weight: bold;
}

.pointer{
    cursor: pointer;
}

.underline{
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--title-color);
}

.no-underline{
    text-decoration: none;
}

.secondary-background{

    background-color: var(--secondary-background-color);
}

.footer{    
    overflow-y: hidden;
    padding: 80px 0px;
    background: var(--background-color);
    color: var(--title-color);
    height: 100vh;
    box-sizing: border-box;
}

.copyright{
    font-family: Muli;
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-smaller);
    line-height: 150%;
    text-align: center;
    color: #000000;
    opacity: 0.5;
    display: inline-block;
    width: 100%;
    margin-top: 200px;
}

.footer-top{
    width:100%;
}

.footer-menu{
    float: left;
}
.footer-left{
    width: 25%;
    padding-top: 140px;
}
.footer-right{
    width: 75%;
}
.footer-title{
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 150%;

    width: 100%;
    margin-bottom: 100px;
}
.footer-menu-item{
    width: 50%;
    float: left;
}

.footer-item-label{
    font-family: Muli;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-small);
    line-height: 150%;
    padding-bottom: 13px;
    /*opacity: 0.5;*/
}

.footer-item-menu{
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 13px;
}

.footer-item-text{
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: var(--font-medium);
    line-height: 40px;

}

.app-button{
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 10px;*/

    margin-right: 14px;

    padding: 0px 32px;

    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    background-color: var(--secondary-color);
    color:white;
}
.app-button:hover{
    background: rgba(3, 26, 107, 0.2);
    /* color: #fff !important; */
    cursor: pointer;
}
.app-button:first-child{
    background: var(--primary-color);
    color: #fff ;
}
.app-button:first-child:hover {
    background: var(--primary-color);
    color: #fff !important;

}

.large-button{

    margin-right: 0px;
    padding: 0px 70px;
    font-size: 14px;
    min-width: 180px;

    /*box-shadow: 2px 4px 10px rgba(3, 26, 107, 0.25);*/
}

.no-margin{
    margin: unset;
}

.no-background{
    background-color: transparent;
}

.left-align{
    text-align: left;
}

.column{
    flex-direction: column;
    align-items: center;
}


.product-image {

    /*height: 100vh;*/
    /*box-sizing: border-box;*/
    /*width: 100%;*/
    /*transform: translateX(300px);*/
    width: 60%;
}

.product-title{
    /* margin-left: 38px; */
}

.flex-wrap{
    display:flex;
}

.row-reverse{
    flex-direction: row-reverse;
}

.reverse-button{
    background-color: #242A66;
    color: white;
}

.dot{
    display: inline;
}

@media only screen and (min-width: 1024px) and (max-width: 1466px) {
 .app-button{

    padding: 0px 20px;
}
}



@media only screen and (max-width: 1024px) {


    .home-subtitle{
        font-size: 48px;
        line-height: 56px;
    }


    .feature{
        flex-direction: column;
    }

    .feature-image{
        margin: 0px 20px;
        width:100%;
    }

    .container{
        width: 70%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dot{
        display:none;
    }

    .home-image{
        display:none;
    }
    .header{ z-index: 10; position: relative;}

    .home-image-mobile{
        height: 75vh;
        display: flex;
        justify-content: center;
        margin: auto;
        mix-blend-mode: multiply;
        margin: 30px 0px;
    }
    .title{
        line-height: unset;
        font-size: var(--mobile-stitle);
    }
    .description{
        font-size: var(--mobile-small);
    }

    .home-title{
        margin-bottom: 30px;
        width: 80%;
        font-size: var(--mobile-title);
    }
    .home .description{
        font-size: var(--mobile-smaller);
        margin: 30px 0px;
    }
    .home .description span{
        margin-bottom: 10px;
    }

    .home-buttons{
        display:flex;
        flex-direction: column;
        align-items: center;

    }

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

    .header-dropdown{
        display:block;
    }

    .header-menu{
        display: none;
    }

    .product-detail{
        flex-direction: column;
        width: 100%;
        margin-top: 0px;
    }

    .product-product{
        display:block;
    }
    
    .product-number{
        display: none;
    }

    .product-title{
        margin-left: 0px;
    }

    .product-image{
        /*position: relative;*/
        /*top: 0px;*/
        /*left: 0px;;*/
        /*max-height: none;*/
        margin: 20px 0 30px;
        width: 100%;
    }

    .product-buttons-top{
        display: none;
    }
    .product .title{ font-size: var(--mobile-title);}
    .product-buttons-bottom{
        display:flex;
        margin-top: 0px;
    }
    .app-button{ padding: 0px; width: 100%;}

    .who-we-are{ padding: 60px 0px;}
    .who-we-are .description{ margin-top: 40px;}

    .service{
        margin-bottom: 40px;
        width: 50%;
        box-sizing: border-box;
    }

    .footer{
        padding:120px 0px 40px 0px;
    }
    .footer .title{
        font-size: var(--mobile-title);
    }
    .footer-menu{
        flex-direction: column-reverse;
        align-items: flex-start;
        float: right;
        width: 100%;
    }
    .footer-left{ display: none;}
    .footer-menu-item {
        width: 100%;
        float: left;
        margin-bottom: 80px;
    }
    .copyright{
        text-align: left;
        margin-top: 60px;
    }

    .product{
        flex-direction: column;
        align-items: center;
    }


}

@media only screen and (max-width: 640px){

    .feature-image{

        margin:0px 20px;
        width: 100%;
    }

    .home .description {
        font-size: var(--mobile-small);
        margin: 30px 0px;
        margin-top: 100px;
    }
    ​
        /*.home-title{*/
        /*    ​*/
        /*}*/


    ​
    .app-button {
        padding: 0px;
        width: 60%;
        margin-right: 0px;
    }
    ​
    .client-image {
        transition: transform 0.1s, opacity 0.1s;
        width: 40%;
        margin: 0px 15px 15px;
        mix-blend-mode: multiply;
        float: left;
    }
    ​
    .title{ text-align: center; }
    ​
    .description {
        font-size: var(--mobile-small);
        width: 80%;
        text-align: center;
        margin: 0 auto;
        max-width: none;
    }
    ​
    ​
    .modular{
        width: 80%;
    }
    ​

    .home-subtitle{
        font-size: 45px;

        line-height: 48px;
    }
    .container{
        width: 90%;

        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 370px){


    .home-subtitle{
        font-size: 32px;

        line-height: 40px;
    }

    .home-title{
        width: 90%;
        padding-top: 90px;
        margin-bottom: 10px;
    }
    .home .description{
        margin: 10px 0px;
    }
    .title{ font-size: 20px;}
    .product .title{ font-size: var(--mobile-stitle);}
    .product-product{ font-size: var(--mobile-smaller);}
    .product .description {
        font-size: var(--font-smaller);
    }
    .service {
        padding: 20px 40px;
        width: 50%;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.25;
    }
    .services{
        margin-top: 0px;
    }

}

.feature>div {
    padding: 0px 10px;
}
​
.home .description {
    white-space: unset;
}
​
.app-button:hover {
    background: rgba(3, 26, 107,1);
    /* color: #fff !important; */
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.2s linear;
}
​
.app-button{
    border-radius: 6px;
    transition: all 0.2s linear;
}
​
.footer-item-text:hover {
    color: var(--secondary-color);
    transition: all 0.2s linear;
    border-color: var(--secondary-color);
}
​
a:hover {
    color: var(--secondary-color);
    transition: all 0.2s linear;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(calc((192px + 40px)*5));
    }
}

@media only screen and (max-width: 800px) {
    .clients {
        transition: transform 0.1s, opacity 0.1s;
        display: flex;
        flex-wrap: wrap;
        /* overflow-x: hidden; */
        width: 100%;
        /* width: calc((120px + 20px)*2); */
        justify-content: center;
        align-content: center;
        margin: 30px 0px;
        padding: 0px  30px;
        align-items: center;
    }
    .client-image {
      width: 100px !important;
      margin: 0px;
    }
  }

  @media only screen and (max-width: 1100px) {
    .clients {
        transition: transform 0.1s, opacity 0.1s;
        display: flex;
        flex-wrap: wrap;
        /* overflow-x: hidden; */
        width: 100%;
        /* width: calc((120px + 20px)*2); */
        justify-content: center;
        align-content: center;
        margin: 30px 0px;
        padding: 30px  30px;
        align-items: center;
    }
    .client-image {
      width: 120px !important;
      margin: 0px;
    }
  }