.offcanvas {
    padding-bottom: 1rem;
}

.offcanvas .offcanvas-header {
    position: relative;
    justify-content: center;
}

.offcanvas .offcanvas-header .logo {
    width: 170px;
    fill: var(--primary-color);
}

.offcanvas .offcanvas-header .btn-close {
    position: absolute;
    right: 1rem;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 0;
    opacity: 1;
    color: var(--primary-color);
}

.offcanvas .offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.offcanvas.offcanvas-start,
.offcanvas.offcanvas-end {
    border: none;
}

.offcanvas.offcanvas-full {
    --bs-offcanvas-width: 100%;
}

.offcanvas.offcanvas-dark {
    --bs-offcanvas-bg: var(--primary-color);
}

.offcanvas.offcanvas-dark .offcanvas-header .logo {
    fill: var(--white);
}

.offcanvas.offcanvas-dark .offcanvas-header .btn-close {
    color: var(--white);
}

.offcanvas-navigation {
    font-size: 2.5rem;
    font-family: "Butler", serif;
    font-weight: 800;
    color: var(--primary-color);
    height: 100%;
}

.offcanvas-navigation .nav {
    margin: 0;
    padding: 0;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
}

.offcanvas-navigation .nav .nav-item {
    text-align: right;
}

.offcanvas-navigation .nav .nav-link {
    color: inherit;
    padding: 0;
    letter-spacing: 1px;
    background-image: linear-gradient(var(--primary-color), var(--primary-color) 1px);
    background-size: 0 3px;
    padding: .25rem 0;
    white-space: normal;
}

.offcanvas-navigation .nav .nav-link.active,
.offcanvas-navigation .nav .nav-link:hover {
    background-color: transparent;
    background-size: 100% 3px;
}

.offcanvas-navigation .dropdown-toggle {
    font-size: 2.5rem;
    font-family: "Butler", serif;
    font-weight: 800;
}

.offcanvas-navigation .dropdown-toggle::after {
    content: none;
}

.offcanvas-navigation .dropdown-menu {
    display: block;
    position: static;
    text-align: right;
    border: none;
    font-size: 1.25rem;
    font-family: "DIN Pro", sans-serif;
    font-weight: 400;
}

.offcanvas-navigation .dropdown-item {
    width: auto;
}