* {
    font-family: "Poppins", sans-serif;
}

.d-none-soft {
    display: none;
}

input[type="text"], input[type="email"] {
    border-radius: 30px;
    padding: .375rem 2rem;
    height: 47px;
}

label.form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.btn-primary {
    width: 192px;
    height: 47px;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
}

.dropdown {
    position: fixed;
    right: 1em;
    bottom: 1em;
    width: auto;
    padding: 0;
    border-radius: 30px;
    box-shadow: 0 0 10px #333;
}
.dropdown button {
    border-radius: 30px;
}
.dropdown img {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.dropdown-item img {
    width: 18px !important;
    height: 18px !important;
    vertical-align: sub !important;
}

footer {
    background: #000;
}
footer img {
    height: 60px;
}
footer .footer-logo {
    text-align: left;
}
footer .footer-copy {
    text-align: left;
}
footer .footer-list {
    justify-content: end;
}

a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

h1 {
    font-size: calc(1.425rem + 2.1vw) !important;
}
h2 {
    /* font-size: 55px;
    line-height: 63.4px; */
    font-size: 45px;
    line-height: 58.4px;
    font-weight: 800;
}
h5 {
    /* font-size: 18px; */
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

*[status="error"] {
    border: 1px solid var(--bs-danger);
    border-radius: var(--bs-border-radius);
}

.d-desktop { display: block; }
@media (max-width: 575.98px) {
.d-desktop { display: none; }

    footer .footer-logo {
        text-align: center;
    }
    footer .footer-copy {
        text-align: center;
    }
    footer .footer-list {
        display: block;
    }
    footer .footer-list > li {
        text-align: center;
    }

    a.nav-link {
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    }
}