/*
Elza Regular
font-family: "elza", sans-serif;
font-weight: 400;
font-style: normal;

Elza Oblique
font-family: "elza", sans-serif;
font-weight: 400;
font-style: italic;

Elza Bold
font-family: "elza", sans-serif;
font-weight: 700;
font-style: normal;

Elza Bold Oblique
font-family: "elza", sans-serif;
font-weight: 700;
font-style: italic;

Elza Text Regular
font-family: "elza-text", sans-serif;
font-weight: 400;
font-style: normal;

Elza Text Oblique
font-family: "elza-text", sans-serif;
font-weight: 400;
font-style: italic;

Elza Text Bold
font-family: "elza-text", sans-serif;
font-weight: 700;
font-style: normal;

Elza Text Bold Oblique
font-family: "elza-text", sans-serif;
font-weight: 700;
font-style: italic;
*/
:root {
    --main-color: #0077FF;
    --main-text-color: #ffffff;

    --light-color: #5DA9FF;
    --light-text-color: #ffffff;
    --superlight-color: #BADFFF;
    --superlight-text-color: #000000;

    --dark-color: #0755B0;
    --dark-text-color: #ffffff;
    --superdark-color: #0d3360;
    --superdark-text-color: #ffffff;
}

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    font-family: "elza-text", sans-serif;
    /* max-width: 100%; */
    overflow-x: hidden;
}

header {
    /* position: block; */
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}

ul {
    padding-left: 2rem;
}

header.overlay {
    position: absolute;
}

.header-wrapper {
    max-width: 1500px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    justify-content: space-between;
    position: relative;
    color: var(--main-text-color);
    gap: 3rem;
}

.header-wrapper .brand {
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    display: flex;
}

.header-wrapper .brand img {
    width: 100%;
}

.header-wrapper .navbar {
    flex: 1
}

.header-wrapper .navbar nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    list-style-type: none;
}

.header-wrapper .navbar nav ul * {
    color: inherit;
    text-decoration: none;
}

.header-wrapper .navbar nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-wrapper .navbar nav ul a {
    padding: 1rem;
    color: var(--superlight-text-color);
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* .header-wrapper .navbar nav ul a p {
    margin-top: 2px;
} */

.header-wrapper .navbar nav ul a:hover {
    background-color: var(--main-color);
    color: var(--main-text-color);
}

.footer-wrapper {
    max-width: 1500px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* padding: 1rem 3rem; */
    padding: 3rem;
    justify-content: space-between;
}

/* footer .footer-wrapper:first-of-type {
    padding-top: 3rem !important;
}

footer .footer-wrapper:last-of-type {
    padding-bottom: 3rem !important;
} */

.footer-wrapper .brand {
    font-family: "elza", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    display: flex;
}

.footer-wrapper .brand img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.footer-wrapper .navbar {
    flex: 1
}

.footer-wrapper .navbar nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    list-style-type: none;
}

.footer-wrapper .navbar nav ul * {
    color: inherit;
    text-decoration: none;
}

.footer-wrapper .navbar nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrapper .navbar nav ul a {
    padding: 1rem;
    color: var(--main-text-color);
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}

.footer-wrapper .navbar nav ul a:hover {
    background-color: var(--main-color);
    color: var(--main-text-color);
}

main {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: filter 1s ease-in-out;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: 3rem; */
}

.section-wrapper {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow-x: hidden;
}

/* .section-wrapper:first-of-type {
    padding-top: 3rem !important;
}

.section-wrapper:last-of-type {
    padding-bottom: 3rem !important;
} */

.section {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section.center-text {
    text-align: center;
}

.monoblock {
    background: var(--superlight-color);
    color: var(--superlight-text-color);
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.monoblock .monoblock-text {
    width: 100%;
    max-width: 1500px;
    padding: 3rem;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    z-index: 5
}

.monoblock .monoblock-text h1 {
    font-size: 4rem;
    font-weight: 400;
    font-family: "elza", sans-serif;
}

.monoblock .monoblock-text p {
    font-size: 2rem;
}

/* @keyframes clrcles {
    0%   { transform: translateX(100vw); }
    25%  { transform: translateX(0%); }
    75%  { transform: translateX(0%); }
    100% { transform: translateX(100vw); }
} */

/* @keyframes clrcles {
    0%   { transform: scaleX(200%) scaleY(200%) opacity(1); }
    25%  { transform: scaleX(100%) scaleY(100%) opacity(0); }
    75%  { transform: scaleX(100%) scaleY(100%) opacity(0); }
    100% { transform: scaleX(200%) scaleY(200%) opacity(1); }
} */

@keyframes clrcles {
    0% {
        transform: scaleX(200%) scaleY(200%);
        opacity: 0;
    }

    25% {
        transform: scaleX(100%) scaleY(100%);
        opacity: 1;
    }

    75% {
        transform: scaleX(100%) scaleY(100%);
        opacity: 1;
    }

    100% {
        transform: scaleX(200%) scaleY(200%);
        opacity: 0;
    }
}

.grid-animation {
    position: absolute;
    right: 10%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 3rem;
}

.grid-animation .grid-circle {
    width: 6rem;
    height: 6rem;
    background-color: var(--dark-color);
    border-radius: 50%;
    animation: clrcles 5.5s ease-in-out 0s infinite;
    opacity: 0;
    /* transform: translateX(100vw); */
}

.grid-animation .grid-circle#circle1 {
    filter: opacity(0.66);
    animation-delay: 0s;
}

.grid-animation .grid-circle#circle2 {
    filter: opacity(0.11);
    animation-delay: 1.5s;
}

.grid-animation .grid-circle#circle3 {
    filter: opacity(0.22);
    animation-delay: 5s;
}

.grid-animation .grid-circle#circle4 {
    filter: opacity(0.99);
    animation-delay: 1s;
}

.grid-animation .grid-circle#circle5 {
    filter: opacity(0.44);
    animation-delay: 3.5s;
}

.grid-animation .grid-circle#circle6 {
    filter: opacity(0.88);
    animation-delay: 2s;
}

.grid-animation .grid-circle#circle7 {
    filter: opacity(0.77);
    animation-delay: 4.5s;
}

.grid-animation .grid-circle#circle8 {
    filter: opacity(0.33);
    animation-delay: 0.5s;
}

.grid-animation .grid-circle#circle9 {
    filter: opacity(0.55);
    animation-delay: 2.5s;
}

.split-img-desc {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.split-img-desc.align-start {
    align-items: flex-start;
}

.split-img-desc .img {
    background-color: grey;
    border-radius: 50%;
    min-width: 8rem;
    min-height: 8rem;
    flex: 0;
    overflow: hidden;
}

.split-img-desc .img.large {
    min-width: 16rem;
    min-height: 16rem;
}

.split-img-desc .img img {
    width: 100%;
    height: 100%;
}

.split-img-desc .img-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.25rem;
}

.feature-img-desc {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.feature-img-desc.reverse-order {
    flex-direction: row-reverse;
}

.feature-img-desc .img {
    background-color: grey;
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 40%;
}

.feature-img-desc .img img {
    width: 100%;
    height: 100%;
}

.feature-img-desc .img-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.normal-fw {
    font-weight: 400;
}

.bold-fw {
    font-weight: 700;
}

.card-deck {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.card {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card .card-img {
    background-color: grey;
    padding-bottom: 56.25%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.card .card-desc {
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.btn {
    border: 1px solid var(--main-color);
    align-self: flex-start;
    padding: 0.75rem;
    border-radius: 10px;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
    text-decoration: none;
    /* color: var(--main-text-color); */
}

.btn.btn-large {
    font-size: 1.5rem;
    padding: 1rem;
}

.btn.btn-center {
    align-self: center;
}

.btn:hover {
    background: var(--main-color);
    color: var(--main-text-color);
}

.bg-lightblue {
    background: var(--light-color);
    color: var(--light-text-color) !important;
}

.bg-superlightblue {
    background: var(--superlight-color);
    color: var(--superlight-text-color) !important;
}

.bg-darkblue {
    background: var(--dark-color);
    color: var(--dark-text-color) !important;
}

.bg-superdarkblue {
    background: var(--superdark-color);
    color: var(--superdark-text-color) !important;
}

.bg-blue {
    background: var(--main-color);
    color: var(--main-text-color) !important;
}

.bg-blue .btn {
    border: 1px solid var(--light-color);
    background: var(--light-color);
    color: var(--light-text-color);
}

.bg-blue .btn:hover {
    background: var(--main-color);
    color: var(--main-text-color);
}

.reveal.reveal-left {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.reveal-right {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
}

@keyframes immediateRevealLeft {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes immediateRevealRight {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.reveal-immediately.reveal-left {
    /* position: relative; */
    transform: translateX(-150px);
    opacity: 0;
    animation: immediateRevealLeft 2s ease-out 1s forwards;
}

.reveal-immediately.reveal-right {
    /* position: relative; */
    transform: translateX(150px);
    opacity: 0;
    animation: immediateRevealRight 2s ease-out 1s forwards;
}

.reveal.reveal-left.active,
.reveal.reveal-right.active {
    transform: translateX(0);
    opacity: 1;
}

a {
    color: inherit;
}

.display-font {
    font-family: 'elza', sans-serif;
}

.no-padding-top {
    padding-top: 0rem !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 3s ease-in-out 0s forwards;
}

.header-wrapper .mobile-menu-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    background: var(--superlight-color);
    border: 1px solid var(--main-text-color);
    color: var(--superlight-text-color);
    border-radius: 0.5rem;
    flex-shrink: 0;
}

/* header.bg-lightblue .header-wrapper .mobile-menu-toggle {
    background: #c1e3fb;
    border: 1px solid #3c90c6;
} */

.large-logo {
    width: 40%;
    position: absolute;
    right: 10%;
    color: white;
}

.large-logo svg {
    opacity: 0.75;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 700;
        color: transparent;
    }

    90% {
        stroke-dashoffset: 0;
        color: transparent;
    }

    100% {
        stroke-dashoffset: 0;
        color: white;
    }
}

.logo-path {
    stroke-dasharray: 700;
    /* stroke-dashoffset: 1000; */
    animation: dash 5s ease-in-out;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.input-field.checkbox {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.input-field input,
.input-field textarea {
    padding: 0.5rem;
    border-radius: 5px;
    border: none;
    background: var(--superlight-color);
    font-size: 1rem;
    font-family: sans-serif;
}

.input-field label {
    font-weight: bold;
}

input[type="submit"] {
    padding: 0.75rem;
    font-family: 'elza';
    font-size: 1.25rem;
    background: var(--main-color);
    border: none;
    border-radius: 5px;
    color: var(--main-text-color);
}

.p-large {
    font-size: 1.25rem;
}

.icon-btn {
    width: 2rem;
    height: 2rem;
}

.accreditations {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
}

.accreditations img {
    height: 6rem;
    background: white;
    box-sizing: border-box;
    border-radius: 0.5rem;
}

.accreditations img.padded {
    height: 6rem;
    padding: 1rem;
}

@media only screen and (max-width: 600px) {
    .header-wrapper .mobile-menu-toggle {
        display: block;
    }

    .header-wrapper .navbar {
        position: absolute;
        top: 99%;
        left: 0px;
        background: var(--superlight-color);
        width: 100vw;
        font-size: 1.5rem;
        z-index: 20;
        max-height: 0vh;
        overflow: hidden;
        transition: max-height ease-in-out 1s;
    }

    header.bg-lightblue .header-wrapper .navbar {
        background: var(--superlight-color);
    }

    body.navbar-open .header-wrapper .navbar {
        max-height: 40vh;
    }

    body.navbar-open main {
        filter: blur(10px);
    }

    .header-wrapper .navbar nav ul {
        flex-direction: column;
        /* padding: 1rem 0rem; */
        gap: 0rem;
    }

    .header-wrapper .navbar nav ul li a {
        padding: 1rem;
        /* display: block; */
        border-radius: 0px;
    }

    .header-wrapper .navbar nav ul li {
        border-bottom: 1px solid var(--light-color);
    }

    .footer-wrapper .navbar {
        flex: 0;
    }

    .footer-wrapper .navbar nav ul {
        flex-direction: column;
    }

    .monoblock .monoblock-text h1 {
        font-size: 3rem;
    }

    .card-deck {
        flex-direction: column;
    }

    .feature-img-desc,
    .split-img-desc {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-img-desc .img {
        width: 100%;
    }

    .feature-img-desc.reverse-order {
        flex-direction: column;
    }

    .large-logo {
        width: 80%;
    }

    .accreditations {
        justify-content: center;
    }
}