RAK Felicity Phase 1 – Nakshatri Developers *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #1A2E45; --navy-deep: #0e1d2d; --navy-mid: #1f3750; --bronze: #ba9778; --bronze-light: #d4b99a; --bronze-pale: #f5ede4; --white: #ffffff; --black: #000000; --sold-red: #c0392b; --sold-red-bg: rgba(192,57,43,.12); } html, body { font-family: 'Inter', sans-serif; background: var(--navy-deep); color: var(--white); scroll-behavior: smooth; } /* ════════════════════════════════════════════ NAVBAR ════════════════════════════════════════════ */ .navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 48px; height: 76px; display: flex; align-items: center; justify-content: space-between; transition: background .4s, box-shadow .4s; } .navbar.scrolled { background: var(--navy-deep); box-shadow: 0 4px 24px rgba(0,0,0,.35); } .navbar::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(14,29,45,.85) 0%, transparent 100%); pointer-events: none; } .nav-logo { position: relative; display: flex; flex-direction: column; gap: 2px; text-decoration: none; } .logo-top { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--white); letter-spacing: 1px; line-height: 1; } .logo-top span { color: var(--bronze); } .logo-sub { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--bronze-light); opacity: .8; } .nav-links { display: flex; align-items: center; gap: 36px; position: relative; } .nav-links a { font-size: 12.5px; font-weight: 500; letter-spacing: 0.5px; color: rgba(255,255,255,.75); text-decoration: none; transition: color .2s; } .nav-links a:hover { color: var(--bronze-light); } .nav-cta { background: var(--bronze) !important; color: var(--white) !important; padding: 10px 22px; font-weight: 700 !important; letter-spacing: 1px !important; font-size: 11.5px !important; text-transform: uppercase; border-radius: 2px; transition: background .25s !important; } .nav-cta:hover { background: var(--bronze-light) !important; } /* ════════════════════════════════════════════ HERO WRAPPER ════════════════════════════════════════════ */ .hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; } /* Background: geometric layered pattern */ .hero-bg { position: absolute; inset: 0; background: linear-gradient(160deg, var(--navy-deep) 0%, #122338 45%, #0a1520 100%); } .hero-bg::before { content: ''; position: absolute; top: -180px; right: -180px; width: 700px; height: 700px; border-radius: 50%; border: 1px solid rgba(186,151,120,.08); pointer-events: none; } .hero-bg::after { content: ''; position: absolute; top: -80px; right: -80px; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(186,151,120,.06); pointer-events: none; } /* subtle grid texture */ .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(186,151,120,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(186,151,120,.025) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; } /* glowing orb top-right */ .hero-orb { position: absolute; top: 10%; right: 8%; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle at center, rgba(186,151,120,.12) 0%, rgba(26,46,69,.06) 50%, transparent 70%); pointer-events: none; } /* left vertical accent line */ .hero-vline { position: absolute; left: 48px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(186,151,120,.18) 30%, rgba(186,151,120,.18) 70%, transparent 100%); pointer-events: none; } /* Hero content area */ .hero-content { position: relative; z-index: 2; padding: 140px 88px 0 88px; flex: 1; display: flex; flex-direction: column; justify-content: center; max-width: 860px; } /* tiny project badge */ .hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; width: fit-content; } .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bronze); animation: pulse 2.4s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.7); } } .badge-text { font-size: 10.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--bronze-light); } .badge-sep { width: 32px; height: 1px; background: var(--bronze); opacity: .5; } .badge-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.45); } /* main title */ .hero-title { font-family: 'Playfair Display', serif; font-size: clamp(42px, 5.5vw, 76px); font-weight: 700; color: var(--white); line-height: 1.08; letter-spacing: -1px; margin-bottom: 10px; } .hero-title .line2 { display: block; color: var(--bronze-light); font-style: italic; } /* developer name under title */ .hero-dev { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; margin-top: 6px; } .hero-dev .d-line { width: 28px; height: 1px; background: var(--bronze); opacity: .5; } .hero-dev span { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.45); } /* description */ .hero-desc { font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.8; max-width: 580px; margin-bottom: 40px; font-weight: 300; } .hero-desc strong { color: rgba(255,255,255,.85); font-weight: 500; } /* CTA buttons row */ .hero-ctas { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; } .btn-primary { display: inline-flex; align-items: center; gap: 12px; background: var(--bronze); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 17px 36px; border-radius: 2px; text-decoration: none; transition: background .25s, transform .25s, box-shadow .25s; box-shadow: 0 10px 32px rgba(186,151,120,.3); } .btn-primary:hover { background: var(--bronze-light); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(186,151,120,.4); } .btn-primary .btn-icon { width: 30px; height: 30px; background: rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; } .btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 17px 32px; border-radius: 2px; border: 1px solid rgba(255,255,255,.2); text-decoration: none; transition: border-color .25s, background .25s, transform .25s; } .btn-secondary:hover { border-color: var(--bronze); background: rgba(186,151,120,.07); transform: translateY(-2px); } /* ── Info pills ── */ .hero-pills { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 56px; } .h-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 2px; padding: 9px 16px; font-size: 12px; font-weight: 500; color: rgba(255,255,255,.7); backdrop-filter: blur(8px); } .h-pill .p-icon { font-size: 14px; } .h-pill .p-val { color: var(--white); font-weight: 600; } /* SOLD OUT pill variant */ .h-pill.sold-out { background: var(--sold-red-bg); border-color: rgba(192,57,43,.35); } .h-pill.sold-out .p-val { color: #e74c3c; } /* Facing pills cluster */ .facing-cluster { display: flex; gap: 5px; } .f-tag { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 2px 8px; border: 1px solid rgba(186,151,120,.35); color: var(--bronze-light); border-radius: 1px; } /* ════════════════════════════════════════════ STATS RIBBON (bottom of hero) ════════════════════════════════════════════ */ .stats-ribbon { position: relative; z-index: 3; background: rgba(14,29,45,.92); backdrop-filter: blur(12px); border-top: 1px solid rgba(186,151,120,.15); display: grid; grid-template-columns: repeat(5, 1fr); } .sr-item { padding: 26px 20px; text-align: center; border-right: 1px solid rgba(186,151,120,.1); transition: background .3s; position: relative; } .sr-item:last-child { border-right: none; } .sr-item:hover { background: rgba(186,151,120,.05); } .sr-item::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--bronze); transition: width .35s ease; } .sr-item:hover::before { width: 100%; } .sr-num { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--bronze-light); display: block; line-height: 1; } .sr-label { font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 7px; } /* SOLD OUT stat item */ .sr-item.sold { background: var(--sold-red-bg); } .sr-item.sold .sr-num { color: #e74c3c; font-size: 20px; } .sr-item.sold:hover { background: rgba(192,57,43,.18); } /* ════════════════════════════════════════════ SCROLL INDICATOR ════════════════════════════════════════════ */ .scroll-hint { position: absolute; bottom: 110px; right: 52px; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px; writing-mode: vertical-rl; text-orientation: mixed; } .scroll-hint span { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); } .scroll-line { width: 1px; height: 56px; background: linear-gradient(to bottom, var(--bronze), transparent); animation: scrollDrop 2s ease-in-out infinite; } @keyframes scrollDrop { 0% { transform: scaleY(0); transform-origin: top; opacity: 1; } 50% { transform: scaleY(1); transform-origin: top; opacity: 1; } 100% { transform: scaleY(1); transform-origin: top; opacity: 0; } } /* ════════════════════════════════════════════ RESPONSIVE ════════════════════════════════════════════ */ @media (max-width: 1024px) { .hero-content { padding: 140px 56px 0; max-width: 100%; } .stats-ribbon { grid-template-columns: repeat(3, 1fr); } .sr-item:nth-child(3) { border-right: none; } .sr-item:nth-child(4) { border-top: 1px solid rgba(186,151,120,.1); } .sr-item:nth-child(5) { border-top: 1px solid rgba(186,151,120,.1); border-right: none; } .scroll-hint { display: none; } } @media (max-width: 768px) { .navbar { padding: 0 24px; } .nav-links { display: none; } .hero-content { padding: 120px 28px 0; } .hero-title { letter-spacing: -0.5px; } .hero-ctas { gap: 12px; } .stats-ribbon { grid-template-columns: 1fr 1fr; } .sr-item { border-right: none; border-bottom: 1px solid rgba(186,151,120,.1); } .sr-item:nth-child(odd) { border-right: 1px solid rgba(186,151,120,.1); } .hero-vline { display: none; } } @media (max-width: 480px) { .hero-content { padding: 110px 20px 0; } .stats-ribbon { grid-template-columns: 1fr 1fr; } .btn-primary, .btn-secondary { padding: 15px 24px; font-size: 11px; } }
Phase 1 Residential Plots · 15 Acres

RAK Felicity Phase 1

By Nakshatri Developers

A landmark community of 296 premium plots across 15 acres, offered in 1200 & 2000 Sq.Ft configurations with East, West & North facings. Thoughtfully planned with 30×40 & 50×40 layouts — every plot, a foundation for a lifetime.

🏡 Config  —  30×40 & 50×40
📐 Sizes  —  1200 & 2000 Sq.Ft
🧭 Facings  — 
E W N
🔴 Status  —  Sold Out
Scroll
15 acres
Project Area
296
Premium Plots
6.88L sqft
Total Built Area
16
ODD Sites
Sold Out
Ready to Move
const nav = document.getElementById('navbar'); window.addEventListener('scroll', () => { nav.classList.toggle('scrolled', window.scrollY > 40); });

Villa & Villa PlotsRAK FELICITY PHASE 1

Plot Sizes1200 SQ.FT & 2000 SQ.FT
Total Units296
Configuration30x40, 50x40 Premium Plots
Possession StatusReady to Move (SOLD OUT)
Project Size Area15 Acres
FacingsEAST, WEST & NORTH
Total Area in SQFT 688248 SQ.FT
ODD Sites16 Sites
rak-facility-phace-3-first
rak-facility-1
https://i0.wp.com/nakshatridevelopers.com/wp-content/uploads/2026/04/rak-facility-phace-3.-four.webp?fit=1000%2C561&ssl=1
RERA Approved · Villa Plots · Devanahalli

About RAK Felicity Phase 1

A beautiful villa plot community surrounded by nature — perfectly connected to the city, yet far enough to breathe.

RAK Felicity is a beautiful Villa plot community in Devanahalli surrounded by nature with delightful amenities. The location is just a short drive from the city & main highway, but far enough to enjoy the peace and privacy that modern living demands.

RAK Felicity is located just 10 minutes from Bengaluru International Airport — a prime location that strikes the perfect balance between luxury, convenience, and serenity. This is your chance to own a piece of North Bengaluru's fastest-rising address and live the luxurious life you've always envisioned.

RAK Felicity by Vencer offers RERA approved Villa plots with world-class amenities including a Kid's Play Area, Jogging Track, Yoga Deck, Senior Citizen Heaven, Outdoor Gym, Open Lawn Area, Swing Park, 24/7 CCTV surveillance, Underground EV Recharging stations, and a dedicated Cycling Track — and much more.

  • Plot Dimension
  • Location Advantages
  • Project Plan
  • Walk-through Video

 

Dimensions Site numbers Total
9.14m x 12.19m : 01 – 20, 23 – 45, 53 – 78, 81 – 106, 110 – 130, 133 – 172, 175 – 214, 217 – 241, 248 – 273, & 277 – 296.
Odd Sites 21, 22, 46, 79, 80, 109, 131, 132, 173, 174, 215, 216, 242, 274, 275 & 276 16
Hotel & Restaurants
  • The Arab Restaurant
  • Nandi Upachar Restaurant
  • Hotel Andra Deluxe
  • The Green House Restaurant
  • JW Marriott Resort Hotel Spa
  • Aaleeshan Restaurant
Schools & College
  • Gnanasagara Public School
  • Akash Medical College
  • Chanakya University
  • MVM Central School
  • Nandini Vidyanikethana Residential School
Hospitals
  • New Manasa Hospital
  • Raja’s Clinic
  • Sri Shirdi Sai Hospital
  • Ramaiah Leena Hospital
  • Akash Hospital
  • Devanahalli Health Services
Resorts
  • Clarks Exotica Convention Resort & Spa
  • Taj Bangalore
  • Signature Club Resort
  • Olde Bangalore Resort
  • Angsana Oasis Spa and Resort
  • Chairman’s Resort
  • Fantasy Golf Resort
  • Shreyas Yoga Retreat
  • The Windflower Prakruthi Bangalore
IT Parks & Companies
  • KIADB Aerospace SEZ
  • KIADB Hardware Park
  • ISRO Gaganyan
  • FOXCONN
  • Prestige Tech Cloud Park
  • SLK Software
  • Phil Technologies
  • Findapp
  • L&T TIIC Office
  • Infosys Limited
  • Tech Mahindra
RAK Felicity Phase 1 — Villa Plots, Devanahalli *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #1A2E45; --navy-deep: #111f30; --navy-mid: #223654; --bronze: #ba9778; --bronze-light:#d4b99a; --bronze-pale: #f5ede4; --white: #ffffff; --black: #000000; --text-dark: #0e1a26; --text-mid: #3a4a5c; --text-light: #6b7a8d; --border: #dde3ea; --bg-section: #f4f7fa; } body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--text-dark); } /* ══════════════════════════════════════════════ SECTION WRAPPER ══════════════════════════════════════════════ */ .growth-section { background: var(--bg-section); padding: 88px 0 100px; position: relative; overflow: hidden; } .growth-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse at 5% 10%, rgba(186,151,120,.08) 0%, transparent 55%), radial-gradient(ellipse at 95% 90%, rgba(26,46,69,.06) 0%, transparent 55%); pointer-events: none; } .container { max-width: 1200px; margin: 0 auto; padding: 0 28px; position: relative; } /* ══════════════════════════════════════════════ SECTION HEADER ══════════════════════════════════════════════ */ .section-header { text-align: center; margin-bottom: 48px; } .section-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1px solid var(--bronze); color: var(--bronze); font-size: 10.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 7px 20px; border-radius: 2px; margin-bottom: 24px; } .section-eyebrow::before, .section-eyebrow::after { content: ''; display: block; width: 18px; height: 1px; background: var(--bronze); } .section-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 4.2vw, 48px); font-weight: 700; color: var(--navy); line-height: 1.18; margin-bottom: 18px; letter-spacing: -0.5px; } .section-title em { font-style: italic; color: var(--bronze); } .section-subtitle { font-size: 16px; color: var(--text-light); max-width: 640px; margin: 0 auto 28px; line-height: 1.75; font-weight: 400; } .header-ornament { display: flex; align-items: center; justify-content: center; gap: 14px; } .header-ornament .line { width: 56px; height: 1px; background: linear-gradient(to right, transparent, var(--bronze)); } .header-ornament .line:last-child { background: linear-gradient(to left, transparent, var(--bronze)); } .header-ornament .diamond { width: 8px; height: 8px; background: var(--bronze); transform: rotate(45deg); } /* ══════════════════════════════════════════════ ABOUT BLOCK ══════════════════════════════════════════════ */ .about-block { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--bronze); border-radius: 4px; padding: 48px 52px; margin-bottom: 40px; position: relative; overflow: hidden; } .about-block::before { content: ''; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; border: 32px solid rgba(186,151,120,.05); pointer-events: none; } .about-block p { font-size: 15.5px; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px; } .about-block p:last-child { margin-bottom: 0; } .about-block p strong { color: var(--navy); font-weight: 600; } /* ══════════════════════════════════════════════ AIRPORT HERO BANNER ══════════════════════════════════════════════ */ .airport-banner { background: var(--navy); border-radius: 4px; padding: 52px 56px; display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 40px; margin-bottom: 40px; position: relative; overflow: hidden; box-shadow: 0 24px 64px rgba(26,46,69,.3); } .airport-banner::before { content: ''; position: absolute; right: -80px; bottom: -80px; width: 320px; height: 320px; border-radius: 50%; border: 40px solid rgba(186,151,120,.07); } .airport-banner::after { content: ''; position: absolute; right: 40px; bottom: 40px; width: 160px; height: 160px; border-radius: 50%; border: 1px solid rgba(186,151,120,.15); } .ab-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; } .ab-eyebrow span { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--bronze-light); } .ab-eyebrow::before { content: '✈'; font-size: 14px; color: var(--bronze); } .airport-content h3 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.8vw, 32px); color: var(--white); font-weight: 700; line-height: 1.25; margin-bottom: 16px; } .airport-content p { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.75; max-width: 520px; } .airport-stat-box { background: rgba(255,255,255,.04); border: 1px solid rgba(186,151,120,.25); border-radius: 4px; padding: 36px 28px; text-align: center; position: relative; z-index: 1; } .airport-stat-box .big-num { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 700; color: var(--bronze-light); line-height: 1; display: block; } .airport-stat-box .sub { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 10px; letter-spacing: 0.5px; line-height: 1.5; text-transform: uppercase; } .airport-stat-box .divider-line { width: 32px; height: 1px; background: var(--bronze); margin: 14px auto; opacity: .5; } /* ══════════════════════════════════════════════ SUB-SECTION HEAD ══════════════════════════════════════════════ */ .sub-section-head { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; } .sub-section-head h4 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); white-space: nowrap; } .sub-section-head .head-line { flex: 1; height: 1px; background: linear-gradient(to right, var(--border), transparent); } /* ══════════════════════════════════════════════ 3-COLUMN FACTOR CARDS ══════════════════════════════════════════════ */ .factors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; } .factor-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 36px 28px 30px; position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; } .factor-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--navy), var(--bronze)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; } .factor-card:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(26,46,69,.13); } .factor-card:hover::after { transform: scaleX(1); } .fc-number { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: rgba(26,46,69,.06); position: absolute; top: 10px; right: 20px; line-height: 1; pointer-events: none; } .fc-icon { width: 54px; height: 54px; background: var(--navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 22px; } .fc-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.3; } .fc-desc { font-size: 14px; color: var(--text-light); line-height: 1.72; margin-bottom: 20px; } .fc-tags { display: flex; flex-wrap: wrap; gap: 7px; } .fc-tag { font-size: 11px; font-weight: 600; color: var(--navy); background: rgba(26,46,69,.06); border: 1px solid rgba(26,46,69,.1); padding: 4px 11px; border-radius: 2px; letter-spacing: 0.3px; } /* ══════════════════════════════════════════════ INFRA 2-COL CARDS ══════════════════════════════════════════════ */ .infra-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; } .infra-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 36px 28px; transition: transform .3s ease, box-shadow .3s ease; } .infra-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(26,46,69,.1); } .ic-icon { width: 54px; height: 54px; background: var(--bronze-pale); border: 1px solid rgba(186,151,120,.3); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 22px; } .infra-card .fc-title { color: var(--black); } .infra-list { list-style: none; margin-top: 6px; } .infra-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text-mid); padding: 10px 0; border-bottom: 1px solid var(--border); line-height: 1.55; } .infra-list li:last-child { border-bottom: none; } .infra-list li::before { content: ''; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); margin-top: 6px; } /* ══════════════════════════════════════════════ INVESTMENT DARK BLOCK ══════════════════════════════════════════════ */ .investment-block { background: var(--navy-deep); border-radius: 4px; padding: 60px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 40px; position: relative; overflow: hidden; box-shadow: 0 28px 72px rgba(0,0,0,.25); } .investment-block::before { content: ''; position: absolute; left: -100px; top: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(186,151,120,.06) 0%, transparent 70%); pointer-events: none; } .ib-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; } .ib-eyebrow .dot { width: 8px; height: 8px; background: var(--bronze); border-radius: 50%; } .ib-eyebrow span { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--bronze-light); } .invest-left h3 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.6vw, 32px); color: var(--white); font-weight: 700; line-height: 1.28; margin-bottom: 20px; } .invest-left p { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.8; } .invest-left p strong { color: var(--bronze-light); font-weight: 600; } .invest-left .ib-line { width: 48px; height: 2px; background: var(--bronze); margin-top: 28px; opacity: .6; } .invest-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .invest-stat { background: rgba(255,255,255,.04); border: 1px solid rgba(186,151,120,.18); border-radius: 4px; padding: 28px 20px; text-align: center; transition: background .3s, border-color .3s; } .invest-stat:hover { background: rgba(186,151,120,.07); border-color: rgba(186,151,120,.35); } .invest-stat .val { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--bronze-light); display: block; line-height: 1; } .invest-stat .lbl { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 10px; line-height: 1.5; letter-spacing: 0.3px; } /* ══════════════════════════════════════════════ KEY PROJECTS ══════════════════════════════════════════════ */ .projects-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; } .project-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; } .project-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(26,46,69,.13); } .pc-top { background: var(--navy); padding: 28px 24px 24px; position: relative; } .pc-num { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: rgba(186,151,120,.15); position: absolute; top: 8px; right: 18px; line-height: 1; } .pc-icon { font-size: 26px; margin-bottom: 12px; display: block; } .pc-name { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 600; color: var(--white); line-height: 1.35; max-width: 180px; } .pc-body { padding: 22px 24px 26px; } .pc-desc { font-size: 13.5px; color: var(--text-light); line-height: 1.68; margin-bottom: 16px; } .pc-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--bronze); background: var(--bronze-pale); border: 1px solid rgba(186,151,120,.25); padding: 5px 12px; border-radius: 2px; letter-spacing: 0.5px; text-transform: uppercase; } .pc-badge::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--bronze); } /* ══════════════════════════════════════════════ LOCATION ADVANTAGES ══════════════════════════════════════════════ */ .location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; } .location-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 32px 28px; transition: transform .3s ease, box-shadow .3s ease; } .location-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(26,46,69,.1); } .lc-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; } .lc-icon { width: 48px; height: 48px; background: var(--navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; } .lc-title { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.3; } .it-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; } /* ══════════════════════════════════════════════ AMENITIES DARK BLOCK ══════════════════════════════════════════════ */ .amenities-block { background: var(--navy-deep); border-radius: 4px; padding: 56px 52px; position: relative; overflow: hidden; } .amenities-block::before { content: ''; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(186,151,120,.06) 0%, transparent 70%); pointer-events: none; } .amenities-block::after { content: ''; position: absolute; left: -60px; bottom: -60px; width: 240px; height: 240px; border-radius: 50%; border: 1px solid rgba(186,151,120,.08); pointer-events: none; } .amenities-header { margin-bottom: 36px; position: relative; z-index: 1; } .amenities-header h3 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.8vw, 30px); font-weight: 700; color: var(--white); margin-top: 14px; margin-bottom: 8px; } .amenities-header h3 em { font-style: italic; color: var(--bronze-light); } .amenities-header p { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.6; } .amenities-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; position: relative; z-index: 1; } .amenity-item { background: rgba(255,255,255,.04); border: 1px solid rgba(186,151,120,.15); border-radius: 4px; padding: 18px 12px; text-align: center; transition: background .3s, border-color .3s, transform .25s; } .amenity-item:hover { background: rgba(186,151,120,.09); border-color: rgba(186,151,120,.32); transform: translateY(-4px); } .amenity-emoji { font-size: 22px; margin-bottom: 9px; display: block; line-height: 1; } .amenity-label { font-size: 11.5px; color: rgba(255,255,255,.72); font-weight: 500; line-height: 1.4; } /* ══════════════════════════════════════════════ RESPONSIVE ══════════════════════════════════════════════ */ @media (max-width: 1024px) { .factors-grid { grid-template-columns: 1fr 1fr; } .location-grid { grid-template-columns: 1fr 1fr; } .amenities-grid { grid-template-columns: repeat(4, 1fr); } .airport-banner { grid-template-columns: 1fr; padding: 40px 36px; } .airport-stat-box { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 24px 28px; } .airport-stat-box .divider-line { width: 1px; height: 40px; margin: 0 8px; } } @media (max-width: 768px) { .growth-section { padding: 60px 0 72px; } .factors-grid { grid-template-columns: 1fr; } .infra-row { grid-template-columns: 1fr; } .location-grid { grid-template-columns: 1fr; } .amenities-grid { grid-template-columns: repeat(3, 1fr); } .investment-block { grid-template-columns: 1fr; padding: 40px 28px; gap: 36px; } .projects-row { grid-template-columns: 1fr; } .invest-stats { grid-template-columns: 1fr 1fr; } .about-block { padding: 32px 24px; } .amenities-block { padding: 40px 24px; } .location-card { grid-column: span 1 !important; } .it-grid { grid-template-columns: 1fr; } .sub-section-head h4 { font-size: 18px; } } @media (max-width: 480px) { .invest-stats { grid-template-columns: 1fr; } .amenities-grid { grid-template-columns: repeat(2, 1fr); } .airport-banner { padding: 32px 20px; } .container { padding: 0 16px; } }
Kempegowda International Airport

Gateway to the World —
Just 10 Minutes Away

Positioned right at the heart of the airport proximity zone, RAK Felicity gives you seamless access to global connectivity while you remain immersed in a calm, green, nature-rich environment — the best of both worlds.

10
Minutes to
KIA Airport

Key Factors Driving Devanahalli's Growth

01
✈️
Airport Connectivity & Development

As home to Kempegowda International Airport, Devanahalli sits at the core of a booming airport ecosystem — driving logistics, aviation services, and 13+ luxury hotels that are transforming the entire corridor into a self-sustaining economic powerhouse.

KIA Ecosystem 13+ Luxury Hotels Aviation Hub
02
🏭
Aerospace SEZ & Hardware Tech Park

Home to HAL and top-tier aerospace manufacturers, the SEZ is generating thousands of high-paying jobs and anchoring Devanahalli as India's premier aerospace manufacturing hub, with the 413-acre Devanahalli Business Park as its commercial backbone.

HAL Aerospace SEZ 413-Acre Park
03
💻
IT Investment Region (ITIR)

A future-defining project projected to become India's largest IT region — attracting global corporations, creating massive demand for premium residential spaces, and cementing Devanahalli as the new tech elite's address of choice.

India's Largest IT Zone Global Corps
🛣️
Infrastructure Improvements

Multiple infrastructure upgrades significantly slashing travel times and opening the entire corridor to Bengaluru's core like never before.

  • Expanded NH-44 — seamless highway access
  • Metro Phase 2 extension — rapid urban transit
  • Satellite Town Ring Road (STRR)
  • Proximity to central Bengaluru cut by up to 40%
🌿
Residential & Social Infrastructure Boom

Rising demand from professionals has triggered a boom in luxury villas, plotted developments, and gated communities with a quality of life far superior to the inner city.

  • Surge in luxury villas & gated communities
  • Plotted developments with premium amenities
  • Less pollution & abundant open green spaces
  • Top schools, hospitals & retail hubs nearby
Investment Potential

The "Under-Priced" High-Growth Corridor Investors Are Racing To

Often dubbed Bengaluru's best-kept investment secret, Devanahalli offers exceptional rental yields combined with long-term capital appreciation — before prices fully catch up with its explosive and well-documented growth story.

₹10B
Financial City
Project Value
413ac
Business Park
Development
High
Rental Yield
Potential
Long-term Capital
Appreciation

Key Projects Transforming the Landscape

01
📱
Foxconn Manufacturing Facility

The Foxconn plant is a landmark investment boosting the region's manufacturing employment base, attracting a skilled workforce and a wave of ancillary industries to the belt.

Manufacturing Hub
02
🏦
Financial City

A ₹10 billion dedicated financial services hub, poised to establish Devanahalli as a key node in India's BFSI landscape alongside its already thriving tech ecosystem.

₹10 Billion Project
03
🏗️
KIADB Business Park

KIADB's flagship park is pioneering commercial infrastructure growth, attracting significant FDI and establishing large-scale enterprises along the corridor.

Commercial Pioneer

Location Advantages

🏫
Schools & Colleges
  • Gnanasagara Public School
  • Akash Medical College
  • Chanakya University
  • MVM Central School
  • Nandini Vidyanikethana Residential School
🏥
Hospitals
  • New Manasa Hospital
  • Raja's Clinic
  • Sri Shirdi Sai Hospital
  • Ramaiah Leena Hospital
  • Akash Hospital
  • Devanahalli Health Services
🍽️
Hotels & Restaurants
  • The Arab Restaurant
  • Nandi Upachar Restaurant
  • Hotel Andra Deluxe
  • The Green House Restaurant
  • JW Marriott Resort Hotel Spa
  • Aaleeshan Restaurant
🌴
Resorts
  • Clarks Exotica Convention Resort & Spa
  • Taj Bangalore
  • Signature Club Resort
  • Olde Bangalore Resort
  • Angsana Oasis Spa and Resort
  • Chairman's Resort
  • Fantasy Golf Resort
  • Shreyas Yoga Retreat
  • The Windflower Prakruthi Bangalore
💻
IT Parks & Companies
  • KIADB Aerospace SEZ
  • KIADB Hardware Park
  • ISRO Gaganyan
  • FOXCONN
  • Prestige Tech Cloud Park
  • SLK Software
  • Phil Technologies
  • Findapp
  • L&T TIIC Office
  • Infosys Limited
  • Tech Mahindra
World-Class Amenities

Everything You Need, Right Where You Live

40+ curated amenities designed for leisure, wellness, community, and a life well lived.

🛝
Kid's Play Area
🏊
Swimming Pool
🏛️
Clubhouse
Cafeteria
🍸
Resto Bar
💃
Zumba Room
🎾
Tennis Court
🏀
Basketball Post
🧘
Yoga Deck
🏏
Cricket Pitch
♻️
Sewage Treatment Plant
🌧️
Rain Water Harvesting
🎭
Amphitheatre
💪
Indoor Gym
🎱
Billiards Room
🛏️
Luxury Suite Rooms
🎉
Indoor Party Hall
🎊
Outdoor Party Hall
🏃
Jogging Track
👴
Senior Citizen Heaven
🏋️
Outdoor Gym
🌿
Open Lawn Area
🎠
Swing Park
📹
24/7 CCTV
Underground EV Recharging
🚴
Cycling Track
🤸
Aerobics
🌉
Kids Rope Bridge
🧒
Toddlers Play Zone
🎮
Indoor Games
🏓
Table Tennis
🧘‍♂️
Meditation Zone
🌸
Aroma Garden
🪑
Garden with Sit Out
🏕️
Outdoor Yoga Cabana
Futsal Court
🐾
Pet Zone
🌱
Herbal Garden

Turning Property Dreams into Reality!

Unlock the Door to Your Future Home !

https://i0.wp.com/nakshatridevelopers.com/wp-content/uploads/2020/01/pattern_linear.png?fit=600%2C340&ssl=1