{"id":11015,"date":"2025-01-24T03:57:53","date_gmt":"2025-01-24T11:57:53","guid":{"rendered":"https:\/\/www.recyclemachine.net\/?post_type=ts-service&#038;p=11015"},"modified":"2026-04-07T04:38:06","modified_gmt":"2026-04-07T11:38:06","slug":"hdpe-sert-plastik-kirma-ve-yikama-hatti-deneme-calismasi","status":"publish","type":"ts-service","link":"https:\/\/www.recyclemachine.net\/tr\/hizmet-2\/hdpe-sert-plastik-kirma-ve-yikama-hatti-deneme-calismasi\/","title":{"rendered":"Live Demo: HDPE Rigid Plastic Crushing and Washing Line"},"content":{"rendered":"<div class=\"wpb-content-wrapper\">\r\n<div class=\"vc_row ts-row wpb_row vc_row-fluid ts-total-col-1 ts-zindex-0 container ts-bgimage-position-center_center\">\r\n\r\n        \r\n\t\r\n\t\r\n\t\t\r\n<div class=\"ts-column wpb_column vc_column_container vc_col-sm-12 ts-zindex-0\">\r\n\t<div class=\"vc_column-inner\">\r\n\t\t\t\t<div class=\"wpb_wrapper\">\r\n\t\t\t\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n    .machine-showcase-container,\n    .machine-showcase-container *,\n    .machine-showcase-container *::before,\n    .machine-showcase-container *::after {\n        box-sizing: border-box;\n    }\n\n    .machine-showcase-container {\n        --primary-color: #005D30;\n        --primary-dark: #004624;\n        --primary-gradient: linear-gradient(120deg, #005D30 0%, #004624 100%);\n        --bg-gray: #f8faf8;\n        --bg-white: #ffffff;\n        --text-dark: #2d3436;\n        --text-muted: #636e72;\n        --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);\n        --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);\n        width: 100%;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    .ms-section {\n        padding: 80px 20px;\n        width: 100%;\n    }\n\n    .ms-container {\n        max-width: 1100px;\n        margin: 0 auto;\n    }\n\n    .ms-title {\n        color: var(--text-dark);\n        text-align: center;\n        margin-bottom: 25px;\n        font-weight: 800;\n        line-height: 1.2;\n    }\n\n    .ms-subtitle {\n        text-align: center;\n        color: var(--text-muted);\n        margin-bottom: 40px;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n        line-height: 1.6;\n    }\n\n    .ms-highlight-text {\n        background: var(--primary-gradient);\n        -webkit-background-clip: text;\n        background-clip: text;\n        -webkit-text-fill-color: transparent;\n        display: inline-block;\n    }\n\n    .ms-video-outer {\n        width: 100%;\n        margin-bottom: 40px;\n    }\n\n    .ms-video-container {\n        width: 100%;\n        aspect-ratio: 16 \/ 9;\n        background-color: #000;\n        position: relative;\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: var(--shadow-md);\n        cursor: pointer;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .ms-video-container:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 40px rgba(98, 171, 102, 0.2);\n    }\n\n    .ms-video-placeholder {\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        background-size: cover;\n        background-position: center;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .ms-video-overlay {\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        background: rgba(0,0,0,0.2);\n        transition: background 0.3s ease;\n    }\n\n    .ms-video-container:hover .ms-video-overlay {\n        background: rgba(0,0,0,0.1);\n    }\n\n    .ms-video-play-btn {\n        width: 80px;\n        height: 80px;\n        background: var(--primary-gradient);\n        border-radius: 50%;\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        z-index: 2;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 0 0 0 rgba(98, 171, 102, 0.4);\n        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    }\n\n    .ms-video-container:hover .ms-video-play-btn {\n        transform: translate(-50%, -50%) scale(1.1);\n        animation: pulse 2s infinite;\n    }\n\n    @keyframes pulse {\n        0% { box-shadow: 0 0 0 0 rgba(0, 93, 48, 0.7); }\n        70% { box-shadow: 0 0 0 20px rgba(0, 93, 48, 0); }\n        100% { box-shadow: 0 0 0 0 rgba(0, 93, 48, 0); }\n    }\n\n    .ms-video-play-btn svg {\n        width: 30px;\n        height: 30px;\n        fill: white;\n        margin-left: 5px;\n    }\n\n    .ms-features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .ms-feature-card {\n        background: #fff;\n        padding: 40px 30px;\n        border-radius: 10px;\n        text-align: center;\n        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);\n        border: 1px solid #f0f0f0;\n    }\n\n    .ms-feature-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 12px 30px rgba(0, 93, 48, 0.1);\n        border-color: var(--primary-color);\n    }\n\n    .ms-icon-box {\n        font-size: 44px;\n        background: var(--primary-gradient);\n        -webkit-background-clip: text;\n        background-clip: text;\n        -webkit-text-fill-color: transparent;\n        margin-bottom: 25px;\n        display: inline-block;\n    }\n\n    .ms-feature-title {\n        font-weight: 700;\n        margin-bottom: 15px;\n        color: var(--text-dark);\n    }\n\n    .ms-feature-desc {\n        color: var(--text-muted);\n        line-height: 1.6;\n    }\n\n    .ms-btn-container {\n        text-align: center;\n        margin-top: 40px;\n    }\n\n    .ms-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        background: var(--primary-color);\n        color: #FFFFFF !important;\n        padding: 14px 28px;\n        border-radius: 10px;\n        text-decoration: none !important;\n        font-weight: 600;\n        transition: background-color 0.2s ease, transform 0.2s ease;\n        border: 0 !important;\n        cursor: pointer;\n        box-shadow: none !important;\n        gap: 10px;\n    }\n\n    .ms-btn:hover {\n        background-color: var(--primary-dark);\n        transform: translateY(-1px);\n        box-shadow: none !important;\n        opacity: 1;\n    }\n\n    @media (max-width: 768px) {\n        .ms-section {\n            padding: 50px 15px;\n        }\n        .ms-btn {\n            box-sizing: border-box;\n        }\n    }\n<\/style>\n\n<div class=\"machine-showcase-container\">\n    <section class=\"ms-section\">\n        <div class=\"ms-container\">\n            <h1 class=\"ms-title\">Canl\u0131 Demo: HDPE Sert Plastik <span class=\"ms-highlight-text\">\u00c7ekme ve Y\u0131kama Hatt\u0131<\/span><\/h1>\n            <p class=\"ms-subtitle\">En son teknolojiyle tasarlanm\u0131\u015f, HDPE malzemeleri verimli bir \u015fekilde geri d\u00f6n\u00fc\u015ft\u00fcrmek i\u00e7in m\u00fchendislenmi\u015f bir \u00e7\u00f6z\u00fcm \u2014 at\u0131k \u015fi\u015feler, bidonlar ve borular\u0131 temiz, yeniden kullan\u0131labilir plastik flaklara d\u00f6n\u00fc\u015ft\u00fcr\u00fcr.<\/p>\n\n            <div class=\"ms-video-outer\">\n                <div class=\"ms-video-container\" onclick=\"this.innerHTML='<iframe src=\\'https:\/\/www.youtube.com\/embed\/QJnnVZnQOwE?autoplay=1\\' allow=\\'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\\' allowfullscreen style=\\'position:absolute;top:0;left:0;width:100%;height:100%;border:0;\\'><\/iframe>'\">\n                    <div class=\"ms-video-placeholder\" style=\"background-image: url('https:\/\/img.youtube.com\/vi\/QJnnVZnQOwE\/hqdefault.jpg');\">\n                        <div class=\"ms-video-overlay\"><\/div>\n                        <div class=\"ms-video-play-btn\">\n                            <svg viewbox=\"0 0 24 24\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <!-- SEO Video Schema -->\n                <script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"VideoObject\",\n    \"name\": \"Live Demo: HDPE Rigid Plastic Crushing and Washing Line\",\n    \"description\": \"A state-of-the-art solution engineered to efficiently recycle HDPE materials \\u2014 transforming waste bottles, drums, and pipes into clean, reusable plastic flakes.\",\n    \"thumbnailUrl\": \"https:\\\/\\\/img.youtube.com\\\/vi\\\/QJnnVZnQOwE\\\/hqdefault.jpg\",\n    \"uploadDate\": \"2024-03-20T08:00:00+08:00\",\n    \"embedUrl\": \"https:\\\/\\\/www.youtube.com\\\/embed\\\/QJnnVZnQOwE\"\n}<\/script>\n            <\/div>\n\n            <div class=\"ms-btn-container\">\n                <a href=\"https:\/\/www.recyclemachine.net\/tr\/pp-hdpe-pvc-icin-sert-plastik-camasir-ipi\/\" class=\"ms-btn\" target=\"_blank\">Y\u0131kama Hatt\u0131n\u0131 Ke\u015ffedin<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"ms-section\">\n        <div class=\"ms-container\">\n            <h2 class=\"ms-title\">Entegre <span class=\"ms-highlight-text\">Recycling System<\/span><\/h2>\n            <div class=\"ms-features-grid\">\n                <div class=\"ms-feature-card\">\n                    <div class=\"ms-icon-box\"><i class=\"fa-solid fa-gears\"><\/i><\/div>\n                    <div class=\"ms-feature-title\">Y\u00fcksek Verimli \u0130\u015fleme<\/div>\n                    <div class=\"ms-feature-desc\">Az manuel m\u00fcdahale ile HDPE at\u0131k miktarlar\u0131n\u0131 s\u00fcrekli i\u015fleme s\u00fcre\u00e7leri ile b\u00fcy\u00fck \u00f6l\u00e7\u00fcde i\u015fler.<\/div>\n                <\/div>\n                <div class=\"ms-feature-card\">\n                    <div class=\"ms-icon-box\"><i class=\"fa-solid fa-shower\"><\/i><\/div>\n                    <div class=\"ms-feature-title\">\u00dcst\u00fcn Y\u0131kama Performans\u0131<\/div>\n                    <div class=\"ms-feature-desc\">\u00c7ok a\u015famal\u0131 frizma y\u0131kay\u0131c\u0131lar\u0131 ve yatay-batarya tanklar\u0131 kir, etiketler ve yap\u0131\u015ft\u0131r\u0131c\u0131lar\u0131 temizleyerek y\u00fcksek safl\u0131k \u00e7\u0131kar\u0131m\u0131 sa\u011flar.<\/div>\n                <\/div>\n                <div class=\"ms-feature-card\">\n                    <div class=\"ms-icon-box\"><i class=\"fa-solid fa-bolt\"><\/i><\/div>\n                    <div class=\"ms-feature-title\">Enerji-Teknik Tasar\u0131m<\/div>\n                    <div class=\"ms-feature-desc\">G\u00fc\u00e7l\u00fc i\u015fleme yetenekleri ile maliyet etkin ve d\u00fc\u015f\u00fck enerji t\u00fcketimini dengeleyecek \u015fekilde tasarlanm\u0131\u015ft\u0131r.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\t<\/div>\r\n\t<\/div>\r\n<\/div>\r\n\r\n\r\n\t<\/div>\r\n\r\n\r\n\n<p>&nbsp;<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Watch the HDPE rigid plastic crushing and washing line trial run. Transforms waste bottles, drums, and pipes into clean, high-purity HDPE flakes.<\/p>","protected":false},"featured_media":0,"template":"","ts-service-category":[13],"class_list":["post-11015","ts-service","type-ts-service","status-publish","hentry","ts-service-category-washing-systems"],"tsf_seo":{"title":"Live Demo: HDPE Rigid Plastic Crushing and Washing Line","description":"HDPE sert plastik \u00e7\u00f6kme ve y\u0131kama hatt\u0131 deneme \u00e7al\u0131\u015fmas\u0131. Tam sistem at\u0131k \u015fi\u015feler, kovlar ve borular\u0131 temiz, yeniden kullan\u0131labilir HDPE flaklara d\u00f6n\u00fc\u015ft\u00fcr\u00fcr.","robots":"index, follow","canonical":"https:\/\/www.recyclemachine.net\/tr\/hizmet-2\/hdpe-sert-plastik-kirma-ve-yikama-hatti-deneme-calismasi\/","og_title":"Live Demo: HDPE Rigid Plastic Crushing and Washing Line","og_description":"HDPE rigid plastic crushing and washing line trial run. Complete system transforms waste bottles, drums, and pipes into clean, reusable HDPE flakes.","og_image":""},"_links":{"self":[{"href":"https:\/\/www.recyclemachine.net\/tr\/wp-json\/wp\/v2\/ts-service\/11015","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.recyclemachine.net\/tr\/wp-json\/wp\/v2\/ts-service"}],"about":[{"href":"https:\/\/www.recyclemachine.net\/tr\/wp-json\/wp\/v2\/types\/ts-service"}],"wp:attachment":[{"href":"https:\/\/www.recyclemachine.net\/tr\/wp-json\/wp\/v2\/media?parent=11015"}],"wp:term":[{"taxonomy":"ts-service-category","embeddable":true,"href":"https:\/\/www.recyclemachine.net\/tr\/wp-json\/wp\/v2\/ts-service-category?post=11015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}