
    .logoAlisha{
         background: linear-gradient(#ee8a0d, #f0abe4);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: .1em;
        font-size: 30px;
    }
    
    
    .logoPradhan{
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
    }
    .secondaryNavStyle ul li a{
         background: linear-gradient(#473e02, #610b0b);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    }