GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/parhudrw/anqa.it/wp-content/themes/essentials/inc/scss/elements/_fancy_popup.scss
.fancy_popup_ph {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.pix_reveal {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50vh;
    background: #333;
    svg {
        z-index: 9999999;
        margin-top: -420px;
        width: 100%;
        path:nth-child(1) { opacity: 0.15; }
        path:nth-child(2) { opacity: 0.3; }
        path {
            -webkit-transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
    }

}