
.home-top::after{

    content:"";

    position:absolute;

    top:0;

    right:0;

    width:100%;

    height: 100%;
    
    opacity: .17;

    background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);

    background-image: url(../img/bg\(top\).png);

    background-attachment: fixed;

    z-index: 99;


}
