:root {
    --blue-dark: #192f55;
    --blue: #0072d0;
    --blue-light: #8acaf6;
    --red-dark: #7d1700;
    --red: #ff2e00;
    --red-light: #fe8a76;
    --green-dark: #044f2b;
    --green: #00bf63;
    /*--green-light: #8fd3b2;*/
    --green-light: #b1f4a8;
    --yellow-dark: #715305;
    --yellow: #ffcf56;
    --yellow-light: #fae7b6;
}

html, body, #app {
    margin: 0px;
}

body, html {
    overscroll-behavior: none;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*
.circle-transform {
    transition: all 1s ease-in-out;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

.circle-transform-scale {
    transform:scale(2)
}
*/
* {
    font-size: 100%;
    font-family: Inter;
    color: var(--blue-dark)
}


h1 {
    color: var(--blue-dark);
    font-family: Inter;
    letter-spacing: -0.06em;
    font-size: 6.3vw;
    font-weight: 700;
    text-align: end;
    width: fit-content;
    line-height: 0.8em;
    margin-bottom: 0.3em;
    margin-top: 0.5em;
}

    h1:focus {
        outline: none;
    }

h2 {
    color: var(--blue-dark);
    font-family: Inter;
    letter-spacing: -0.06em;
    font-size: 4rem;
    font-weight: 700;
    text-align: end;
    width: fit-content;
    line-height: 0.8em;
    margin-bottom: 0.3em;
    text-align: left;
}

h3 {
    color: var(--blue-dark);
    font-family: Inter;
    /*font-optical-sizing: auto;*/
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.06em;
    font-size: 1.5rem;
    margin-bottom: 0.3em;
    text-align: left;
}

p {
    margin-top: 0px;
    color: var(--blue-dark);
    font: Inter;
    letter-spacing: -0.05em;
    font-size: 1.1em;
    font-weight: 300;
}

.block {
    margin-bottom: 9rem;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    box-sizing: border-box;
}

.sub-title {
    color: var(--blue);
    font-family: Inter;
    /*font-optical-sizing: auto;*/
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.h2-special-holder {
    display: flex;
}

.h2-special {
    color: var(--blue);
    font-family: "Quicksand", sans-serif;
    /*font-optical-sizing: auto;*/
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.1rem;
    font-size: 3.5vw;
    overflow: hidden;
    white-space: nowrap;
}

.scramble1 {
    color: red;
    font-weight: 600;
}

.scramble2 {
    color: green;
    font-weight: 300;
}

.scramble3 {
    color: var(--blue-dark);
    font-weight: 400;
}

.scramble4 {
    color: var(--blue);
    font-weight: 800;
}

.scramble5 {
    color: #ffcf56;
    font-weight: 600;
}


.tomodify {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

svg circle {
    transition: 0.5s;
}

    svg circle:hover {
        filter: drop-shadow(0 0 2rem rgb(212, 236, 0));
    }

.do-svg-holder {
    position: relative;
    height: 11em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: var(--blue);
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.navbar-simple {
    position: fixed;
    background-color: white;
    z-index: 100;
    box-shadow: 0 2px 12px #0000001a;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    padding: 0.1rem 1rem;
}

.header-text {
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre-wrap;
    min-width: fit-content;
}

.big-page-illustration {
    height: calc(100vw/2);
    width:80%;
}
.big-page-illustration-log { 
    width: 80%;
}
@media(max-width:920px) {
    .big-page-illustration {
        height: auto;
        width: 100%;
    }
    .big-page-illustration-log {
        width: 95%;
    }
}

.button-main {
    background: linear-gradient(45deg,var(--blue-dark) 45%, grey 50%,var(--blue) 45%);
    color: white;
    font-weight: 500;
    border: none;
    height: auto;
    padding-right: 1em;
    padding-left: 1em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
}

    .button-main,
    .button-main:after {
        background-size: 300%;
        background-position: 100%;
        transition: 0.5s;
    }

        .button-main:hover,
        .button-main:hover:after {
            background-position: 0;
            /*font-size: 1.1em;*/
            cursor: pointer;
        }

.presentation-block {
    /*   display : flex;
    flex-direction:row;*/
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 120px 30px 120px;
    justify-content: space-between;
    max-width: 1600px;
}

.svg-holder {
    position: absolute;
    top: -18%;
    right: 0%;
    margin-top: 2%;
    width: 45%;
    height: 100%;
    /*    max-width:950px;
    max-height:900px;*/
}

.h2-holder {
    position: relative;
    left: 0px;
    top: 0px;
    display: flex;
}

.header-content {
    display: flex;
    flex-direction: row;
    gap: 1.5vw;
}

.project-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.project-image-container {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.project-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.project-row-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.project-svg {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    width: 40px;
    margin-right: 25px;
    aspect-ratio: 1/1;
}

.main-title {
    position: relative;
    height: 700px;
    flex-shrink: 0
}

.do-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 2em;
}

.do-block {
    width: 30%;
    padding: 0px 23px 0px 23px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.do-svg-path, .do-svg-path-stroke, .do-svg, .do-text-link, .do-svg-path-green-light {
    transition: .4s ease;
}

.do-block:hover .do-svg {
    transform-origin: left;
    transform: scale(1.3)
}

.do-block:hover .do-text-link {
    transform-origin: right;
    transform: scale(1.1);
    font-weight: 600;
}

.do-block:hover .do-svg-path {
    fill: white !important;
}

.do-block:hover .do-svg-path-green-light {
    fill: #a2fcd0 !important;
}

.do-block:hover .do-svg-path-stroke {
    stroke: white !important;
}

.link-box {
    /*    border-radius: 15px;
    border-width: 3px;*/
    cursor: pointer;
    /*border-radius: 15px;*/
    transition: 0.4s ease;
    text-decoration: none;
    justify-content: space-between;
}

    .link-box:hover {
        color: white !important;
    }

.link-box-blue {
    box-shadow: var(--blue) 6px 6px;
}

.link-box-red {
    box-shadow: var(--red) 6px 6px;
}

.link-box-green {
    box-shadow: var(--green) 6px 6px;
}

.link-box-blue:hover {
    background-color: var(--blue) !important;
    box-shadow: var(--blue-dark ) -6px -6px;
}

.link-box-red:hover {
    background-color: var(--red) !important;
    box-shadow: var(--red-dark ) -6px -6px;
}

.link-box-green:hover {
    background-color: var(--green) !important;
    box-shadow: var(--green-dark ) -6px -6px;
}

.description-block, .description-block-odd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
}

@media(max-width:920px) {
    .description-block, .description-block-odd {
        max-width: 100%;
    }

    .description-block {
        flex-direction: column-reverse;
    }

    .description-block-odd {
        flex-direction: column;
    }
}


.trust-2-blocks {
    width: 50%;
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.trust-4-blocks {
    margin-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.trust-block {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.trust-svg {
    margin-right: 2.5em;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-text {
    width: 55%;
}

.portrait-block {
    margin-top: 5em;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.portrait-image-container {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.portrait-text {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 70%;
    width: 40%;
    flex-grow: 0;
}

.footer {
    padding: 5px;
    box-sizing: border-box;
    padding: 15px;
    background-color: var(--blue-dark);
    color: white;
    width: 100%;
    position: relative;
    bottom: 0;
    /*    bottom: -5vw;
    left: -5vw;*/
    margin: 0px;
    box-sizing: border-box;
}

.contact-block {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
}

.contact-text {
    width: 50%;
}

.contact-form {
    position: relative;
    display: grid;
    height: 100%;
    width: 50%;
    grid-template-columns: repeat(2, 1fr);
}

.form-label {
    display: flex;
    flex-direction: column;
    max-width: 15em;
    gap: 8px;
    margin-bottom: 45px;
}

.form-text-input {
    border: none;
    border-bottom: solid;
    border-color: var(--blue);
    border-bottom-width: 2px;
    caret-color: var(--blue);
    font-weight: 400;
}

.form-text-input {
    outline: none;
}

.form-text-input-large {
    height: 100px;
    max-width: 32.8em;
}

.contact-block {
    min-height: 100%;
}

.cta-button {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

.header-text-mobile {
    visibility: collapse;
}

.valid-contact-container {
    visibility: collapse;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.valid-contact-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding-bottom: 30%
}

.valid-contact-icon {
    width: 4%;
}

.logo-header-mobile {
    visibility: collapse;
}

.white-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 2px 3px #0000001a);
    letter-spacing: -0.05em;
    text-align: center;
    z-index: 2;
    width: 37%;
    background-color: white;
    position: absolute;
    aspect-ratio: 1/0.55;
}

@media(max-width:920px) {
    .white-name {
        padding: 9px;
        margin-left: 50px;
        height: 35%;
        max-height: 100px;
    }

    .navbar-simple {
        justify-content: space-between;
        height: 4rem;
    }

    .logo-header-mobile {
        visibility: visible;
        position: absolute;
    }

    .valid-contact-container {
        position: relative;
        width: 100%;
        height: fit-content;
    }

    .valid-contact-content {
        position: absolute;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 50%;
        gap: 60px;
        transform: translate(0, -50%)
    }

    .valid-contact-icon {
        width: 15%;
    }

    .trust-svg {
        width: 15%;
    }

    .cta-button {
        position: relative;
        bottom: 5%;
        width: 100%;
    }

    h2 {
        font-size: 15vw;
        margin-top: 0px;
    }
    /*    .navbar-simple {  
        align-items:start;
    }*/
    .button-navbar {
        /*margin-top:10px;*/
    }

    .footer-content {
        flex-direction: column;
        align-items: start;
    }

    .footer-container {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }

    .header-text {
        visibility: collapse;
        /*        width:100%;
        font-size:3.8vw;
        text-justify:inter-word;
        margin-top:-15px;
        margin-bottom:0.5em;*/
    }

    .header-text-mobile {
        color: var(--blue);
        visibility: visible;
        width: 100%;
        font-size: 3.8vw;
        text-justify: inter-word;
        margin-top: 5px;
        margin-bottom: 2.5em;
    }

    .do-svg-holder {
        height: fit-content;
        display: flex;
        align-items: start;
    }

    .tomodify {
        width: 100%;
        margin-left: 0;
    }

    .block {
        margin-bottom: 2rem;
        padding: 1.5em;
    }

    .contact-block {
        flex-direction: column;
    }

    .contact-text {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact-form {
        width: 100%;
        height: fit-content;
        /*grid-template-columns: repeat(1, 1fr);*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .portrait-block {
        flex-direction: column;
    }

    .portrait-text {
        padding-top: 7rem;
        padding-bottom: 7rem;
        min-height: 18rem;
        flex-shrink: 0;
        width: 100%;
    }

    .portrait-image-container {
        width: 100%;
    }

    .trust-4-blocks {
        flex-direction: column;
        gap: 60px;
    }

    .trust-2-blocks {
        width: 100%;
    }

    .trust-block {
        padding: 0;
    }

    .do-blocks {
        flex-direction: column;
        gap:10px;
    }

    .do-block {
        width: 100%;
        margin-bottom: 1rem;
    }

    .main-title {
        height: fit-content;
        flex-shrink: 0;
        margin: 1rem;
    }

    .project-container {
        flex-direction: column;
    }

    .project-image-container {
        width: 100%;
        margin-top: 6vh;
        margin-bottom: 5em;
    }

    .project-text-container {
        width: 100%;
    }

    .header-content {
        visibility: collapse;
        width: 50%;
        flex-direction: column;
        align-items: start;
    }

    .button-main {
        /*position:absolute;*/
        margin-right: 0px;
        right: 0px;
    }

    .presentation-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0rem;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .svg-holder {
        height: fit-content;
        display: flex;
        justify-content: center;
        position: relative;
        flex-shrink: 0;
        width: 90%;
        top: 0;
        right: 0;
        margin-top: 15%;
    }

    h1 {
        margin: 0.5rem;
        font-size: 15vw;
    }

    .h2-special-holder {
        width: 100%;
        flex-direction: column;
    }

    .h2-special {
        font-size: 9vw;
    }
}

@media(min-width:1600px) {

    .presentation-block, .contact-block {
        width: 1600px;
    }

    .footer-container {
        width: 1200px;
    }

    .footer {
        display: flex;
        justify-content: center;
        align-items: center
    }
    /*   .main-title{
        height:850px;
    }*/

    body {
        display: flex;
        justify-content: center;
    }

    h1 {
        font-size: 120px;
    }

    .h2-special {
        font-size: 60px;
    }
}
