.header-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-inner img{
    max-width: 150px;
}

.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
    overflow-x: visible !important;
}

.ry-menu{
    width: auto;
}

.ry-header-nav li a{
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
}

.ry-header-nav li a:hover{
    color: #fff;
    opacity: .6;
}

.ry-header-nav .dropdown-menu li a{
    color: #fff;
    font-size: 1rem;
}

.dropdown-menu li a:hover{
    background: none;
    color: #fff !important;
    opacity: 1;
    background: rgb(0 96 57 / 60%);
}

.dropdown-menu li a:hover{
}

.ry-header-nav .dropdown-menu li a:hover{
    color: #333;
}

.ry-nav .nav-link:focus{
    color: unset;
}

.ry-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}



.dropdown-menu{
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--bs-secondary);
    background: rgb(0 96 57 / 80%);
    min-width: 15rem;
    padding: 0;
}

.dropdown-menu li{
    padding: 0;
}
.dropdown-menu li a{
    padding: 1rem;
}

.mobile-menu .ry-nav{
    flex-direction: column;
}

.mobile-menu ul li a:focus{
    color: var(--bs-secondary) !important;
}

.mobile-menu .dropdown-menu{
    border-radius: 5px;
    background: #fff;
    min-width: 80%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.menu-button, #offcanvasMenu .close-button{
    font-size: 1.5rem;
    padding: .5rem;
}

#offcanvasMenu .offcanvas-header{
    padding: 2rem !important;
}