{"id":1518,"date":"2025-09-04T17:03:44","date_gmt":"2025-09-04T14:03:44","guid":{"rendered":"https:\/\/bigart-vet.eu\/?page_id=1518"},"modified":"2026-08-15T15:54:39","modified_gmt":"2026-08-15T12:54:39","slug":"greece","status":"publish","type":"page","link":"https:\/\/bigart-vet.eu\/?page_id=1518","title":{"rendered":"Greece"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   BIG ART \u2014 GREECE COUNTRY IMPLEMENTATION\n========================================================= *\/\n\n.bigart-greece {\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-greece *,\n.bigart-greece *::before,\n.bigart-greece *::after {\n    box-sizing:border-box;\n}\n\n\/* HERO *\/\n\n.bigart-greece-hero {\n    position:relative;\n    overflow:hidden;\n\n    margin-bottom:24px;\n    padding:58px 54px;\n\n    border-radius:24px;\n\n    background:\n        radial-gradient(\n            circle at 88% 15%,\n            rgba(35,183,214,.28),\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-greece-hero::after {\n    content:\"GR\";\n\n    position:absolute;\n    right:30px;\n    bottom:-38px;\n\n    color:rgba(255,255,255,.045);\n\n    font-size:170px;\n    line-height:1;\n    font-weight:900;\n}\n\n.bigart-greece-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-greece-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-greece-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-greece-hero p {\n    position:relative;\n    z-index:2;\n\n    max-width:920px;\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\/* INTRO *\/\n\n.bigart-greece-intro {\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:22px;\n\n    margin-bottom:24px;\n}\n\n.bigart-greece-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-greece-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-greece-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-greece-highlight {\n    position:relative;\n\n    background:\n        linear-gradient(\n            145deg,\n            #f8faff 0%,\n            #edf3ff 100%\n        );\n}\n\n.bigart-greece-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(--blue),\n            var(--cyan)\n        );\n}\n\n\/* SECTION *\/\n\n.bigart-greece-section {\n    margin-top:24px;\n    padding:36px 32px;\n\n    border-radius:22px;\n\n    background:var(--soft);\n}\n\n.bigart-greece-head {\n    max-width:800px;\n    margin-bottom:25px;\n}\n\n.bigart-greece-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-greece-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-greece-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\/* PROCESS *\/\n\n.bigart-greece-grid {\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:14px;\n}\n\n.bigart-greece-step {\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-greece-step:hover {\n    transform:translateY(-4px);\n\n    box-shadow:0 14px 30px rgba(23,37,84,.09);\n}\n\n.bigart-greece-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:#eef3ff;\n    color:var(--blue);\n\n    font-size:11px;\n    font-weight:900;\n}\n\n.bigart-greece-step 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-greece-step 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\/* PROJECT TYPES *\/\n\n.bigart-greece-projects {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:16px;\n}\n\n.bigart-greece-project {\n    padding:24px;\n\n    border:1px solid var(--line);\n    border-radius:17px;\n\n    background:#fff;\n}\n\n.bigart-greece-project::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(--blue),\n            var(--cyan)\n        );\n}\n\n.bigart-greece-project 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-greece-project 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\/* BOOTCAMP *\/\n\n.bigart-greece-bootcamp {\n    display:grid;\n    grid-template-columns:auto 1fr;\n    gap:20px;\n    align-items:center;\n\n    margin-top:24px;\n    padding:30px 32px;\n\n    border:1px solid #dbe3f5;\n    border-radius:20px;\n\n    background:\n        linear-gradient(\n            145deg,\n            #f8faff 0%,\n            #eef4ff 100%\n        );\n}\n\n.bigart-greece-bootcamp-icon {\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    width:62px;\n    height:62px;\n\n    border-radius:17px;\n\n    background:var(--navy);\n    color:var(--yellow);\n\n    font-size:21px;\n    font-weight:900;\n}\n\n.bigart-greece-bootcamp h2 {\n    margin:0 0 8px !important;\n\n    color:var(--navy) !important;\n\n    font-size:24px !important;\n    font-weight:850 !important;\n}\n\n.bigart-greece-bootcamp p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:14px !important;\n    line-height:1.7 !important;\n}\n\n\/* IMPACT *\/\n\n.bigart-greece-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        #172554;\n}\n\n.bigart-greece-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-greece-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\/* RESPONSIVE *\/\n\n@media screen and (max-width:950px) {\n\n    .bigart-greece-intro {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-greece-grid {\n        grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n\n    .bigart-greece-projects {\n        grid-template-columns:1fr;\n    }\n}\n\n@media screen and (max-width:700px) {\n\n    .bigart-greece-hero {\n        padding:38px 23px;\n        border-radius:18px;\n    }\n\n    .bigart-greece-hero h1 {\n        font-size:35px !important;\n    }\n\n    .bigart-greece-card,\n    .bigart-greece-section,\n    .bigart-greece-bootcamp,\n    .bigart-greece-impact {\n        padding:24px 21px;\n        border-radius:17px;\n    }\n\n    .bigart-greece-grid {\n        grid-template-columns:1fr;\n    }\n\n    .bigart-greece-bootcamp {\n        grid-template-columns:1fr;\n    }\n}\n<\/style>\n\n\n<div class=\"bigart-greece\">\n\n    <!-- HERO -->\n    <section class=\"bigart-greece-hero\">\n\n        <div class=\"bigart-greece-kicker\">\n            BIG ART in Greece\n        <\/div>\n\n        <h1>AR\/VR Training &amp; Student Projects in Greece<\/h1>\n\n        <p>\n            BIG ART activities in Greece focused on immersive technology\n            training, Matterport-based Digital Twin creation and practical\n            project-based learning for VET students.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- INTRO -->\n    <section class=\"bigart-greece-intro\">\n\n        <div class=\"bigart-greece-card\">\n\n            <h2>Training VET Students in Immersive Technologies<\/h2>\n\n            <p>\n                In Greece, the BIG ART project activities focused on the\n                training of VET students in the use of immersive technologies,\n                particularly Matterport-based Digital Twin creation.\n                Students participated in a structured pilot programme combining\n                theoretical instruction with hands-on workshops.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-greece-card bigart-greece-highlight\">\n\n            <h2>Learning through Real Projects<\/h2>\n\n            <p>\n                Project-based learning activities enabled student teams to apply\n                their new skills to real environments, creating virtual tours and\n                3D Digital Twin models linked to energy infrastructure,\n                production facilities and technical sites.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- PROCESS -->\n    <section class=\"bigart-greece-section\">\n\n        <div class=\"bigart-greece-head\">\n\n            <span class=\"bigart-greece-eyebrow\">\n                Learning Process\n            <\/span>\n\n            <h2>From training to competition<\/h2>\n\n            <p>\n                The Greek implementation combined structured learning,\n                practical experimentation and collaborative student projects.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-greece-grid\">\n\n            <article class=\"bigart-greece-step\">\n\n                <div class=\"bigart-greece-number\">01<\/div>\n\n                <h3>Theoretical Training<\/h3>\n\n                <p>\n                    Students were introduced to AR\/VR, Matterport and\n                    3D Digital Twin concepts and applications.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-greece-step\">\n\n                <div class=\"bigart-greece-number\">02<\/div>\n\n                <h3>Hands-On Workshops<\/h3>\n\n                <p>\n                    Practical activities helped learners become familiar\n                    with scanning, virtual tour creation and digital tools.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-greece-step\">\n\n                <div class=\"bigart-greece-number\">03<\/div>\n\n                <h3>Project-Based Learning<\/h3>\n\n                <p>\n                    Student teams developed Digital Twin projects based\n                    on real vocational and production environments.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-greece-step\">\n\n                <div class=\"bigart-greece-number\">04<\/div>\n\n                <h3>National Competition<\/h3>\n\n                <p>\n                    Teams presented their projects to an evaluation\n                    committee during the Greek National Bootcamp.\n                <\/p>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- PROJECT AREAS -->\n    <section class=\"bigart-greece-section\">\n\n        <div class=\"bigart-greece-head\">\n\n            <span class=\"bigart-greece-eyebrow\">\n                Student Project Areas\n            <\/span>\n\n            <h2>Real environments transformed into Digital Twins<\/h2>\n\n            <p>\n                Student teams worked with different types of real-world\n                environments, demonstrating how immersive technologies\n                can support vocational and technical learning.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"bigart-greece-projects\">\n\n            <article class=\"bigart-greece-project\">\n\n                <h3>Renewable Energy<\/h3>\n\n                <p>\n                    Digital Twin projects included renewable-energy\n                    infrastructure such as wind turbine and photovoltaic\n                    installations.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-greece-project\">\n\n                <h3>Production Facilities<\/h3>\n\n                <p>\n                    Students documented real food-production environments\n                    such as olive oil, pasta and walnut processing units.\n                <\/p>\n\n            <\/article>\n\n\n            <article class=\"bigart-greece-project\">\n\n                <h3>Technical Sites<\/h3>\n\n                <p>\n                    The project-based approach enabled learners to explore\n                    and digitally represent technical environments with\n                    direct relevance to vocational education.\n                <\/p>\n\n            <\/article>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- BOOTCAMP -->\n    <section class=\"bigart-greece-bootcamp\">\n\n        <div class=\"bigart-greece-bootcamp-icon\">\n            \u2192\n        <\/div>\n\n        <div>\n\n            <h2>National Bootcamp &amp; Selection<\/h2>\n\n            <p>\n                The Greek pilot activities concluded with the National\n                Bootcamp and Competition, where student teams presented\n                their Digital Twin projects to an evaluation committee.\n                The highest-ranked projects were selected to represent\n                Greece at the BIG ART International Bootcamp in Athens.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- IMPACT -->\n    <section class=\"bigart-greece-impact\">\n\n        <h2>Immersive Technologies in Greek VET<\/h2>\n\n        <p>\n            Through structured training, hands-on workshops and project-based\n            learning, BIG ART enabled VET students in Greece to apply immersive\n            technologies to real environments. The resulting Digital Twin projects\n            connected technical knowledge with practical applications and\n            strengthened students\u2019 digital, collaborative and project-development\n            competences.\n        <\/p>\n\n    <\/section>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>BIG ART in Greece AR\/VR Training &amp; Student Projects in Greece BIG ART activities in Greece focused on immersive technology training, Matterport-based Digital Twin creation and practical project-based learning for VET students. Training VET Students in Immersive Technologies In Greece,<\/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-1518","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1518","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=1518"}],"version-history":[{"count":5,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1518\/revisions"}],"predecessor-version":[{"id":2062,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1518\/revisions\/2062"}],"wp:attachment":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}