.nav-item a:hover {
    background-color: rgb(166, 148, 255);}

 .nav-item a:hover span{color: rgb(74, 1, 1);}
 .nav-item:hover .sub-nav{visibility: visible !important;width: 80px !important;
  
    top: 32px;
    left: 0px;}

