{"id":218,"date":"2025-03-11T04:00:45","date_gmt":"2025-03-10T22:30:45","guid":{"rendered":"http:\/\/www.dominixglobal.com\/experiences\/?post_type=work&#038;p=218"},"modified":"2025-04-07T12:28:48","modified_gmt":"2025-04-07T06:58:48","slug":"g8-center-dubai","status":"publish","type":"work","link":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/","title":{"rendered":"G8 Center, Dubai"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; el_class=&#8221;work-detail-content-child&#8221;][vc_column][vc_custom_heading text=&#8221;Overview&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221; el_class=&#8221;fs-lg-32&#8243;]\n    \n        <!-- Mobile\/Tablet version (Single Section for all repeated items) -->\n        <div class=\"video-container-mobile d-lg-none\">\n                                            \n                <div class=\"scroll-overlay-text\">\n\t\t\t\t                    <div class=\"fs-lg-24 font-clash-regular fs-16\">\n                        The G8 Center isn\u2019t just a building\u2014it\u2019s a transformative experience, a space where innovation and nature coexist in harmony. Collaborating with our client, Dominix Design Studio brought to life a vision of a self-sustaining, 9-story marvel in the heart of Dubai. This green building doesn\u2019t simply stand tall; it lives and breathes, offering an environment that nurtures both the planet and its people.\n\nThe fa\u00e7ade, draped in lush greenery, is more than an aesthetic feature\u2014it\u2019s a living organism that transforms the building into a sanctuary. Powered by solar panels on the roof, an internal watering system keeps the plants thriving, while the greenery itself reduces internal temperatures, naturally easing the load on HVAC systems. Stepping into the G8 Center feels like entering a cooler, calmer oasis\u2014a space designed to inspire and elevate.                    <\/div>\n                <\/div>\n\n                                    <img decoding=\"async\" src=\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Center1.jpg\" class=\"card-img w-100 img-repeat\" alt=\"G8 Center, Dubai\">\n                                \n                                            \n                <div class=\"scroll-overlay-text\">\n\t\t\t\t                    <div class=\"fs-lg-24 font-clash-regular fs-16\">\n                        For the client, the G8 Center became more than a project; it became a statement. It symbolizes their commitment to a greener future, a vision of beauty with purpose, and a space that doesn\u2019t just function but enhances the lives of everyone who enters. It\u2019s not just cost-effective or energy-efficient; it\u2019s a legacy of forward-thinking, where every detail serves to create a better experience for both people and the environment.                    <\/div>\n                <\/div>\n\n                                    <img decoding=\"async\" src=\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Center2.jpg\" class=\"card-img w-100 img-repeat\" alt=\"G8 Center, Dubai\">\n                                \n                    <\/div> <!-- End of Mobile\/Tablet container -->\n\n        <!-- Desktop version (Each item remains as a separate section) -->\n                    <section class=\"video-container d-none d-lg-block\">\n                <div class=\"video-sticky-inner\">\n                    <div class=\"overlay\"><\/div>\n                                                                <img decoding=\"async\" src=\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Center1.jpg\" class=\"card-img w-100 img-repeat\" alt=\"G8 Center, Dubai\">\n                                        <div class=\"scroll-overlay-text\">\n\t\t\t\t\t                        <div class=\"fs-lg-24 font-clash-regular fs-16\">\n                            The G8 Center isn\u2019t just a building\u2014it\u2019s a transformative experience, a space where innovation and nature coexist in harmony. Collaborating with our client, Dominix Design Studio brought to life a vision of a self-sustaining, 9-story marvel in the heart of Dubai. This green building doesn\u2019t simply stand tall; it lives and breathes, offering an environment that nurtures both the planet and its people.\n\nThe fa\u00e7ade, draped in lush greenery, is more than an aesthetic feature\u2014it\u2019s a living organism that transforms the building into a sanctuary. Powered by solar panels on the roof, an internal watering system keeps the plants thriving, while the greenery itself reduces internal temperatures, naturally easing the load on HVAC systems. Stepping into the G8 Center feels like entering a cooler, calmer oasis\u2014a space designed to inspire and elevate.                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n                    <section class=\"video-container d-none d-lg-block\">\n                <div class=\"video-sticky-inner\">\n                    <div class=\"overlay\"><\/div>\n                                                                <img decoding=\"async\" src=\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Center2.jpg\" class=\"card-img w-100 img-repeat\" alt=\"G8 Center, Dubai\">\n                                        <div class=\"scroll-overlay-text\">\n\t\t\t\t\t                        <div class=\"fs-lg-24 font-clash-regular fs-16\">\n                            For the client, the G8 Center became more than a project; it became a statement. It symbolizes their commitment to a greener future, a vision of beauty with purpose, and a space that doesn\u2019t just function but enhances the lives of everyone who enters. It\u2019s not just cost-effective or energy-efficient; it\u2019s a legacy of forward-thinking, where every detail serves to create a better experience for both people and the environment.                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n        \n    \n    <script>\n        gsap.registerPlugin(ScrollTrigger);\n\n        window.addEventListener('load', () => {\n            \/\/ Check if the viewport width is greater than 1024px (desktop view)\n            if (window.innerWidth > 1024) {\n                document.querySelectorAll('.video-container').forEach(panel => {\n                    const text = panel.querySelector(\".scroll-overlay-text\");\n                    const height = text.offsetHeight;\n\n                    \/\/ set initial position\n                    text.style.bottom = `-${height}px`;\n\n                    \/\/ animate to bottom: 0\n                    gsap.to(text, {\n                        bottom: \"0px\",\n                        ease: \"none\",\n                        scrollTrigger: {\n                            trigger: panel,\n                            start: \"top top\",\n                            end: `+=${height + 100}`, \/\/ enough scroll space\n                            scrub: true\n                        }\n                    });\n                });\n            }\n        });\n    <\/script>\n\n    [vc_custom_heading text=&#8221;Conclusion&#8221; font_container=&#8221;tag:h3|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221; el_class=&#8221;fs-lg-32&#8243;][vc_column_text css=&#8221;&#8221;]At Dominix, we delivered more than a design; we crafted an enduring journey. The G8 Center stands as proof that sustainability can be both practical and profound, offering a seamless blend of innovation, comfort, and purpose that resonates long after you leave.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>G8 Center is a transformative experience, a space where innovation and nature coexist in harmony, a vision of a self-sustaining marvel.<\/p>\n","protected":false},"featured_media":427,"template":"","class_list":["post-218","work","type-work","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>G8 Center, Dubai - Experiences<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"G8 Center, Dubai - Experiences\" \/>\n<meta property=\"og:description\" content=\"G8 Center is a transformative experience, a space where innovation and nature coexist in harmony, a vision of a self-sustaining marvel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/\" \/>\n<meta property=\"og:site_name\" content=\"Experiences\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-07T06:58:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1239\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/\",\"url\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/\",\"name\":\"G8 Center, Dubai - Experiences\",\"isPartOf\":{\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png\",\"datePublished\":\"2025-03-10T22:30:45+00:00\",\"dateModified\":\"2025-04-07T06:58:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#primaryimage\",\"url\":\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png\",\"contentUrl\":\"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png\",\"width\":1239,\"height\":700},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dominixglobal.com\/experiences\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"G8 Center, Dubai\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dominixglobal.com\/experiences\/#website\",\"url\":\"https:\/\/www.dominixglobal.com\/experiences\/\",\"name\":\"Experiences\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dominixglobal.com\/experiences\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"G8 Center, Dubai - Experiences","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/","og_locale":"en_US","og_type":"article","og_title":"G8 Center, Dubai - Experiences","og_description":"G8 Center is a transformative experience, a space where innovation and nature coexist in harmony, a vision of a self-sustaining marvel.","og_url":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/","og_site_name":"Experiences","article_modified_time":"2025-04-07T06:58:48+00:00","og_image":[{"width":1239,"height":700,"url":"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/","url":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/","name":"G8 Center, Dubai - Experiences","isPartOf":{"@id":"https:\/\/www.dominixglobal.com\/experiences\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#primaryimage"},"image":{"@id":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#primaryimage"},"thumbnailUrl":"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png","datePublished":"2025-03-10T22:30:45+00:00","dateModified":"2025-04-07T06:58:48+00:00","breadcrumb":{"@id":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#primaryimage","url":"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png","contentUrl":"https:\/\/dominix.s3.us-east-1.amazonaws.com\/wp-content\/uploads\/sites\/5\/2025\/03\/G8-Centre.png","width":1239,"height":700},{"@type":"BreadcrumbList","@id":"https:\/\/www.dominixglobal.com\/experiences\/work\/g8-center-dubai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dominixglobal.com\/experiences\/"},{"@type":"ListItem","position":2,"name":"G8 Center, Dubai"}]},{"@type":"WebSite","@id":"https:\/\/www.dominixglobal.com\/experiences\/#website","url":"https:\/\/www.dominixglobal.com\/experiences\/","name":"Experiences","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dominixglobal.com\/experiences\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.dominixglobal.com\/experiences\/wp-json\/wp\/v2\/work\/218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dominixglobal.com\/experiences\/wp-json\/wp\/v2\/work"}],"about":[{"href":"https:\/\/www.dominixglobal.com\/experiences\/wp-json\/wp\/v2\/types\/work"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dominixglobal.com\/experiences\/wp-json\/wp\/v2\/media\/427"}],"wp:attachment":[{"href":"https:\/\/www.dominixglobal.com\/experiences\/wp-json\/wp\/v2\/media?parent=218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}