{"id":1847,"date":"2026-03-02T17:49:42","date_gmt":"2026-03-02T14:49:42","guid":{"rendered":"https:\/\/bigart-vet.eu\/?page_id=1847"},"modified":"2026-08-15T15:53:07","modified_gmt":"2026-08-15T12:53:07","slug":"wind-turbine-in-evia","status":"publish","type":"page","link":"https:\/\/bigart-vet.eu\/?page_id=1847","title":{"rendered":"Wind turbine in Evia"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n<style>\n\/* =========================================================\n   BIG ART \u2014 WIND TURBINE IN EVIA\n   STUDENT DIGITAL TWIN PROJECT\n========================================================= *\/\n\n.bigart-wind {\n    --navy:#172554;\n    --blue:#2f4fb3;\n    --cyan:#23b7d6;\n    --yellow:#f2c94c;\n    --text:#334155;\n    --muted:#667085;\n    --soft:#f7f9fc;\n    --line:#e4e9f2;\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto 50px;\n    color:var(--text);\n    font-family:inherit;\n}\n\n.bigart-wind *,\n.bigart-wind *::before,\n.bigart-wind *::after {\n    box-sizing:border-box;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bigart-wind-hero {\n    position:relative;\n    overflow:hidden;\n    margin-bottom:24px;\n    padding:58px 54px;\n    border-radius:24px;\n\n    background:\n        radial-gradient(\n            circle at 88% 15%,\n            rgba(35,183,214,.30),\n            transparent 29%\n        ),\n        radial-gradient(\n            circle at 10% 100%,\n            rgba(242,201,76,.14),\n            transparent 30%\n        ),\n        linear-gradient(\n            135deg,\n            #172554 0%,\n            #233875 54%,\n            #2f4fb3 100%\n        );\n\n    box-shadow:0 18px 48px rgba(23,37,84,.15);\n}\n\n.bigart-wind-hero::after {\n    content:\"WIND\";\n\n    position:absolute;\n    right:24px;\n    bottom:-25px;\n\n    color:rgba(255,255,255,.045);\n\n    font-size:110px;\n    line-height:1;\n    font-weight:900;\n}\n\n.bigart-wind-kicker {\n    position:relative;\n    z-index:2;\n\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n\n    margin-bottom:18px;\n    padding:7px 13px;\n\n    border:1px solid rgba(255,255,255,.20);\n    border-radius:999px;\n\n    background:rgba(255,255,255,.10);\n\n    color:#fff;\n\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:.8px;\n    text-transform:uppercase;\n}\n\n.bigart-wind-kicker::before {\n    content:\"\";\n\n    width:8px;\n    height:8px;\n\n    border-radius:50%;\n\n    background:var(--yellow);\n}\n\n.bigart-wind-hero h1 {\n    position:relative;\n    z-index:2;\n\n    margin:0 0 18px !important;\n\n    color:#fff !important;\n\n    font-size:clamp(38px,5vw,56px) !important;\n    line-height:1.06 !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-hero p {\n    position:relative;\n    z-index:2;\n\n    max-width:930px;\n    margin:0 !important;\n\n    color:rgba(255,255,255,.88) !important;\n\n    font-size:17px !important;\n    line-height:1.75 !important;\n}\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.bigart-wind-intro {\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:22px;\n\n    margin-bottom:24px;\n}\n\n.bigart-wind-card {\n    padding:32px;\n\n    border:1px solid var(--line);\n    border-radius:20px;\n\n    background:#fff;\n\n    box-shadow:0 10px 30px rgba(23,37,84,.06);\n}\n\n.bigart-wind-card h2 {\n    margin:0 0 14px !important;\n\n    color:var(--navy) !important;\n\n    font-size:27px !important;\n    line-height:1.2 !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-card p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:15px !important;\n    line-height:1.8 !important;\n}\n\n.bigart-wind-highlight {\n    position:relative;\n\n    background:\n        linear-gradient(\n            145deg,\n            #f7fbff 0%,\n            #eef6fb 100%\n        );\n}\n\n.bigart-wind-highlight::before {\n    content:\"\";\n\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:5px;\n    height:100%;\n\n    background:\n        linear-gradient(\n            180deg,\n            var(--cyan),\n            var(--blue)\n        );\n}\n\n\/* =========================================================\n   LEARNING CARDS\n========================================================= *\/\n\n.bigart-wind-section {\n    margin-top:24px;\n    padding:36px 32px;\n\n    border-radius:22px;\n\n    background:var(--soft);\n}\n\n.bigart-wind-head {\n    max-width:800px;\n    margin-bottom:25px;\n}\n\n.bigart-wind-eyebrow {\n    display:block;\n\n    margin-bottom:8px;\n\n    color:var(--blue);\n\n    font-size:11px;\n    font-weight:850;\n    letter-spacing:1px;\n    text-transform:uppercase;\n}\n\n.bigart-wind-section h2 {\n    margin:0 0 10px !important;\n\n    color:var(--navy) !important;\n\n    font-size:30px !important;\n    line-height:1.2 !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-head p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:15px !important;\n    line-height:1.7 !important;\n}\n\n.bigart-wind-grid {\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:14px;\n}\n\n.bigart-wind-feature {\n    padding:22px;\n\n    border:1px solid var(--line);\n    border-radius:16px;\n\n    background:#fff;\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease;\n}\n\n.bigart-wind-feature:hover {\n    transform:translateY(-4px);\n\n    box-shadow:0 14px 30px rgba(23,37,84,.09);\n}\n\n.bigart-wind-number {\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n\n    width:40px;\n    height:40px;\n\n    margin-bottom:14px;\n\n    border-radius:12px;\n\n    background:#eafafd;\n    color:#168da6;\n\n    font-size:11px;\n    font-weight:900;\n}\n\n.bigart-wind-feature:nth-child(2) .bigart-wind-number {\n    background:#eef3ff;\n    color:var(--blue);\n}\n\n.bigart-wind-feature:nth-child(3) .bigart-wind-number {\n    background:#fff8da;\n    color:#987500;\n}\n\n.bigart-wind-feature h3 {\n    margin:0 0 8px !important;\n\n    color:var(--navy) !important;\n\n    font-size:16px !important;\n    line-height:1.3 !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-feature p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:13px !important;\n    line-height:1.65 !important;\n}\n\n\/* =========================================================\n   MULTI TOUR GRID\n========================================================= *\/\n\n.bigart-wind-tours {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:18px;\n}\n\n.bigart-wind-tour-card {\n    overflow:hidden;\n\n    border:1px solid var(--line);\n    border-radius:18px;\n\n    background:#fff;\n\n    box-shadow:0 8px 26px rgba(23,37,84,.06);\n}\n\n.bigart-wind-tour-title {\n    padding:18px 20px 15px;\n}\n\n.bigart-wind-tour-title span {\n    display:block;\n\n    margin-bottom:5px;\n\n    color:var(--blue);\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.8px;\n    text-transform:uppercase;\n}\n\n.bigart-wind-tour-title h3 {\n    margin:0 !important;\n\n    color:var(--navy) !important;\n\n    font-size:18px !important;\n    line-height:1.3 !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-matterport {\n    position:relative;\n\n    width:100%;\n    padding-top:60%;\n\n    background:#0f172a;\n}\n\n.bigart-wind-matterport iframe {\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:100%;\n    height:100%;\n\n    border:0;\n}\n\n\/* =========================================================\n   PROJECT VALUE\n========================================================= *\/\n\n.bigart-wind-value {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:16px;\n}\n\n.bigart-wind-value-card {\n    padding:24px;\n\n    border:1px solid var(--line);\n    border-radius:17px;\n\n    background:#fff;\n}\n\n.bigart-wind-value-card::before {\n    content:\"\";\n\n    display:block;\n\n    width:38px;\n    height:4px;\n\n    margin-bottom:17px;\n\n    border-radius:4px;\n\n    background:\n        linear-gradient(\n            90deg,\n            var(--cyan),\n            var(--yellow)\n        );\n}\n\n.bigart-wind-value-card h3 {\n    margin:0 0 8px !important;\n\n    color:var(--navy) !important;\n\n    font-size:17px !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-value-card p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:13.5px !important;\n    line-height:1.65 !important;\n}\n\n\/* =========================================================\n   IMPACT\n========================================================= *\/\n\n.bigart-wind-impact {\n    margin-top:24px;\n    padding:38px;\n\n    border-radius:22px;\n\n    background:\n        radial-gradient(\n            circle at 90% 15%,\n            rgba(35,183,214,.22),\n            transparent 28%\n        ),\n        radial-gradient(\n            circle at 78% 80%,\n            rgba(242,201,76,.12),\n            transparent 25%\n        ),\n        #172554;\n}\n\n.bigart-wind-impact h2 {\n    margin:0 0 13px !important;\n\n    color:#fff !important;\n\n    font-size:29px !important;\n    font-weight:850 !important;\n}\n\n.bigart-wind-impact p {\n    max-width:930px;\n\n    margin:0 !important;\n\n    color:rgba(255,255,255,.87) !important;\n\n    font-size:16px !important;\n    line-height:1.75 !important;\n}\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media screen and (max-width:950px) {\n\n    .bigart-wind-intro {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-wind-grid {\n        grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n\n    .bigart-wind-value {\n        grid-template-columns:1fr;\n    }\n}\n\n@media screen and (max-width:760px) {\n\n    .bigart-wind-tours {\n        grid-template-columns:1fr;\n    }\n}\n\n@media screen and (max-width:700px) {\n\n    .bigart-wind-hero {\n        padding:38px 23px;\n        border-radius:18px;\n    }\n\n    .bigart-wind-hero h1 {\n        font-size:35px !important;\n    }\n\n    .bigart-wind-card,\n    .bigart-wind-section,\n    .bigart-wind-impact {\n        padding:24px 21px;\n        border-radius:17px;\n    }\n\n    .bigart-wind-grid {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-wind-matterport {\n        padding-top:70%;\n    }\n}\n<\/style>\n\n\n<div class=\"bigart-wind\">\n\n    <!-- HERO -->\n    <section class=\"bigart-wind-hero\">\n\n        <div class=\"bigart-wind-kicker\">\n            BIG ART \u00b7 Student Digital Twin Project\n        <\/div>\n\n        <h1>Wind Turbine in Evia<\/h1>\n\n        <p>\n            Students of SAEK Egaleo created a series of immersive 3D tours\n            of a wind turbine installation in Evia, offering virtual access\n            to key areas of the renewable energy infrastructure.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- INTRO -->\n    <section class=\"bigart-wind-intro\">\n\n        <div class=\"bigart-wind-card\">\n\n            <h2>Exploring Wind Energy in 3D<\/h2>\n\n            <p>\n                Students of <strong>SAEK Egaleo<\/strong> created a virtual\n                representation of a <strong>wind turbine installation in\n                Evia, Greece<\/strong>. The project showcases the structure\n                and operation of the turbine and allows visitors to explore\n                different parts of the installation through interactive\n                Matterport environments.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-wind-card bigart-wind-highlight\">\n\n            <h2>From Wind to Electricity<\/h2>\n\n            <p>\n                The digital experience highlights key components of the\n                installation and supports a better understanding of how\n                wind energy is converted into electricity. By providing\n                virtual access to both interior and exterior environments,\n                the project turns real renewable-energy infrastructure into\n                an educational resource.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- LEARNING -->\n    <section class=\"bigart-wind-section\">\n\n        <div class=\"bigart-wind-head\">\n\n            <span class=\"bigart-wind-eyebrow\">\n                Renewable Energy Learning\n            <\/span>\n\n            <h2>Understanding a wind turbine through virtual exploration<\/h2>\n\n            <p>\n                The Digital Twin experience enables learners and visitors\n                to examine the installation from multiple perspectives\n                and connect technical concepts with a real energy-production\n                environment.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-wind-grid\">\n\n            <article class=\"bigart-wind-feature\">\n\n                <div class=\"bigart-wind-number\">01<\/div>\n\n                <h3>Turbine Structure<\/h3>\n\n                <p>\n                    Explore the physical structure of the wind turbine\n                    and gain a clearer understanding of its scale\n                    and configuration.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-wind-feature\">\n\n                <div class=\"bigart-wind-number\">02<\/div>\n\n                <h3>Key Components<\/h3>\n\n                <p>\n                    Examine different areas and components of the\n                    installation through multiple interactive scans.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-wind-feature\">\n\n                <div class=\"bigart-wind-number\">03<\/div>\n\n                <h3>Energy Conversion<\/h3>\n\n                <p>\n                    Connect the physical installation with the process\n                    through which wind energy is transformed into\n                    electrical energy.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-wind-feature\">\n\n                <div class=\"bigart-wind-number\">04<\/div>\n\n                <h3>Interior &amp; Exterior<\/h3>\n\n                <p>\n                    Explore different perspectives of the turbine\n                    installation, including interior and exterior areas.\n                <\/p>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- MULTIPLE 3D TOURS -->\n    <section class=\"bigart-wind-section\">\n\n        <div class=\"bigart-wind-head\">\n\n            <span class=\"bigart-wind-eyebrow\">\n                Interactive 3D Exploration\n            <\/span>\n\n            <h2>Explore the wind turbine installation<\/h2>\n\n            <p>\n                The project consists of several Matterport models,\n                allowing visitors to explore different areas and\n                perspectives of the installation.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-wind-tours\">\n\n\n            <!-- TOUR 1 -->\n            <article class=\"bigart-wind-tour-card\">\n\n                <div class=\"bigart-wind-tour-title\">\n                    <span>3D Tour 01<\/span>\n                    <h3>Wind Turbine Exploration<\/h3>\n                <\/div>\n\n                <div class=\"bigart-wind-matterport\">\n                    <iframe\n                        src=\"https:\/\/my.matterport.com\/show\/?m=3AmXS3qafXa\"\n                        allowfullscreen\n                        allow=\"fullscreen; xr-spatial-tracking;\">\n                    <\/iframe>\n                <\/div>\n\n            <\/article>\n\n\n            <!-- TOUR 2 -->\n            <article class=\"bigart-wind-tour-card\">\n\n                <div class=\"bigart-wind-tour-title\">\n                    <span>3D Tour 02<\/span>\n                    <h3>Wind Turbine Exploration<\/h3>\n                <\/div>\n\n                <div class=\"bigart-wind-matterport\">\n                    <iframe\n                        src=\"https:\/\/my.matterport.com\/show\/?m=RZ8Co1KRs9E\"\n                        allowfullscreen\n                        allow=\"fullscreen; xr-spatial-tracking;\">\n                    <\/iframe>\n                <\/div>\n\n            <\/article>\n\n\n            <!-- TOUR 3 -->\n            <article class=\"bigart-wind-tour-card\">\n\n                <div class=\"bigart-wind-tour-title\">\n                    <span>3D Tour 03<\/span>\n                    <h3>Wind Turbine Exploration<\/h3>\n                <\/div>\n\n                <div class=\"bigart-wind-matterport\">\n                    <iframe\n                        src=\"https:\/\/my.matterport.com\/show\/?m=LbyQp6yJhtG\"\n                        allowfullscreen\n                        allow=\"fullscreen; xr-spatial-tracking;\">\n                    <\/iframe>\n                <\/div>\n\n            <\/article>\n\n\n            <!-- TOUR 4 -->\n            <article class=\"bigart-wind-tour-card\">\n\n                <div class=\"bigart-wind-tour-title\">\n                    <span>3D Tour 04<\/span>\n                    <h3>Wind Turbine Exploration<\/h3>\n                <\/div>\n\n                <div class=\"bigart-wind-matterport\">\n                    <iframe\n                        src=\"https:\/\/my.matterport.com\/show\/?m=iEhBbzzsijH\"\n                        allowfullscreen\n                        allow=\"fullscreen; xr-spatial-tracking;\">\n                    <\/iframe>\n                <\/div>\n\n            <\/article>\n\n\n            <!-- TOUR 5 -->\n            <article class=\"bigart-wind-tour-card\">\n\n                <div class=\"bigart-wind-tour-title\">\n                    <span>3D Tour 05<\/span>\n                    <h3>Wind Turbine Exploration<\/h3>\n                <\/div>\n\n                <div class=\"bigart-wind-matterport\">\n                    <iframe\n                        src=\"https:\/\/my.matterport.com\/show\/?m=ccXrGdu1Am3\"\n                        allowfullscreen\n                        allow=\"fullscreen; xr-spatial-tracking;\">\n                    <\/iframe>\n                <\/div>\n\n            <\/article>\n\n\n            <!-- TOUR 6 -->\n            <article class=\"bigart-wind-tour-card\">\n\n                <div class=\"bigart-wind-tour-title\">\n                    <span>3D Tour 06<\/span>\n                    <h3>Wind Turbine Exploration<\/h3>\n                <\/div>\n\n                <div class=\"bigart-wind-matterport\">\n                    <iframe\n                        src=\"https:\/\/my.matterport.com\/show\/?m=6bkr7QxCa4E\"\n                        allowfullscreen\n                        allow=\"fullscreen; xr-spatial-tracking;\">\n                    <\/iframe>\n                <\/div>\n\n            <\/article>\n\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- EDUCATIONAL VALUE -->\n    <section class=\"bigart-wind-section\">\n\n        <div class=\"bigart-wind-head\">\n\n            <span class=\"bigart-wind-eyebrow\">\n                Educational Value\n            <\/span>\n\n            <h2>Connecting VET learning with renewable energy<\/h2>\n\n            <p>\n                The project demonstrates how immersive digital technologies\n                can make complex energy infrastructure more accessible\n                for vocational education and technical learning.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-wind-value\">\n\n            <article class=\"bigart-wind-value-card\">\n\n                <h3>Project-Based Learning<\/h3>\n\n                <p>\n                    SAEK Egaleo students applied Digital Twin and Matterport\n                    skills to a real renewable-energy installation,\n                    transforming technical field experience into an\n                    interactive project outcome.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-wind-value-card\">\n\n                <h3>Renewable Energy Education<\/h3>\n\n                <p>\n                    The virtual models provide learners with an accessible\n                    way to study wind-energy infrastructure and understand\n                    its role in electricity generation.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-wind-value-card\">\n\n                <h3>Remote Technical Access<\/h3>\n\n                <p>\n                    Multiple 3D scans make areas of the installation\n                    available for repeated exploration, presentations\n                    and training without requiring constant physical\n                    access to the site.\n                <\/p>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- IMPACT -->\n    <section class=\"bigart-wind-impact\">\n\n        <h2>Digital Skills for the Sustainable Energy Transition<\/h2>\n\n        <p>\n            The Wind Turbine in Evia project demonstrates how Digital Twin\n            technologies can connect vocational education with real renewable\n            energy infrastructure. Through multiple interactive 3D models,\n            SAEK Egaleo students created an educational resource that supports\n            technical understanding, remote exploration and greater awareness\n            of wind energy and its role in Greece\u2019s sustainable energy transition.\n        <\/p>\n\n    <\/section>\n\n<\/div>\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>BIG ART \u00b7 Student Digital Twin Project Wind Turbine in Evia Students of SAEK Egaleo created a series of immersive 3D tours of a wind turbine installation in Evia, offering virtual access to key areas of the renewable energy infrastructure.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1847","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1847"}],"version-history":[{"count":3,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1847\/revisions"}],"predecessor-version":[{"id":2061,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1847\/revisions\/2061"}],"wp:attachment":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}