@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --bs-primary: #1db6e2 !important;
    --bs-light: #f4f4f4 !important;
    --bs-primary-bg-subtle: #1db6e2 !important;
    --bs-accordion-active-color: #fff !important;
    --bs-primary-text-emphasis: #fff;
}

[data-animate] {
    opacity: 0;
}

.btn-primary {
    border: 1px solid #fff !important;
}

#scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

section {
    padding: 1rem;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
}

body,
nav,
div,
a,
p,
h1,
h2,
h3,
h4,
h5,
section {
    font-family: Nunito;
}

a {
    text-decoration: none !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

.btn-round {
    border-radius: 25px;
}

.pointer {
    cursor: pointer;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.no-border {
    border: none;
}

.card-body,
.card {
    border-radius: 30px !important;
}

nav.home {
    background-color: var(--bs-primary) !important;
    border: none !important;
}

.home a.nav-link {
    color: #ffffff !important;
}

.home img {
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    background: white;
    height: auto;
    padding: 25px;
    text-align: end;
}

.mobile-menu .nav-link {
    font-size: 25px !important;
}

.navbar .nav-link:hover, .navbar .nav-link.active {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

.bg-dark-secondary {
    background-color: rgb(110 111 112) !important;
}

.accordion-button,
.accordion {
    color: #263237;
    direction: ltr;
    font-family: Nunito;
    line-height: 1.45889987em;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 23px;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-body {
    font-size: 18px;
    color: #101010;
    text-align: start !important;
}

.partner-logo {
    filter: grayscale(1);
    max-width: 150px;
}

.partner-logo:hover {
    filter: grayscale(0) brightness(1) !important;
}

.text-wrap-balance {
    text-wrap: balance;
}

@media (max-width: 576px) {
    .modal-dialog {
        width: 100vw !important;
        margin: 5px !important;
        margin-right: 10px !important;
    }
    #main-img {
        max-height: 360px !important;
    }
}