.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-nav .nav-item .btn {
    background-color: transparent;
    border: 0;
    color: white !important;
}

.navbar-nav .nav-item .dropdown-menu {
    background: transparent;
    line-height: 1;
    border: 1;
    border-color: #FC1A5C;
    min-width: 80px;
    height: 75px;
    border-radius: 0%;
    content: none;
}

.navbar-nav .nav-item .dropdown-menu a {
    color: white !important;
    width: 60px;
    text-indent: 45%;
    line-height: 20px;
}

.navbar-nav .nav-item .dropdown-menu a:hover {
    color: #fff;
    background-color: #FC1A5C;
    width: 100%;
}