.header-bg {
    background-color: #8CB789 !important;
}

.footer-gradient {
    background: linear-gradient(45deg, #0066cc, #ff0066) !important;
}

.btn-menu {
    background: none ;
    border: 2px solid white ;

}

.btn-menu:hover {
    background-color: rgba(255, 255, 255, 0.1) ;
    color: white ;
}

.menu-icon {
    font-size: 1.5rem;
}

.logo-height {
    max-height: 80px;
    object-fit: contain;
}

.border_private{
    border-color: #660066;
}
.width__max{
    max-width: 600px;
    max-height: 500px
}