{"id":779,"date":"2026-02-11T22:06:43","date_gmt":"2026-02-11T22:06:43","guid":{"rendered":"https:\/\/ilazou.gr\/?page_id=779"},"modified":"2026-02-25T17:10:52","modified_gmt":"2026-02-25T17:10:52","slug":"projects-3","status":"publish","type":"page","link":"https:\/\/ilazou.gr\/en\/projects-3\/","title":{"rendered":"Projects"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"779\" class=\"elementor elementor-779\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d7b758 p8 e-flex e-con-boxed e-con e-parent\" data-id=\"0d7b758\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-848c0de e-con-full high  e-flex e-con e-child\" data-id=\"848c0de\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a462f45 elementor-widget elementor-widget-html\" data-id=\"a462f45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .high {\n        \/* \u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 *\/\n        min-height: 70vh;\n        \n        \/* \u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03c5\u03bb \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 *\/\n        background-color: #333; \n        color: white;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 100%;\n        \n        \/* \u03a3\u0397\u039c\u0391\u039d\u03a4\u0399\u039a\u039f: Will-change \u03b3\u03b9\u03b1 performance *\/\n        will-change: min-height;\n        \n        \/* \u039c\u03b9\u03ba\u03c1\u03cc transition \u03b3\u03b9\u03b1 \u03bd\u03b1 \"\u03b3\u03bb\u03c5\u03ba\u03ac\u03bd\u03b5\u03b9\" \u03c4\u03bf JS update *\/\n        transition: min-height 0.1s linear; \n    }\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const element = document.querySelector('.high');\n    \n    \/\/ \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2\n    const startVh = 70;  \/\/ \u0391\u03c0\u03cc \u03c0\u03bf\u03c5 \u03be\u03b5\u03ba\u03b9\u03bd\u03ac\u03b5\u03b9\n    const endVh = 110;    \/\/ \u03a0\u03bf\u03c5 \u03ba\u03b1\u03c4\u03b1\u03bb\u03ae\u03b3\u03b5\u03b9\n    const scrollRange = window.innerHeight; \/\/ \u03a0\u03cc\u03c3\u03bf scroll \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af (\u03b5\u03b4\u03ce 1 \u03bf\u03b8\u03cc\u03bd\u03b7)\n\n    if (element) {\n        window.addEventListener('scroll', () => {\n            window.requestAnimationFrame(() => {\n                const scrolled = window.scrollY;\n                \n                \/\/ \u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c0\u03bf\u03c3\u03bf\u03c3\u03c4\u03bf\u03cd (0 \u03ad\u03c9\u03c2 1)\n                let progress = scrolled \/ scrollRange;\n                \n                \/\/ \u038c\u03c1\u03b9\u03b1: \u039d\u03b1 \u03bc\u03b7\u03bd \u03c0\u03ac\u03b5\u03b9 \u03ba\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc 0 \u03ae \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc 1\n                if (progress > 1) progress = 1;\n                if (progress < 0) progress = 0;\n\n                \/\/ \u039c\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c2: \u0391\u03c1\u03c7\u03ae + (\u0394\u03b9\u03b1\u03c6\u03bf\u03c1\u03ac * \u03a0\u03c1\u03cc\u03bf\u03b4\u03bf\u03c2)\n                const currentHeight = startVh + (progress * (endVh - startVh));\n                \n                \/\/ \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c3\u03c4\u03bf element\n                element.style.minHeight = currentHeight + 'vh';\n            });\n        });\n    }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08f43da elementor-widget elementor-widget-shortcode\" data-id=\"08f43da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        \n        <style>\n            @import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@500;700&display=swap');\n\n            \/* Grid Container *\/\n            .projects-archive-container {\n                font-family: 'Manrope', sans-serif;\n                max-width: 100%;\n                margin: 0 auto;\n                padding-bottom: 50px;\n            }\n\n            .projects-grid {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr); \/* 3 \u03a3\u03c4\u03ae\u03bb\u03b5\u03c2 *\/\n                gap: 40px 30px; \/* \u039a\u03b5\u03bd\u03cc: 40px \u03ba\u03ac\u03b8\u03b5\u03c4\u03b1, 30px \u03bf\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03b1 *\/\n                margin-bottom: 60px;\n            }\n\n            \/* Project Card *\/\n            .project-card {\n                text-decoration: none;\n                color: inherit;\n                display: block;\n                group: pointer;\n            }\n            \n            \/* Image Wrapper \u03b3\u03b9\u03b1 Aspect Ratio 5:3 *\/\n            .project-img-wrap {\n                width: 100%;\n                aspect-ratio: 5 \/ 3; \/* \u0397 \u03b1\u03bd\u03b1\u03bb\u03bf\u03b3\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b6\u03ae\u03c4\u03b7\u03c3\u03b5\u03c2 *\/\n                overflow: hidden;\n                background-color: #f0f0f1; \/* Placeholder \u03c7\u03c1\u03ce\u03bc\u03b1 *\/\n                margin-bottom: 15px;\n            }\n\n            .project-img-wrap img {\n                width: 100%;\n                height: 100%;\n                object-fit: cover; \/* \u0393\u03b5\u03bc\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03af \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 *\/\n                transition: transform 0.5s ease;\n            }\n\n            \/* Hover Effect: Zoom *\/\n            .project-card:hover .project-img-wrap img {\n                transform: scale(1.05);\n            }\n\n            \/* \u03a4\u03c5\u03c0\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03a4\u03af\u03c4\u03bb\u03bf\u03c5 *\/\n            .project-title {\n                font-family: 'Manrope', sans-serif;\n                font-weight: 700; \/* Bold \u03cc\u03c0\u03c9\u03c2 \u03c3\u03c4\u03b7\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 *\/\n                font-size: 18px;\n                line-height: 1.3;\n                color: #000;\n                margin: 0;\n                text-align: left;\n            }\n\n            \/* Pagination Styles *\/\n            .projects-pagination {\n                display: flex;\n                justify-content: center;\n                gap: 10px;\n                margin-top: 40px;\n            }\n\n            .projects-pagination a, \n            .projects-pagination span {\n                font-family: 'Manrope', sans-serif;\n                display: inline-flex;\n                align-items: center;\n                justify-content: center;\n                width: 40px;\n                height: 40px;\n                border: 1px solid #ddd;\n                color: #333;\n                text-decoration: none;\n                transition: all 0.3s ease;\n                font-weight: 600;\n            }\n\n            .projects-pagination a:hover {\n                background-color: #000;\n                border-color: #000;\n                color: #fff;\n            }\n\n            .projects-pagination span.current {\n                background-color: #000;\n                border-color: #000;\n                color: #fff;\n            }\n\n            \/* Responsive *\/\n            @media (max-width: 1024px) {\n                .projects-grid { grid-template-columns: repeat(2, 1fr); }\n            }\n            @media (max-width: 768px) {\n                .projects-grid { grid-template-columns: 1fr; gap: 30px; }\n            }\n        <\/style>\n\n        <div class=\"projects-archive-container\">\n            <div class=\"projects-grid\">\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/bouta\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/02-1024x683.jpg\" alt=\"Iroyal Hair Experience\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">Iroyal Hair Experience<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/in-the-hood\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/01-2-1024x796.webp\" alt=\"In The Hood | \u0391\u03c1\u03b5\u03bf\u03c0\u03b1\u03b3\u03af\u03c4\u03bf\u03c5\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">In The Hood | Areopagitou Street<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/provis-voula\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2017\/09\/06-e1770731292712-1024x681.jpg\" alt=\"IR14\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">IR14<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/apartment\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/01-3-1024x683.webp\" alt=\"LK8\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">LK8<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/in-the-hood-alexandras\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/In-The-Hood-\u03bb\u03b5\u03be\u03ac\u03bd\u03b4\u03c1\u03b1\u03c2-1024x683.jpg\" alt=\"In The Hood | \u0391\u03bb\u03b5\u03be\u03ac\u03bd\u03b4\u03c1\u03b1\u03c2\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">In The Hood | Alexandras Avenue<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/sivrissariou\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/03-5-1024x683.webp\" alt=\"SIV28\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">SIV28<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/argos\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/03-6-1024x512.webp\" alt=\"ValiaD\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">ValiaD<\/h3>\n                    <\/a>\n\n                                    \n                    <a href=\"https:\/\/ilazou.gr\/en\/projects\/enertia\/\" class=\"project-card\">\n                        <div class=\"project-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/ilazou.gr\/ilazou-content\/uploads\/2026\/02\/01-7-1024x683.webp\" alt=\"Enertia\" loading=\"lazy\">\n                        <\/div>\n                        <h3 class=\"project-title\">Enertia<\/h3>\n                    <\/a>\n\n                            <\/div>\n\n            <div class=\"projects-pagination\">\n                            <\/div>\n        <\/div>\n\n        \n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"class_list":["post-779","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/pages\/779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/comments?post=779"}],"version-history":[{"count":0,"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/pages\/779\/revisions"}],"wp:attachment":[{"href":"https:\/\/ilazou.gr\/en\/wp-json\/wp\/v2\/media?parent=779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}