@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    font-family: 'Outfit', sans-serif;
}

body, html {
    height: 100%;
    margin: 0;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

p {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #1e293b;
}

.page-head {
    font-weight: 700;
}

.page-hightlight {
    font-size: 1.7rem;
    letter-spacing: 0.04rem;
}

.page {
    /*background: #0a0a0a;*/
    background: #f6f9fc;
    /*background: linear-gradient(to bottom, #1441b8, #ffffff);*/
    color:;
}

.badge {
    height: 2.25rem;
    min-width: 2.25rem;
    font-size: 0.8rem;
}

.inner-page {
    padding: 5rem 0;
}

.rounded-5 {
    border-radius: 15px;
}

.mt-8 {
    margin-top: 6rem;
}

.mb-6 {
    margin-top: 6rem;
}

.pt-8 {
    padding-top: 6rem;
}

.bg-alternate {
    background: #2b2c32;
    color: #d4d4d8;
}

.bg-alternate1 {
    background: #d9dfe5;
}

.how .icon {
    font-size: 4.25rem;
    margin-right: 2rem;
}

.bg-header {
    background: #157449;
    --tblr-navbar-border-color: none;
    padding: 1rem;
    font-size: 1rem;
}

.text-header {
    color: #069777 !important
}

.intro-f1 {
    font-size: 2.5rem;
}

.intro-f2 {
    font-size: 2rem;
}

.navbar {
    border-color: #ffffff40;
}

.nav-link {
    color: #d4d4d8;
}

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar .navbar-nav .nav-link {
    color: #a3dfc4;
}

.content-section {
    /*padding: 5rem 1rem;*/
}

.btn-custom {
    background-color: white;
    color: #14B8A6;
    font-weight: 600;
}

    .btn-custom:hover {
        background-color: #f8f9fa;
        color: #0D9488;
    }

.color-icon {
    color: #00c59a;
}

.key i {
    background: #b7efd6;
    border-radius: 10px;
    padding: 16px;
    color: #1b997d;
    font-size: 2rem;
}

.section-title:after {
    display: inline-block;
    margin: 0 0 0px 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00c59a;
    width: 20px;
}

.section-title:before {
    display: inline-block;
    margin: 0 0px 0px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00c59a;
    width: 20px;
}

.border-light {
    border-color: #e2e8f0 !important;
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}

.accordion-header {
    margin-bottom: 0;
    border-color: transparent;
    background: transparent;
}

.contact {
    background-color: #2e2e33;
}

    .contact .form-control {
        background: transparent;
        border-color: #ffffff47;
        padding: 1rem;
    }

    .contact .btn {
        padding: 1rem;
    }

.accordion h4 {
    margin-bottom: 0;
    padding: 1rem;
    font-size: 1.2rem;
    color: #1e293b;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item {
    margin-bottom: 1rem;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    border-right: none;
    border-left: none;
}

    .accordion-item:not(:first-of-type) {
        border: 1px solid #d7d7d7;
        border-radius: 0px;
        border-right: none;
        border-left: none;
    }

.pricing h1 {
    padding: 1.5rem 2rem;
    color: #00765c;
    margin-top: 10px;
}

.faq {
    background: transparent;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
}

.border-primary-subtle {
    border-color: #b0d4ff !important;
}

.text-white-stable {
    color: #fff !important;
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
}

#features .card {
    box-shadow: none;
}

@media (min-width: 768px) {
    .ms-md-n3 {
        margin-left: -.75rem !important;
    }
}
