/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


#track {
    width: 100vw;
    height: 100vh;
}


html, body {
    font-family: 'ProximaNova-Regular';
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box !important;
    background: transparent;
    color: #1F3A56;
}



.light {
    font-family: 'ProximaNova-Light';
    letter-spacing: -0.001px !important;
    font-weight: 200;
}

.regular {
    font-family: 'ProximaNova-Regular';
    font-weight: 300;
    letter-spacing: 0 !important;
}


.semibold {
    font-family: 'ProximaNova-Semibold';
    font-weight: 500;
    letter-spacing: 0.3px !important;
}


.bold {
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    letter-spacing: 0.5px !important;
}




a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}


    a.social-link {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 15px;
        background: transparent;
        opacity: 0.25;
        border: 1px solid #283847;
    }

    a.social-link:hover {
        opacity: 0.5;
    }


summary {
    color: #ffffff;
    font-size: 20px;
    padding: 5px 0px;
}



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.visit-website {
    transition: 0.75s;
    
}

.visit-website:hover {
    filter: brightness(0.9);
    transition: 0.75s;
    transform: scale(0.9);
}


.dots-top {
    opacity: 1;
    margin-top: 0px;
    transition: 1s;
}

a.dot {
    color: #3A4958;
    opacity: 0.5;
    font-size: 16px;
    margin-right: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    text-decoration: auto;
    cursor: pointer;
    font-family: 'ProximaNova-Regular';
}

.dot-active {
    opacity: 1 !important;
    color: #3A4958 !important;
    font-weight: 400 !important;
    transition-duration: 0.5s;
    font-family: 'ProximaNova-Regular';
}

.navbar-container {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    width: 100vw;
    height: 50px;
    position: fixed;
    background: #010E1C;
    background: #011326;
    background: #ffffff;
    background: #073054;
    background: transparent;   
    z-index: 1000;
}

.column1 {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;   
}


.column2 {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.column3 {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: #dddddd; 
    /*margin-right: 20px;*/
}



summary {
    cursor: pointer;
}

summary::marker {
    content: "";
}

details summary::before {
    content: "+";
    /*position: absolute;
    right: 10%;*/
    color: #0065d1;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    font-family: 'ProximaNova-Light';
    padding-right: 10px;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

details[open] summary::before {
    content: "-";
    /*position: absolute;
    right: 10%;*/
    color: #0065d1;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    font-family: 'ProximaNova-Light';
    padding-right: 10px;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

.logo {
    width: 160px;
    padding-left: 20px;
    padding-top: 5px;
}


.page {
    width: 100%;
    height: 100vh;
    position: absolute;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dots-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    width: 0%;
    background: #ED3426;
    background: #0072ed;
    background: #dd3603;
    background: #F73A2C;
    background: #ffb000;
    background: #0065d1;
    opacity: 1;
    z-index: 1000;
    display: none;
    transition: 0.5s;
}



/*Book */

.link-up {
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: #ffa000;
    background: #0065D1;
    /*background: #ED3426;*/
    z-index: 11;
}

    .link-up div {
        margin: 27px 20px 0px 20px; /*25px 20px 0px 20px*/
    }

.arrow-up i {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin: -5px 0px 5px -5px;
    color: #ffffff;
}

.arrow-down {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    width: 60px;
    height: 40px;
    background: #ED3426;
    z-index: 4;
}

    .arrow-down div {
        margin: 6px 20px 0px 18px;
    }

    .arrow-down i {
        border: solid #ffffff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }


/*#value1, #value2, #value3, #value4 {
    transition: all 0.2s;
    background: #ffffff;
}


#value1:hover, #value2:hover, #value3:hover, #value4:hover {
    border: 1px dotted #167DF0;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
    background: #167DF0;
    color: #ffffff;
}*/


#value0 .headline, #value1 .headline, #value2 .headline, #value3 .headline, #value4 .headline, #value5 .headline, #value6 .headline {
    color: #90a0b2;
    /*opacity: 0.5;*/
}

#value0:hover .headline, #value1:hover .headline, #value2:hover .headline, #value3:hover .headline, #value4:hover .headline, #value5:hover .headline, #value6:hover .headline {
    color: #0065d1;
    color: #2c4c6b;
    opacity: 1;
}

.service-card {
    transition: all 0.5s;
    max-width: 270px;
}

    .service-card:hover {
        box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
        border-radius: 10px;
        transform: translateY(-5px) scale(1.01);
    }


.solution-card {
    transition: all 0.3s;
}

    .solution-card:hover {
        /*border: 1px dashed #167df0;
        border: 1px dashed #cccccc;*/
        box-shadow: 2px 2px 20px rgba(0,0,0,0.15);
        border: 1px solid #dfdfdf;
        transform: translateY(-5px) scale(1.01);
        background: #ffffff;
    }



.products {
    width: 90%;
    height: 70vmin;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-card {
    height: 70vmin;
    width: 33.3%;
    position: relative;
    border: none;
    /*z-index: 2;*/
    transform: scale(1);
    transition: all 0.3s ease-in;
    animation-duration: 1s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #021933;
    background: #021d38;
    background: #01162b;
    background: #021933;
}

    .product-card:hover {
        /*box-shadow: 2px 2px 10px 10px #eeeeee;*/
        /*transform: scale(1.015);*/
    }


.product-card-container {
    width: 96%;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-card-headline {
    font-size: 26px;  
    font-weight: 600;
    margin-bottom: 10%;
}

.product-card-description {
    font-size: 1.2vw;
    font-weight: 300;
    margin-bottom: 10%;
    letter-spacing: 0.5px;
}



#service1 p, #service2 p, #service3 p, #service4 p, #service5 p, #service6 p, #service7 p, #service8 p {
    color: #3A4958;
}

#service1:hover p, #service2:hover p, #service3:hover p, #service4:hover p, #service5:hover p, #service6:hover p, #service7:hover p, #service8:hover p {
    color: #ffffff
}



#service1:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service2:hover {
    transition: background 0.2s ease;
    background: #00A042;
    background: #00aa44;
}

#service3:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service4:hover {
    transition: background 0.2s ease;
    background: #d60887;
    background: #d30878;
}


#service5:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service6:hover {
    transition: background 0.2s ease;
    background: #00A042;
}

#service7:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service8:hover {
    transition: background 0.2s ease;
    background: #d60887;
}


.blog-list-card {
    transition: all 0.5s;  
}

    .blog-list-card:hover {
        border: 1px dashed #167df0;
        transform: translateY(0px) scale(1);
        box-shadow: 2px 2px 25px rgba(0,0,0,0.15);
    }

        .blog-list-card:hover > div > p {
            /*color: #ffffff;*/
        }

/*
#product1, #product2, #product3 {
    transition: background 1s ease-out;
}

    #product1:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #fff000 0%, #ed008c 74%);
        
    }

    #product2:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, rgba(200, 255, 0, 0.9) -40%, rgba(0, 135, 0, 0.95) 100%);     
    }

    #product3:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #08c8f6 0%, #4d5dfb 74%);
    }
*/
.stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.5);
}



.button-blue {
    border-radius: 25px;
    padding: 12px 25px;
    color: #0065D1;
    /*background: #EAF4FF;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #167DF0;
}

    .button-blue:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }



.button-blue-contact {
    border-radius: 25px;
    padding: 12px 25px;
    color: #ffffff;
    color: #0065D1;
    /*background: #0065D1;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #167DF0;
}

    .button-blue-contact:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }





.button-blue-black {
    border-radius: 25px;
    padding: 12px 25px;
    /*color: #0065D1;*/
    /*background: #EAF4FF;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #2c4c6b;
    /*border: 1px solid #167DF0; 1F3A56 0065D1*/
}

    .button-blue-black:hover {
        cursor: pointer;
        /*background: #2c4c6b;*/
        /*color: #ffffff;*/
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #2c4c6b;
        /* border: 1.5px solid #167DF0; #0065D1*/
    }



.button-blue-home {
    border-radius: 25px;
    padding: 12px 25px;
     color: #aaaaaa;
    /*background: #EAF4FF;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #167DF0;
    border: 1px solid #dddddd;
}

    .button-blue-home:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }


/*
@media screen and (max-width:768px) {
}


@media screen and (max-width: 992px) and (min-width: 768px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 10000px) and (min-width: 1200px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }

}*/

.circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    background: none;
    margin-right: 5px;
    cursor: pointer;
}


.circle-active {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #167DF0;
    border: 1px solid #167DF0;
    background: #dddddd;
    border: 1px solid #dddddd;
}


.circle:hover {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #167DF0;
    border: 1px solid #167DF0;
}

.next-slide-arrow {
   font-size: 12px;
   font-weight: 300;
   color: #cccccc;
   cursor: pointer;
   margin-left: 10px;
}


.item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    top: 38%;
    left: 10%;
    right: 10%;
    /*width: 100%;*/
    /*height: 100px;*/
    display: block;
    position: absolute;
    z-index: 0;
    transform: translate3d(0,0,0) !important;
}

.carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    overflow: hidden !important;
    bottom: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    text-shadow: none !important;
    background: transparent;    
}


    .carousel-caption span {
        font-size: 16px;
        width: 100%;
        position: absolute;
        line-height: 1.6;
        font-family: 'ProximaNova-Light';
        letter-spacing: 3px;
        font-weight: 300;
        text-align: center;
        margin: 0;
        padding: 0;
        opacity: 1;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
        background: transparent;
        color: rgb(255, 255, 255, 1);
        color: rgb(40, 56, 71, 0.6);
        color: #1f3a56;
        text-transform: uppercase;
    }


#caption0, #caption1, #caption2, #caption3, #caption4, #caption5 {
    opacity: 0;
}

.active {
    transition-property: opacity;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
    opacity: 1 !important;
}


.disactive {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    opacity: 0 !important;
}

.run-animation {
    -ms-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    -webkit-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    -moz-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
}

@keyframes carouselCaption {

    0% {
        opacity: 0;
        -ms-transform: translateY(70px);
        -webkit-transform: translateY(70px);
        -moz-transform: translateY(70px);
        transform: translateY(70px);
        background: transparent;
    }


    15% {
        opacity: 0.6;
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

    85% {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

}


