.header__menu{
    color: #DFDFDF;
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
    text-decoration: none;
}
.header__menu:hover{
    color: white;
    text-decoration: underline;
}
.navbar-nav .nav-link{
           
    font-family: 'Inter-Medium';
    font-size: 16px;
    color: #0F0F0F !important;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 20px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    color: #131313 !important;
   
 }
 .header__menu--shadow{
    z-index: 10;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
 }