{"id":15405,"date":"2026-06-12T17:01:14","date_gmt":"2026-06-12T14:01:14","guid":{"rendered":"https:\/\/ninemia.gr\/?page_id=15405"},"modified":"2026-06-12T17:01:14","modified_gmt":"2026-06-12T14:01:14","slug":"mainland-greece-family-resort","status":"publish","type":"page","link":"https:\/\/ninemia.gr\/en\/mainland-greece-family-resort\/","title":{"rendered":"Ninemia Stay &#038; Play \u2014 \u039f\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03cc \u039f\u03c1\u03b5\u03b9\u03bd\u03cc \u039e\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03c3\u03c4\u03bf \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&family=Rubik:wght@500;700;800&display=swap');\n\n\/* ============================================================\n   DIRECTION DISCOVERY \u2014 Key design decisions\n   ------------------------------------------------------------\n   1. SCROLLABLE VISUAL JOURNEY: each property element (bungalows,\n      5 zones, Newton Park, animal farm, awards) gets its own\n      full-bleed or near-full-bleed chapter. Larger images\n      (image-dominant ~60-70% of each section), shorter copy.\n      Reference: Aesop product pages, Belmond hotel pages, MUJI.\n   2. ALTERNATING RHYTHM: image-left, image-right, full-bleed,\n      repeat. Breaks monotony, simulates walking the property.\n   3. CHAPTER NUMBERING + EYEBROWS: each zone gets an oversized\n      \"01 \/ 05\" chapter mark so the journey reads as a sequence.\n   4. EXPANDED VERTICAL RHYTHM: section padding pushed to 160px\n      desktop (vs system 96px) \u2014 Belmond-grade breathing room.\n   5. FULL-BLEED IMAGE BLOCKS WITH MINIMAL TEXT: photography\n      carries the narrative; copy is declarative, never paragraph.\n   6. STICKY MICRO-PROGRESS INDICATOR: tiny right-edge dots show\n      the visitor where they are in the journey (5 zones + extras).\n   ============================================================ *\/\n\n\/* ---------- 1. Tokens (from system.css) ---------- *\/\n.np1 {\n  --primary:        #ff4d00;\n  --primary-hover:  #e54500;\n  --secondary:      #5b320d;\n  --secondary-hover:#512d0b;\n  --accent-green:   #3A5533;\n  --canvas:         #ffffff;\n  --canvas-alt:     #f7f7f7;\n  --cream:          #F5F1DF;\n  --body:           #3D3D3D;\n  --muted:          #666666;\n  --ink:            #000000;\n  --border:         #E5E5E5;\n  --overlay:        rgb(0 0 0 \/ 0.55);\n  --focus-ring:     rgb(255 77 0 \/ 0.4);\n  --dark-neutral:   #32373c;\n\n  --font-display: \"Rubik\", system-ui, -apple-system, sans-serif;\n  --font-ui:      \"Inter\", system-ui, -apple-system, sans-serif;\n\n  --fs-h1:      clamp(26px, 5vw, 48px);\n  --fs-h2:      clamp(22px, 3.5vw, 36px);\n  --fs-h3:      clamp(18px, 2.5vw, 24px);\n  --fs-lead:    clamp(17px, 1.8vw, 20px);\n  --fs-body:    16px;\n  --fs-caption: 14px;\n  --fs-eyebrow: 12px;\n\n  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 16px; --sp-4: 24px;\n  --sp-5: 32px; --sp-6: 48px; --sp-7: 64px; --sp-8: 96px; --sp-9: 128px;\n\n  --container-max: 1140px;\n  --container-gutter: 24px;\n  --section-pad-y: var(--sp-8);\n\n  --radius-sm: 4px;\n  --radius-pill: 9999px;\n  --transition: 200ms ease;\n\n  \/* DIRECTION DISCOVERY: bigger rhythm tokens for editorial journey feel *\/\n  --journey-pad-y: 96px;\n  --journey-pad-y-tablet: 72px;\n  --journey-pad-y-mobile: 48px;\n  --chapter-num-size: clamp(64px, 12vw, 160px);\n}\n\n\/* ---------- 2. Resets ---------- *\/\n*, *::before, *::after { box-sizing: border-box; }\nhtml { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }\nimg, picture, svg, video { display: block; max-inline-size: 100%; height: auto; }\na { color: var(--primary); text-decoration: none; transition: color var(--transition); }\na:hover { color: var(--primary-hover); text-decoration: underline; }\nbutton { font: inherit; cursor: pointer; }\n\n:focus-visible {\n  outline: 3px solid var(--primary);\n  outline-offset: 2px;\n  box-shadow: 0 0 0 6px var(--focus-ring);\n  border-radius: var(--radius-sm);\n}\n\n\/* ---------- 3. Typography ---------- *\/\n.h1, .h2, .h3 {\n  font-family: var(--font-display);\n  font-weight: 800;\n  text-transform: uppercase;\n  color: var(--secondary);\n  margin: 0 0 var(--sp-3);\n}\n.h1 { font-size: var(--fs-h1); line-height: 1.0; }\n.h2 { font-size: var(--fs-h2); line-height: 1.1; }\n.h3 { font-size: var(--fs-h3); line-height: 1.25; }\n\n.eyebrow {\n  font-family: var(--font-ui);\n  font-weight: 700;\n  font-size: var(--fs-eyebrow);\n  line-height: 24px;\n  letter-spacing: 3.5px;\n  text-transform: uppercase;\n  color: var(--secondary);\n  margin: 0 0 var(--sp-2);\n  display: inline-block;\n}\n\n.lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--secondary); margin: 0 0 var(--sp-4); }\n.body { font-size: var(--fs-body); line-height: 1.6; color: var(--body); margin: 0 0 var(--sp-3); }\n.caption {\n  font-family: var(--font-ui); font-weight: 500;\n  font-size: var(--fs-caption); line-height: 1.5;\n  color: var(--muted); margin: var(--sp-2) 0 0;\n}\n\n\/* ---------- 4. Layout helpers ---------- *\/\n.container { max-inline-size: var(--container-max); margin-inline: auto; }\n.container-narrow { max-inline-size: 720px; margin-inline: auto; }\n\n\/* DIRECTION DISCOVERY: journey sections breathe more than system default *\/\n.journey-section {\n  padding-block: var(--journey-pad-y);\n  padding-inline: var(--container-gutter);\n  position: relative;\n}\n@media (max-width: 1023px) {\n  .journey-section { padding-block: var(--journey-pad-y-tablet); }\n}\n@media (max-width: 767px) {\n  .journey-section { padding-block: var(--journey-pad-y-mobile); padding-inline: 16px; }\n}\n\n.section { padding-block: var(--section-pad-y); padding-inline: var(--container-gutter); }\n.section--cream { background: var(--cream); }\n.section--dark { background: var(--secondary); color: var(--canvas); }\n.section--dark .h1, .section--dark .h2, .section--dark .h3, .section--dark .eyebrow, .section--dark .lead { color: var(--canvas); }\n\n\/* ---------- 5. Components ---------- *\/\n.btn-primary {\n  display: inline-block; font-family: var(--font-display); font-weight: 700;\n  font-size: 13px; text-transform: uppercase; letter-spacing: 1px;\n  color: var(--canvas); background: var(--primary); border: none;\n  border-radius: var(--radius-pill); padding: 14px 28px;\n  transition: background var(--transition);\n}\n.btn-primary:hover { background: var(--primary-hover); color: var(--canvas); text-decoration: none; }\n\n.btn-secondary {\n  display: inline-block; font-family: var(--font-ui); font-weight: 500;\n  font-size: 15px; color: var(--accent-green); padding: 8px 0;\n  border-bottom: 1px solid transparent;\n}\n.btn-secondary::after { content: \" \u2192\"; }\n.btn-secondary:hover { color: var(--accent-green); border-color: var(--accent-green); text-decoration: none; }\n.section--dark .btn-secondary { color: var(--canvas); }\n\n\/* ---------- 6. Nav ---------- *\/\n.nav {\n  position: sticky; top: 0; z-index: 100;\n  display: flex; align-items: center; justify-content: space-between;\n  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);\n  padding: var(--sp-3) var(--container-gutter);\n  border-block-end: 1px solid var(--border);\n  min-block-size: 72px;\n}\n.nav__logo { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; color: var(--secondary); font-size: 22px; }\n.nav__menu { display: flex; gap: var(--sp-4); align-items: center; list-style: none; margin: 0; padding: 0; }\n.nav__menu a { font-family: var(--font-ui); font-weight: 500; font-size: 14px; color: var(--body); text-transform: capitalize; }\n.nav__menu a:hover { color: var(--primary); text-decoration: none; }\n.nav__right { display: flex; gap: var(--sp-3); align-items: center; }\n@media (max-width: 767px) { .nav__menu { display: none; } }\n\n\/* ---------- 7. HERO \u2014 full-bleed, oversized type, journey prompt ---------- *\/\n\/* DIRECTION DISCOVERY: hero functions as a doorway \u2014 full viewport,\n   tightly cropped imagery, scroll-cue at bottom hinting at journey *\/\n.hero {\n  position: relative;\n  min-block-size: 100vh;\n  display: flex; flex-direction: column; justify-content: flex-end;\n  padding: var(--sp-7) var(--container-gutter) var(--sp-9);\n  background: var(--secondary) center\/cover no-repeat;\n  background-image: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 100%), url(\"https:\/\/picsum.photos\/seed\/ninemia-forest-bungalows-aerial\/2400\/1600\");\n  color: var(--canvas);\n}\n.hero__inner { position: relative; z-index: 1; max-inline-size: var(--container-max); margin-inline: auto; width: 100%; }\n.hero .eyebrow { color: var(--canvas); opacity: 0.85; }\n.hero__title {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  color: var(--canvas); line-height: 0.95;\n  font-size: clamp(40px, 8vw, 96px);\n  margin: 0 0 var(--sp-4);\n  max-inline-size: 18ch;\n}\n.hero__lead {\n  color: var(--canvas); opacity: 0.92;\n  font-size: clamp(17px, 1.6vw, 20px);\n  line-height: 1.6; max-inline-size: 56ch;\n  margin: 0 0 var(--sp-5);\n}\n.hero__actions { display: flex; gap: var(--sp-4); align-items: center; flex-wrap: wrap; }\n.hero__scroll-cue {\n  position: absolute; bottom: var(--sp-5); left: 50%; transform: translateX(-50%);\n  color: var(--canvas); opacity: 0.7;\n  font-family: var(--font-ui); font-size: 11px; letter-spacing: 3.5px; text-transform: uppercase;\n  display: flex; flex-direction: column; align-items: center; gap: 8px;\n  animation: cueFloat 2.4s ease-in-out infinite;\n}\n.hero__scroll-cue::after {\n  content: \"\"; width: 1px; height: 36px; background: var(--canvas); opacity: 0.6;\n}\n@keyframes cueFloat {\n  0%, 100% { transform: translateX(-50%) translateY(0); }\n  50% { transform: translateX(-50%) translateY(6px); }\n}\n\n\/* ---------- 8. JOURNEY PROGRESS RAIL (sticky right edge) ---------- *\/\n\/* DIRECTION DISCOVERY: tells visitor where they are in the property tour *\/\n.journey-rail {\n  position: fixed; right: 24px; top: 50%; transform: translateY(-50%);\n  display: flex; flex-direction: column; gap: 14px;\n  z-index: 50; pointer-events: none;\n}\n.journey-rail__dot {\n  width: 8px; height: 8px; border-radius: 50%;\n  background: var(--secondary); opacity: 0.25;\n  transition: opacity var(--transition), transform var(--transition);\n}\n.journey-rail__dot--active { opacity: 1; transform: scale(1.4); background: var(--primary); }\n@media (max-width: 1023px) { .journey-rail { display: none; } }\n\n\/* ---------- 9. CHAPTER MARK \u2014 oversized numbered marker ---------- *\/\n\/* DIRECTION DISCOVERY: each property chapter opens with a huge numeral\n   so the journey reads as a sequence \u2014 Aesop product page pattern *\/\n.chapter-mark {\n  font-family: var(--font-display); font-weight: 800;\n  font-size: var(--chapter-num-size);\n  line-height: 0.85; color: var(--secondary); opacity: 0.12;\n  margin: 0 0 var(--sp-3); letter-spacing: -0.04em;\n}\n\n\/* ---------- 10. INTRO LEAD \u2014 large slow opening paragraph ---------- *\/\n.intro {\n  text-align: left;\n}\n.intro__lead {\n  font-family: var(--font-display); font-weight: 500;\n  font-size: clamp(22px, 2.8vw, 34px);\n  line-height: 1.3; color: var(--secondary);\n  max-inline-size: 26ch; margin: 0 0 var(--sp-5);\n  text-transform: none;\n}\n.intro__body {\n  font-size: clamp(17px, 1.6vw, 19px); line-height: 1.65;\n  color: var(--body); max-inline-size: 64ch; margin: 0;\n}\n\n\/* ---------- 11. CHAPTER (50\/50 alternating image\/text) ---------- *\/\n\/* DIRECTION DISCOVERY: image-left, image-right rhythm \u2014 feels like walking *\/\n.chapter {\n  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(48px, 6vw, 96px);\n  align-items: center; max-inline-size: var(--container-max); margin-inline: auto;\n}\n.chapter--image-right { grid-template-columns: 1fr 1.1fr; }\n.chapter--image-right .chapter__media { order: 2; }\n.chapter--image-right .chapter__copy { order: 1; }\n.chapter__media {\n  aspect-ratio: 4 \/ 5;\n  background-color: var(--canvas-alt);\n  background-size: cover; background-position: center;\n  border-radius: 14px;\n  box-shadow: 0 24px 60px -28px rgba(91,50,13,0.25);\n}\n.chapter__copy { max-inline-size: 52ch; }\n.chapter__title {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(28px, 3.5vw, 44px); line-height: 1.05; color: var(--secondary);\n  margin: 0 0 var(--sp-3);\n}\n.chapter__body {\n  font-size: clamp(16px, 1.4vw, 18px); line-height: 1.65; color: var(--body);\n  margin: 0 0 var(--sp-4);\n}\n.chapter__facts {\n  display: flex; flex-wrap: wrap; gap: var(--sp-4);\n  padding-top: var(--sp-4); margin-top: var(--sp-4);\n  border-top: 1px solid var(--border);\n}\n.chapter__fact { font-size: 13px; letter-spacing: 0.5px; color: var(--muted); }\n.chapter__fact strong { display: block; color: var(--secondary); font-size: 22px; font-family: var(--font-display); font-weight: 800; margin-bottom: 2px; }\n\n@media (max-width: 767px) {\n  .chapter { grid-template-columns: 1fr; gap: var(--sp-5); }\n  .chapter--image-right .chapter__media { order: 1; }\n  .chapter--image-right .chapter__copy { order: 2; }\n  .chapter__media { aspect-ratio: 5 \/ 4; }\n}\n\n\/* ---------- 12. FULL-BLEED CHAPTER \u2014 image alone speaks ---------- *\/\n\/* DIRECTION DISCOVERY: occasional full-bleed image breaks the rhythm\n   and lets the property dominate. Belmond hotel page pattern. *\/\n.bleed {\n  width: 100%; height: clamp(420px, 75vh, 760px);\n  background-color: var(--secondary); background-size: cover; background-position: center;\n  position: relative;\n  display: flex; align-items: flex-end;\n}\n.bleed::after {\n  content: \"\"; position: absolute; inset: 0;\n  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55) 100%);\n  pointer-events: none;\n}\n.bleed__caption {\n  position: relative; z-index: 1;\n  color: var(--canvas);\n  padding: var(--sp-7) var(--container-gutter);\n  max-inline-size: var(--container-max); margin-inline: auto; width: 100%;\n}\n.bleed__caption .eyebrow { color: var(--canvas); opacity: 0.85; }\n.bleed__title {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(32px, 5vw, 60px); line-height: 1.0; color: var(--canvas);\n  margin: 0 0 var(--sp-3); max-inline-size: 20ch;\n}\n.bleed__sub { color: var(--canvas); opacity: 0.9; font-size: clamp(15px, 1.4vw, 18px); max-inline-size: 50ch; margin: 0; }\n\n\/* ---------- 13. ZONE STRIP \u2014 tight 5-up at section end ---------- *\/\n.zone-strip {\n  display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--sp-3);\n  max-inline-size: var(--container-max); margin-inline: auto;\n}\n.zone-strip__tile {\n  position: relative; aspect-ratio: 3 \/ 4;\n  background-color: var(--cream); background-size: contain; background-position: center;\n  border-radius: 14px; overflow: hidden;\n}\n.zone-strip__tile::after {\n  content: \"\"; position: absolute; inset: 0;\n  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);\n}\n.zone-strip__label {\n  position: absolute; z-index: 1; left: 14px; right: 14px; bottom: 14px;\n  color: var(--canvas);\n}\n.zone-strip__label .num { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 2px; opacity: 0.8; }\n.zone-strip__label .name { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 16px; line-height: 1.1; margin-top: 4px; }\n@media (max-width: 767px) {\n  .zone-strip { grid-template-columns: repeat(2, 1fr); }\n}\n\n\/* ---------- 14. AWARDS ROW (cream band) ---------- *\/\n.awards { background: var(--cream); }\n.awards__intro { text-align: center; max-inline-size: 600px; margin: 0 auto var(--sp-7); }\n.awards__list {\n  display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--sp-4);\n  max-inline-size: var(--container-max); margin-inline: auto;\n}\n.award {\n  text-align: center; padding: var(--sp-4) var(--sp-3);\n  background: var(--canvas); border-radius: 14px;\n}\n.award__year {\n  font-family: var(--font-display); font-weight: 700; font-size: 11px;\n  letter-spacing: 2px; color: var(--primary); text-transform: uppercase;\n  margin-bottom: var(--sp-2);\n}\n.award__name {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: 14px; line-height: 1.2; color: var(--secondary);\n  margin: 0 0 var(--sp-2);\n}\n.award__sub { font-size: 13px; line-height: 1.4; color: var(--muted); margin: 0; }\n@media (max-width: 1023px) { .awards__list { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 767px) { .awards__list { grid-template-columns: 1fr; } }\n\n\/* ---------- 15. BEST FOR \/ NOT FOR (subordinate contrast) ---------- *\/\n.fit {\n  display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6);\n  max-inline-size: 920px; margin-inline: auto;\n}\n.fit__col { padding: var(--sp-5); border-top: 3px solid var(--secondary); }\n.fit__col--no { border-top-color: var(--muted); opacity: 0.85; }\n.fit__head {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: 13px; letter-spacing: 2px; color: var(--secondary);\n  margin: 0 0 var(--sp-3);\n}\n.fit__col--no .fit__head { color: var(--muted); }\n.fit ul { margin: 0; padding: 0; list-style: none; }\n.fit li { font-size: 15px; line-height: 1.5; color: var(--body); padding: 6px 0; }\n@media (max-width: 767px) { .fit { grid-template-columns: 1fr; gap: var(--sp-4); } }\n\n\/* ---------- 16. GREEK PUNCHLINE ---------- *\/\n.punchline {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(28px, 4vw, 44px); color: var(--primary);\n  letter-spacing: 0.5px; text-align: center;\n  margin: var(--sp-6) auto; max-inline-size: 18ch;\n}\n\n\/* ---------- 17. PLAN A STAY CTA ---------- *\/\n.plan {\n  background: var(--secondary); color: var(--canvas); text-align: center;\n  padding: var(--journey-pad-y) var(--container-gutter);\n}\n.plan .eyebrow, .plan .h2 { color: var(--canvas); }\n.plan__links {\n  display: flex; gap: var(--sp-5); justify-content: center; flex-wrap: wrap;\n  margin-top: var(--sp-5);\n}\n.plan__links a { color: var(--canvas); border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 4px; }\n.plan__links a:hover { border-color: var(--canvas); text-decoration: none; }\n\n\/* ---------- 18. Footer ---------- *\/\n.footer {\n  background: var(--secondary); color: var(--canvas);\n  padding-block: var(--sp-7); padding-inline: var(--container-gutter);\n  border-top: 1px solid rgba(255,255,255,0.1);\n}\n.footer__inner { max-inline-size: var(--container-max); margin-inline: auto;\n  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--sp-4); }\n.footer__brand { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 18px; }\n.footer__meta { font-size: 13px; color: rgba(255,255,255,0.7); }\n\n\/* ---------- 19. Reviews badge inline ---------- *\/\n.reviews-inline {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-family: var(--font-ui); font-weight: 600; font-size: 13px;\n  color: var(--canvas); opacity: 0.9;\n  padding: 6px 12px; border: 1px solid rgba(255,255,255,0.3); border-radius: 999px;\n}\n.reviews-inline .star { color: #ffd166; }\n\n\/* ---------- ADDED: rounded media + section dividers ---------- *\/\n.np1 {\n  --radius-md: 14px;\n  --radius-lg: 22px;\n}\n\n\/* Slightly more presence on the editorial figures *\/\n.np1 .chapter__media {\n  aspect-ratio: 1 \/ 1;\n  background-color: var(--canvas-alt);\n  background-size: cover; background-position: center;\n  border-radius: var(--radius-md);\n  overflow: hidden;\n  box-shadow: 0 30px 60px -32px rgba(91,50,13,0.22);\n}\n.np1 .award {\n  text-align: center;\n  padding: var(--sp-5) var(--sp-4);\n  background: var(--canvas);\n  border-radius: var(--radius-md);\n  box-shadow: 0 12px 28px -18px rgba(91,50,13,0.18);\n  border: 1px solid var(--border);\n}\n\/* Zone strip tiles keep their portrait-photo treatment *\/\n.np1 .zone-strip__tile {\n  background-color: var(--cream);\n  background-size: cover;\n  background-position: center 30%;\n  background-repeat: no-repeat;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border);\n  box-shadow: 0 8px 20px -12px rgba(91,50,13,0.15);\n}\n\n\/* Best-for \/ Not-for columns get a soft container too *\/\n.np1 .fit__col {\n  background: var(--canvas);\n  border-radius: var(--radius-lg);\n  padding: var(--sp-6);\n  box-shadow: 0 12px 28px -18px rgba(91,50,13,0.18);\n  border: 1px solid var(--border);\n}\n.np1 .fit__col--no { background: transparent; }\n\n\/* Section divider: thin centered rule between adjacent text sections.\n   Pure CSS \u2014 uses adjacent sibling so it skips after full-bleed (.bleed) blocks\n   because those self-bound. *\/\n.np1 .journey-section + .journey-section::before {\n  content: \"\";\n  display: block;\n  width: 96px;\n  height: 2px;\n  background: var(--secondary);\n  opacity: 0.35;\n  margin: 0 auto var(--sp-4);\n  border-radius: 2px;\n}\n\n\/* Small ornament dot \u2014 sits inside the divider line for the editorial feel *\/\n.np1 .journey-section + .journey-section::after { content: none; }\n\n\/* Also: light divider after a full-bleed leads into the next text section,\n   so the reader's eye gets a \"next chapter\" cue *\/\n.np1 .bleed + .journey-section::before {\n  content: \"\";\n  display: block;\n  width: 96px;\n  height: 2px;\n  background: var(--secondary);\n  opacity: 0.35;\n  margin: 0 auto var(--sp-4);\n  border-radius: 2px;\n}\n\n\/* ========================================================\n   REV 2 ADDITIONS - founders, press, location, FAQ\n   ======================================================== *\/\n\n.np1 .intro__title {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(28px, 4vw, 44px); line-height: 1.05; color: var(--secondary);\n  margin: 0 0 var(--sp-4); max-inline-size: 16ch;\n}\n\n.np1 .stat-banner { text-align: center; max-inline-size: var(--container-max); margin-inline: auto; }\n.np1 .stat-banner__big {\n  font-family: var(--font-display); font-weight: 800;\n  font-size: clamp(64px, 11vw, 140px); line-height: 0.85;\n  color: var(--primary); letter-spacing: -0.04em; margin: 0 0 var(--sp-3);\n}\n.np1 .stat-banner__sub {\n  font-family: var(--font-display); font-weight: 700;\n  font-size: clamp(14px, 1.5vw, 18px); letter-spacing: 3px; text-transform: uppercase;\n  color: var(--secondary);\n}\n\n.np1 .founders { max-inline-size: var(--container-max); margin-inline: auto; }\n.np1 .founders__lede { text-align: center; max-inline-size: 640px; margin: 0 auto var(--sp-7); }\n.np1 .founders__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); }\n@media (max-width: 767px) { .np1 .founders__grid { grid-template-columns: 1fr; gap: var(--sp-5); } }\n.np1 .founder-card {\n  background: var(--canvas);\n  border-radius: var(--radius-lg);\n  padding: var(--sp-6);\n  box-shadow: 0 24px 48px -28px rgba(91,50,13,0.18), 0 2px 6px -2px rgba(91,50,13,0.05);\n  border: 1px solid var(--border);\n}\n.np1 .founder-card__role {\n  font-family: var(--font-display); font-weight: 700; font-size: 11px;\n  letter-spacing: 3px; text-transform: uppercase; color: var(--primary);\n  margin-bottom: var(--sp-2);\n}\n.np1 .founder-card__name {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(22px, 2.5vw, 28px); line-height: 1.1; color: var(--secondary);\n  margin: 0 0 var(--sp-3);\n}\n.np1 .founder-card__bio { font-size: 15.5px; line-height: 1.65; color: var(--body); margin: 0; }\n\n.np1 .press-strip { background: var(--cream); }\n.np1 .press-strip__head { text-align: center; margin-bottom: var(--sp-5); }\n.np1 .press-strip__marks {\n  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;\n  gap: clamp(20px, 4vw, 56px);\n  max-inline-size: var(--container-max); margin: 0 auto var(--sp-7);\n}\n.np1 .press-mark {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(13px, 1.4vw, 18px); letter-spacing: 2px;\n  color: var(--secondary); opacity: 0.7; white-space: nowrap;\n}\n.np1 .press-quotes {\n  display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6);\n  max-inline-size: var(--container-max); margin-inline: auto;\n}\n@media (max-width: 767px) { .np1 .press-quotes { grid-template-columns: 1fr; } }\n.np1 .press-quote {\n  padding: var(--sp-6);\n  background: var(--canvas);\n  border-radius: var(--radius-lg);\n  box-shadow: 0 24px 48px -28px rgba(91,50,13,0.18), 0 2px 6px -2px rgba(91,50,13,0.05);\n  border: 1px solid var(--border);\n}\n.np1 .press-quote__body {\n  font-family: var(--font-display); font-weight: 500;\n  font-size: clamp(18px, 2vw, 22px); line-height: 1.4;\n  color: var(--secondary); margin: 0 0 var(--sp-3); font-style: italic;\n}\n.np1 .press-quote__cite {\n  font-family: var(--font-ui); font-weight: 700; font-size: 12px;\n  letter-spacing: 2px; text-transform: uppercase; color: var(--muted);\n}\n\n.np1 .location {\n  max-inline-size: var(--container-max); margin-inline: auto;\n  display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); align-items: start;\n}\n@media (max-width: 767px) { .np1 .location { grid-template-columns: 1fr; gap: var(--sp-5); } }\n.np1 .location__head { max-inline-size: 36ch; }\n.np1 .location__details {\n  background: var(--canvas);\n  border-radius: var(--radius-lg);\n  padding: var(--sp-6);\n  box-shadow: 0 24px 48px -28px rgba(91,50,13,0.18), 0 2px 6px -2px rgba(91,50,13,0.05);\n  border: 1px solid var(--border);\n}\n.np1 .location__row {\n  display: grid; grid-template-columns: 140px 1fr; gap: var(--sp-3);\n  padding: var(--sp-3) 0; border-bottom: 1px solid var(--border);\n}\n.np1 .location__row:last-child { border-bottom: none; }\n.np1 .location__label {\n  font-family: var(--font-display); font-weight: 700;\n  font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted);\n}\n.np1 .location__value { font-size: 15px; line-height: 1.5; color: var(--body); }\n.np1 .location__value a { color: var(--primary); }\n\n.np1 .faq { max-inline-size: 820px; margin-inline: auto; }\n.np1 .faq__head { text-align: center; margin-bottom: var(--sp-6); }\n.np1 .faq__item { padding: var(--sp-5) 0; border-block-end: 1px solid var(--border); }\n.np1 .faq__item:last-child { border-block-end: none; }\n.np1 .faq__q {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: clamp(15px, 1.5vw, 19px); line-height: 1.25;\n  color: var(--secondary); margin: 0 0 var(--sp-2);\n}\n.np1 .faq__a { font-size: 15px; line-height: 1.55; color: var(--body); margin: 0 0 12px; }\n.np1 .faq__a:last-child { margin-bottom: 0; }\n\n.np1 .cross-link {\n  display: inline-block;\n  font-family: var(--font-display); font-weight: 700; font-size: 12px;\n  letter-spacing: 2px; text-transform: uppercase;\n  padding: 12px 22px; border-radius: var(--radius-pill);\n  background: var(--canvas); color: var(--secondary);\n  margin-top: var(--sp-4);\n  transition: background var(--transition), color var(--transition);\n}\n.np1 .cross-link:hover { background: var(--primary); color: var(--canvas); text-decoration: none; }\n\n.np1 .chapter__activities {\n  margin-top: var(--sp-4);\n  font-size: 14.5px; line-height: 1.8; color: var(--muted);\n}\n.np1 .chapter__activities strong { color: var(--secondary); font-weight: 700; }\n\n\n\/* Newton Park: dark background carries through chapter elements *\/\n.np1 .section--dark .chapter__title,\n.np1 .section--dark .chapter__body,\n.np1 .section--dark .chapter__activities { color: var(--canvas); }\n.np1 .section--dark .chapter__activities { color: rgba(255,255,255,0.78); }\n.np1 .section--dark .chapter__activities strong { color: var(--canvas); }\n.np1 .section--dark .chapter-mark { color: var(--canvas); opacity: 0.20; }\n.np1 .section--dark .chapter__media {\n  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);\n}\n.np1 .section--dark .cross-link {\n  background: var(--primary); color: var(--canvas);\n}\n.np1 .section--dark .cross-link:hover {\n  background: var(--canvas); color: var(--secondary);\n}\n\n\/* When the bleed-after-divider sibling rule was for the old .bleed\n   format and Newton Park is no longer a .bleed, the rule still won't\n   match anything harmful (no .bleed elements remain in the live page).\n   Leaving it in place; harmless. *\/\n\n\n\n\/* ========================================================\n   Edge-to-edge background utility\n   Theme wraps the page content in a fixed-width container.\n   This trick paints the section background to viewport edges\n   while keeping the actual section box constrained.\n   ======================================================== *\/\n.np1 .edge-bleed {\n  position: relative;\n  box-shadow: 0 0 0 100vmax var(--bleed-color, var(--cream));\n  clip-path: inset(0 -100vmax);\n}\n.np1 .edge-bleed-cream     { --bleed-color: var(--cream); background: var(--cream); }\n.np1 .edge-bleed-canvas-alt{ --bleed-color: var(--canvas-alt); background: var(--canvas-alt); }\n.np1 .edge-bleed-dark      { --bleed-color: var(--secondary); background: var(--secondary); color: var(--canvas); }\n\n\/* For dark edge-bleed, carry colors to the chapter elements (same as section--dark) *\/\n.np1 .edge-bleed-dark .h1, .np1 .edge-bleed-dark .h2, .np1 .edge-bleed-dark .h3,\n.np1 .edge-bleed-dark .eyebrow, .np1 .edge-bleed-dark .lead,\n.np1 .edge-bleed-dark .chapter__title, .np1 .edge-bleed-dark .chapter__body { color: var(--canvas); }\n.np1 .edge-bleed-dark .chapter__activities { color: rgba(255,255,255,0.78); }\n.np1 .edge-bleed-dark .chapter__activities strong { color: var(--canvas); }\n.np1 .edge-bleed-dark .chapter-mark { color: var(--canvas); opacity: 0.20; }\n.np1 .edge-bleed-dark .caption { color: rgba(255,255,255,0.65); }\n\n\n\n\/* ========================================================\n   Rev 2.6 - press strip + zone strip refinements\n   ======================================================== *\/\n\n\/* Pill-style press marks, linked *\/\n.np1 .press-mark {\n  display: inline-block;\n  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;\n  font-size: 12px; letter-spacing: 2px;\n  color: var(--secondary);\n  padding: 10px 18px;\n  border: 1px solid rgba(91,50,13,0.25);\n  border-radius: 9999px;\n  background: var(--canvas);\n  text-decoration: none;\n  white-space: nowrap;\n  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);\n  opacity: 0.92;\n}\n.np1 .press-mark:hover {\n  background: var(--secondary);\n  color: var(--canvas);\n  border-color: var(--secondary);\n  text-decoration: none;\n  transform: translateY(-1px);\n}\n\n\/* Oversized opening quote-mark ornament on press quotes *\/\n.np1 .press-quote { position: relative; padding-top: var(--sp-7); }\n.np1 .press-quote::before {\n  content: \"\\201C\";\n  position: absolute;\n  top: -8px;\n  left: 18px;\n  font-family: var(--font-display);\n  font-weight: 800;\n  font-size: 96px;\n  line-height: 1;\n  color: var(--primary);\n  opacity: 0.22;\n}\n\n\/* Bigger quote body *\/\n.np1 .press-quote__body {\n  font-family: var(--font-display); font-weight: 500;\n  font-size: clamp(20px, 2.1vw, 26px); line-height: 1.35;\n  color: var(--secondary); margin: 0 0 var(--sp-4); font-style: italic;\n}\n.np1 .press-quote__cite a {\n  color: var(--primary);\n}\n.np1 .press-quote__cite a:hover {\n  color: var(--secondary);\n}\n\n\n\n\/* ========================================================\n   Rev 2.12 - brand-native visual assets\n   ======================================================== *\/\n\n\/* 1. Orange title brushstroke under section-head H2s *\/\n.np1 .faq__head .h2,\n.np1 .founders__lede .h2,\n.np1 .press-strip__head .h2,\n.np1 .awards__intro .h2,\n.np1 .location__head .h2,\n.np1 .plan .h2 {\n  background-image: url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/08\/deco-1.png');\n  background-repeat: no-repeat;\n  background-position: bottom center;\n  background-size: clamp(64px, 9vw, 110px) auto;\n  padding-bottom: 14px;\n}\n.np1 .location__head .h2 {\n  background-position: bottom left;\n}\n.np1 .intro__title {\n  background-image: url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/08\/deco-1.png');\n  background-repeat: no-repeat;\n  background-position: bottom left;\n  background-size: clamp(72px, 10vw, 130px) auto;\n  padding-bottom: 14px;\n}\n\n\/* 2. Grainy beige texture overlay on cream edge-bleed sections *\/\n.np1 .edge-bleed-cream {\n  background:\n    url('https:\/\/ninemia.gr\/wp-content\/uploads\/2022\/02\/activity_background.webp') 0 0 \/ auto auto repeat,\n    var(--cream);\n}\n\n\/* 3. Specks atmosphere on the Plan-a-stay dark CTA *\/\n.np1 .plan.edge-bleed-dark {\n  background:\n    url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/08\/location_bg_01.png') center \/ cover no-repeat,\n    var(--secondary);\n}\n\n\/* 4. Brushstroke section divider replaces the thin line *\/\n.np1 .journey-section + .journey-section::before,\n.np1 .bleed + .journey-section::before {\n  content: \"\";\n  display: block;\n  width: 96px;\n  height: 2px;\n  background: var(--secondary);\n  opacity: 0.35;\n  margin: 0 auto var(--sp-4);\n  border-radius: 2px;\n}\n\n\n\n\/* Accordion FAQ *\/\n.np1 details.faq__item summary {\n  list-style: none; cursor: pointer; position: relative;\n  padding-right: 40px; user-select: none;\n}\n.np1 details.faq__item summary::-webkit-details-marker { display: none; }\n.np1 details.faq__item summary::after {\n  content: \"\"; position: absolute; right: 4px; top: 50%;\n  width: 12px; height: 12px;\n  border-right: 2px solid var(--secondary);\n  border-bottom: 2px solid var(--secondary);\n  transform: translateY(-100%) rotate(45deg);\n  transition: transform var(--transition); opacity: 0.6;\n}\n.np1 details.faq__item[open] summary::after {\n  transform: translateY(-30%) rotate(-135deg); opacity: 0.9;\n}\n.np1 details.faq__item summary:hover { color: var(--primary); }\n.np1 details.faq__item summary:hover::after { border-color: var(--primary); opacity: 1; }\n.np1 details.faq__item > .faq__a:first-of-type { margin-top: var(--sp-3); }\n\n\n\n\/* Press article cards (AI-citation-optimized format) *\/\n.np1 .press-articles {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: var(--sp-4);\n  max-inline-size: var(--container-max);\n  margin: var(--sp-6) auto 0;\n}\n@media (max-width: 1023px) {\n  .np1 .press-articles { grid-template-columns: repeat(2, 1fr); }\n}\n@media (max-width: 639px) {\n  .np1 .press-articles { grid-template-columns: 1fr; }\n}\n.np1 .press-article {\n  background: var(--canvas);\n  border-radius: var(--radius-md);\n  padding: var(--sp-4);\n  border: 1px solid var(--border);\n  box-shadow: 0 8px 20px -14px rgba(91,50,13,0.18);\n}\n.np1 .press-article__source {\n  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;\n  font-size: 15px; letter-spacing: 1.5px; color: var(--secondary);\n  margin: 0 0 4px;\n}\n.np1 .press-article__meta {\n  font-family: var(--font-ui); font-size: 12px;\n  color: var(--muted); margin: 0 0 var(--sp-3); letter-spacing: 0.5px;\n}\n.np1 .press-article__quote {\n  margin: 0 0 var(--sp-3); padding: 0; border: none;\n  font-family: var(--font-display); font-style: italic; font-weight: 500;\n  font-size: 15px; line-height: 1.45; color: var(--secondary);\n}\n.np1 .press-article__trans {\n  font-size: 13.5px; color: var(--muted);\n  margin: 0 0 var(--sp-3); line-height: 1.5;\n}\n.np1 .press-article__link a {\n  font-family: var(--font-display); font-weight: 700; font-size: 12px;\n  letter-spacing: 1.5px; text-transform: uppercase; color: var(--primary);\n}\n.np1 .press-article__link a:hover { color: var(--secondary); }\n\n\/* Awards gloss text *\/\n.np1 .award__gloss {\n  text-align: left; font-size: 13.5px; color: var(--muted);\n  border-top: 1px solid var(--border);\n  padding-top: var(--sp-3); margin-top: var(--sp-3); line-height: 1.5;\n}\n\n\n\n\/* Influencer reviews head *\/\n.np1 .influencers__head {\n  text-align: center;\n  max-inline-size: 720px;\n  margin: 0 auto var(--sp-3);\n}\n\n\n\n\/* Press v3 - Greek-original line under translated quotes *\/\n.np1 .press-article__original {\n  font-size: 0.85em;\n  color: var(--secondary);\n  opacity: 0.75;\n  margin-top: var(--sp-2);\n  font-style: normal;\n  line-height: 1.5;\n}\n.np1 .press-article__original em {\n  font-style: italic;\n  font-weight: 500;\n  opacity: 0.9;\n  margin-inline-end: 4px;\n}\n\n<\/style>\n<div class=\"np1\">\n<section class=\"journey-section\">\n  <div class=\"container intro\">\n    <span class=\"eyebrow\">\u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9 &middot; \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1 &middot; \u0397\u03c0\u03b5\u03b9\u03c1\u03c9\u03c4\u03b9\u03ba\u03ae \u0395\u03bb\u03bb\u03ac\u03b4\u03b1<\/span>\n    <h2 class=\"intro__title\">\u0397 \u03ac\u03bb\u03bb\u03b7 \u03cc\u03c8\u03b7 \u03c4\u03c9\u03bd \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ce\u03bd \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ce\u03bd \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ce\u03bd.<\/h2>\n    <p class=\"intro__body\"><strong>\u03a4\u03bf Ninemia Stay &amp; Play \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1 boutique \u03bf\u03c1\u03b5\u03b9\u03bd\u03cc \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03cc resort \u03c3\u03c4\u03bf \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9, \u03c3\u03c4\u03b7\u03bd \u03b7\u03c0\u03b5\u03b9\u03c1\u03c9\u03c4\u03b9\u03ba\u03ae \u0395\u03bb\u03bb\u03ac\u03b4\u03b1.<\/strong> \u0394\u03ad\u03ba\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5 \u03c3\u03b5 25.000&nbsp;m&sup2; \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ae\u03c2, \u03c0\u03b5\u03c1\u03b9\u03c6\u03c1\u03b1\u03b3\u03bc\u03ad\u03bd\u03b7\u03c2 \u03ad\u03ba\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1. \u03a0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc \u03b5\u03ba\u03b1\u03c4\u03cc \u03c4\u03c1\u03cc\u03c0\u03bf\u03b9 \u03b3\u03b9\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9 \u03c3\u03b5 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b6\u03ce\u03bd\u03b5\u03c2 &mdash; \u03b5\u03be\u03ae\u03bd\u03c4\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf Newton Park \u03bc\u03cc\u03bd\u03bf. \u03a3\u03c4\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1: \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf STEM \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03ac\u03c1\u03ba\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1, \u03bc\u03b9\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u03c6\u03ac\u03c1\u03bc\u03b1 \u03b6\u03ce\u03c9\u03bd, \u03c4\u03bf Honesty Caf\u00e9 \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03b4\u03b5\u03bd\u03c4\u03c1\u03cc\u03c3\u03c0\u03b9\u03c4\u03bf. 4,85 \u03b1\u03c3\u03c4\u03ad\u03c1\u03b9\u03b1 \u03c3\u03b5 665+ \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 Google. \u03a0\u03ad\u03bd\u03c4\u03b5 \u03b2\u03c1\u03b1\u03b2\u03b5\u03af\u03b1 \u03c4\u03c1\u03af\u03c4\u03c9\u03bd \u03c6\u03bf\u03c1\u03ad\u03c9\u03bd. \u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1 \u03c3\u03c4\u03b1 \u03ba\u03bf\u03c1\u03c5\u03c6\u03b1\u03af\u03b1 \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac \u039c\u039c\u0395 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd \u03b4\u03b9\u03b5\u03b8\u03bd\u03ae \u03c4\u03bf\u03c5\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c4\u03cd\u03c0\u03bf.<\/p>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"journey-section\" id=\"bungalows\">\n  <div class=\"chapter\">\n    <div class=\"chapter__media\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2022\/12\/Ouranos_Wood_bungalows_family_apartments_diamoni_sto_karpenisi_domatia_gia_oikogeneies.webp');\" role=\"img\" aria-label=\"\u039e\u03cd\u03bb\u03b9\u03bd\u03bf \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5 Ouranos \u03c3\u03c4\u03bf Ninemia\"><\/div>\n    <div class=\"chapter__copy\">\n      <span class=\"eyebrow\">\u03a4\u03bf \u039a\u03c4\u03ae\u03bc\u03b1<\/span>\n      <h2 class=\"chapter__title\">\u0394\u03ad\u03ba\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5. \u0394\u03ad\u03ba\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2. \u0388\u03bd\u03b1 \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc \u03b4\u03ac\u03c3\u03bf\u03c2.<\/h2>\n      <p class=\"chapter__body\">\u0394\u03ad\u03ba\u03b1 \u03be\u03cd\u03bb\u03b9\u03bd\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03c4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b1 \u03ad\u03c9\u03c2 \u03ad\u03be\u03b9 \u03ac\u03c4\u03bf\u03bc\u03b1, \u03b4\u03b9\u03ac\u03c3\u03c0\u03b1\u03c1\u03c4\u03b1 \u03c3\u03b5 25.000&nbsp;m&sup2; \u03c0\u03b5\u03c1\u03b9\u03c6\u03c1\u03b1\u03b3\u03bc\u03ad\u03bd\u03b7\u03c2 \u03b4\u03b1\u03c3\u03b9\u03ba\u03ae\u03c2 \u03ad\u03ba\u03c4\u03b1\u03c3\u03b7\u03c2. \u0388\u03c9\u03c2 \u03b4\u03ad\u03ba\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2 \u03c3\u03c4\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1 \u03b1\u03bd\u03ac \u03c0\u03ac\u03c3\u03b1 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae &mdash; \u03ad\u03bd\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5 \u03b1\u03bd\u03ac \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1. \u039f \u03c7\u03ce\u03c1\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf\u03c5 \u03b5\u03af\u03bd\u03b1\u03b9 <strong>\u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2<\/strong> &mdash; \u03bc\u03cc\u03bd\u03bf \u03bf\u03b9 \u03b4\u03b9\u03b1\u03bc\u03ad\u03bd\u03bf\u03bd\u03c4\u03b5\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5, \u03c4\u03bf Honesty Caf\u00e9, \u03c4\u03b7 \u03a6\u03ac\u03c1\u03bc\u03b1 \u0396\u03ce\u03c9\u03bd, The Loop \u03ba\u03b1\u03b9 \u03c4\u03bf Everwood. \u03a4\u03bf Newton Park \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03ae \u03b6\u03ce\u03bd\u03b7 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03ae \u03c3\u03b5 \u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2 \u03b5\u03c0\u03b9\u03c3\u03ba\u03ad\u03c0\u03c4\u03b5\u03c2, \u03bc\u03b5 \u03b5\u03b9\u03c3\u03b9\u03c4\u03ae\u03c1\u03b9\u03bf \u03ba\u03b1\u03c4\u03ac \u03c4\u03b9\u03c2 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2. \u039f\u03b9 \u03b4\u03b9\u03b1\u03bc\u03ad\u03bd\u03bf\u03bd\u03c4\u03b5\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd 24\u03c9\u03c1\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b6\u03ce\u03bd\u03b5\u03c2.<\/p>\n      <p class=\"chapter__body\" style=\"font-size: 15px; color: var(--muted);\"><strong>\u0391\u03bd\u03b1\u03c4\u03bf\u03bb\u03ae<\/strong> \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b2\u03ac\u03c3\u03b9\u03bc\u03bf \u03b3\u03b9\u03b1 \u0391\u03bc\u03b5\u0391 &mdash; \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf ADA-accessible \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1. <strong>\u0391\u03bd\u03b1\u03c4\u03bf\u03bb\u03ae \u03ba\u03b1\u03b9 \u039f\u03c5\u03c1\u03b1\u03bd\u03cc\u03c2<\/strong> \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03b1 (Pet Stay &euro;75\/\u03bd\u03cd\u03c7\u03c4\u03b1). \u03a4\u03b1 \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03c5\u03bd \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03b1.<\/p>\n      <div class=\"chapter__facts\">\n        <div class=\"chapter__fact\"><strong>10<\/strong>\u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5<\/div>\n        <div class=\"chapter__fact\"><strong>4&ndash;6<\/strong>\u03ac\u03c4\u03bf\u03bc\u03b1 \u03c4\u03bf \u03ba\u03b1\u03b8\u03ad\u03bd\u03b1<\/div>\n        <div class=\"chapter__fact\"><strong>&euro;180&ndash;300<\/strong>\/\u03c3\u03c0\u03af\u03c4\u03b9\/\u03bd\u03cd\u03c7\u03c4\u03b1<\/div>\n        <div class=\"chapter__fact\"><strong>3&#9733;<\/strong>\u039e\u0395\u0395\u0395 \u03a5\u03c0. \u03a4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section\" id=\"zone1\">\n  <div class=\"chapter chapter--image-right\">\n    <div class=\"chapter__copy\">\n      <div class=\"chapter-mark\">01<\/div>\n      <span class=\"eyebrow\">\u0396\u03ce\u03bd\u03b7 01 &middot; \u039e\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf &amp; \u039a\u03ae\u03c0\u03bf\u03c2 &middot; 8 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/span>\n      <h2 class=\"chapter__title\">\u03a4\u03bf \u03c7\u03c9\u03c1\u03b9\u03cc \u03c4\u03c9\u03bd \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5.<\/h2>\n      <p class=\"chapter__body\">\u0397 \u03ba\u03b1\u03c1\u03b4\u03b9\u03ac \u03c4\u03bf\u03c5 resort. \u039c\u03b9\u03b1 \u03bb\u03af\u03bc\u03bd\u03b7 \u03c3\u03c4\u03bf\u03bd \u03ba\u03ae\u03c0\u03bf, \u03ad\u03bd\u03b1 \u03b4\u03b5\u03bd\u03c4\u03c1\u03cc\u03c3\u03c0\u03b9\u03c4\u03bf, \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03ce\u03bd, \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b1\u03c0\u03ad\u03b6\u03b9\u03c9\u03bd \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03ce\u03bd, escape room, \u03c4\u03bf Honesty Caf\u00e9 (\u03ad\u03bd\u03b1 all-day buffet \u03c1\u03bf\u03c6\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c3\u03bd\u03b1\u03ba \u03cc\u03c0\u03bf\u03c5 \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03c1\u03b1\u03c4\u03bf\u03cd\u03bd \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc), \u03c0\u03bf\u03b4\u03b7\u03bb\u03b1\u03c4\u03cc\u03b4\u03c1\u03bf\u03bc\u03bf\u03b9 \u03bc\u03ad\u03c3\u03b1 \u03c3\u03c4\u03bf \u03b4\u03b1\u03c3\u03c9\u03bc\u03ad\u03bd\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1, \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b4\u03ad\u03ba\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5.<\/p>\n      <p class=\"chapter__activities\"><strong>\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9:<\/strong> \u03c0\u03bf\u03b4\u03b7\u03bb\u03b1\u03c4\u03cc\u03b4\u03c1\u03bf\u03bc\u03bf\u03b9 &middot; \u03bb\u03af\u03bc\u03bd\u03b7 \u03ba\u03ae\u03c0\u03bf\u03c5 &middot; \u03b4\u03b5\u03bd\u03c4\u03c1\u03cc\u03c3\u03c0\u03b9\u03c4\u03bf &middot; \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ae \u03b1\u03af\u03b8\u03bf\u03c5\u03c3\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03ce\u03bd &middot; \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b1\u03c0\u03ad\u03b6\u03b9\u03c9\u03bd &middot; escape room &middot; Honesty Caf\u00e9 &middot; 10 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5<\/p>\n    <\/div>\n    <div class=\"chapter__media\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/11\/treehouse_for_kids_ninemia_activities_for_kids.jpg');\" role=\"img\" aria-label=\"\u0394\u03b5\u03bd\u03c4\u03c1\u03cc\u03c3\u03c0\u03b9\u03c4\u03bf \u03c3\u03c4\u03bf Ninemia, \u0396\u03ce\u03bd\u03b7 1 \u039e\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03ba\u03b1\u03b9 \u039a\u03ae\u03c0\u03bf\u03c2\"><\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section\" id=\"zone2\">\n  <div class=\"chapter\">\n    <div class=\"chapter__media\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/11\/farm_stay_family_hotel_karpenisi_agrotourism_karpenisi_kids_activities_oikogeniakes_diakopes_animals_horse_riding_ippasia_kids_friendly_baby-scaled.jpg');\" role=\"img\" aria-label=\"\u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u03c6\u03ac\u03c1\u03bc\u03b1 \u03b6\u03ce\u03c9\u03bd \u03c3\u03c4\u03bf Ninemia, \u0396\u03ce\u03bd\u03b7 2\"><\/div>\n    <div class=\"chapter__copy\">\n      <div class=\"chapter-mark\">02<\/div>\n      <span class=\"eyebrow\">\u0396\u03ce\u03bd\u03b7 02 &middot; \u03a6\u03ac\u03c1\u03bc\u03b1 \u0396\u03ce\u03c9\u03bd &middot; 6 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/span>\n      <h2 class=\"chapter__title\">\u039c\u03b9\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u03c6\u03ac\u03c1\u03bc\u03b1, \u03cc\u03c7\u03b9 \u03b1\u03c0\u03bb\u03ce\u03c2 \u03b6\u03c9\u03bd\u03c4\u03b1\u03bd\u03ae \u03ad\u03ba\u03b8\u03b5\u03c3\u03b7.<\/h2>\n      <p class=\"chapter__body\">\u0386\u03bb\u03bf\u03b3\u03b1, \u03bd\u03ac\u03bd\u03bf\u03b9 \u03b1\u03af\u03b3\u03b5\u03c2, \u03c0\u03c1\u03cc\u03b2\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03ba\u03bf\u03c5\u03bd\u03ad\u03bb\u03b9\u03b1. \u0388\u03bd\u03b1 farm safari \u03ba\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03c6\u03ac\u03c1\u03bc\u03b1 \u03c7\u03b1\u03b4\u03b9\u03ce\u03bd. \u03a4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b1 \u03b6\u03ce\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03bc\u03ad\u03c1\u03b1 &mdash; \u03c4\u03b1 \u03c4\u03b1\u0390\u03b6\u03bf\u03c5\u03bd, \u03c4\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b9 \u03ba\u03ac\u03b8\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b1\u03b6\u03af \u03c4\u03bf\u03c5\u03c2. \u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03b4\u03b9\u03b5\u03b8\u03bd\u03b5\u03af\u03c2 \u03b5\u03b8\u03b5\u03bb\u03bf\u03bd\u03c4\u03ad\u03c2 Workaway \u03ba\u03b1\u03b9 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b1\u03c0\u03cc \u03c4\u03b7 \u03c6\u03ac\u03c1\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03c1\u03b1\u03c0\u03ad\u03b6\u03b9 \u03c4\u03b7\u03c2 \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae\u03c2 \u03a0\u03c1\u03c9\u03b9\u03bd\u03ae\u03c2 \u03a0\u03c1\u03c9\u03c4\u03bf\u03b2\u03bf\u03c5\u03bb\u03af\u03b1\u03c2.<\/p>\n      <p class=\"chapter__activities\"><strong>\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9:<\/strong> \u03ac\u03bb\u03bf\u03b3\u03b1 &middot; \u03bd\u03ac\u03bd\u03bf\u03b9 \u03b1\u03af\u03b3\u03b5\u03c2 &middot; \u03c0\u03c1\u03cc\u03b2\u03b1\u03c4\u03b1 &middot; \u03ba\u03bf\u03c5\u03bd\u03ad\u03bb\u03b9\u03b1 &middot; farm safari &middot; \u03c6\u03ac\u03c1\u03bc\u03b1 \u03c7\u03b1\u03b4\u03b9\u03ce\u03bd<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section edge-bleed edge-bleed-cream\" id=\"zone3\">\n  <div class=\"chapter chapter--image-right\">\n    <div class=\"chapter__copy\">\n      <div class=\"chapter-mark\">03<\/div>\n      <span class=\"eyebrow\">\u0396\u03ce\u03bd\u03b7 03 &middot; The Loop &middot; 6 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/span>\n      <h2 class=\"chapter__title\">\u0397 \u03b6\u03ce\u03bd\u03b7 \u03c4\u03c9\u03bd \u03c4\u03c1\u03bf\u03c7\u03ce\u03bd.<\/h2>\n      <p class=\"chapter__body\">\u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03c0\u03af\u03c3\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03bb\u03b1 \u03cc\u03c3\u03b1 \u03ba\u03b9\u03bd\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c4\u03c1\u03bf\u03c7\u03bf\u03cd\u03c2. \u03a0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ac ATV, UTV, \u03c4\u03b5\u03c4\u03c1\u03ac\u03c4\u03c1\u03bf\u03c7\u03b1 \u03c0\u03bf\u03b4\u03ae\u03bb\u03b1\u03c4\u03b1, patinage, \u03c0\u03b5\u03b9\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c0\u03bf\u03b4\u03ae\u03bb\u03b1\u03c4\u03b1. \u03a4\u03b1 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03ac \u03ba\u03ac\u03c1\u03c4 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bc\u03cc\u03bd\u03b7 \u03b5\u03c0\u03af \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03c4\u03bf Ninemia &mdash; &euro;10 \u03b1\u03bd\u03ac \u03b1\u03c5\u03c4\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf \u03b3\u03b9\u03b1 10 \u03bb\u03b5\u03c0\u03c4\u03ac. \u038c\u03bb\u03b1 \u03c4\u03b1 \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03b1 \u03c3\u03c4\u03bf The Loop \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03bc\u03ad\u03bd\u03bf\u03bd\u03c4\u03b5\u03c2.<\/p>\n      <p class=\"chapter__activities\"><strong>\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9:<\/strong> \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03ac \u03ba\u03ac\u03c1\u03c4 (\u03b5\u03c0\u03af \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae) &middot; \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ac ATV &middot; UTV &middot; \u03c4\u03b5\u03c4\u03c1\u03ac\u03c4\u03c1\u03bf\u03c7\u03b1 \u03c0\u03bf\u03b4\u03ae\u03bb\u03b1\u03c4\u03b1 &middot; patinage &middot; \u03c0\u03b5\u03b9\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c0\u03bf\u03b4\u03ae\u03bb\u03b1\u03c4\u03b1<\/p>\n    <\/div>\n    <div class=\"chapter__media\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/11\/atv_kids_gourounes_gia_paidia_drastiriothtes_karpenisi_diakopes_sto_vouno_montain_activities_evrytania-e1655285042444.jpg');\" role=\"img\" aria-label=\"\u03a0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ac ATV \u03c3\u03c4\u03bf Ninemia, \u0396\u03ce\u03bd\u03b7 3 The Loop\"><\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section\" id=\"zone4\">\n  <div class=\"chapter\">\n    <div class=\"chapter__media\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2025\/07\/bowling_2-e1753542933946.jpg');\" role=\"img\" aria-label=\"\u03a5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf bowling \u03c3\u03c4\u03bf Everwood, \u0396\u03ce\u03bd\u03b7 4\"><\/div>\n    <div class=\"chapter__copy\">\n      <div class=\"chapter-mark\">04<\/div>\n      <span class=\"eyebrow\">\u0396\u03ce\u03bd\u03b7 04 &middot; Everwood &middot; 15 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2<\/span>\n      <h2 class=\"chapter__title\">\u0397 \u03b6\u03ce\u03bd\u03b7 \u03c4\u03c9\u03bd \u03b4\u03c1\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03c9\u03bd \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03ce\u03bd.<\/h2>\n      <p class=\"chapter__body\">\u0394\u03b5\u03ba\u03b1\u03c0\u03ad\u03bd\u03c4\u03b5 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd &mdash; \u03b7 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b6\u03ce\u03bd\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03b5 \u03b5\u03cd\u03c1\u03bf\u03c2. \u03a5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf bowling, \u03c4\u03c1\u03b1\u03bc\u03c0\u03bf\u03bb\u03af\u03bd\u03b1, bounce town, \u03bc\u03af\u03bd\u03b9 \u03c4\u03c5\u03c1\u03bf\u03bb\u03ad\u03b6\u03b1, \u03bc\u03c0\u03ac\u03c3\u03ba\u03b5\u03c4, \u03c4\u03bf\u03be\u03bf\u03b2\u03bf\u03bb\u03af\u03b1 foam, \u03c3\u03c4\u03cc\u03bb\u03bf\u03c2 \u03c0\u03bf\u03b4\u03b7\u03bb\u03ac\u03c4\u03c9\u03bd, ping pong, water wars \u03c4\u03bf \u03ba\u03b1\u03bb\u03bf\u03ba\u03b1\u03af\u03c1\u03b9, \u03bc\u03af\u03bd\u03b9 \u03b3\u03ba\u03bf\u03bb\u03c6, treasure hunt, Nerf arena, \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ae \u03c7\u03b1\u03c1\u03ac, Abacus Playroom \u03b3\u03b9\u03b1 \u03b5\u03c6\u03ae\u03b2\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03bd\u03ae\u03bb\u03b9\u03ba\u03b5\u03c2 (12 \u03b3\u03b9\u03b3\u03b1\u03bd\u03c4\u03b9\u03b1\u03af\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03b5\u03bd\u03c4\u03cc\u03c2) \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03c4\u03c1\u03ac\u03c0\u03bf\u03c5\u03bb\u03b1 road-trip \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03ce\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03b5\u03bd\u03b4\u03b9\u03ac\u03bc\u03b5\u03c3\u03b5\u03c2 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ad\u03c2.<\/p>\n      <p class=\"chapter__activities\"><strong>\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9:<\/strong> \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf bowling &middot; \u03c4\u03c1\u03b1\u03bc\u03c0\u03bf\u03bb\u03af\u03bd\u03b1 &middot; bounce town &middot; \u03bc\u03af\u03bd\u03b9 \u03c4\u03c5\u03c1\u03bf\u03bb\u03ad\u03b6\u03b1 &middot; \u03bc\u03c0\u03ac\u03c3\u03ba\u03b5\u03c4 &middot; \u03c4\u03bf\u03be\u03bf\u03b2\u03bf\u03bb\u03af\u03b1 foam &middot; \u03c3\u03c4\u03cc\u03bb\u03bf\u03c2 \u03c0\u03bf\u03b4\u03b7\u03bb\u03ac\u03c4\u03c9\u03bd &middot; ping pong &middot; road-trip \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 &middot; water wars &middot; \u03bc\u03af\u03bd\u03b9 \u03b3\u03ba\u03bf\u03bb\u03c6 &middot; treasure hunt &middot; Nerf arena &middot; \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ae \u03c7\u03b1\u03c1\u03ac &middot; Abacus Playroom<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section edge-bleed edge-bleed-dark\" id=\"newton\">\n  <div class=\"chapter chapter--image-right\">\n    <div class=\"chapter__copy\">\n      <div class=\"chapter-mark\">05<\/div>\n      <span class=\"eyebrow\">\u0396\u03ce\u03bd\u03b7 05 &middot; The Newton Park &middot; 60 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2<\/span>\n      <h2 class=\"chapter__title\">\u03a4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf STEM \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03ac\u03c1\u03ba\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1.<\/h2>\n      <p class=\"chapter__body\">\u0395\u03be\u03ae\u03bd\u03c4\u03b1 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2 \u03ba\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc \u03bf\u03c5\u03c1\u03b1\u03bd\u03cc. \u03a4\u03b1 \u03bc\u03b9\u03c3\u03ac \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2 \u03b5\u03ba\u03b8\u03ad\u03c3\u03b5\u03b9\u03c2 &mdash; \u039c\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u0391\u03c1\u03c7\u03b9\u03bc\u03ae\u03b4\u03b7, \u03bf\u03c0\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c8\u03b5\u03c5\u03b4\u03b1\u03b9\u03c3\u03b8\u03ae\u03c3\u03b5\u03b9\u03c2, \u03b4\u03c1\u03cc\u03bc\u03bf\u03c2 \u03ae\u03c7\u03bf\u03c5, \u03b7 \u03ad\u03ba\u03b8\u03b5\u03c3\u03b7 \u039c\u03b5\u03b3\u03ac\u03bb\u03c9\u03bd \u0395\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03cc\u03bd\u03c9\u03bd, \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03b5\u03c0\u03b9\u03b4\u03b5\u03be\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7. \u03a4\u03b1 \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2, \u03b5\u03bc\u03c0\u03cc\u03b4\u03b9\u03b1, \u03bc\u03ad\u03b3\u03b1 \u03c4\u03c5\u03c1\u03bf\u03bb\u03ad\u03b6\u03b1, \u03bb\u03b1\u03b2\u03cd\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2, \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03c7\u03b1\u03c1\u03ad\u03c2, \u03c0\u03b1\u03b6\u03bb, \u03b3\u03b9\u03b3\u03b1\u03bd\u03c4\u03b9\u03b1\u03af\u03b1 \u03b1\u03bd\u03b1\u03bb\u03bf\u03b3\u03b9\u03ba\u03ac \u03be\u03cd\u03bb\u03b9\u03bd\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae <strong>\u03c6\u03ac\u03c1\u03bc\u03b1 \u03c0\u03c4\u03b7\u03bd\u03ce\u03bd<\/strong>. \u0397 \u03bc\u03cc\u03bd\u03b7 \u03b6\u03ce\u03bd\u03b7 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03ae \u03c3\u03b5 \u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2 \u03b5\u03c0\u03b9\u03c3\u03ba\u03ad\u03c0\u03c4\u03b5\u03c2 &mdash; \u03bc\u03b5 \u03b5\u03b9\u03c3\u03b9\u03c4\u03ae\u03c1\u03b9\u03bf \u03ba\u03b1\u03c4\u03ac \u03c4\u03b9\u03c2 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2. \u039f\u03b9 \u03b4\u03b9\u03b1\u03bc\u03ad\u03bd\u03bf\u03bd\u03c4\u03b5\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd 24\u03c9\u03c1\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7. \u03a4\u03bf \u03c0\u03ac\u03c1\u03ba\u03bf \u03b4\u03b9\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9 \u03b4\u03b9\u03ba\u03ae \u03c4\u03bf\u03c5 \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 4,86&#9733; \u03b1\u03c0\u03cc 2.360 \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 Google.<\/p>\n      <p class=\"chapter__activities\"><strong>\u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9:<\/strong> 30 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2 \u03b5\u03ba\u03b8\u03ad\u03c3\u03b5\u03b9\u03c2 (\u039c\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u0391\u03c1\u03c7\u03b9\u03bc\u03ae\u03b4\u03b7 &middot; \u03bf\u03c0\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c8\u03b5\u03c5\u03b4\u03b1\u03b9\u03c3\u03b8\u03ae\u03c3\u03b5\u03b9\u03c2 &middot; \u03b4\u03c1\u03cc\u03bc\u03bf\u03c2 \u03ae\u03c7\u03bf\u03c5 &middot; \u039c\u03b5\u03b3\u03ac\u03bb\u03bf\u03b9 \u0395\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03bf\u03bd\u03b5\u03c2 &middot; \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03b5\u03c0\u03b9\u03b4\u03b5\u03be\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 &middot; \u03c0\u03b1\u03b6\u03bb &middot; \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7) &middot; 30 \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03b1\/\u03b1\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ac \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2 (\u03b1\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 &middot; \u03b5\u03bc\u03c0\u03cc\u03b4\u03b9\u03b1 &middot; \u03bc\u03ad\u03b3\u03b1 \u03c4\u03c5\u03c1\u03bf\u03bb\u03ad\u03b6\u03b1 &middot; \u03bb\u03b1\u03b2\u03cd\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2 &middot; \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03c7\u03b1\u03c1\u03ad\u03c2 &middot; \u03b3\u03b9\u03b3\u03b1\u03bd\u03c4\u03b9\u03b1\u03af\u03b1 \u03b1\u03bd\u03b1\u03bb\u03bf\u03b3\u03b9\u03ba\u03ac \u03be\u03cd\u03bb\u03b9\u03bd\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 &middot; \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ae \u03ba\u03bf\u03cd\u03bd\u03b9\u03b1 &middot; \u03b1\u03bc\u03bc\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf &middot; \u03b1\u03b3\u03ce\u03bd\u03b1\u03c2 \u03b5\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c0\u03ac\u03c0\u03b9\u03b1\u03c2 &middot; \u03c0\u03bf\u03b4\u03cc\u03c3\u03c6\u03b1\u03b9\u03c1\u03bf &middot; \u03b2\u03cc\u03bb\u03b5\u03ca &middot; \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03ba\u03b1\u03c1\u03bd\u03b1\u03b2\u03b1\u03bb\u03b9\u03bf\u03cd &middot; \u03c6\u03ac\u03c1\u03bc\u03b1 \u03c0\u03c4\u03b7\u03bd\u03ce\u03bd)<\/p>\n      <a class=\"cross-link\" href=\"https:\/\/thenewtonpark.gr\" rel=\"noopener\" target=\"_blank\">\u0395\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03b8\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf thenewtonpark.gr<\/a>\n    <\/div>\n    <div class=\"chapter__media\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2022\/12\/newton_park_activities_for_kids_family_hotel_karpenisi_.webp');\" role=\"img\" aria-label=\"\u03a4\u03bf Newton Park \u03c3\u03c4\u03bf Ninemia - \u03c0\u03c1\u03ce\u03c4\u03bf \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf STEM \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03ac\u03c1\u03ba\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\"><\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"journey-section edge-bleed edge-bleed-cream\" style=\"padding-block: var(--sp-8);\">\n  <div class=\"container\">\n    <div style=\"text-align:center; margin-bottom: var(--sp-6);\">\n      <span class=\"eyebrow\">\u03a0\u03ad\u03bd\u03c4\u03b5 \u03b6\u03ce\u03bd\u03b5\u03c2 &middot; 100+ \u03c4\u03c1\u03cc\u03c0\u03bf\u03b9 \u03b3\u03b9\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9 &middot; \u0388\u03bd\u03b1 \u03ba\u03c4\u03ae\u03bc\u03b1<\/span>\n      <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u0397 \u03b2\u03cc\u03bb\u03c4\u03b1, \u03c3\u03b5 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b6\u03ce\u03bd\u03b5\u03c2.<\/h2>\n    <\/div>\n    <div class=\"zone-strip\">\n      <div class=\"zone-strip__tile\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2022\/07\/view_from_the_pond_ninemia_garden_best_family_hotels_karpenisi_greece_best_destination_diamoni_.jpg');\"><div class=\"zone-strip__label\"><div class=\"num\">01 &middot; 8 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2<\/div><div class=\"name\">\u039e\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf &amp; \u039a\u03ae\u03c0\u03bf\u03c2<\/div><\/div><\/div>\n      <div class=\"zone-strip__tile\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/11\/animal-activities.jpg');\"><div class=\"zone-strip__label\"><div class=\"num\">02 &middot; 6 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2<\/div><div class=\"name\">\u03a6\u03ac\u03c1\u03bc\u03b1 \u0396\u03ce\u03c9\u03bd<\/div><\/div><\/div>\n      <div class=\"zone-strip__tile\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/11\/activities_for_adults_families_children_in_karpenisi_ninemia_stay_play_best_family_hotels-10.jpg');\"><div class=\"zone-strip__label\"><div class=\"num\">03 &middot; 6 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2<\/div><div class=\"name\">The Loop<\/div><\/div><\/div>\n      <div class=\"zone-strip__tile\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2022\/06\/karpenisi_diamoni_ksenodoxeia_oikogenoiakoi_proosrismoi_family_friendly_destination_best_mountain_destination-21.jpg');\"><div class=\"zone-strip__label\"><div class=\"num\">04 &middot; 15 \u03ba\u03b1\u03c4.<\/div><div class=\"name\">Everwood<\/div><\/div><\/div>\n      <div class=\"zone-strip__tile\" style=\"background-image:url('https:\/\/ninemia.gr\/wp-content\/uploads\/2021\/12\/activities_kids_karpenisi_family_hotel_the_newton_park_family_friendly_greece_with_kids_ninemia_stay_and_play_archimides_.jpg');\"><div class=\"zone-strip__label\"><div class=\"num\">05 &middot; 60 \u03a3\u0395<\/div><div class=\"name\">Newton Park<\/div><\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section\" id=\"people\">\n  <div class=\"founders\">\n    <div class=\"founders__lede\">\n      <span class=\"eyebrow\">\u0397 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c4\u03bf resort<\/span>\n      <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u03a7\u03c4\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc \u03bc\u03b9\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b7 \u039c\u03cd\u03ba\u03bf\u03bd\u03bf \u03c0\u03bf\u03c5 \u03ae\u03c1\u03b8\u03b5 \u03c3\u03c4\u03bf \u03b2\u03bf\u03c5\u03bd\u03cc.<\/h2>\n      <p class=\"lead\">\u03a3\u03c5\u03bd\u03b9\u03b4\u03c1\u03c5\u03c4\u03ad\u03c2 \u03bf \u0391\u03bd\u03c4\u03ce\u03bd\u03b7\u03c2 \u0393\u03c1\u03c5\u03c0\u03ac\u03c1\u03b7\u03c2 (\u03ba\u03b1\u03c4\u03b1\u03b3\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b7 \u039c\u03cd\u03ba\u03bf\u03bd\u03bf), \u03b7 Dimitra &ldquo;Demy&rdquo; Dimitrakopoulou (\u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03c1\u03b9\u03b1 \u03c3\u03c4\u03bf \u03bc\u03b7\u03c4\u03c1\u03ce\u03bf) \u03ba\u03b1\u03b9 \u03bf \u03b3\u03b9\u03bf\u03c2 \u03c4\u03bf\u03c5\u03c2 Kyriakos.<\/p>\n    <\/div>\n    <div class=\"founders__grid\">\n      <div class=\"founder-card\">\n        <div class=\"founder-card__role\">\u03a3\u03c5\u03bd\u03b9\u03b4\u03c1\u03cd\u03c4\u03c1\u03b9\u03b1 &middot; \u0399\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03c1\u03b9\u03b1 \u03c3\u03c4\u03bf \u03bc\u03b7\u03c4\u03c1\u03ce\u03bf<\/div>\n        <div class=\"founder-card__name\">Dimitra &ldquo;Demy&rdquo; Dimitrakopoulou<\/div>\n        <p class=\"founder-card__bio\"><strong>\u03a0\u03c1\u03ce\u03b7\u03bd \u03a0\u03c1\u03cc\u03b5\u03b4\u03c1\u03bf\u03c2<\/strong> \u03c4\u03bf\u03c5 \u03a3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5 \u039e\u03b5\u03bd\u03bf\u03b4\u03cc\u03c7\u03c9\u03bd \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03b7\u03c3\u03af\u03bf\u03c5. <strong>\u03a0\u03c1\u03ce\u03b7\u03bd \u03a4\u03b1\u03bc\u03af\u03b1\u03c2<\/strong> \u03c4\u03b7\u03c2 \u03a0\u03b1\u03bd\u03b5\u03bb\u03bb\u03ae\u03bd\u03b9\u03b1\u03c2 \u039f\u03bc\u03bf\u03c3\u03c0\u03bf\u03bd\u03b4\u03af\u03b1\u03c2 \u039e\u03b5\u03bd\u03bf\u03b4\u03cc\u03c7\u03c9\u03bd. \u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 \u03bd\u03b1 \u03b5\u03ba\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1 \u03c3\u03c4\u03bf 7\u03bf \u0394\u03b9\u03b5\u03b8\u03bd\u03ad\u03c2 \u03a3\u03c5\u03bd\u03ad\u03b4\u03c1\u03b9\u03bf \u0391\u03b3\u03c1\u03bf\u03c4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd (Rab, \u039a\u03c1\u03bf\u03b1\u03c4\u03af\u03b1, 2026) \u03ba\u03b1\u03b9 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b5\u03b8\u03bd\u03ad\u03c2 \u03c4\u03bf\u03c5\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c3\u03c5\u03bd\u03ad\u03b4\u03c1\u03b9\u03bf \u03c3\u03c4\u03b7\u03bd \u039a\u03cd\u03c0\u03c1\u03bf (2026). \u039f\u03bc\u03b9\u03bb\u03ae\u03c4\u03c1\u03b9\u03b1 \u03c3\u03c4\u03bf ITN Forum (2020). \u03a6\u03b9\u03bb\u03bf\u03be\u03ad\u03bd\u03b7\u03c3\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c3\u03b8\u03bf\u03bd\u03b9\u03ba\u03ae \u03c4\u03bf\u03c5\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b5\u03af\u03b1 \u03c3\u03c4\u03bf \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9 (\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2 2019).<\/p>\n      <\/div>\n      <div class=\"founder-card\">\n        <div class=\"founder-card__role\">\u03a3\u03c5\u03bd\u03b9\u03b4\u03c1\u03c5\u03c4\u03ae\u03c2 &middot; \u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 &middot; \u0386\u03bc\u03b5\u03c3\u03b5\u03c2 \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2<\/div>\n        <div class=\"founder-card__name\">Kyriakos Gryparis<\/div>\n        <p class=\"founder-card__bio\">\u03a3\u03c5\u03bd\u03b9\u03b4\u03c1\u03c5\u03c4\u03ae\u03c2 \u03bc\u03b1\u03b6\u03af \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b3\u03bf\u03bd\u03b5\u03af\u03c2 \u03c4\u03bf\u03c5 \u0391\u03bd\u03c4\u03ce\u03bd\u03b7 \u03ba\u03b1\u03b9 Demy. \u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1\u03c3\u03b5 \u03c4\u03bf Ninemia \u03c3\u03c4\u03bf <strong>Horeca Expo Business Lab 2026<\/strong> \u03c9\u03c2 \u03c4\u03b7\u03bd \u03c0\u03b9\u03bf \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03b7 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03ac\u03bc\u03b5\u03c3\u03c9\u03bd \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 &mdash; \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf 90% \u03c4\u03c9\u03bd \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03b3\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2. \u039c\u03b9\u03bb\u03ac \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac, \u03b1\u03b3\u03b3\u03bb\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b9\u03b1\u03c0\u03c9\u03bd\u03b9\u03ba\u03ac. \u0397 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2 2.000 \u03b1\u03c4\u03cc\u03bc\u03c9\u03bd \u03c3\u03c4\u03bf Instagram \u03b3\u03b9\u03b1 \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03bf.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section\" id=\"faq\">\n  <div class=\"faq\">\n    <div class=\"faq__head\">\n      <span class=\"eyebrow\">\u03a0\u03ce\u03c2 \u03c4\u03bf \u03c7\u03c4\u03af\u03c3\u03b1\u03bc\u03b5<\/span>\n      <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u03a4\u03c1\u03b5\u03b9\u03c2 \u03c3\u03ba\u03cc\u03c0\u03b9\u03bc\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2.<\/h2>\n      <p class=\"body\" style=\"max-inline-size: 640px; margin: var(--sp-4) auto 0; color: var(--secondary);\">\u039c\u03b1\u03c2 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03af\u03b4\u03b9\u03b5\u03c2 \u03c4\u03c1\u03b5\u03b9\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03ac\u03b8\u03b5 \u03c6\u03bf\u03c1\u03ac \u03c0\u03bf\u03c5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c2 \u03b1\u03ba\u03bf\u03cd\u03b5\u03b9 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03ce\u03c4\u03b7 \u03c6\u03bf\u03c1\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf Ninemia. \u0395\u03b4\u03ce \u03b1\u03c0\u03b1\u03bd\u03c4\u03ac\u03bc\u03b5 \u03c3\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03bc\u03af\u03b1 &mdash; \u03b5\u03b9\u03bb\u03b9\u03ba\u03c1\u03b9\u03bd\u03ac, \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03b5\u03b9\u03c1\u03ac \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03c1\u03c9\u03c4\u03b9\u03cc\u03bc\u03b1\u03c3\u03c4\u03b5.<\/p>\n    <\/div>\n    <details class=\"faq__item\" open>\n      <summary class=\"faq__q\">\u03a4\u03b9 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c4\u03bf Ninemia \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03b1\u03c0\u03cc \u03c4\u03b1 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ac resort;<\/summary>\n      <p class=\"faq__a\">\u03a4\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b1 \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ac resort &mdash; Sani, Ikos, Grecotel, Costa Navarino &mdash; \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b1\u03c1\u03b1\u03bb\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bd\u03c4\u03ac\u03b4\u03b5\u03c2 \u03ad\u03c9\u03c2 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2 \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1, all-inclusive \u03c0\u03b1\u03ba\u03ad\u03c4\u03b1, \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03bb\u03ad\u03c3\u03c7\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ac \u03b5\u03c3\u03c4\u03b9\u03b1\u03c4\u03cc\u03c1\u03b9\u03b1. \u0395\u03af\u03bd\u03b1\u03b9 \u03c6\u03c4\u03b9\u03b1\u03b3\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03bf\u03cd\u03bd \u03c4\u03b7 \u03bc\u03b1\u03b6\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03ba\u03b1\u03b9 \u03c4\u03bf \u03ba\u03ac\u03bd\u03bf\u03c5\u03bd \u03ba\u03b1\u03bb\u03ac.<\/p>\n      <p class=\"faq__a\">\u03a4\u03bf Ninemia \u03b5\u03af\u03bd\u03b1\u03b9 \u03c7\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03b3\u03cd\u03c1\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf \u03b1\u03ba\u03c1\u03b9\u03b2\u03ce\u03c2 \u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c4\u03bf. \u0394\u03ad\u03ba\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5. \u03a4\u03bf \u03c0\u03bf\u03bb\u03cd \u03b4\u03ad\u03ba\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2 \u03c3\u03b5 25.000&nbsp;m&sup2; \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c6\u03c1\u03b1\u03b3\u03bc\u03ad\u03bd\u03b7\u03c2 \u03bf\u03c1\u03b5\u03b9\u03bd\u03ae\u03c2 \u03ad\u03ba\u03c4\u03b1\u03c3\u03b7\u03c2. \u03a7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b9\u03c3\u03af\u03bd\u03b1. \u03a7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bb\u03af\u03b1. \u03a7\u03c9\u03c1\u03af\u03c2 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03b5\u03c3\u03c4\u03b9\u03b1\u03c4\u03cc\u03c1\u03b9\u03bf. \u039f\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03c1\u03b1\u03c4\u03ac \u03c4\u03c1\u03b5\u03b9\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b5\u03c2 \u03c3\u03b5 \u03af\u03c3\u03b7 \u03c3\u03c7\u03ad\u03c3\u03b7 &mdash; \u03c4\u03b7\u03bd \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03c4\u03bf \u03ad\u03c7\u03c4\u03b9\u03c3\u03b5, \u03c4\u03bf \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03c0\u03bf\u03c5 \u03c4\u03bf \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03bc\u03ad\u03bd\u03bf\u03c5\u03bd. \u0395\u03ba\u03b5\u03af \u03c0\u03bf\u03c5 \u03ad\u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bb\u03b9\u03b1\u03ba\u03cc mega-resort \u03ba\u03b5\u03c1\u03b4\u03af\u03b6\u03b5\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03cc\u03b3\u03ba\u03bf, \u03c4\u03bf all-inclusive \u03ba\u03bb\u03b5\u03af\u03b4\u03c9\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03b5\u03c2 \u03c0\u03b9\u03c3\u03af\u03bd\u03b5\u03c2, \u03c4\u03bf Ninemia \u03ba\u03b5\u03c1\u03b4\u03af\u03b6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03c3\u03c0\u03b1\u03bd\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1, \u03b1\u03c0\u03cc \u03c4\u03bf Honesty Caf\u00e9, \u03b1\u03c0\u03cc \u03c4\u03bf \u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c2 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03b2\u03b3\u03b1\u03af\u03bd\u03bf\u03c5\u03bd \u03c3\u03c4\u03bf \u03c7\u03c9\u03c1\u03b9\u03cc \u03b3\u03b9\u03b1 \u03b2\u03c1\u03b1\u03b4\u03b9\u03bd\u03cc \u03ce\u03c3\u03c4\u03b5 \u03b7 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae \u03bd\u03b1 \u03b6\u03b5\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03c3\u03ba\u03ad\u03c0\u03c4\u03b5\u03c2 \u03bc\u03b1\u03c2.<\/p>\n      <p class=\"faq__a\">\u03a4\u03b1 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 resort \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03c4\u03ad\u03c2 \u03bc\u03b1\u03c2. \u0395\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03b5\u03bd\u03c4\u03b5\u03bb\u03ce\u03c2 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03c3\u03c7\u03ae\u03bc\u03b1 \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf\u03c5. \u039f\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03c0\u03b1\u03c1\u03b1\u03bb\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ad\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03bb\u03b5\u03af\u03c3\u03bf\u03c5\u03bd \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03b5\u03ba\u03b5\u03af\u03bd\u03b1. \u039f\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03b4\u03ac\u03c3\u03bf\u03c2, \u03b6\u03ce\u03b1, 60 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf STEM \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03ac\u03c1\u03ba\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1, \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03b1\u03c0\u03cc \u03b4\u03ad\u03ba\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2 \u03c3\u03c4\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1 \u03b1\u03bd\u03c4\u03af \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03b1\u03c0\u03cc \u03b4\u03b9\u03b1\u03ba\u03cc\u03c3\u03b9\u03b5\u03c2 &mdash; \u03b4\u03b9\u03b1\u03bb\u03ad\u03b3\u03bf\u03c5\u03bd Ninemia.<\/p>\n    <\/details>\n    <details class=\"faq__item\">\n      <summary class=\"faq__q\">\u0393\u03b9\u03b1\u03c4\u03af \u03c4\u03bf Ninemia \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b3\u03bd\u03c9\u03c3\u03c4\u03cc;<\/summary>\n      <p class=\"faq__a\">\u0395\u03c0\u03b5\u03b9\u03b4\u03ae \u03b4\u03b5\u03bd \u03c4\u03bf \u03b5\u03c0\u03b9\u03b4\u03b9\u03ce\u03ba\u03bf\u03c5\u03bc\u03b5. \u03a4\u03bf Ninemia \u03b4\u03b5\u03bd \u03be\u03bf\u03b4\u03b5\u03cd\u03b5\u03b9 \u03c4\u03af\u03c0\u03bf\u03c4\u03b1 \u03c3\u03b5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf marketing. \u039f\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03bc\u03b1\u03c2 \u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03c5\u03bd \u03bc\u03ad\u03c3\u03c9 \u03c3\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03b5 \u03c3\u03c4\u03cc\u03bc\u03b1 &mdash; \u03c6\u03af\u03bb\u03bf\u03b9, \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1, \u03ae \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03ac\u03ba\u03bf\u03c5\u03c3\u03b1\u03bd \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03c4\u03c1\u03b1\u03c0\u03ad\u03b6\u03b9. \u0391\u03c5\u03c4\u03cc \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03ba\u03cc\u03c0\u03b9\u03bc\u03bf.<\/p>\n      <p class=\"faq__a\">\u0394\u03b5\u03bd \u03b8\u03ad\u03bb\u03bf\u03c5\u03bc\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf all-inclusive resort \u03ae \u03ad\u03bd\u03b1 \u03b4\u03b9\u03b5\u03b8\u03bd\u03ce\u03c2 viral \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf. \u039f \u03c7\u03ce\u03c1\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc\u03c2, \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2, \u03ce\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03b5\u03bd\u03c4\u03cc\u03c2 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03bd\u03bf\u03c5\u03bd \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae, \u03b1\u03c1\u03b3\u03ac \u03ba\u03b1\u03b9 \u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03b1. \u0398\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03c3\u03b1\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03af\u03c7\u03b1\u03bc\u03b5 \u03c7\u03c4\u03af\u03c3\u03b5\u03b9 \u03c0\u03b5\u03bd\u03ae\u03bd\u03c4\u03b1 \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 \u03b1\u03bd\u03c4\u03af \u03b3\u03b9\u03b1 \u03b4\u03ad\u03ba\u03b1 &mdash; \u03b1\u03bb\u03bb\u03ac \u03c4\u03cc\u03c4\u03b5 \u03b4\u03b5\u03bd \u03b8\u03b1 \u03be\u03ad\u03c1\u03b1\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b3\u03b5\u03af\u03c4\u03bf\u03bd\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c4\u03bf \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf \u03c0\u03c1\u03c9\u03af. \u0388\u03c4\u03c3\u03b9 \u03bc\u03ad\u03bd\u03b5\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03b4\u03ad\u03ba\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2. <strong>\u039c\u03af\u03b1 \u03b3\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b4\u03ac\u03c7\u03c4\u03c5\u03bb\u03bf \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bc\u03b5\u03c4\u03c1\u03ae\u03c3\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c0\u03b1\u03b9\u03b4\u03af.<\/strong><\/p>\n      <p class=\"faq__a\">\u03a4\u03bf Ninemia \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc. \u0395\u03ba\u03c0\u03bb\u03ae\u03c3\u03c3\u03b5\u03b9. \u039e\u03b5\u03c0\u03b5\u03c1\u03bd\u03ac \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b4\u03bf\u03ba\u03af\u03b5\u03c2 &mdash; \u03b5\u03c3\u03ba\u03b5\u03bc\u03bc\u03ad\u03bd\u03b1.<\/p>\n    <\/details>\n    <details class=\"faq__item\">\n      <summary class=\"faq__q\">\u0393\u03b9\u03b1\u03c4\u03af \u03c4\u03bf Ninemia \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b1 3 \u03b1\u03c3\u03c4\u03ad\u03c1\u03c9\u03bd \u03b5\u03bd\u03ce \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c4\u03bf \u03b2\u03b9\u03ce\u03bd\u03bf\u03c5\u03bd \u03c9\u03c2 4 \u03ae 5;<\/summary>\n      <p class=\"faq__a\">\u03a4\u03b1 \u03c4\u03c1\u03af\u03b1 \u03b1\u03c3\u03c4\u03ad\u03c1\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae, \u03cc\u03c7\u03b9 \u03bf\u03c1\u03bf\u03c6\u03ae. \u0398\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03c3\u03b1\u03bc\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c0\u03b5\u03bd\u03c4\u03b1\u03c3\u03c4\u03b5\u03c1\u03ac\u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03c4\u03ad\u03c3\u03c3\u03b5\u03c1\u03b1 \u03c0\u03c1\u03ac\u03b3\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03bf\u03b9 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2 \u03c4\u03bf\u03c5 \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03bf\u03cd \u03a5\u03c0\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03bf\u03c5 \u03a4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd &mdash; \u03c0\u03b9\u03c3\u03af\u03bd\u03b1, \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03b5\u03c3\u03c4\u03b9\u03b1\u03c4\u03cc\u03c1\u03b9\u03bf, 24\u03c9\u03c1\u03b7 \u03c1\u03b5\u03c3\u03b5\u03c8\u03b9\u03cc\u03bd, spa. \u0388\u03c7\u03bf\u03c5\u03bc\u03b5 \u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03c3\u03b5\u03b9 \u03b5\u03bd\u03b1\u03bd\u03c4\u03af\u03bf\u03bd \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03c4\u03b5\u03c3\u03c3\u03ac\u03c1\u03c9\u03bd, \u03b3\u03b9\u03b1\u03c4\u03af \u03c4\u03bf Ninemia \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03b5\u03af \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03ba\u03ac\u03c4\u03b9 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf.<\/p>\n      <p class=\"faq__a\">\u03a4\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c9\u03c2 \u03b9\u03b5\u03c1\u03b1\u03c1\u03c7\u03af\u03b1 \u03c4\u03c1\u03b9\u03ce\u03bd \u03bf\u03bc\u03ac\u03b4\u03c9\u03bd. \u039f\u03b9 \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b5\u03c2 \u03c5\u03c0\u03bf\u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03c5\u03bd \u03c4\u03bf \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc. \u03a4\u03bf \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c2 \u03c4\u03c9\u03bd \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd. \u039f\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c7\u03c1\u03b5\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c0\u03b5\u03bd\u03c4\u03b1\u03c3\u03c4\u03b5\u03c1\u03ac\u03c4\u03b5\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03b1\u03bd\u03ad\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03bd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac. \u03a4\u03bf Ninemia \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03ba\u03cc\u03c0\u03b9\u03bc\u03bf \u03c0\u03b5\u03af\u03c1\u03b1\u03bc\u03b1 \u03c3\u03c4\u03bf \u03b1\u03bd\u03c4\u03af\u03b8\u03b5\u03c4\u03bf &mdash; \u03bc\u03b9\u03b1 \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b7 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03b7\u03c4\u03ce\u03bd, \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd, \u03cc\u03c0\u03bf\u03c5 \u03bf \u03ba\u03b1\u03b8\u03ad\u03bd\u03b1\u03c2 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03ac\u03bb\u03bb\u03bf\u03c5\u03c2 \u03b4\u03cd\u03bf.<\/p>\n      <p class=\"faq__a\"><strong>\u03a4\u03bf \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b5\u03c5\u03ba\u03bf\u03bb\u03c5\u03bd\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1\u03c2, \u03cc\u03c7\u03b9 \u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c2 \u03c4\u03b7\u03c2.<\/strong> \u03a0\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2 \u03bc\u03b9\u03c3\u03b8\u03bf\u03cd\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03cc \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03b9\u03b1\u03ba\u03cc \u03ba\u03bb\u03ac\u03b4\u03bf \u03b3\u03b9\u03b1 \u03ba\u03b1\u03bc\u03b1\u03c1\u03b9\u03ad\u03c1\u03b5\u03c2, \u03c3\u03b5\u03c1\u03b2\u03b9\u03c4\u03cc\u03c1\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03c1\u03cc\u03bb\u03bf\u03c5\u03c2 \u03c1\u03b5\u03c3\u03b5\u03c8\u03b9\u03cc\u03bd, \u03ba\u03b1\u03b9 \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03c3\u03c7\u03b5\u03b4\u03cc\u03bd \u03cc\u03bb\u03b7 \u03c4\u03b7 \u03c7\u03b5\u03b9\u03c1\u03c9\u03bd\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 &mdash; \u03ce\u03c3\u03c4\u03b5 \u03ba\u03b1\u03bd\u03b5\u03af\u03c2 \u03bd\u03b1 \u03bc\u03b7\u03bd \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03be\u03b5\u03bd\u03c5\u03c7\u03c4\u03ac \u03b5\u03ba\u03c4\u03b5\u03bb\u03ce\u03bd\u03c4\u03b1\u03c2 \u03bc\u03b9\u03b1 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03b1\u03c3\u03c4\u03b5\u03c1\u03b9\u03ce\u03bd.<\/p>\n      <p class=\"faq__a\"><strong>\u0391\u03bd\u03c4\u03af \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03c7\u03b1\u03bc\u03b7\u03bb\u03bf\u03cd \u03ba\u03cc\u03c3\u03c4\u03bf\u03c5\u03c2 \u03c0\u03b9\u03c3\u03af\u03bd\u03b1 \u03bc\u03b5 \u03c0\u03b5\u03bd\u03c4\u03b1\u03c3\u03c4\u03b5\u03c1\u03ac\u03c4\u03b5\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2,<\/strong> \u03c4\u03bf \u03af\u03b4\u03b9\u03bf \u03c7\u03c1\u03ae\u03bc\u03b1 \u03c0\u03b7\u03b3\u03b1\u03af\u03bd\u03b5\u03b9 \u03c3\u03b5 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03b9 \u03ba\u03b1\u03bd\u03b5\u03af\u03c2 \u03b1\u03bb\u03bb\u03bf\u03cd: \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03c5\u03c0\u03b1\u03af\u03b8\u03c1\u03b9\u03bf STEM \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c0\u03ac\u03c1\u03ba\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1, \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u03c6\u03ac\u03c1\u03bc\u03b1 \u03b6\u03ce\u03c9\u03bd, \u03b7 \u03c6\u03ac\u03c1\u03bc\u03b1 \u03c0\u03c4\u03b7\u03bd\u03ce\u03bd, \u03c4\u03bf Honesty Caf\u00e9, \u03c4\u03b1 60 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2 \u03c3\u03c4\u03bf Newton Park.<\/p>\n      <p class=\"faq__a\"><strong>\u0391\u03bd\u03c4\u03af \u03b3\u03b9\u03b1 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03b5\u03c3\u03c4\u03b9\u03b1\u03c4\u03cc\u03c1\u03b9\u03bf,<\/strong> \u03bf\u03b9 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03bc\u03b1\u03c2 \u03c0\u03b7\u03b3\u03b1\u03af\u03bd\u03bf\u03c5\u03bd \u03c3\u03c4\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ac \u03b5\u03c3\u03c4\u03b9\u03b1\u03c4\u03cc\u03c1\u03b9\u03b1 \u03c3\u03c4\u03bf \u03c7\u03c9\u03c1\u03b9\u03cc \u03c4\u03bf\u03c5 \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03b7\u03c3\u03af\u03bf\u03c5 &mdash; \u03ce\u03c3\u03c4\u03b5 \u03b7 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae \u03bd\u03b1 \u03b6\u03b5\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03c3\u03ba\u03ad\u03c0\u03c4\u03b5\u03c2 \u03bc\u03b1\u03c2 \u03b1\u03bd\u03c4\u03af \u03c4\u03bf Ninemia \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c1\u03c1\u03bf\u03c6\u03ac \u03ba\u03ac\u03b8\u03b5 \u03b5\u03c5\u03c1\u03ce \u03c0\u03af\u03c3\u03c9 \u03c3\u03c4\u03bf\u03bd \u03b5\u03b1\u03c5\u03c4\u03cc \u03c4\u03bf\u03c5.<\/p>\n      <p class=\"faq__a\">\u039a\u03b1\u03b9 \u03c4\u03b1 \u03c0\u03c1\u03ac\u03b3\u03bc\u03b1\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03bc\u03bf\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd \u03bc\u03b5 \u03b1\u03c0\u03cc\u03bd\u03c4\u03b5\u03c2 \u03b1\u03bd\u03ad\u03c3\u03b5\u03b9\u03c2 &mdash; \u03bd\u03b1 \u03c7\u03cd\u03bd\u03b5\u03b9\u03c2 \u03bc\u03cc\u03bd\u03bf\u03c2 \u03c3\u03bf\u03c5 \u03c4\u03bf\u03bd \u03ba\u03b1\u03c6\u03ad \u03c3\u03c4\u03bf Honesty Caf\u00e9, \u03bd\u03b1 \u03ba\u03c5\u03bd\u03b7\u03b3\u03ac\u03c2 \u03c4\u03bf \u03b4\u03b9\u03ba\u03cc \u03c3\u03bf\u03c5 \u03c0\u03b1\u03b9\u03b4\u03af \u03c3\u03c4\u03bf \u03b4\u03ac\u03c3\u03bf\u03c2 \u03b1\u03bd\u03c4\u03af \u03bd\u03b1 \u03c4\u03bf \u03b1\u03c6\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03b5 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ba\u03ae \u03bb\u03ad\u03c3\u03c7\u03b7 &mdash; \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03b1. \u0388\u03bd\u03b1\u03c2 \u03bc\u03c0\u03ac\u03c1\u03bc\u03b1\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03c0\u03b1\u03bd\u03c4\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c5\u03c1\u03af\u03c9\u03c2 \u03be\u03b5\u03c7\u03ac\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2. \u039f\u03b9 <strong>\u03bc\u03b9\u03ba\u03c1\u03ad\u03c2 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2<\/strong> \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c5\u03c4\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bd \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc\u03b3\u03b5\u03c5\u03bc\u03b1 \u03bd\u03b1 \u03bc\u03ad\u03bd\u03b5\u03b9 \u03b1\u03be\u03ad\u03c7\u03b1\u03c3\u03c4\u03bf.<\/p>\n      <p class=\"faq__a\">\u039f \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b1\u03c3\u03c4\u03b5\u03c1\u03b9\u03ce\u03bd \u03bc\u03b5\u03c4\u03c1\u03ac \u03b1\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5. \u03a4\u03b1 <strong>4,85&#9733; \u03c3\u03b5 665+ \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 Google<\/strong> \u03bc\u03b5\u03c4\u03c1\u03bf\u03cd\u03bd \u03b1\u03c5\u03c4\u03cc \u03c0\u03bf\u03c5 \u03ad\u03c7\u03bf\u03c5\u03bc\u03b5.<\/p>\n    <\/details>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section press-strip edge-bleed edge-bleed-cream\">\n  <div class=\"press-strip__head\">\n    <span class=\"eyebrow\">\u0391\u03c1\u03b8\u03c1\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03c4\u03cd\u03c0\u03bf\u03c5<\/span>\n    <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u039a\u03bf\u03c1\u03c5\u03c6\u03b1\u03af\u03bf\u03c2 \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03cc\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c2 (2013&ndash;2024).<\/h2>\n    <p class=\"body\" style=\"max-inline-size: 720px; margin: var(--sp-3) auto 0; color: var(--secondary);\">\u03a4\u03bf Ninemia Stay &amp; Play \u03ad\u03c7\u03b5\u03b9 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03b5\u03af \u03b1\u03c0\u03cc \u03c4\u03b1 Proto Thema, Capital.gr, News 24\/7, in.gr, Travel.gr (\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03b1\u03b3\u03b3\u03bb\u03b9\u03ba\u03ae \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7), TornosNews, Made in Greece \u03ba\u03b1\u03b9 \u03c4\u03bf \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03cc \u03c4\u03b1\u03be\u03b9\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03bf\u03b4\u03b9\u03ba\u03cc Kidcation.<\/p>\n  <\/div>\n  <div class=\"press-articles\">\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">News 24\/7<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2024-02-09\">9 \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5 2024<\/time> &middot; Viki Vamiedaki<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.news247.gr\/travel\/sto-karpenisi-iparxei-ena-xenodoxeio-paradeisos-gia-paidia-mikra-kai-megala\/\" lang=\"el\">&laquo;\u038c\u03c0\u03bf\u03b9\u03bf\u03c2 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf Ninemia \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03ac\u03c0\u03b5\u03b9\u03c1\u03b1 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 \u03c0\u03ac\u03c1\u03ba\u03bf \u03ba\u03b1\u03b9 \u03c4\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03b1 \u03ac\u03bb\u03bf\u03b3\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03ba\u03b1\u03c4\u03c3\u03af\u03ba\u03b5\u03c2&hellip;&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;Anyone who hasn&rsquo;t yet discovered Ninemia hotel and its endless games and its themed park and its estate with the horses and goats&hellip;&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.news247.gr\/travel\/sto-karpenisi-iparxei-ena-xenodoxeio-paradeisos-gia-paidia-mikra-kai-megala\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03c4\u03bf\u03c5 News 24\/7 &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Proto Thema<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2018-04-03\">3 \u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5 2018<\/time><\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.protothema.gr\/travelling\/article\/775731\/ninemia-stay-and-play-o-paradeisos-ton-oikogeneiakon-diakopon\/\" lang=\"el\">&laquo;\u03a0\u03c1\u03cc\u03ba\u03b5\u03b9\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03b9\u03bf \u03c6\u03b9\u03bb\u03b9\u03ba\u03ac \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03b1 \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1!&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;It is one of the most child-friendly hotels in Greece!&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.protothema.gr\/travelling\/article\/775731\/ninemia-stay-and-play-o-paradeisos-ton-oikogeneiakon-diakopon\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03c4\u03bf\u03c5 Proto Thema &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Capital.gr<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2013-10-27\">27 \u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5 2013<\/time> &middot; Viki Kourlimbini<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.capital.gr\/story\/1895499\/room-service-biologiko-proino-kai-mazema-belanidion\/\" lang=\"el\">&laquo;\u03a4\u03bf \u039d\u03b7\u03bd\u03b5\u03bc\u03af\u03b1 Resort \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03b5\u03b4\u03ce \u03ba\u03b1\u03b9 10 \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1 \u03bf \u0391\u03bd\u03c4\u03ce\u03bd\u03b7\u03c2 \u0393\u03c1\u03c5\u03c0\u03ac\u03c1\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b7 \u03c3\u03cd\u03b6\u03c5\u03b3\u03cc\u03c2 \u03c4\u03bf\u03c5, \u039d\u03c4\u03ad\u03bc\u03b7 \u0394\u03b7\u03bc\u03b7\u03c4\u03c1\u03b1\u03ba\u03bf\u03c0\u03bf\u03cd\u03bb\u03bf\u03c5.&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;Ninemia Resort has been operating for 10 years now under Antonis Gryparis and his wife, Demy Dimitrakopoulou.&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.capital.gr\/story\/1895499\/room-service-biologiko-proino-kai-mazema-belanidion\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03c4\u03bf\u03c5 Capital.gr &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">in.gr<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2017-03-30\">30 \u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5 2017<\/time> &middot; \u03a3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03bf\u03bc\u03ac\u03b4\u03b1 in.gr<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.in.gr\/2017\/03\/30\/life\/diakopes\/nea-kai-prosfores\/\" lang=\"el\">&laquo;\u03c4\u03bf Ninemia Family Resort &amp; Farm \u03b1\u03c0\u03ad\u03c3\u03c0\u03b1\u03c3\u03b5 \u03c4\u03bf \u0391\u03c3\u03b7\u03bc\u03ad\u03bd\u03b9\u03bf \u0392\u03c1\u03b1\u03b2\u03b5\u03af\u03bf \u03c3\u03c4\u03b7\u03bd \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 Traditional Guesthouse.&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;Ninemia Family Resort &amp; Farm won the Silver Award in the Traditional Guesthouse category at the Tourism Awards 2017.&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.in.gr\/2017\/03\/30\/life\/diakopes\/nea-kai-prosfores\/ninemia-hotel-%CE%B1%CF%83%CE%B7%CE%BC%CE%AD%CE%BD%CE%B9%CE%BF-%CE%B2%CF%81%CE%B1%CE%B2%CE%B5%CE%AF%CE%BF-%CF%83%CF%84%CE%B1-tourism-awards-2017\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03ac\u03bb\u03c5\u03c8\u03b7 Tourism Awards \u03c4\u03bf\u03c5 in.gr &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Travel.gr (\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7)<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2022-02-16\">16 \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5 2022<\/time> &middot; Voula Akrivaki<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.travel.gr\/en\/experiences-ee\/9-amazing-accommodation-options-in-greece-for-you-and-your-tots\/\" lang=\"el\">&laquo;\u03a4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03c3\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2. \u0392\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03bf \u03c7\u03c9\u03c1\u03b9\u03cc \u039a\u03bb\u03b1\u03c5\u03c3\u03af, \u03b4\u03af\u03c0\u03bb\u03b1 \u03c3\u03c4\u03bf\u03bd \u03c0\u03bf\u03c4\u03b1\u03bc\u03cc \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03b7\u03c3\u03b9\u03ce\u03c4\u03b7, \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd.&raquo;<\/blockquote>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.travel.gr\/en\/experiences-ee\/9-amazing-accommodation-options-in-greece-for-you-and-your-tots\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03c4\u03bf\u03c5 Travel.gr &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Kidcation<\/h3>\n      <p class=\"press-article__meta\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac \u039c\u039c\u0395 \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03bf\u03cd \u03c4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd &middot; \u0391\u03b3\u03b3\u03bb\u03cc\u03c6\u03c9\u03bd\u03b7 \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/kidcation.gr\/our-experience-at-ninemia-stay-play-karpenissi\/\" lang=\"en\">&ldquo;The most family-friendly hotel we have ever been.&rdquo;<\/blockquote>\n      <p class=\"press-article__link\"><a href=\"https:\/\/kidcation.gr\/our-experience-at-ninemia-stay-play-karpenissi\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae Kidcation &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Made in Greece<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2018-10-09\">9 \u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5 2018<\/time><\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.madeingreece.news\/taksidi\/ninemia-stau-and-plau-paradeisos-gia-tis-diakopes-ths-o\/\" lang=\"el\">&laquo;\u0395\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1\u03c2 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c2 \u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03c3\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b9\u03ba\u03c1\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf\u03c5\u03c2, \u03bb\u03ac\u03c4\u03c1\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03cd\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5 \u03b1\u03b3\u03c1\u03bf\u03c4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd, \u03ad\u03bd\u03b1\u03c2 \u03b9\u03b4\u03b1\u03bd\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b1\u03ba\u03bf\u03c0\u03ad\u03c2.&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;It is a small paradise for young and old, lovers of nature and agritourism, an ideal destination for authentic family holidays.&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.madeingreece.news\/taksidi\/ninemia-stau-and-plau-paradeisos-gia-tis-diakopes-ths-o\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03c4\u03bf\u03c5 Made in Greece &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">TornosNews<\/h3>\n      <p class=\"press-article__meta\"><time datetime=\"2018-02-27\">27 \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5 2018<\/time> &middot; \u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf\u03c2 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c2<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/tornosnews.gr\/agora-epixeiriseis-el\/xenodocheia-el\/29632-arista-gia-tis-yphresies-sto-xenodocheio-quotninemia-stay-playquot.html\" lang=\"el\">&laquo;\u0386\u03c1\u03b9\u03c3\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03c3\u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf Ninemia Stay &amp; Play.&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;Excellent for services at the Ninemia Stay &amp; Play hotel.&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/tornosnews.gr\/agora-epixeiriseis-el\/xenodocheia-el\/29632-arista-gia-tis-yphresies-sto-xenodocheio-quotninemia-stay-playquot.html\" rel=\"noopener\" target=\"_blank\">\u0394\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c1\u03b5\u03c0\u03bf\u03c1\u03c4\u03ac\u03b6 \u03c4\u03bf\u03c5 TornosNews &rarr;<\/a><\/p>\n    <\/article>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section influencers\" id=\"influencers\">\n  <div class=\"influencers__head\">\n    <span class=\"eyebrow\">\u039a\u03c1\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 influencers<\/span>\n    <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u03a4\u03c1\u03b5\u03b9\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03af, \u03bc\u03b9\u03c3\u03cc \u03b5\u03ba\u03b1\u03c4\u03bf\u03bc\u03bc\u03cd\u03c1\u03b9\u03bf followers.<\/h2>\n    <p class=\"body\" style=\"max-inline-size: 720px; margin: var(--sp-3) auto 0; color: var(--secondary);\">\u03a4\u03c1\u03b5\u03b9\u03c2 \u03b3\u03bd\u03c9\u03c3\u03c4\u03bf\u03af \u0388\u03bb\u03bb\u03b7\u03bd\u03b5\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03af \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03bf\u03cd \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 &mdash; \u03bc\u03b5 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03b5\u03bc\u03b2\u03ad\u03bb\u03b5\u03b9\u03b1 \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 740.000 followers \u03c3\u03c4\u03bf Instagram, YouTube \u03ba\u03b1\u03b9 TikTok &mdash; \u03ad\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03b8\u03b5\u03af \u03c4\u03bf Ninemia \u03ba\u03b1\u03b9 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03b9 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2 \u03c4\u03bf\u03c5\u03c2.<\/p>\n  <\/div>\n  <div class=\"press-articles\">\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Frantalina<\/h3>\n      <p class=\"press-article__meta\">@frantalina_ &middot; 130K Instagram &middot; 100K TikTok &middot; \u039f\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1 \/ lifestyle<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.facebook.com\/share\/v\/1BXv56nePS\/\">&laquo;\u03a6\u03c4\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c3\u03c4\u03bf Ninemia &mdash; \u03ad\u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03c0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf \u03bc\u03ad\u03c1\u03bf\u03c2 \u03c6\u03c4\u03b9\u03b1\u03b3\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03b1\u03c3\u03c7\u03bf\u03bb\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b9\u03ce\u03c3\u03bf\u03c5\u03bc\u03b5 \u03b5\u03bc\u03b5\u03af\u03c2. \u0391\u03c0\u03cc \u03ac\u03ba\u03c1\u03b7 \u03c3&rsquo; \u03ac\u03ba\u03c1\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03cc\u03bd\u03b5\u03b9\u03c1\u03bf \u03ba\u03ac\u03b8\u03b5 \u03c0\u03b1\u03b9\u03b4\u03b9\u03bf\u03cd \u03ba\u03b1\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b3\u03bf\u03bd\u03b9\u03bf\u03cd.&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;We arrive at Ninemia &mdash; a verdant place built so the children stay busy, so we get to survive. End to end with the dream of every child and every parent.&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.facebook.com\/share\/v\/1BXv56nePS\/\" rel=\"noopener\" target=\"_blank\">\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae \u03c4\u03b7\u03c2 Frantalina &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">mama_mathaino_mazi_sou<\/h3>\n      <p class=\"press-article__meta\">@mama_mathaino_mazi_sou &middot; ~75K Instagram &middot; \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03bc\u03b1\u03bc\u03ac<\/p>\n      <blockquote class=\"press-article__quote\" cite=\"https:\/\/www.instagram.com\/mama_mathaino_mazi_sou\">&laquo;\u03a3\u03c4\u03bf Ninemia stay and play \u03b2\u03c1\u03ae\u03ba\u03b1\u03bc\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2. \u039f \u0394\u03b7\u03bc\u03b7\u03c4\u03c1\u03ac\u03ba\u03b7\u03c2 \u03b2\u03c1\u03ae\u03ba\u03b5 \u03c4\u03bf \u03b4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 \u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03c3\u03bf \u03ba\u03b1\u03b9 \u03b5\u03bc\u03b5\u03af\u03c2 \u03be\u03b1\u03bd\u03b1\u03b2\u03c1\u03ae\u03ba\u03b1\u03bc\u03b5 \u03c4\u03b7\u03bd \u03b7\u03c1\u03b5\u03bc\u03af\u03b1.&raquo;<\/blockquote>\n      <p class=\"press-article__trans\"><em>&ldquo;At Ninemia stay and play we found every facility designed for families. Dimitrakis found his own paradise and we rediscovered peace.&rdquo;<\/em><\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.instagram.com\/mama_mathaino_mazi_sou\" rel=\"noopener\" target=\"_blank\">\u0395\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03b8\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf mama_mathaino_mazi_sou &rarr;<\/a><\/p>\n    <\/article>\n    <article class=\"press-article\">\n      <h3 class=\"press-article__source\">Limnios Family<\/h3>\n      <p class=\"press-article__meta\">114K YouTube &middot; 250K TikTok &middot; 170K Instagram (~534K \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ac) &middot; \u039f\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03cc vlog<\/p>\n      <p class=\"press-article__trans\"><em>&laquo;VLOG \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03c4\u03c1\u03b5\u03bd\u03ac\u03ba\u03b9 \u03c3\u03c4\u03bf Ninemia stay and play&raquo;<\/em> &mdash; \u03c0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03b2\u03af\u03bd\u03c4\u03b5\u03bf-\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf \u03c3\u03c4\u03b9\u03c2 <time datetime=\"2024-05-28\">28 \u039c\u03b1\u0390\u03bf\u03c5 2024<\/time>. 53.858 \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ad\u03c2, 762 likes \u03c3\u03c4\u03bf YouTube.<\/p>\n      <p class=\"press-article__link\"><a href=\"https:\/\/www.youtube.com\/results?search_query=limnios+family+ninemia+stay+play\" rel=\"noopener\" target=\"_blank\">\u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf vlog tour \u03c4\u03b7\u03c2 Limnios Family &rarr;<\/a><\/p>\n    <\/article>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section awards edge-bleed edge-bleed-cream\" id=\"awards\">\n  <div class=\"awards__intro\">\n    <span class=\"eyebrow\">\u0391\u03bd\u03b1\u03b3\u03bd\u03ce\u03c1\u03b9\u03c3\u03b7 \u03ba\u03bb\u03ac\u03b4\u03bf\u03c5<\/span>\n    <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u0392\u03c1\u03b1\u03b2\u03b5\u03af\u03b1 &amp; \u03b1\u03bd\u03b1\u03b3\u03bd\u03ce\u03c1\u03b9\u03c3\u03b7 \u03ba\u03bb\u03ac\u03b4\u03bf\u03c5 (2017&ndash;2026).<\/h2>\n    <p class=\"body\" style=\"max-inline-size: 720px; margin: var(--sp-3) auto 0; color: var(--secondary);\">\u03a4\u03bf Ninemia Stay &amp; Play \u03ad\u03c7\u03b5\u03b9 \u03bb\u03ac\u03b2\u03b5\u03b9 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03c3\u03b5\u03b9\u03c2 \u03c4\u03c1\u03af\u03c4\u03c9\u03bd \u03c6\u03bf\u03c1\u03ad\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03be\u03cd 2017 \u03ba\u03b1\u03b9 2026, \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03b4\u03cd\u03bf \u03c0\u03c1\u03ce\u03c4\u03c9\u03bd \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 &mdash; \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03c0\u03bf\u03c5 \u03b1\u03bd\u03ad\u03bb\u03b1\u03b2\u03b5 \u03c4\u03bf\u03bd Gold \u03c4\u03af\u03c4\u03bb\u03bf \u03c3\u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 Coca-Cola Zero Waste \u03ba\u03b1\u03b9 \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03bc\u03b5 Platinum \u03b1\u03c0\u03cc \u03c4\u03bf Hikers Friendly.<\/p>\n  <\/div>\n  <div class=\"awards__list\">\n    <article class=\"award\">\n      <p class=\"award__year\">\u03a0\u03c1\u03ce\u03c4\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1<\/p>\n      <h3 class=\"award__name\">Coca-Cola Zero Waste Gold<\/h3>\n      <p class=\"award__sub\">\u0391\u03c0\u03bf\u03bd\u03b5\u03bc\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc Coca-Cola Tria Epsilon &middot; \u0392\u03b9\u03c9\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1 &mdash; Gold \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1<\/p>\n      <p class=\"award__gloss\">\u03a0\u03c1\u03ce\u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 \u03c0\u03bf\u03c5 \u03ba\u03ad\u03c1\u03b4\u03b9\u03c3\u03b5 \u03c4\u03b7 Gold \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 Coca-Cola Zero Waste Future, \u03b5\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd, \u03ba\u03bf\u03bc\u03c0\u03bf\u03c3\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03b2\u03b9\u03c9\u03c3\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd.<\/p>\n    <\/article>\n    <article class=\"award\">\n      <p class=\"award__year\">\u03a0\u03c1\u03ce\u03c4\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1<\/p>\n      <h3 class=\"award__name\">Hikers Friendly Platinum<\/h3>\n      <p class=\"award__sub\">\u0391\u03c0\u03bf\u03bd\u03b5\u03bc\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc Hikers Friendly Hotels &middot; Platinum \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1<\/p>\n      <p class=\"award__gloss\">\u03a0\u03c1\u03ce\u03c4\u03bf \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03bc\u03b5 Platinum, \u03c4\u03b7\u03bd \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c4\u03b1\u03be\u03b7\u03c2 \u03ba\u03b1\u03c4\u03b1\u03bb\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd Hikers Friendly.<\/p>\n    <\/article>\n    <article class=\"award\">\n      <p class=\"award__year\">2017<\/p>\n      <h3 class=\"award__name\">\u0391\u03c3\u03b7\u03bc\u03ad\u03bd\u03b9\u03bf, Greek Tourism Awards<\/h3>\n      <p class=\"award__sub\">\u0391\u03c0\u03bf\u03bd\u03b5\u03bc\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc Boussias Communications &middot; \u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 Traditional Guesthouse<\/p>\n      <p class=\"award__gloss\">\u0395\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03bc\u03ad\u03c3\u03c9 \u03ba\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2 \u03c4\u03bf\u03c5 in.gr \u03ba\u03b1\u03b9 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03c6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b9\u03ce\u03bd \u03c4\u03b5\u03bb\u03b5\u03c4\u03ae\u03c2 Boussias Communications \u03c3\u03c4\u03bf Flickr.<\/p>\n    <\/article>\n    <article class=\"award\">\n      <p class=\"award__year\">2026<\/p>\n      <h3 class=\"award__name\">\u039c\u03b5\u03bb\u03ad\u03c4\u03b7 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 Horeca Expo Business Lab<\/h3>\n      <p class=\"award__sub\">Horeca Expo Greece &middot; \u039c\u03b5\u03bb\u03ad\u03c4\u03b7 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7\u03c2 \u03ac\u03bc\u03b5\u03c3\u03c9\u03bd \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd<\/p>\n      <p class=\"award__gloss\">\u0395\u03c0\u03b9\u03bb\u03ad\u03c7\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03bf Horeca Expo Business Lab 2026 \u03c9\u03c2 \u03b7 \u03c0\u03b9\u03bf \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03b7 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf\u03c5 \u03bc\u03b5 \u03ac\u03bc\u03b5\u03c3\u03b5\u03c2 \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 (90%+ \u03ac\u03bc\u03b5\u03c3\u03b5\u03c2 \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2).<\/p>\n    <\/article>\n    <article class=\"award\">\n      <p class=\"award__year\">\u0399\u03b4\u03c1\u03c5\u03c4\u03b9\u03ba\u03cc \u03bc\u03ad\u03bb\u03bf\u03c2<\/p>\n      <h3 class=\"award__name\">\u03a0\u03c1\u03c9\u03c4\u03bf\u03b2\u03bf\u03c5\u03bb\u03af\u03b1 \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03cc \u03a0\u03c1\u03c9\u03b9\u03bd\u03cc<\/h3>\n      <p class=\"award__sub\">\u039e\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03b9\u03b1\u03ba\u03cc \u0395\u03c0\u03b9\u03bc\u03b5\u03bb\u03b7\u03c4\u03ae\u03c1\u03b9\u03bf \u0395\u03bb\u03bb\u03ac\u03b4\u03bf\u03c2 &middot; \u0399\u03b4\u03c1\u03c5\u03c4\u03b9\u03ba\u03cc \u03c0\u03b9\u03bb\u03bf\u03c4\u03b9\u03ba\u03cc \u03bc\u03ad\u03bb\u03bf\u03c2<\/p>\n      <p class=\"award__gloss\">\u0399\u03b4\u03c1\u03c5\u03c4\u03b9\u03ba\u03cc \u03c0\u03b9\u03bb\u03bf\u03c4\u03b9\u03ba\u03cc \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03a0\u03c1\u03c9\u03c4\u03bf\u03b2\u03bf\u03c5\u03bb\u03af\u03b1\u03c2 \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03cc \u03a0\u03c1\u03c9\u03b9\u03bd\u03cc \u03c4\u03bf\u03c5 \u039e\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03b9\u03b1\u03ba\u03bf\u03cd \u0395\u03c0\u03b9\u03bc\u03b5\u03bb\u03b7\u03c4\u03b7\u03c1\u03af\u03bf\u03c5 \u0395\u03bb\u03bb\u03ac\u03b4\u03bf\u03c2, \u03bc\u03b5 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b1\u03c0\u03cc \u03c4\u03b7 \u03a6\u03ac\u03c1\u03bc\u03b1 \u0396\u03ce\u03c9\u03bd \u03c4\u03bf\u03c5 \u03ba\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03bf\u03cd\u03c2 \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1\u03c2.<\/p>\n    <\/article>\n  <\/div>\n<\/section>\n\n<section class=\"journey-section\" id=\"location\">\n  <div class=\"location\">\n    <div class=\"location__head\">\n      <span class=\"eyebrow\">\u03a4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1 &amp; \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7<\/span>\n      <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u00ab\u039c\u03b9\u03b1 \u03ba\u03bf\u03b9\u03bb\u03ac\u03b4\u03b1, \u03cc\u03c7\u03b9 \u03ba\u03bf\u03c1\u03c5\u03c6\u03ae.\u00bb<\/h2>\n      <p class=\"body\">\u03a4\u03bf \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03c9\u03c4\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1 \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1\u03c2, \u03c3\u03c4\u03b1 \u03b2\u03bf\u03c5\u03bd\u03ac \u03c4\u03bf\u03c5 \u03a4\u03c5\u03bc\u03c6\u03c1\u03b7\u03c3\u03c4\u03bf\u03cd \u03c4\u03b7\u03c2 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03b7\u03c0\u03b5\u03b9\u03c1\u03c9\u03c4\u03b9\u03ba\u03ae\u03c2 \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\u03c2. \u038c\u03c4\u03b1\u03bd \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b1\u03bc\u03b5 \u03c0\u03bf\u03cd \u03bd\u03b1 \u03c7\u03c4\u03af\u03c3\u03bf\u03c5\u03bc\u03b5, \u03b4\u03b9\u03b1\u03bb\u03ad\u03be\u03b1\u03bc\u03b5 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bb\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03bf\u03c4\u03b1\u03bc\u03bf\u03cd &mdash; \u03cc\u03c7\u03b9 \u03c4\u03b7\u03bd \u03ba\u03bf\u03c1\u03c5\u03c6\u03ae \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03b1\u03bd\u03bf\u03c1\u03b1\u03bc\u03b9\u03ba\u03ae \u03b8\u03ad\u03b1. \u039f\u03b9 \u03bd\u03c4\u03cc\u03c0\u03b9\u03bf\u03b9 \u03c0\u03af\u03c3\u03c4\u03b5\u03c8\u03b1\u03bd \u03cc\u03c4\u03b9 \u03c4\u03c1\u03b5\u03bb\u03b1\u03b8\u03ae\u03ba\u03b1\u03bc\u03b5. \u0397 \u03bb\u03bf\u03b3\u03b9\u03ba\u03ae \u03ae\u03c4\u03b1\u03bd \u03b1\u03c0\u03bb\u03ae: <strong>\u03c3\u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bb\u03ac\u03b4\u03b1, \u03cc\u03c4\u03b1\u03bd \u03ad\u03bd\u03b1 \u03c0\u03b1\u03b9\u03b4\u03af \u03ba\u03bb\u03c9\u03c4\u03c3\u03ae\u03c3\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03bc\u03c0\u03ac\u03bb\u03b1, \u03b7 \u03bc\u03c0\u03ac\u03bb\u03b1 \u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ac. \u03a3\u03c4\u03bf \u03bb\u03cc\u03c6\u03bf, \u03b4\u03b5\u03bd \u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ac.<\/strong> \u03a4\u03bf \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03ba\u03c4\u03ae\u03bc\u03b1 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03bb\u03bf\u03b3\u03b9\u03ba\u03ae. \u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc \u03cc\u03bb\u03bf \u03c4\u03bf \u03c7\u03c1\u03cc\u03bd\u03bf.<\/p>\n    <\/div>\n    <div class=\"location__details\">\n      <div class=\"location__row\"><div class=\"location__label\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7<\/div><div class=\"location__value\">\u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03b7\u03c3\u03af\u03bf\u03c5&ndash;\u03a0\u03c1\u03bf\u03c5\u03c3\u03bf\u03cd, 7\u03bf \u03c7\u03bb\u03bc &middot; \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9 36100 &middot; \u0395\u03c5\u03c1\u03c5\u03c4\u03b1\u03bd\u03af\u03b1 &middot; \u0395\u03bb\u03bb\u03ac\u03b4\u03b1<\/div><\/div>\n      <div class=\"location__row\"><div class=\"location__label\">\u03a3\u03c5\u03bd\u03c4\u03b5\u03c4\u03b1\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2<\/div><div class=\"location__value\">38.8693&deg; \u0392 &middot; 21.7516&deg; \u0391 &middot; <a href=\"https:\/\/www.google.com\/maps\/?q=38.86928541619029,21.75159049271108\" rel=\"noopener\" target=\"_blank\">\u03b1\u03bd\u03bf\u03af\u03be\u03c4\u03b5 \u03c3\u03c4\u03bf Google Maps<\/a><\/div><\/div>\n      <div class=\"location__row\"><div class=\"location__label\">\u0391\u03c0\u03cc \u0391\u03b8\u03ae\u03bd\u03b1<\/div><div class=\"location__value\">&asymp; 3,5 \u03ce\u03c1\u03b5\u03c2 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf (\u039565 \u03bc\u03ad\u03c3\u03c9 \u039b\u03b1\u03bc\u03af\u03b1\u03c2)<\/div><\/div>\n      <div class=\"location__row\"><div class=\"location__label\">\u0391\u03c0\u03cc \u0398\u03b5\u03c3\u03c3\u03b1\u03bb\u03bf\u03bd\u03af\u03ba\u03b7<\/div><div class=\"location__value\">&asymp; 4,5 \u03ce\u03c1\u03b5\u03c2 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf<\/div><\/div>\n      <div class=\"location__row\"><div class=\"location__label\">\u03a0\u03cc\u03bb\u03b7 \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03b7\u03c3\u03af\u03bf\u03c5<\/div><div class=\"location__value\">7 \u03c7\u03bb\u03bc \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03cd\u03bb\u03b7 \u03c4\u03bf\u03c5 resort<\/div><\/div>\n      <div class=\"location__row\"><div class=\"location__label\">\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf<\/div><div class=\"location__value\"><a href=\"tel:+302237024614\">+30 22370 24614<\/a><\/div><\/div>\n      <div class=\"location__row\"><div class=\"location__label\">Email<\/div><div class=\"location__value\"><a href=\"mailto:info@ninemia.gr\">info@ninemia.gr<\/a><\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"plan edge-bleed edge-bleed-dark\" id=\"book\">\n  <span class=\"eyebrow\">\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03ae \u03c3\u03b1\u03c2<\/span>\n  <h2 class=\"h2\" style=\"margin-top: var(--sp-2);\">\u0395\u03bb\u03ac\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03bf \u03c0\u03b5\u03c1\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03cc\u03bd\u03bf\u03b9 \u03c3\u03b1\u03c2.<\/h2>\n  <p class=\"lead\" style=\"max-inline-size: 560px; margin: 0 auto var(--sp-5); color: var(--canvas); opacity: 0.92;\">\u0394\u03ad\u03ba\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5. \u0388\u03c9\u03c2 \u03b4\u03ad\u03ba\u03b1 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2. &euro;180&ndash;300 \u03b1\u03bd\u03ac \u03c3\u03c0\u03af\u03c4\u03b9 \u03b1\u03bd\u03ac \u03bd\u03cd\u03c7\u03c4\u03b1. \u03a4\u03bf \u03c0\u03b1\u03ba\u03ad\u03c4\u03bf Stay &amp; Play \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03ac\u03bc\u03b5\u03c3\u03b7 \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7.<\/p>\n  <a class=\"btn-primary\" href=\"https:\/\/ninemia.gr\/contact\" rel=\"noopener\">\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7<\/a>\n  <div class=\"plan__links\">\n    <a href=\"\/overview\">\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03ba\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/a>\n    <a href=\"\/faq\">\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2<\/a>\n    <a href=\"\/contact\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1<\/a>\n    <a href=\"https:\/\/thenewtonpark.gr\" rel=\"noopener\" target=\"_blank\">thenewtonpark.gr<\/a>\n  <\/div>\n  <p class=\"caption\" style=\"margin-top: var(--sp-5); color: rgba(255,255,255,0.6);\">\u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03b1 \u03b2\u03bf\u03c5\u03bd\u03ac \u03bc\u03b1\u03c2.<\/p>\n<\/section>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>\u039c\u03c0\u03bf\u03c5\u03c4\u03af\u03ba \u03bf\u03b9\u03ba\u03bf\u03b3\u03b5\u03bd\u03b5\u03b9\u03b1\u03ba\u03cc \u03b8\u03ad\u03c1\u03b5\u03c4\u03c1\u03bf \u03c3\u03c4\u03bf \u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9. 10 \u03b1\u03c5\u03c4\u03cc\u03bd\u03bf\u03bc\u03b1 \u03bc\u03c0\u03b1\u03bd\u03b3\u03ba\u03b1\u03bb\u03cc\u03bf\u03c5, 100+ \u03c4\u03c1\u03cc\u03c0\u03bf\u03b9 \u03bd\u03b1 \u03c0\u03b1\u03af\u03be\u03b5\u03b9\u03c2, \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf STEM \u03c0\u03ac\u03c1\u03ba\u03bf \u03c4\u03b7\u03c2 \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\u03c2. \u03a6\u03b9\u03bb\u03b9\u03ba\u03cc \u03c3\u03b5 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03b1.<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-15405","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/pages\/15405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/comments?post=15405"}],"version-history":[{"count":7,"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/pages\/15405\/revisions"}],"predecessor-version":[{"id":15517,"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/pages\/15405\/revisions\/15517"}],"wp:attachment":[{"href":"https:\/\/ninemia.gr\/en\/wp-json\/wp\/v2\/media?parent=15405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}