@font-face {
    font-family: 'RobotoC-Regular';
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: 'RobotoC-Bold';
    src: url(fonts/RobotoCondensed-SemiBold.ttf);
}

@font-face {
    font-family: 'RobotoC-Medium';
    src: url(fonts/RobotoCondensed-Medium.ttf);
}

@font-face {
    font-family: 'RobotoC-BoldItalic';
    src: url(fonts/RobotoCondensed-BoldItalic.ttf);
}

@font-face {
    font-family: 'RobotoC-Italic';
    src: url(fonts/RobotoCondensed-Italic.ttf);
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url(fonts/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url(fonts/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url(fonts/Ubuntu-Light.ttf);
}

@font-face {
    font-family: 'UbuntuCondensed-Regular';
    src: url(fonts/UbuntuCondensed-Regular.ttf);
}

@font-face {
    font-family: 'Shadows';
    src: url(fonts/ShadowsIntoLight-Regular.ttf);
}

html {
    background-color: #000;
}

body {
    font-size: 13pt;
    font-family: UbuntuCondensed-Regular;
    color: #555;
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

a {
    text-decoration: none;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.container-image {
    background-image: url(images/a7.png);
    animation: fadeInAnimation ease 7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh);
    width: 100%;
    background-attachment: fixed;
    overflow: hidden;
    margin-top: 0;
    position: fixed;
    z-index: -1;
}

.im1 {
    background-image: url(images/a2.png);
}

.im2 {
    background-image: url(images/a3.png);
}

.im3 {
    background-image: url(images/a4.png);
}

.im4 {
    background-image: url(images/a5.png);
}

.im5 {
    background-image: url(images/a6.png);
}

.im6 {
    background-image: url(images/a7.png);
}

.im7 {
    background-image: url(images/a8.png);
}

.container {
    max-width: 1536px;
    margin: 0 auto;
    padding: .5rem;
}

.nav-info {
    background-color: #2196f3;
    color: #fff;
    font-family: RobotoC-Bold;
    letter-spacing: 3px;
    font-size: 8pt;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav-info .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.nav-info .material-symbols-outlined {
    font-size: 1rem;
    margin-left: 1rem;
}

.nav-info a {
    color: #fff;
}

.nav-info a:hover {
    border-bottom: solid 2px #fff;
}

nav {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
    margin-top: 4rem;
    padding: 0;
}

nav img {
    vertical-align: middle;
    width: 50px;
}

nav a {
    color: #e0e2e3;
    background-color: #00000033;
    border-radius: 5px;
    font-size: 10pt;
    padding: .75rem;
    font-family: RobotoC-Bold;
    text-transform: uppercase;
    transition: all 200ms ease;
}

nav a:hover {
    background-color: #333;
    border-radius: 5px;
}

nav a:active {
    background-color: #777;
}

nav .nav-space {
    width: 100%;
}

.nav.slided {
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    background-color: #333;
    /*background: rgb(33,150,243);
background: linear-gradient(90deg, rgba(33,150,243,1) 0%, rgba(22,117,193,1) 29%, rgba(65,151,221,1) 100%);*/
    z-index:
        100;
    padding: 0;
    margin-top: 0;
}

.nav.slided .container {
    padding: 0 1rem;
}

.nav.slided nav {
    margin: 0;
    font-size: 9pt;
    padding: 0;
}

.nav.slided nav img {
    width: 30px;
}

.nav.slided nav a {
    font-size: 9pt;
    padding: .5rem;
    float: left;
    margin: 0;
    background-color: transparent;
}

.nav.slided nav a:hover {
    background-color: #00000033;
    color: #fff;
}

.nav.slided nav .app-logo-home a {
    font-size: 18pt;
}

.nav.slided nav .button-nav a {
    padding: 0rem !important;
    font-size: 9pt;
    background-color: #333;
}

.nav.slided nav .button-nav a:hover {
    background-color: #00000033;
}

.nav.slided nav .button-nav a .material-symbols-outlined {
    font-size: 15px;
}

.button-nav a {
    border-radius: 5px;
    padding: 0;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    gap: 10px;
    background-color: #000;
}

.button-nav a .text {
    margin: 0 0 0 .75rem;
    font-size: 9pt;
}

.button-nav a span {
    border-radius: 0 5px 5px 0;
    padding: .5rem;
}

.button-nav a:hover {
    opacity: .85;
}

.button-nav-solo div {
    border-radius: 5px;
    padding: 0;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    gap: 10px;
    color: #fff;
    cursor: pointer;
}

.button-nav-solo div span {
    border-radius: 5px;
    padding: .5rem;
}

.button-nav-solo div:hover {
    opacity: .85;
    background-color: #000;
}

.button-nav-solo.display {
    display: none;
}

.app-logo-home {
    font-family: RobotoC-Bold;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    align-self: center;
}

.app-logo-home a {
    border-bottom: none !important;
    background-color: transparent;
    color: #fff;
    font-size: 24pt;
    border: none;
}

.app-logo-home a:hover {
    background-color: transparent;
}

.app-logo-home div {
    display: flex;
    flex-direction: row;
    align-items: top;
}

.app-logo-home img {
    position: relative;
    float: left;
}

.founder-message {
    position: absolute;
    top: 30%;
    margin-left: 2rem;
    font-family: Shadows;
    display: flex;
    flex-direction: column;
    background-color: #2196f333;
    box-shadow: 0 15px 15px #000;
    border-radius: 100px;
    padding: 3rem;
    align-items: flex-end;
}

.founder-message .f1 {
    text-align: right;
    text-shadow: 0px 3px 3px #000;
    font-size: 30pt;
    line-height: 48pt;
    color: #f5f5f5;
    max-width: 600px;
}

.founder-message .f1 p span.q1 {
    font-size: 100pt;
    position: absolute;
    color: #888;
    margin-left: -2rem;
    z-index: -1;
    transform: rotate(-10deg);
    color: f5f5f5;
}

.founder-message .f2 {
    text-align: right;
    text-shadow: 0px 2px 3px #000;
    color: #f0f0f0;
    margin-top: -3rem;
}

p.small {
    font-size: 16pt;
    line-height: 0pt;
}

.container-main {
    margin-top: calc(100vh - 8rem);
}

.section-title {
    font-size: 18pt;
    font-family: RobotoC-Bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
}

.section-title-2 {
    font-size: 18pt;
    font-family: RobotoC-Bold;
    text-transform: uppercase;
    color: #112233;
    margin-bottom: 2rem;
}

.section-subtitle {
    font-size: 13pt;
    font-family: RobotoC-Bold;
    text-transform: uppercase;
    color: #97E9FF;
}

.section-1 {
    background-color: #111;
    text-align: center;
    padding: 5rem 0;
}

.section-1 p.big {
    padding: 0;
    margin: 2rem;
    font-size: 36pt;
    font-family: RobotoC-Bold;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

.section-1 p.medium {
    padding: 0;
    margin: 2rem;
    font-size: 16pt;
    font-family: RobotoC-Regular;
    width: 65%;
    margin: 1.5rem auto;
}

.section-2 {
    background-color: #666F88;
    text-align: center;
    padding: 5rem 0;
}

.section-2-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.section-2-cards img {
    height: auto;
    width: 100%;
}

.section-2-cards .card {
    width: 30%;
}

.section-2-cards .card .header {
    background-color: #fff;
    overflow: hidden;
    height: 150px;
}

.section-2-cards .card .title {
    font-family: RobotoC-Bold;
    margin-top: 1rem;
    font-size: 16pt;
    color: #fff;
}

.section-2-cards .card .footer {
    margin-top: .5rem;
    color: #fff;
    font-family: RobotoC-Regular;
}

.section-3 {
    background-color: #f0f0f0;
    text-align: center;
    padding: 5rem 0;
}

.section-3-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    box-sizing: border-box;
    align-items: flex-start;
    background-color: transparent;
}

.section-3-cards .svg-container {
    padding: 4rem;
    align-self: stretch;
}

.section-3-cards p {
    font-family: RobotoC-Regular;
    text-align: center;
}

.section-3-cards p b {
    font-family: RobotoC-Bold;
    color: #2196f3;
}

.section-3-cards p span {
    font-family: RobotoC-Bold;
    color: #000;
}

.section-4 {
    text-align: center;
    padding: 5rem 0;
}

.section-5 {
    text-align: center;
    padding: 5rem 0;
    background-color: #333;
}

.section-5-slider-flex {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-items: stretch;
}

.section-5-slider {
    background-color: #2196f3;
    border-radius: 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 3rem;
    box-sizing:
        border-box;
    gap: 1rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: flex-start;
}

.section-5-slider p {
    color: #fff;
    font-size: 36pt;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box
}

.section-5-slider b {
    color: #fff;
    font-size: 16pt;
    font-weight: normal;
    font-family: RobotoC-Bold;
    text-align: left;
    box-sizing: border-box;
}

.section-6 {
    text-align: center;
    padding: 5rem 0;
    background-color: #fff;
}

.section-6 p.medium {
    padding: 0;
    margin: 2rem;
    font-size: 16pt;
    font-family: RobotoC-Regular;
    margin: 1.5rem auto;
}

.section-6 ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.section-6 ul li:first-child {
    font-family: RobotoC-Bold;
    padding: 1rem;
}

.f-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    max-width:
        1000px;
    margin: 0 auto;
}

.section-6 .container {
    border: solid 1px #ddd;
    background-color: #f5f5f5;
    padding: 3rem;
}

.section-7 {
    text-align: center;
    padding: 5rem 0;
    background-color: #f5f5f5;
    background-image: url(images/bg.png);
    background-size: cover;
}

.section-7 .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
}

.section-7 ul li {
    color: #000;
    font-family: RobotoC-Bold;
    text-align: left;
    padding-bottom: .25rem;
}

.section-7 ul li:first-child {
    padding-bottom: 1rem;
}

.section-7 ul li a {
    color: #333;
    padding: .25rem 0;
    font-family: RobotoC-Regular;
    display: flex;
    align-self: center;
    gap: 1rem;
}

.section-7 ul li img {
    width: 20px;
    height: 20px;
    filter: grayscale(100%);
}

.section-7 .card {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    justify-content: flex-start;
    width: 100%;
}

.section-7 .card:last-child {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    margin-top: 5rem;
    justify-content: flex-start;
    width: 100%;
    font-size: 11pt;
}

.section-7 ul li a:hover {
    text-decoration: underline;
}

.clients-logo {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.clients-logo img {
    width: 6rem;
    filter: grayscale(100%);
    opacity: .7;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.clients-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.svg-container {
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 2rem;
    width: 90%;
}

.svg-container b {
    font-family: RobotoC-Bold;
    font-size: 24pt;
    margin-bottom: 3rem;
    color: #2196f3;
}

.tools {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.tools ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

.tools ul li {
    padding: .25rem 1rem;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11pt;
    background-color: #f5f5f5;
}

.tools ul li.special {
    background-color: #2196f3;
    color: #fff;
}

.tools ul li:first-child {
    background-color: #000;
    color: #fff;
    width: 150px;
    text-align: left;
}

.intro {
    display: none;
}

.contact-form {
    background-color: #112233;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 500;
    animation-name: slidedown;
    animation-duration: .8s;
    box-shadow: 0 10px 10px #000;
}

.contact-form.disabled {
    display: none;
}

.fixed-form {
    width: 500px;
    color: #fff;
}

.fixed-form input[type=text],
.fixed-form input[type=email] {
    width: 100%;
    padding: .5rem;
    font-size: 16pt;
    border-radius: 3px;
    border: none;
    margin: .25rem 0 1rem 0;
    box-sizing: border-box;
    font-family: RobotoC-Regular;
}

.fixed-form textarea {
    width: 100%;
    padding: .5rem;
    font-size: 16pt;
    border-radius: 3px;
    border: none;
    margin: .25rem 0 1rem 0;
    height: 100px;
    box-sizing: border-box;
    font-family: RobotoC-Regular;
    resize: vertical;
    min-height: 2.5rem;
}

.fixed-form label {
    font-size: 11pt;
}

.fixed-form label i {
    font-size: 8pt;
}

.fixed-form input[type=submit] {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    font-size: 16pt;
    border-radius: 3px;
    border: none;
    margin-top: 1rem;
    background-color: #111;
    color: #fff;
}

.fixed-form input[type=submit]:hover {
    background-color: #000;
    cursor: pointer;
}

.fixed-form input[type=submit].disabled-btn {
    pointer-events: none;
    color: #888;
    background-color: transparent;
}

.close-form {
    text-align: right;
    margin-top: 1rem;
}

.close-form a {
    color: #fff;
    padding: .5rem .5rem .35rem .5rem;
    border-radius: 3px;
    display: inline-block;
}

.close-form a:hover {
    background-color: darkred;
}

.thanks {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #112233;
    min-height: 10rem;
    width: 100%;
    padding: 3rem;
    border: solid 1px #fff;
    border-left: none;
    border-right: none;
    z-index: 1000;
}

.thanks.disabled {
    display: none;
}

.thanks .card {
    text-align: center;
    color: #fff;
}

.thanks .card .text {
    font-family: RobotoC-Bold;
    font-size: 18pt;
}

.thanks input[type=button] {
    box-sizing: border-box;
    width: 300px;
    padding: 1rem;
    font-size: 16pt;
    border-radius: 3px;
    border: none;
    margin-top: 1rem;
    background-color: #111;
    color: #fff;
    margin-top: 3rem;
}

.thanks input[type=button]:hover {
    background-color: #000;
    cursor: pointer;
}

@keyframes slidedown {
    0% {
        opacity: 0;
        top: calc(-100vh);
        bottom: calc(100vh);
    }

    50% {
        opacity: 1;
        top: calc(-70vh);
        bottom: calc(70vh);
    }

    100% {
        opacity: 1;
        top: calc(0);
        bottom: 0;
    }
}

@keyframes slidedownmenu {
    0% {
        top: -100%;
    }

    100% {
        top: 4.5rem;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align:
        left;
    flex-grow: 0
}

.cols ol {
    padding: 0 1rem;
}

.cols ol li {
    font-size: 12pt;
}

.cols .col1 {
    flex-basis: 50%;
    text-align: right;
}

.cols .col2 {
    flex-basis: 50%;
}

.cols b {
    font-size: 11pt;
    text-align: center;
    margin: 0 auto;
}

.cols ol {
    list-style-type: none;
}

.cols ol li {
    margin-bottom: .5rem;
    font-size: 10pt;
    font-family: RobotoC-Italic;
}

.button-nav-solo {
    display: none;
}

.ddm {
    background-color: #444;
    position: fixed;
    top: 4.5rem;
    right: 0;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    animation-name: slidedownmenu;
    animation-duration: 1s;
    display: none;
}

.ddm a.link2 {
    color: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ddm a.link2:hover {
    background-color: #333;
}

.ddm .link3 {
    color: #fff;
    padding: .25rem;
    display: flex;
    background-color: #000;
    flex-direction: row;
    justify-content: flex-end;
}
.ddm .link3 a {
    background-color: #333;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background-color: #333;
    color: #fff;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
    border-radius: 5px;
}

.ddm .link3 a:hover {
    background-color: #2196f3;
}

.ddm.display {
    display: none;
}

.err {background-color: darkred; border-radius: 5px; color: #fff; padding: .25rem; margin-bottom: .5rem; text-align: center;} 
.err.display {display: none;}

@media only screen and (min-width:321px) and (max-width:1024px) {
    .button-nav-solo {
        display: block;
    }

    .link {
        display: none;
    }

    .button-nav {
        display: none;
    }

    .app-logo-home {
        font-size: 14pt;
    }

    .nav img {
        width: 30px;
    }

    .nav {
        position: fixed;
        top: 2rem !important;
        left: 0;
        right: 0;
        background-color: #333;
        z-index:
            100;
        padding: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .nav .container {
        padding: 0 1rem;
    }

    .nav nav {
        margin: 0;
        font-size: 9pt;
        padding: 0;
    }

    .nav nav img {
        width: 30px;
    }

    .nav nav a {
        font-size: 9pt;
        padding: .5rem;
        float: left;
        margin: 0;
        background-color: transparent;
    }

    .nav nav a:hover {
        background-color: #00000033;
        color: #fff;
    }

    .nav nav .app-logo-home a {
        font-size: 18pt;
    }

    .nav nav .button-nav a {
        padding: 0rem !important;
        font-size: 9pt;
        background-color: #333;
    }

    .nav nav .button-nav a:hover {
        background-color: #00000033;
    }

    .nav nav .button-nav a .material-symbols-outlined {
        font-size: 15px;
    }

    .founder-message {
        padding: 2rem;
        margin-top: 3rem;
    }

    .founder-message .f1 {
        font-size: 18pt;
        line-height: 24pt;
        margin-bottom: 2rem;
    }

    .section-1 p.big {
        font-size: 18pt;
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    
    .section-2-cards {
        flex-direction: column;
        padding: 0 3rem;
    }
    .section-2-cards .card {
        width: 100%;
        margin-bottom: 3rem;
    }
    .section-2-cards .card .header {
        height: 250px;
    }
    
.section-3-cards {
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

.section-3-cards .svg-container {
    padding: 4rem;
    align-self: stretch;
    box-sizing: border-box;
    width: 100%;

}
    
    .tools {
        box-sizing: border-box;
        flex-wrap: wrap;
        width: 100%;
        gap: 3rem;
    }
    
    .tools ul {
        box-sizing: border-box;
        flex-wrap: wrap;
        width: 100%;
        gap: .25rem;
    }
    
    .tools ul li:first-child {
        width: 100%;
    }
    
    .tools ul li {
        font-size: 10pt;
    }
    
.section-5-slider-flex {
    flex-direction: column;
    padding: 1rem;
}

.section-7 .container .card {
    flex-wrap: wrap;
}

.section-7 .card:last-child {
    gap: 1rem;
}

.contact-form {padding: 0;}

.fixed-form {
    padding: 1rem 2rem;
    min-width: none;
    overflow-y: scroll;
}

.fixed-form ul {
    margin-top: -3rem;
}

.close-form {
    margin-top: 0;
}

.ddm {display: flex;}

}