Skip links
The World's Biggest Startup Competition for High School Students

Global Youth Startup
Championship

Pitch Your Idea. Build a Team. Win $100,000.

Free to Enter | Grades 9-12 | Global Finals in Dubai

$100K
Seed Funding
5000+
Participants
10
Regions
50+
Mentors

Best Service

01

Nexus Solutions

Service typography is an important consideration in many industries, from advertising to our

02

Apex Advisory

Service typography is an important consideration in many industries, from advertising to our

03

Summit Strategies

Service typography is an important consideration in many industries, from advertising to our

bg-shape
Award winning marketing agency 
Grow your digital marketing revenue
(function() { "use strict"; function initHeroSection() { var $ = window.jQuery; var Swiper = window.Swiper; var gsap = window.gsap; var SplitText = window.SplitText; // Hero image slider (requires Swiper) if (Swiper && document.querySelector(".hero-image-slider-four")) { new Swiper(".hero-image-slider-four", { slidesPerView: "auto", spaceBetween: 20, freeMode: true, centeredSlides: true, loop: true, speed: 4000, allowTouchMove: false, autoplay: { delay: 1, disableOnInteraction: true } }); } // gt_fade_anim (requires GSAP) if (gsap && document.querySelectorAll(".hero-area-four .gt_fade_anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".hero-area-four .gt_fade_anim").forEach(function(item) { var offset = parseFloat(item.getAttribute("data-fade-offset")) || 40; var duration = parseFloat(item.getAttribute("data-duration")) || 0.75; var from = item.getAttribute("data-fade-from") || "bottom"; var delay = parseFloat(item.getAttribute("data-delay")) || 0.15; var anim = { opacity: 0, ease: "power2.out", duration: duration, delay: delay, x: from === "left" ? -offset : from === "right" ? offset : 0, y: from === "top" ? -offset : from === "bottom" ? offset : 0 }; anim.scrollTrigger = { trigger: item, start: "top 85%" }; gsap.from(item, anim); }); } // title-anim (requires GSAP + SplitText) if (gsap && SplitText && document.querySelectorAll(".hero-area-four .title-anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".hero-area-four .title-anim").forEach(function(line) { try { var split = new SplitText(line, { type: "words, lines" }); gsap.set(line, { perspective: 400 }); split.split({ type: "lines" }); gsap.from(split.lines, { duration: 1, delay: 0.3, opacity: 0, rotationX: -80, force3D: true, transformOrigin: "top center -50", stagger: 0.1, scrollTrigger: { trigger: line, start: "top 90%", toggleActions: "play none none none" } }); } catch (err) {} }); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initHeroSection); } else { initHeroSection(); } })();
(function() { "use strict"; function initProjectSection() { var $ = window.jQuery; var gsap = window.gsap; var SplitText = window.SplitText; // Thumb active on hover if ($ && $(".thumb.thumb-active").length > 0) { $(".thumb.thumb-active").on("mouseenter", function() { $(".thumb.thumb-active").removeClass("active"); $(this).addClass("active"); }); } // Slick slider (requires jQuery + slick-carousel) if ($ && $.fn.slick && $(".project-three-slider").length > 0) { var $slider = $(".project-three-slider"); if ($slider.hasClass("slick-initialized")) $slider.slick("unslick"); $slider.slick({ slidesToShow: 3, slidesToScroll: 1, infinite: true, dots: false, arrows: true, variableWidth: true, autoplay: true, autoplaySpeed: 3000, prevArrow: $(".project-area-three .array-prev"), nextArrow: $(".project-area-three .array-next"), responsive: [ { breakpoint: 1200, settings: { slidesToShow: 3 } }, { breakpoint: 992, settings: { slidesToShow: 2 } }, { breakpoint: 768, settings: { slidesToShow: 1, arrows: false, dots: true, variableWidth: false } }, { breakpoint: 576, settings: { slidesToShow: 1, arrows: false, dots: true, variableWidth: false } } ] }); $slider.find(".thumb").first().addClass("active"); } // gt_fade_anim (requires GSAP) if (gsap && document.querySelectorAll(".project-area-three .gt_fade_anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".project-area-three .gt_fade_anim").forEach(function(item) { var zf_fade_offset = parseFloat(item.getAttribute("data-fade-offset")) || 40; var zf_duration_value = parseFloat(item.getAttribute("data-duration")) || 0.75; var zf_fade_direction = item.getAttribute("data-fade-from") || "bottom"; var zf_onscroll_value = item.getAttribute("data-on-scroll") || 1; var zf_delay_value = parseFloat(item.getAttribute("data-delay")) || 0.15; var zf_ease_value = item.getAttribute("data-ease") || "power2.out"; var zf_anim_setting = { opacity: 0, ease: zf_ease_value, duration: zf_duration_value, delay: zf_delay_value, x: zf_fade_direction === "left" ? -zf_fade_offset : zf_fade_direction === "right" ? zf_fade_offset : 0, y: zf_fade_direction === "top" ? -zf_fade_offset : zf_fade_direction === "bottom" ? zf_fade_offset : 0 }; if (zf_onscroll_value == 1) zf_anim_setting.scrollTrigger = { trigger: item, start: "top 85%" }; gsap.from(item, zf_anim_setting); }); } // title-anim (requires GSAP + SplitText) if (gsap && SplitText && document.querySelectorAll(".project-area-three .title-anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".project-area-three .title-anim").forEach(function(splitTextLine) { try { var tl = gsap.timeline({ scrollTrigger: { trigger: splitTextLine, start: "top 90%", end: "bottom 60%", scrub: false, toggleActions: "play none none none" } }); var itemSplitted = new SplitText(splitTextLine, { type: "words, lines" }); gsap.set(splitTextLine, { perspective: 400 }); itemSplitted.split({ type: "lines" }); tl.from(itemSplitted.lines, { duration: 1, delay: 0.3, opacity: 0, rotationX: -80, force3D: true, transformOrigin: "top center -50", stagger: 0.1 }); } catch (e) {} }); } // gt-hover-btn dot follow (requires jQuery) if ($ && $(".project-area-three .gt-hover-btn").length > 0) { $(".project-area-three .gt-hover-btn").on("mouseenter", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); $(".project-area-three .gt-hover-btn").on("mouseout", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); } // move-btn hover parallax (requires GSAP) if (gsap) { var btnWraps = document.querySelectorAll(".project-area-three .gt-hover-btn-wrapper-two"); var strength = 0.25; var maxMove = 60; btnWraps.forEach(function(btnWrap) { var container = btnWrap.closest(".move-btn"); if (!container) return; container.addEventListener("mousemove", function(e) { var rect = container.getBoundingClientRect(); var relX = e.clientX - rect.left - rect.width / 2; var relY = e.clientY - rect.top - rect.height / 2; var moveX = Math.max(-maxMove, Math.min(maxMove, relX * strength)); var moveY = Math.max(-maxMove, Math.min(maxMove, relY * strength)); gsap.to(btnWrap, { x: moveX, y: moveY, duration: 0.3, ease: "power3.out" }); }); container.addEventListener("mouseleave", function() { gsap.to(btnWrap, { x: 0, y: 0, duration: 0.5, ease: "power3.out" }); }); }); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initProjectSection); } else { initProjectSection(); } })();
<!-- ============================================== ABOUT SECTION ELEMENTOR SNIPPET ============================================== DEPENDENCIES: 1. Bootstrap Container (Optional - included below) 2. Themify Icons Font (Required for arrow icons) CDN: 3. Odometer Library (Required for counter animation) CDN: JS: ASSETS TO REPLACE: - assets/images/ab-arrow.png - Replace with your own arrow image path USAGE: Copy this entire file content into Elementor's HTML widget. Adjust image paths and content text as needed. ============================================== -->

Make your business prosper with our great team of experts. We'll make your.

1.8x

We provide brilliant idea to grow the startup — agency with your sharp brand.

Consumers today rely heavily on digital means to research products. We research a brand of bldend engaging with it, according to the meanwhile, 51% of consumers

Contact us

00 +

We helped to get companies

00M

We helped to get companies

// Odometer Counter Animation // This requires the Odometer library to be loaded (see dependencies at top) (function() { 'use strict'; // Simple Intersection Observer for counter animation function initOdometer() { const odometerElements = document.querySelectorAll('.odometer'); if (odometerElements.length === 0) return; // Check if Odometer library is loaded if (typeof Odometer === 'undefined') { console.warn('Odometer library not found. Please include Odometer JS library.'); // Fallback: just set the numbers directly odometerElements.forEach(function(el) { const count = el.getAttribute('data-count'); el.textContent = count; }); return; } // Intersection Observer to trigger animation when in viewport const observerOptions = { threshold: 0.5, rootMargin: '0px' }; const observer = new IntersectionObserver(function(entries) { entries.forEach(function(entry) { if (entry.isIntersecting && !entry.target.classList.contains('animated')) { const countNumber = entry.target.getAttribute('data-count'); entry.target.textContent = countNumber; entry.target.classList.add('animated'); } }); }, observerOptions); // Observe each odometer element odometerElements.forEach(function(el) { observer.observe(el); }); } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initOdometer); } else { initOdometer(); } })();
<!-- ============================================== ANIMATED MARQUEE TEXT ELEMENTOR SNIPPET ============================================== USAGE: Copy this entire file content into Elementor's HTML widget. Features an infinite horizontal scrolling marquee with animated text and cube icons. DEPENDENCIES: None - fully self-contained snippet with external SVG URL CUSTOMIZATION: - Edit text content in the tags - Adjust animation speed by changing the "30s" value in the marquee animation - Modify colors in the CSS section - Dark background: #0A0906 - Text colors: White (#fff) for main text, dark (#121725) for alternate text ============================================== -->

web development graphics design

digital marketing graphics design

<!-- ============================================== SERVICE SECTION ELEMENTOR SNIPPET ============================================== DEPENDENCIES: 1. Bootstrap Grid (Optional - included below) 2. Themify Icons Font (Required for arrow icons) CDN: ASSETS TO REPLACE: - assets/images/service/icon-1.svg - Replace with your own service icon paths USAGE: Copy this entire file content into Elementor's HTML widget. Adjust image paths and content text as needed. ============================================== -->

We solve your brand to grow the startup —

Contact us
01.

Marketing Strategy

We closely collaborate with our clients to understand the needs and goals of the key to design

02.

Branding Design

We closely collaborate with our clients to understand the needs and goals of the key to design

03.

Design & Multimedia

We closely collaborate with our clients to understand the needs and goals of the key to design

From revolutionizing digital healthcare with pixelr to simplifying AI-powered writing with quillbot, we’re in the business of making a positive impact on our collective future.
Service
thumb
01 Branding

Diving deep into your industry, your business, product and users expectations.

Positioning elaboration

Defining the goals and priorities

User Research and Feedback Analysis

Defining the targeted audience, user profiles, their expectations and pain points

UI kit basic components

Defining the goals and priorities

Main Scenario and Screens designs

Defining the targeted audience, user profiles, their expectations and pain points

thumb
02 Design concept

Diving deep into your industry, your business, product and users expectations.

Positioning elaboration

Defining the goals and priorities

User Research and Feedback Analysis

Defining the targeted audience, user profiles, their expectations and pain points

UI kit basic components

Defining the goals and priorities

Main Scenario and Screens designs

Defining the targeted audience, user profiles, their expectations and pain points

thumb
03 Web & ui/ux

Diving deep into your industry, your business, product and users expectations.

Positioning elaboration

Defining the goals and priorities

User Research and Feedback Analysis

Defining the targeted audience, user profiles, their expectations and pain points

UI kit basic components

Defining the goals and priorities

Main Scenario and Screens designs

Defining the targeted audience, user profiles, their expectations and pain points

thumb
04 Web development

Diving deep into your industry, your business, product and users expectations.

Positioning elaboration

Defining the goals and priorities

User Research and Feedback Analysis

Defining the targeted audience, user profiles, their expectations and pain points

UI kit basic components

Defining the goals and priorities

Main Scenario and Screens designs

Defining the targeted audience, user profiles, their expectations and pain points

(function() { function initServiceSectionAnimations() { var section = document.querySelector('.service-area-two'); if (!section) return; // Require GSAP and ScrollTrigger if (typeof gsap === 'undefined' || typeof ScrollTrigger === 'undefined') { return; } gsap.registerPlugin(ScrollTrigger); // 1. gt_text_invert_3 - Text gradient scroll animation (requires SplitText) var titleEl = section.querySelector('.gt_text_invert_3'); if (titleEl && typeof SplitText !== 'undefined') { gsap.registerPlugin(SplitText); try { var split = new SplitText(titleEl, { type: 'lines' }); if (split.lines && split.lines.length) { split.lines.forEach(function(target) { gsap.to(target, { backgroundPositionX: 0, ease: 'none', scrollTrigger: { trigger: target, scrub: 1, start: 'top 85%', end: 'bottom center' } }); }); } } catch (e) { console.warn('gt_text_invert_3: SplitText failed', e); } } // 2. grow - Image width scroll animation (desktop only) if (window.matchMedia('(min-width: 1024px)').matches) { var growItems = section.querySelectorAll('.grow'); growItems.forEach(function(item) { gsap.to(item, { width: '100%', ease: 'none', scrollTrigger: { trigger: item, scrub: 2, start: 'top 90%', end: 'bottom 50%' } }); }); } // Handle resize - re-run grow on desktop viewport var resizeHandler = function() { if (window.matchMedia('(min-width: 1024px)').matches && section.querySelectorAll('.grow').length) { ScrollTrigger.refresh(); } }; window.addEventListener('resize', resizeHandler); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initServiceSectionAnimations); } else { initServiceSectionAnimations(); } })();
We are committed to finding innovative and unconventional solutions. Pushing boundaries to exceed client goals.
150+
Team members
500 +
Completed projects
18 years
In the business
(function() { "use strict"; function initAboutSection() { var $ = window.jQuery; var gsap = window.gsap; var SplitText = window.SplitText; // Counter (requires jQuery + jquery.waypoints + jquery.counterup) if ($ && $.fn.counterUp && $(".gt-count").length > 0) { $(".gt-count").counterUp({ delay: 15, time: 4000 }); } // gt_text_invert_3 (requires GSAP + SplitText + ScrollTrigger) if (gsap && SplitText && gsap.registerPlugin && document.querySelector(".gt_text_invert_3")) { if (typeof gsap.registerPlugin === "function") { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} } try { var split3 = new SplitText(".gt_text_invert_3", { type: "lines" }); split3.lines.forEach(function(target) { gsap.to(target, { backgroundPositionX: 0, ease: "none", scrollTrigger: { trigger: target, scrub: 1, start: "top 85%", end: "bottom center" } }); }); } catch (e) {} } // gt_fade_anim (requires GSAP) if (gsap && document.querySelectorAll(".gt_fade_anim").length > 0) { if (typeof gsap.registerPlugin === "function") { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} } gsap.utils.toArray(".gt_fade_anim").forEach(function(item) { var zf_fade_offset = item.getAttribute("data-fade-offset") || 40; var zf_duration_value = parseFloat(item.getAttribute("data-duration")) || 0.75; var zf_fade_direction = item.getAttribute("data-fade-from") || "bottom"; var zf_onscroll_value = item.getAttribute("data-on-scroll") || 1; var zf_delay_value = parseFloat(item.getAttribute("data-delay")) || 0.15; var zf_ease_value = item.getAttribute("data-ease") || "power2.out"; var zf_anim_setting = { opacity: 0, ease: zf_ease_value, duration: zf_duration_value, delay: zf_delay_value, x: zf_fade_direction === "left" ? -zf_fade_offset : zf_fade_direction === "right" ? zf_fade_offset : 0, y: zf_fade_direction === "top" ? -zf_fade_offset : zf_fade_direction === "bottom" ? zf_fade_offset : 0 }; if (zf_onscroll_value == 1) { zf_anim_setting.scrollTrigger = { trigger: item, start: "top 85%" }; } gsap.from(item, zf_anim_setting); }); } // gt-hover-btn (requires jQuery) if ($ && $(".gt-hover-btn").length > 0) { $(".gt-hover-btn").on("mouseenter", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); $(".gt-hover-btn").on("mouseout", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); } // gt-btn-bounce-2 (requires GSAP + ScrollTrigger) if (gsap && document.querySelector(".gt-btn-trigger-2")) { if (typeof gsap.registerPlugin === "function") { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} } gsap.set(".gt-btn-bounce-2", { y: -100, opacity: 0 }); var mybtn = gsap.utils.toArray(".gt-btn-bounce-2"); mybtn.forEach(function(btn) { var triggerEl = btn.closest && btn.closest(".gt-btn-trigger-2"); if (triggerEl) { gsap.to(btn, { scrollTrigger: { trigger: triggerEl, start: "top bottom" }, duration: 1.2, ease: "power3.out", y: 0, opacity: 1 }); } }); } // About thumb images: scroll-based parallax (uses data-speed as strength, default 0.7) if (gsap && window.innerWidth > 991) { if (typeof gsap.registerPlugin === "function") { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} } var aboutThumbs = document.querySelectorAll(".about-content .about-thumb"); aboutThumbs.forEach(function(thumb) { var img = thumb.querySelector("img"); if (!img || thumb.classList.contains("about-thumb-parallax-done")) return; thumb.classList.add("about-thumb-parallax-done"); var speed = parseFloat(img.getAttribute("data-speed")) || 0.7; var range = 30 * speed; gsap.fromTo(img, { yPercent: -range, ease: "none" }, { yPercent: range, ease: "none", scrollTrigger: { trigger: thumb, start: "top bottom", end: "bottom top", scrub: 1 } }); }); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initAboutSection); } else { initAboutSection(); } })();
About our agency
About our agency
Innovative digital marketing, and smarter web experiences

Excellence in brand strategy

Consumers today rely heavily on digital platforms to make informed decisions. Before engaging with a brand, more than half of them—around 51%—conduct.
01
Research & goal
02
Ideation & design
03
Development part

Best of the month

Awwwards

Featured on

Clutch
(function() { "use strict"; function initAboutSection() { var $ = window.jQuery; var gsap = window.gsap; var SplitText = window.SplitText; // GSAP: About image scroll reveal + container grow/shrink on scroll if (gsap && document.querySelector(".about-area .about-img")) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.from(".about-area .about-img", { scale: 1.2, opacity: 0, duration: 1, ease: "power3.out", scrollTrigger: { trigger: ".about-area .about-thumb-img", start: "top 85%", toggleActions: "play none none none" } }); var scaleTl = gsap.timeline({ scrollTrigger: { trigger: ".about-area .about-wrapper", start: "top 85%", end: "bottom 15%", scrub: 1.5 } }); scaleTl.fromTo(".about-area .about-thumb-img", { scale: 0.95 }, { scale: 1.05, ease: "none", duration: 1 }); scaleTl.to(".about-area .about-thumb-img", { scale: 0.95, ease: "none", duration: 1 }); } // gt-hover-btn dot follow (cursor-follow effect for "know more" button) if ($ && $(".about-area .gt-hover-btn").length > 0) { $(".about-area .gt-hover-btn").on("mouseenter", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); $(".about-area .gt-hover-btn").on("mouseout", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); } // gt_fade_anim (requires GSAP) if (gsap && document.querySelectorAll(".about-area .gt_fade_anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".about-area .gt_fade_anim").forEach(function(item) { var offset = parseFloat(item.getAttribute("data-fade-offset")) || 40; var duration = parseFloat(item.getAttribute("data-duration")) || 0.75; var from = item.getAttribute("data-fade-from") || "bottom"; var delay = parseFloat(item.getAttribute("data-delay")) || 0.15; var anim = { opacity: 0, ease: "power2.out", duration: duration, delay: delay, x: from === "left" ? -offset : from === "right" ? offset : 0, y: from === "top" ? -offset : from === "bottom" ? offset : 0 }; anim.scrollTrigger = { trigger: item, start: "top 85%" }; gsap.from(item, anim); }); } // title-anim (requires GSAP + SplitText) if (gsap && SplitText && document.querySelectorAll(".about-area .title-anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".about-area .title-anim").forEach(function(line) { try { var split = new SplitText(line, { type: "words, lines" }); gsap.set(line, { perspective: 400 }); split.split({ type: "lines" }); gsap.from(split.lines, { duration: 1, delay: 0.3, opacity: 0, rotationX: -80, force3D: true, transformOrigin: "top center -50", stagger: 0.1, scrollTrigger: { trigger: line, start: "top 90%", toggleActions: "play none none none" } }); } catch (err) {} }); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initAboutSection); } else { initAboutSection(); } })();
Our creative process
[ our working process ]

Our Creative Services That Deliver Innovation, And Measurable Results

Brand strategy

Define identity:

Provide data-driven stratege help companies identifies opportunities, reduce risk and achieve long term of our growth. Provide driven on strategie.

View Details

Includes:

  • Personalization at scale
  • Improved Customer retention
  • Data-Driven insights

Leadership Training

Define identity:

Provide data-driven stratege help companies identifies opportunities, reduce risk and achieve long term of our growth. Provide driven on strategie.

View Details

Includes:

  • Personalization at scale
  • Improved Customer retention
  • Data-Driven insights

Digital marketing

Define identity:

Provide data-driven stratege help companies identifies opportunities, reduce risk and achieve long term of our growth. Provide driven on strategie.

View Details

Includes:

  • Personalization at scale
  • Improved Customer retention
  • Data-Driven insights

Web development

Define identity:

Provide data-driven stratege help companies identifies opportunities, reduce risk and achieve long term of our growth. Provide driven on strategie.

View Details

Includes:

  • Personalization at scale
  • Improved Customer retention
  • Data-Driven insights
(function() { "use strict"; function initWorkingProgress() { var $ = window.jQuery; var gsap = window.gsap; // Accordion: service-acc-btn click if ($ && $(".service-section-4 .service-box-style-4").length > 0) { $(".service-section-4 .service-box-style-4").on("click", ".service-acc-btn", function() { var outerBox = $(this).closest(".service-box-style-4"); var target = $(this).closest(".accordion"); var accBtn = $(this); var accContent = accBtn.next(".service-acc-content"); if (target.hasClass("active-block")) { accBtn.removeClass("active"); target.removeClass("active-block"); accContent.slideUp(300); } else { outerBox.find(".accordion").removeClass("active-block"); outerBox.find(".service-acc-btn").removeClass("active"); outerBox.find(".service-acc-content").slideUp(300); accBtn.addClass("active"); target.addClass("active-block"); accContent.slideDown(300); } }); } // gt-hover-btn dot follow if ($ && $(".service-section-4 .gt-hover-btn").length > 0) { $(".service-section-4 .gt-hover-btn").on("mouseenter", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); $(".service-section-4 .gt-hover-btn").on("mouseout", function(e) { var x = e.pageX - $(this).offset().left; var y = e.pageY - $(this).offset().top; $(this).find(".gt-btn-circle-dot").css({ top: y, left: x }); }); } // gt_fade_anim (GSAP scroll reveal) if (gsap && document.querySelectorAll(".service-section-4 .gt_fade_anim").length > 0) { try { gsap.registerPlugin(gsap.ScrollTrigger); } catch (e) {} gsap.utils.toArray(".service-section-4 .gt_fade_anim").forEach(function(item) { var offset = parseFloat(item.getAttribute("data-fade-offset")) || 40; var duration = parseFloat(item.getAttribute("data-duration")) || 0.75; var from = item.getAttribute("data-fade-from") || "bottom"; var delay = parseFloat(item.getAttribute("data-delay")) || 0.15; var anim = { opacity: 0, ease: "power2.out", duration: duration, delay: delay, x: from === "left" ? -offset : from === "right" ? offset : 0, y: from === "top" ? -offset : from === "bottom" ? offset : 0 }; anim.scrollTrigger = { trigger: item, start: "top 85%" }; gsap.from(item, anim); }); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initWorkingProgress); } else { initWorkingProgress(); } })();

You Don't Need a Degree.
You Need an Idea.

UGSC gives high school students across the GCC and India the tools, mentors, and platform to transform ideas into real startup projects — and pitch them to global investors.

You don't need experience. You don't need a perfect plan. You need to see a problem worth solving — and the drive to go after it.

This is free. This is real. This is your shot.

🏆 Not a school project. The real thing.
Most competitions give you a trophy and send you home. UGSC gives you a mentor, a team, an investor audience, and a shot at $100,000 in seed funding to actually launch.
🌍 A global stage with real stakes
The final stage is a live pitch in Dubai — in front of international investors. Not a virtual call. Not a school auditorium.
✨ Even if you don't win — you leave transformed
Every participant walks away with mentorship, a real startup project on their profile, global certificates, and connections most adults never get.

This isn't a school project. This is the real thing.

Your idea gets funded, mentored, and backed by real investors—not a classroom exercise.

Real Startup Launch
Your idea gets funded, mentored, and backed by real investors—not a classroom exercise. We provide the resources, mentorship, and capital to turn your vision into reality.
We Build Your Team
Apply alone. We match you with complementary teammates who share your passion.
6-Week Mentorship
Learn from founders through validation, design, and pitching.
$100,000 Prize
Seed funding to actually launch your startup.
Global Finals in Dubai
Pitch live to international investors on the world stage.

Who can apply

Open to all high school students with big ideas

Grades 9-12
High school students from all curricula are welcome to participate and showcase their innovative ideas.
All School Systems
British, IB, American, CBSE, homeschool and more—your educational background doesn't limit your potential.
Individual Entry
Apply alone with your idea. Teams are formed after selection with complementary skill sets.

Judging Criteria

1

Viability

Can it actually be built with the resources and technology available?

2

Scalability

Can it grow globally and reach a significant market?

3

Execution Potential

Does the team show the skills to deliver on their vision?

4

Creativity

Is the thinking original and bold? Does it stand out?

5

Problem Clarity

Is the problem and solution clearly defined?

6

Passion & Motivation

Is there genuine drive behind this idea?

You don't need a perfect idea. You need original thinking.

FAQ

Everything You Need to Know

Yes - Stage 1 requires you to submit your own startup idea. But it doesn't have to be perfect or fully built. Original thinking matters far more than polish. If you see a problem worth solving, that's enough to start.
No. You apply completely on your own. If selected, UGSC forms your team - matching you with students who have complementary skills, backgrounds, and energy.
Absolutely not. We need creative thinkers, communicators, researchers, designers, and leaders just as much as coders. Every skill has a role in building a startup.
Zero. UGSC is completely free to enter and participate in at every stage.
All of them - British, IB, American, CBSE, homeschooling, and everything in between.
That's exactly who this is built for. The 6-week mentorship program is designed to take you from idea to investor pitch - step by step, with real founders guiding you.
UGSC evaluates your skills, grade, idea area, and profile - then builds balanced teams of 4–5 students designed for real collaboration. Think of it as your first co-founding experience.
Every participant who completes the program receives global recognition, certificates, and a startup project they genuinely built - something that stands out on any university application or résumé.
Regional judges include startup founders, angel investors, VC partners, and corporate innovation leaders from across the GCC and India. Global Finals judges include unicorn founders, global VC partners, and international youth innovation leaders. This is not a panel of teachers - these are the people who fund and build real companies.
It is seed funding - startup capital awarded to the winning team's idea to help them actually build and launch it, supported by incubation and mentorship continuation.
Both. You can apply directly as a student, or your school can nominate you. No school support is required to participate.
Dubai · Abu Dhabi · Sharjah · Muscat · Riyadh · Jeddah · Doha · Kuwait · New Delhi · Bahrain
March 15. Global Finals are September 30 in Dubai. The entire journey - from idea to investor stage - happens in under seven months.
function toggleFaq(button) { const faqItem = button.parentElement; const isActive = faqItem.classList.contains('active'); // Close all other FAQ items document.querySelectorAll('.faq-item').forEach(item => { item.classList.remove('active'); }); // Toggle current item if (!isActive) { faqItem.classList.add('active'); } }
This website uses cookies to improve your web experience.