.hamburger-nav {
    background-color: var(--df-blue);
    padding-left: 60px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-top-left-radius: 999px;
}

.collapse-hide {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    background-color: #012655;
    color: #fff;
}

.collapse-show {
    max-height: 500px;
    transition: max-height 1s ease-in-out;
}

.padding-footer {
    padding-inline: 5rem;
}
.navi{
    align-self: end;
    padding-left: 3%;
}

.rowDesk {
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 75px 0px 0px 0px;
    background: #012655;
}

.colDesk {
    display: flex;
    justify-content: center;
}