@charset "UTF-8";
*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: inherit;
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

.h1, h1 {
    font-size: calc(1.375rem+ 1.5vw);
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}

.h2, h2 {
    font-size: calc(1.325rem+ .9vw);
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}

.h3, h3 {
    font-size: calc(1.3rem+ .6vw);
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}

.h4, h4 {
    font-size: calc(1.275rem+ .3vw);
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem;
    }
}

.h5, h5 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

ol, ul {
    padding-right: 2rem;
}

dl, ol, ul {
    margin-bottom: 1rem;
    margin-top: 0;
}

a {
    text-decoration: none;
}

img, svg {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: ltr;
}

.display-4 {
    font-size: calc(1.475rem+ 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91vw;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%;
}

.nav-link {
    color: #0d6efd;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;

}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
}

.navbar > .container{
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
}

.navbar-brand {
    font-size: 1.25rem;
    margin-left: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-right: 0;
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;

}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }


    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.row {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-top: calc(-1 * var(--bs-gutter-y));
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%;
}

[class^="col-"], [class^="row-"] > * {
    flex: 0 0 auto;
}
.row-1 > * {
    width: 100%;
}
@media (min-width: 576px) {
    .row-sm-2 > * {
        width: 50%;
    }
    .col-sm-6 {

        width: 50%;
    }

    .col-sm-12 {

        width: 100%;
    }
}

@media (min-width: 768px) {

    .row-md-3 > * {

        width: 33.3333333333%;
    }

}
@media (min-width: 992px) {
    .row-lg-4 > * {

        width: 25%;
    }
    .col-lg-3 {

        width: 25%;
    }
    .col-lg-6 {

        width: 50%;
    }
    .col-lg-12 {

        width: 100%;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }
}
@media (min-width: 1200px) {
    .row-xl-5 > * {
        width: 20%;
    }

}
.d-grid {
    display: grid;
}
.d-flex {
    display: flex;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-lg-row-reverse {
    flex-direction: row-reverse;
}
.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.m-3 {
    margin: 1rem;
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}


.p-2 {
    padding: .5rem;
}


.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.py-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.py-4 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.py-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.fs-4 {
    font-size: calc(1.275rem+ .3vw);
}

.fs-5 {
    font-size: 1.25rem;
}

.fw-bold {
    font-weight: 700;
}

.fw-bolder {
    font-weight: bolder;
}

.btn-lg, .btn-md, .btn-sm, .btn-xl, .btn-xxl {
    border: 0;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.btn-xxl {
    height: 50px;
    width: 200px;
}
:root {
    --blue: #2196f3;
    --green: #3ddb85;
    --orange: #f86734;
    --primary: #07304c;
    --red: #ea4335;
    --yallow: #fbdb00;
    --dark-Surface: #131517;
    --light-Surface: #fdfdfd;
    --dark-Surface-back: #151719;
    --light-Surface-back: #f8f8f8;
    --dark-Surface-hover: #17191b;
    --light-Surface-hover: rgb(247, 247, 247);
    --dark-bg: #111315;
    --light-bg: #fcfdff;
    --light-cardX-hover: #12161b;
    --dark-primary: #5ae4a8;
    --light-primary: #32bc80;
    --dark-primary-text: #ffffff;
    --light-primary-text: #1c2e35;
    --dark-secondary-text: #c3c3c3;
    --light-secondary-text: #20343a;
}
.light .fg-primary {
    background-color: var(--light-primary);
    color: white;
    font-weight: bolder;
}

.dark .fg-primary {
    background-color: var(--dark-primary);
    color: black;
    font-weight: bolder;
}
/* main */
body {
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    scroll-behavior: smooth;
}

a {
    background-color: transparent;
    text-decoration: none;
}

.hidden {
    display: none;
    height: 0;
    width: 0;
}

/*NavBar */
.nav-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
    transition: display ease-in-out 2s;
}

.show {
    display: none;
}

.navbar .navbar-nav a.nav-link {
    border-radius: 16px;
    display: block;
    font-weight: 500;
    padding: 0.25rem 1rem;
    text-decoration: none;
    transition: none;

}

/* End NavBar  */
.cardX {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.01);
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

.card-img,
.card-img-top,
.card-img-bottom {
    height: 100%;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

/*Light Mode */
.light {
    color-scheme: light;
    background-color: var(--light-bg);
    color: var(--light-primary-text);
}

.light .bg-Surface {
    background-color: var(--light-Surface-back);
}

.light .primary-text, .light .navbar .navbar-nav a.nav-link {
    color: var(--light-primary-text);
}

.light .secondary-text {
    color: var(--light-secondary-text)
}

.light .cardX {
    background-color: var(--light-Surface);
    border: 1px solid rgba(0, 0, 0, 0.05);

}

/* Dark Mode */
.dark {
    /* background #111315 */
    color-scheme: dark;
    background-color: var(--dark-bg);
    color: var(--dark-primary-text);
}

.dark .bg-Surface {
    background-color: var(--dark-Surface-back);
}

.dark .primary-text, .dark .card-text p, .dark .navbar .navbar-nav a.nav-link {
    color: var(--dark-primary-text);
}

.dark .secondary-text {
    /* color #121212 */
    color: var(--dark-secondary-text)
}

.dark .cardX {
    /* background #161616 */
    background-color: var(--dark-Surface);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-footer {
    background-color: var(--dark-bg);
    color: #ffffff;
    display: block;
    height: auto;
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative;
    width: 100%;
}

.page-footer p {
    color: #ffffff;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.footer-menu a {
    color: #ffffff;
}

.footer-menu li {
    margin-bottom: 8px;
}

ul.footer-menu {
    padding: 8px;
}

.form-mail, .form-mail:focus, .form-mail:focus-visible {
    background-color: var(--dark-Surface-hover);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgb(23, 25, 27);
    color: var(--dark-primary-text);
    font-weight: 500;
    height: 40px;
    margin: auto;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
}

@media (hover: hover) {

    .footer-menu a:hover {
        color: #3ddb85;
    }

    .light .cardX:hover {
        /*background-color: var(--light-cardX-hover);*/
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
        cursor: pointer;
        transform: translateY(-3px);
    }

    .dark .cardX:hover {
        /* background #151719 */
        background-color: var(--dark-Surface-hover);
        cursor: pointer;
        transform: translateY(-3px);

    }

    .light .navbar .navbar-nav a.nav-link:hover {
        background-color: var(--light-Surface-back);
        color: #3ddb85;
    }

    .dark .navbar .navbar-nav a.nav-link:hover {
        background-color: var(--dark-Surface-hover);
        color: #3ddb85;
    }
}

@media (max-width: 2560px) {
    .nav-collapse {
        display: inline;
    }
}

@media (max-width: 576px) {
    #navbar div.container {
        background-color: transparent;
    }

    .nav-collapse {
        display: none;
        position: absolute;
    }

    .light .navbar-toggler {
        border: 0 solid transparent;
    }

    .light .show {
        background-clip: border-box;
        background-color: var(--light-Surface);
        border-radius: 12px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        display: inline;
        justify-self: center;
        left: 10px;
        right: 10px;
        top: 70px;
        width: auto;
        z-index: 10000;
    }

    .dark .show {
        background-clip: border-box;
        background-color: var(--dark-Surface-back);
        border-radius: 12px;
        box-shadow: 0 0 4px rgb(0, 0, 0, 0.15);
        display: inline;
        justify-self: center;
        left: 10px;
        right: 10px;
        top: 70px;
        width: auto;
        z-index: 10000;
    }
}