{"id":1786,"date":"2024-08-27T04:58:27","date_gmt":"2024-08-27T04:58:27","guid":{"rendered":"https:\/\/taawdesign.com\/?page_id=1786"},"modified":"2024-09-26T04:32:06","modified_gmt":"2024-09-26T04:32:06","slug":"contact","status":"publish","type":"page","link":"https:\/\/taawdesign.com\/?page_id=1786","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1786\" class=\"elementor elementor-1786\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba64d20 e-flex e-con-boxed e-con e-parent\" data-id=\"ba64d20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-936ff5b elementor-widget elementor-widget-html\" data-id=\"936ff5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Navigation Bar<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        body {\n            margin: 0;\n            font-family: Arial, sans-serif;\n            background-color: transparent !important;\n        }\n\n        .navbar {\n            position: fixed;\n            top: 20px;\n            right: 20px;\n            z-index: 1000;\n        }\n\n        @media (min-width: 1024px) {\n            .navbar {\n                top: 20px;\n            }\n        }\n\n        .hamburger {\n            margin-top: 8px;\n            width: 50px;\n            height: 50px;\n            cursor: pointer;\n            border-radius: 50%;\n            border: 2px solid #333;\n            background-color: transparent;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n            transition: all 0.3s ease;\n            z-index: 2000;\n        }\n\n        .hamburger div {\n            width: 30px;\n            height: 3px;\n            background-color: #333;\n            position: absolute;\n            transition: transform 0.4s ease, top 0.4s ease;\n        }\n\n        .hamburger div:nth-child(1) {\n            top: 40%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n        }\n\n        .hamburger div:nth-child(2) {\n            top: 60%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n        }\n\n        .hamburger.open div:nth-child(1) {\n            top: 50%;\n            transform: translate(-50%, -50%) rotate(45deg);\n        }\n\n        .hamburger.open div:nth-child(2) {\n            top: 50%;\n            transform: translate(-50%, -50%) rotate(-45deg);\n        }\n\n        .nav-links {\n            position: fixed;\n            top: 2px;\n            right: 15px;\n            width: 200px;\n            background: rgba(255, 255, 255, 0.5);\n            backdrop-filter: blur(5px);\n            -webkit-backdrop-filter: blur(5px);\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n            border-radius: 20px;\n            padding: 10px 20px;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            transform: scale(0);\n            transform-origin: top right;\n            transition: transform 0.5s ease, opacity 0.5s ease;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 1000;\n        }\n\n        .nav-links.open {\n            transform: scale(1);\n            opacity: 1;\n            pointer-events: auto;\n        }\n\n        .nav-links ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            text-align: left;\n            margin-bottom: auto;\n        }\n\n        .nav-links ul li {\n            margin: 15px 0;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.9s ease, transform 0.9s ease;\n        }\n\n        .nav-links.open ul li {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .nav-links ul li a {\n            text-decoration: none;\n            color: black;\n            font-size: 18px;\n            display: block;\n        }\n\n        .divider {\n            border: 0;\n            border-top: 1px solid #000;\n            margin: 20px 0;\n        }\n\n        .social-media {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.9s ease, transform 0.9s ease;\n            margin-top: 20px;\n            padding-bottom: 20px;\n        }\n\n        .social-media.open {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .social-media a {\n            display: block;\n            width: 24px;\n            height: 24px;\n            font-size: 24px;\n            color: #333;\n            text-align: center;\n            line-height: 24px;\n            transition: color 0.3s ease;\n            background: transparent;\n            border-radius: 0%;\n        }\n\n        .social-media a:hover,\n        .social-media a:focus {\n            color: #fff; \/* Icons turn white on hover and focus *\/\n        }\n\n        .social-media span {\n            margin: 0 10px;\n            color: #333;\n            font-size: 18px;\n            font-weight: bold; \/* Added bold font weight *\/\n        }\n\n        @media (min-width: 1024px) {\n            .nav-links {\n                top: 20px;\n                width: 400px;\n                height: 480px;\n            }\n\n            .nav-links ul li a {\n                font-size: 35px;\n                font-weight: bold;\n                line-height: 50px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .nav-links {\n                width: 350px;\n                top: 20px;\n            }\n\n            .nav-links ul li a {\n                font-size: 16px;\n            }\n\n            .social-media a {\n                font-size: 24px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .nav-links {\n                width: 290px;\n                padding: 10px;\n                margin-top: 2px;\n            }\n\n            .nav-links ul li a {\n                font-size: 20px;\n                font-weight: bold;\n            }\n\n            .social-media a {\n                font-size: 28px;\n            }\n        }\n\n        button {\n            align-items: center;\n            background-color: transparent !important;\n            color: black !important;\n            cursor: pointer;\n            display: flex;\n            font-family: ui-sans-serif, system-ui, -apple-system, system-ui, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n            font-size: 1rem;\n            font-weight: 700;\n            line-height: 1.5;\n            text-decoration: none;\n            text-transform: uppercase;\n            outline: 0;\n            border: none !important;\n            padding: 1rem;\n        }\n\n        button:before {\n            background-color: rgb(213, 39, 39);\n            content: \"\";\n            display: inline-block;\n            height: 2px;\n            margin-right: 10px;\n            transition: all .42s cubic-bezier(.25, .8, .25, 1);\n            width: 0;\n        }\n\n        button:hover:before {\n            background-color: black;\n            width: 3rem;\n        }\n\n    <\/style>\n<\/head>\n\n<body>\n\n    <div class=\"navbar\">\n        <div class=\"hamburger\" id=\"hamburger\">\n            <div><\/div>\n            <div><\/div>\n        <\/div>\n        <div class=\"nav-links\" id=\"nav-links\">\n            <ul>\n                <li><a href=\"https:\/\/taawdesign.com\/\"><span>Home<\/span><\/a><\/li>\n                <li><a href=\"https:\/\/taawdesign.com\/?page_id=2294\"><span>Services<\/span><\/a><\/li>\n                <li><a href=\"https:\/\/taawdesign.com\/?page_id=2248\"><span>Projects<\/span><\/a><\/li>\n                <li><a href=\"https:\/\/taawdesign.com\/?page_id=1786\"><span>Contact<\/span><\/a><\/li>\n            <\/ul>\n\n            <a href=\"https:\/\/taawdesign.com\/?page_id=1786\">\n                <button>start project<\/button>\n            <\/a>\n\n            <hr class=\"divider\">\n\n            <div class=\"social-media\" id=\"social-media\">\n                <a href=\"https:\/\/wa.me\/message\/A7IV2APWC5CAE1\" class=\"whatsapp\" title=\"Chat with us on WhatsApp\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\n                <span>t a a w<\/span>\n                <a href=\"https:\/\/instagram.com\/taawdesign\" class=\"instagram\" title=\"Follow us on Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        const hamburger = document.getElementById('hamburger');\n        const navLinks = document.getElementById('nav-links');\n        const socialMedia = document.getElementById('social-media');\n\n        hamburger.addEventListener('click', () => {\n            const isOpen = navLinks.classList.contains('open');\n            navLinks.classList.toggle('open', !isOpen);\n            socialMedia.classList.toggle('open', !isOpen);\n\n            if (!isOpen) {\n                document.querySelectorAll('.nav-links ul li').forEach((item, index) => {\n                    item.style.transitionDelay = `${index * 0.1}s`;\n                });\n            }\n            hamburger.classList.toggle('open');\n        });\n\n        document.addEventListener('click', (event) => {\n            const isClickInside = hamburger.contains(event.target) || navLinks.contains(event.target);\n\n            if (!isClickInside && navLinks.classList.contains('open')) {\n                navLinks.classList.remove('open');\n                socialMedia.classList.remove('open');\n                hamburger.classList.remove('open');\n            }\n        });\n    <\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66dfb776 e-con-full e-flex e-con e-parent\" data-id=\"66dfb776\" data-element_type=\"container\" data-e-type=\"container\" id=\"home\">\n\t\t<div class=\"elementor-element elementor-element-f4b7a9b e-flex e-con-boxed e-con e-child\" data-id=\"f4b7a9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-da552ea e-flex e-con-boxed e-con e-child\" data-id=\"da552ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0ba61c elementor-widget elementor-widget-spacer\" data-id=\"f0ba61c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;.lqd-split-words .lqd-words .split-inner, .lqd-adv-txt-fig&quot;,&quot;duration&quot;:1000,&quot;startDelay&quot;:200,&quot;delay&quot;:70,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;120px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-73596b92 elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"73596b92\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;words&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f8987706c87\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<h1 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-classic lqd-highlight-grow-bottom lqd-highlight-reset-onhover lqd-split-words h1\"  data-inview=\"true\" data-transition-delay=\"true\" data-delay-options=\"{&quot;elements&quot;:&quot;.lqd-highlight-inner&quot;,&quot;delayType&quot;:&quot;transition&quot;}\" data-split-text=\"true\" data-split-options='{\"type\":\"words\"}'> <span class=\"lqd-adv-txt-item elementor-repeater-item-74f1478\">Ways of contacting TAAW<\/span><\/h1>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope .e-con-inner &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope .e-con-inner &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1000,&quot;startDelay&quot;:1300,&quot;delay&quot;:100,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;scaleX&quot;:0.7,&quot;scaleY&quot;:0.7,&quot;rotationY&quot;:10,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;scaleX&quot;:1,&quot;scaleY&quot;:1,&quot;rotationY&quot;:0,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-3f0c3d99 e-flex e-con-boxed e-con e-child\" data-id=\"3f0c3d99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"lqd-iconbox-scale elementor-element elementor-element-d169544 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"d169544\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_scale_animation&quot;:&quot;yes&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_d169544\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M24 5C24 6.65685 22.6569 8 21 8C19.3431 8 18 6.65685 18 5C18 3.34315 19.3431 2 21 2C22.6569 2 24 3.34315 24 5Z\" fill=\"#1C274C\"><\/path><path d=\"M17.2339 7.46394L15.6973 8.74444C14.671 9.59966 13.9585 10.1915 13.357 10.5784C12.7747 10.9529 12.3798 11.0786 12.0002 11.0786C11.6206 11.0786 11.2258 10.9529 10.6435 10.5784C10.0419 10.1915 9.32941 9.59966 8.30315 8.74444L5.92837 6.76546C5.57834 6.47377 5.05812 6.52106 4.76643 6.87109C4.47474 7.22112 4.52204 7.74133 4.87206 8.03302L7.28821 10.0465C8.2632 10.859 9.05344 11.5176 9.75091 11.9661C10.4775 12.4334 11.185 12.7286 12.0002 12.7286C12.8154 12.7286 13.523 12.4334 14.2495 11.9661C14.947 11.5176 15.7372 10.859 16.7122 10.0465L18.3785 8.65795C17.9274 8.33414 17.5388 7.92898 17.2339 7.46394Z\" fill=\"#1C274C\"><\/path><path d=\"M18.4538 6.58719C18.7362 6.53653 19.0372 6.63487 19.234 6.87109C19.3965 7.06614 19.4538 7.31403 19.4121 7.54579C19.0244 7.30344 18.696 6.97499 18.4538 6.58719Z\" fill=\"#1C274C\"><\/path><path opacity=\"0.5\" d=\"M16.9576 3.02099C16.156 3 15.2437 3 14.2 3H9.8C5.65164 3 3.57746 3 2.28873 4.31802C1 5.63604 1 7.75736 1 12C1 16.2426 1 18.364 2.28873 19.682C3.57746 21 5.65164 21 9.8 21H14.2C18.3484 21 20.4225 21 21.7113 19.682C23 18.364 23 16.2426 23 12C23 10.9326 23 9.99953 22.9795 9.1797C22.3821 9.47943 21.7103 9.64773 21 9.64773C18.5147 9.64773 16.5 7.58722 16.5 5.04545C16.5 4.31904 16.6646 3.63193 16.9576 3.02099Z\" fill=\"#1C274C\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Email : taawdesign@gmail.com <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"lqd-iconbox-scale elementor-element elementor-element-3a7fe763 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"3a7fe763\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_scale_animation&quot;:&quot;yes&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_3a7fe763\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1007 13.359L16.5562 12.9062C17.1858 12.2801 18.1672 12.1515 18.9728 12.5894L20.8833 13.628C22.1102 14.2949 22.3806 15.9295 21.4217 16.883L20.0011 18.2954C19.6399 18.6546 19.1917 18.9171 18.6763 18.9651C17.4841 19.0763 15.0313 19.0163 12.1374 17.3223L16.1007 13.359ZM10.1907 7.48257L10.4775 7.19738C11.1841 6.49484 11.2507 5.36691 10.6342 4.54348L9.37326 2.85908C8.61028 1.83992 7.13596 1.70529 6.26145 2.57483L4.69185 4.13552C4.25823 4.56668 3.96765 5.12559 4.00289 5.74561C4.06761 6.88446 4.45582 8.9649 6.15176 11.5215L10.1907 7.48257Z\" fill=\"#1C274C\"><\/path><path opacity=\"0.6\" d=\"M12.0627 11.4971C9.11695 8.56804 10.1836 7.48913 10.1903 7.48242L6.15137 11.5214C6.81756 12.5256 7.68554 13.6034 8.81497 14.7264C9.95468 15.8596 11.0755 16.7008 12.137 17.3222L16.1003 13.3589C16.1003 13.3589 15.0177 14.4353 12.0627 11.4971Z\" fill=\"#1C274C\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Phone : +1 (780) 600 - 2525 <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"lqd-iconbox-scale elementor-element elementor-element-a66b8bb elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"a66b8bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_scale_animation&quot;:&quot;yes&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_a66b8bb\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\" fill=\"none\"><path opacity=\"0.5\" d=\"M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z\" fill=\"#1C274C\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7.25C9.37665 7.25 7.25 9.37665 7.25 12C7.25 14.6234 9.37665 16.75 12 16.75C14.6234 16.75 16.75 14.6234 16.75 12C16.75 9.37665 14.6234 7.25 12 7.25ZM12 8.75C10.2051 8.75 8.75 10.2051 8.75 12C8.75 13.7949 10.2051 15.25 12 15.25C13.7949 15.25 15.25 13.7949 15.25 12C15.25 10.2051 13.7949 8.75 12 8.75Z\" fill=\"#1C274C\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Instagram : taawdesign <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62dd732d elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"62dd732d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope .e-con-inner &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope .e-con-inner &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li, :scope .e-con:not([data-parallax]) .elementor-element &gt; .elementor-widget-container, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1100,&quot;startDelay&quot;:200,&quot;delay&quot;:100,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;80px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-4220ac7e e-flex e-con-boxed e-con e-parent\" data-id=\"4220ac7e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d87a65f elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-ld_particles\" data-id=\"3d87a65f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_particles.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"ld-particles-container pos-rel w-100   lqd-particle-63\">\n\t\t\t<div class=\"ld-particles-inner lqd-overlay pointer-events-none\" id=\"lqd-particle-63\" data-particles=\"true\" data-particles-options='{\"particles\":{\"number\":{\"value\":5},\"color\":{\"value\":[\"#604CFD\",\"#F85976\",\"#FDA44C\",\"#A2B2C9\"]},\"shape\":{\"type\":[\"circle\"]},\"opacity\":{\"value\":1},\"size\":{\"value\":2},\"move\":{\"enable\":true,\"direction\":\"right\",\"random\":true,\"out_mode\":\"out\"}},\"interactivity\":{\"detect_on\":\"window\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":[\"bubble\"]}},\"modes\":{\"bubble\":{\"size\":15}}},\"retina_detect\":true}'><\/div>\t\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li, :scope .e-con:not([data-parallax]) .elementor-element &gt; .elementor-widget-container, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1000,&quot;delay&quot;:100,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;50px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-9a7c372 e-con-full e-flex e-con e-child\" data-id=\"9a7c372\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64c0db9 elementor-widget__width-initial elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"64c0db9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f898772f5a7\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<h2 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines h2\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> What is TAAW ?<\/h2>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-394ecf5 elementor-widget__width-initial elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"394ecf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f898772fd21\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines p\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> TAAW is a Kurdish word equivalent to \"Sun\", the only life-giving force on the planet. It inspired us to dedicate our digital knowledge and give life to online businesses across the planet.<\/p>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-parallax=\"true\" data-parallax-options=\"{&quot;ease&quot;:[&quot;linear&quot;],&quot;start&quot;:&quot;top bottom&quot;,&quot;end&quot;:&quot;bottom+=0px top&quot;}\" data-parallax-from=\"{&quot;y&quot;:&quot;100px&quot;,&quot;rotationZ&quot;:30,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-parallax-to=\"{&quot;y&quot;:&quot;-130px&quot;,&quot;rotationZ&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" class=\"elementor-element elementor-element-bbb8949 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-ld_fancy_image\" data-id=\"bbb8949\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/sun-svgrepo-com-7.svg\" class=\"attachment-full size-full wp-image-1876\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-parallax=\"true\" data-parallax-options=\"{&quot;ease&quot;:[&quot;linear&quot;],&quot;start&quot;:&quot;top bottom&quot;,&quot;end&quot;:&quot;bottom+=0px top&quot;}\" data-parallax-from=\"{&quot;y&quot;:&quot;150px&quot;,&quot;rotationZ&quot;:18,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-parallax-to=\"{&quot;y&quot;:&quot;-250px&quot;,&quot;rotationZ&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" class=\"elementor-element elementor-element-26eb833 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-ld_fancy_image\" data-id=\"26eb833\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/sun-svgrepo-com-7.svg\" class=\"attachment-full size-full wp-image-1876\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-150e34 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"150e34\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"lqd-iconbox-scale elementor-element elementor-element-2fef1f9b elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"2fef1f9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_scale_animation&quot;:&quot;yes&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_2fef1f9b\" class=\"iconbox d-flex flex-grow-1 pos-rel flex-column iconbox-default iconbox-contents-show-onhover\"   data-slideelement-onhover=\"true\" data-slideelement-options='{ \"visibleElement\": \".iconbox-icon-wrap, p, h3\", \"hiddenElement\": \".btn\", \"alignMid\": true, \"triggerElement\": \".elementor-widget-container\" }'>\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34.578\" height=\"34.578\" viewBox=\"0 0 34.578 34.578\"><path d=\"M1922.288,3873.563a17.289,17.289,0,1,1,17.289-17.289A17.239,17.239,0,0,1,1922.288,3873.563Zm8.415-26.406c-.07,0-.141.071-.211.071l-12.623,4.208a.632.632,0,0,0-.42.421l-4.208,12.622a.258.258,0,0,0-.07.211.662.662,0,0,0,.7.7c.071,0,.14-.07.211-.07l12.623-4.208a.634.634,0,0,0,.421-.421l4.207-12.623a.255.255,0,0,0,.07-.21A.663.663,0,0,0,1930.7,3847.157Zm-8.1,11.317a2.515,2.515,0,1,1,2.515-2.515A2.515,2.515,0,0,1,1922.6,3858.474Z\" transform=\"translate(-1904.999 -3838.985)\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Brand Strategy <\/h3>\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t\t\t\t\t<p>Our design services starts and ends with a best-in-class experience strategy that builds brands. We create world-class digital products materials that <\/p>\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"elementor-button btn ws-nowrap btn-underlined border-thin btn-icon-right btn-hover-reveal btn-has-label\" >\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"btn-txt\"  data-text=\"Nos valeurs\" >Nos valeurs<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"btn-icon\"><i class=\"lqd-icn-ess icon-ion-ios-arrow-forward\"><\/i><\/span>\t\t\t\t<\/a>\n\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"lqd-iconbox-scale elementor-element elementor-element-4c61cd24 elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"4c61cd24\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_scale_animation&quot;:&quot;yes&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_4c61cd24\" class=\"iconbox d-flex flex-grow-1 pos-rel flex-column iconbox-default iconbox-contents-show-onhover\"   data-slideelement-onhover=\"true\" data-slideelement-options='{ \"visibleElement\": \".iconbox-icon-wrap, p, h3\", \"hiddenElement\": \".btn\", \"alignMid\": true, \"triggerElement\": \".elementor-widget-container\" }'>\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"37.171\" height=\"37.172\" viewBox=\"0 0 37.171 37.172\"><path d=\"M2602.153,3857.568a3.684,3.684,0,0,0-2.223-3.291,3.953,3.953,0,0,1-2.462-5.953,3.552,3.552,0,0,0-4.658-4.658,3.947,3.947,0,0,1-5.948-2.461,3.553,3.553,0,0,0-6.589,0,3.947,3.947,0,0,1-5.948,2.461,3.551,3.551,0,0,0-4.658,4.658,3.957,3.957,0,0,1-2.461,5.953,3.549,3.549,0,0,0,0,6.584,3.951,3.951,0,0,1,2.461,5.948,3.551,3.551,0,0,0,4.658,4.659,3.95,3.95,0,0,1,5.948,2.465,3.554,3.554,0,0,0,6.589,0,3.947,3.947,0,0,1,5.948-2.465,3.552,3.552,0,0,0,4.658-4.659,3.948,3.948,0,0,1,2.462-5.948A3.692,3.692,0,0,0,2602.153,3857.568Zm-18.586,6.82a6.816,6.816,0,1,1,6.812-6.812A6.813,6.813,0,0,1,2583.568,3864.388Z\" transform=\"translate(-2564.982 -3838.982)\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Development <\/h3>\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t\t\t\t\t<p>We craft premium digital work for web, mobile and experiential with creative agencies and global brands alike \u2013 putting passion, pride and plenty of elbow <\/p>\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"elementor-button btn ws-nowrap btn-underlined border-thin btn-icon-right btn-hover-reveal btn-has-label\" >\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"btn-txt\"  data-text=\"Nos valeurs\" >Nos valeurs<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"btn-icon\"><i class=\"lqd-icn-ess icon-ion-ios-arrow-forward\"><\/i><\/span>\t\t\t\t<\/a>\n\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"lqd-iconbox-scale elementor-element elementor-element-57e88cb1 elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"57e88cb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_scale_animation&quot;:&quot;yes&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_57e88cb1\" class=\"iconbox d-flex flex-grow-1 pos-rel flex-column iconbox-default iconbox-contents-show-onhover\"   data-slideelement-onhover=\"true\" data-slideelement-options='{ \"visibleElement\": \".iconbox-icon-wrap, p, h3\", \"hiddenElement\": \".btn\", \"alignMid\": true, \"triggerElement\": \".elementor-widget-container\" }'>\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27.435\" height=\"32.77\" viewBox=\"0 0 27.435 32.77\"><path d=\"M2264.9,3864.935a1.872,1.872,0,0,1-1.383.969H2239.9a1.869,1.869,0,0,1-1.385-.969c-1.349-2.566.236-3.989,1.087-4.754a3.907,3.907,0,0,0,.838-.915c.015-.023.023-.041.033-.057.608-1,.83-3.413.961-4.856.02-.214.038-.418.057-.611,0-.016,0-.034.006-.052a17.656,17.656,0,0,1,2.864-7.749,9.087,9.087,0,0,1,4.739-3.535,2.616,2.616,0,0,1,5.215,0,9.1,9.1,0,0,1,4.74,3.536,17.631,17.631,0,0,1,2.862,7.741c0,.026.005.044.007.062.019.191.039.4.058.609.133,1.444.353,3.859.958,4.851.015.025.028.047.038.067a3.967,3.967,0,0,0,.838.911C2264.668,3860.946,2266.251,3862.37,2264.9,3864.935Zm-16,3.641h5.515a.691.691,0,0,1,.562.263.927.927,0,0,1,.13.764c0,.013-.005.025-.007.036a3.405,3.405,0,0,1-6.775.124l0-.023a1.173,1.173,0,0,1,.116-.935A.588.588,0,0,1,2248.9,3868.575Z\" transform=\"translate(-2237.991 -3839.995)\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Mobile Apps <\/h3>\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t\t\t\t\t<p>We marry creative insight with data to deliver successful user experiences. Through a process of iteration and prototyping, we design interfaces that <\/p>\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"elementor-button btn ws-nowrap btn-underlined border-thin btn-icon-right btn-hover-reveal btn-has-label\" >\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"btn-txt\"  data-text=\"Nos valeurs\" >Nos valeurs<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"btn-icon\"><i class=\"lqd-icn-ess icon-ion-ios-arrow-forward\"><\/i><\/span>\t\t\t\t<\/a>\n\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li, :scope .e-con:not([data-parallax]) .elementor-element &gt; .elementor-widget-container, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1000,&quot;delay&quot;:100,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;60px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-33eabdb2 e-con-full e-flex e-con e-parent\" data-id=\"33eabdb2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4fdd59 elementor-widget__width-inherit elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"c4fdd59\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f8987749e7d\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines h1\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> Trusted by global brands. <span style=\"color: #89A6B2\">Join Millions of customers around the globe.<\/span><\/p>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-363ee9bf elementor-widget__width-inherit elementor-widget elementor-widget-ld_carousel\" data-id=\"363ee9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"carousel-container pos-rel carousel-nav-shaped\" id=\"\" >\n\n\t\t\t<div class=\"carousel-items pos-rel \"  data-lqd-flickity='{\"marquee\":true,\"marqueeTickerSpeed\":\"1\",\"pauseAutoPlayOnHover\":false}'>\n\n\t\t\t\t\t\t\t\t<div class=\"flickity-viewport pos-rel w-100 overflow-hidden\">\n\t\t\t\t\t<div class=\"flickity-slider d-flex w-100 h-100 pos-rel align-items-start\" style=\"left: 0; transform: translateX(0%);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"96\" height=\"29\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/amazon-2.svg\" class=\"attachment-full size-full\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"87\" height=\"20\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/amd-logo-1.svg\" class=\"attachment-full size-full\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"127\" height=\"24\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/dropcam-1-1.svg\" class=\"attachment-full size-full\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"76\" height=\"27\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/nike-4.svg\" class=\"attachment-full size-full\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"48\" height=\"35\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/08\/lyft.svg\" class=\"attachment-full size-full\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Navigation Bar Home Services Projects Contact start project t a a w Ways of contacting TAAW Email : taawdesign@gmail.com Phone : +1 (780) 600 &#8211; 2525 Instagram : taawdesign What is TAAW ? TAAW is a Kurdish word equivalent to &#8220;Sun&#8221;, the only life-giving force on the planet. It inspired us to dedicate our digital [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1786","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages\/1786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taawdesign.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1786"}],"version-history":[{"count":178,"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages\/1786\/revisions"}],"predecessor-version":[{"id":2374,"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages\/1786\/revisions\/2374"}],"wp:attachment":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}