Help
RSS
API
Feed
Maltego
Contact
Domain > d-motifs.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-13
18.66.255.76
(
ClassC
)
2026-01-08
3.175.34.95
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Thu, 08 Jan 2026 11:43:50 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://d-motifs.com/X-Cache: Redirect from cloudfrontVia: 1.1 592551d5faa08ddff89e731404b54008.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 63g7ZjZbvqonJkcBfjPCJ9ByeCPiCsHNVLYTidGVPR7-Bvs3a_EiYw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 40508Connection: keep-aliveLast-Modified: Sat, 19 Jul 2025 07:58:34 GMTx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3Date: Thu, 08 Jan 2026 11:43:52 GMTETag: 22b6bdf093cacd83420e0629dd36c3c9X-Cache: RefreshHit from cloudfrontVia: 1.1 db7397fcd58433c5e83fa2f211a75e54.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 2byBxxWBla4VN2Q4U5kLKBMoGQO4o1NWVZ5sqs2KE0ctZGL18xaXkg !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Data Motifs - AI Consulting & Innovation/title> !-- SEO & Social Media Meta Tags --> meta namedescription contentData Motifs is an intelligent technologies consulting firm empowering businesses with advanced AI capabilities for growth and innovation.> meta namekeywords contentAI consulting, intelligent technologies, artificial intelligence, machine learning, data motifs, payoffdeals, AI solutions, digital transformation> !-- Open Graph / Facebook / LinkedIn --> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://www.d-motifs.com/> !-- Replace with your actual URL --> meta propertyog:title contentData Motifs - Intelligent Technologies Consulting> meta propertyog:description contentData Motifs is an intelligent technologies consulting firm empowering businesses with advanced AI capabilities for growth and innovation.> meta propertyog:image contenthttps://podfileuploads.s3.ap-south-1.amazonaws.com/d-motifs.webp> !-- Replace with a high-quality image URL for social sharing --> !-- Twitter --> meta propertytwitter:card contentsummary_large_image> meta propertytwitter:url contenthttps://www.d-motifs.com/> !-- Replace with your actual URL --> meta propertytwitter:title contentData Motifs - Intelligent Technologies Consulting> meta propertytwitter:description contentData Motifs is an intelligent technologies consulting firm empowering businesses with advanced AI capabilities for growth and innovation.> meta propertytwitter:image contenthttps://podfileuploads.s3.ap-south-1.amazonaws.com/d-motifs.webp> !-- Replace with a high-quality image URL for Twitter --> !-- Favicon --> link relicon href/favicon.ico typeimage/x-icon> !-- Path to your favicon --> link relapple-touch-icon href/apple-touch-icon.png> !-- For Apple devices --> !-- Google Fonts: Inter for modern, clean look --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;600;700;800&displayswap relstylesheet> !-- Font Awesome for icons --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css> style> /* General Styles */ :root { --primary-color: #6a11cb; /* Deeper Purple */ --secondary-color: #2575fc; /* Vibrant Blue */ --accent-color: #00bcd4; /* Teal/Cyan for tech feel */ --text-color-dark: #e0e0e0; /* Light gray for dark backgrounds */ --text-color-light: #f8f9fa; /* Off-white */ --bg-dark: #0f0c29; /* Very deep dark blue/purple */ --bg-medium-dark: #1f1c3a; /* Slightly lighter dark for sections */ --bg-light: #2c274a; /* Even lighter dark for cards */ --border-radius: 12px; --box-shadow-light: 0 5px 20px rgba(0, 0, 0, 0.15); --box-shadow-dark: 0 15px 40px rgba(0, 0, 0, 0.6); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, sans-serif; line-height: 1.6; color: var(--text-color-dark); background-color: var(--bg-dark); /* Dark overall background */ overflow-x: hidden; /* Prevent horizontal scroll */ padding-top: 70px; /* Space for fixed header */ } .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; } a { text-decoration: none; color: var(--secondary-color); transition: color 0.3s ease; } a:hover { color: var(--accent-color); } ul { list-style: none; } .section-padded { padding: 100px 0; } .section-header { text-align: center; margin-bottom: 70px; } .section-header h2 { font-size: 3.2em; margin-bottom: 15px; color: var(--text-color-light); /* Light text on dark background */ position: relative; display: inline-block; text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); line-height: 1.2; /* Default line height for h2 */ } .section-header h2::after { content: ; position: absolute; width: 80px; height: 5px; background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); bottom: -15px; left: 50%; transform: translateX(-50%); border-radius: 3px; } .section-header p { font-size: 1.3em; color: #b0b0b0; /* Lighter gray for readability */ max-width: 700px; margin: 25px auto 0; } /* Buttons */ .btn { display: inline-block; padding: 15px 35px; border-radius: 50px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; cursor: pointer; border: none; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); position: relative; overflow: hidden; z-index: 1; min-width: 200px; /* Set a consistent minimum width for buttons */ } .btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: 0.5s; z-index: -1; } .btn:hover::before { left: 100%; } .primary-btn { background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); color: var(--text-color-light); border: none; } .primary-btn:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(37, 117, 252, 0.6); } .secondary-btn { background-color: transparent; color: var(--secondary-color); border: 2px solid var(--secondary-color); margin-left: 30px; /* Increased spacing for larger screens */ box-shadow: none; } .secondary-btn:hover { background: linear-gradient(45deg, var(--secondary-color), var(--primary-color)); color: var(--text-color-light); transform: translateY(-5px); box-shadow: 0 8px 20px rgba(37, 117, 252, 0.4); } /* Header */ header { background-color: var(--bg-dark); color: var(--text-color-light); padding: 15px 0; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); } header .container { display: flex; justify-content: space-between; align-items: center; } .logo a { font-family: Inter, sans-serif; font-size: 2.2em; /* Slightly larger */ font-weight: 800; /* Bolder */ color: var(--accent-color); letter-spacing: -0.5px; text-shadow: 0 2px 5px rgba(0, 188, 212, 0.3); flex-shrink: 0; /* Prevent logo from shrinking */ } /* Default desktop navigation */ nav { display: block; /* Default to block for larger screens */ } nav ul { display: flex; } nav ul li { margin-left: 40px; } nav ul li a { color: var(--text-color-light); font-weight: 600; /* Bolder nav links */ font-size: 1.1em; position: relative; padding: 5px 0; opacity: 0.8; } nav ul li a:hover { opacity: 1; } nav ul li a::after { content: ; position: absolute; width: 0; height: 3px; background: linear-gradient(90deg, var(--accent-color), var(--secondary-color)); bottom: -8px; left: 0; transition: width 0.3s ease; } nav ul li a:hover::after { width: 100%; } /* Hide hamburger by default on desktop */ .menu-toggle { display: none; } /* Hero Section */ #hero { background: linear-gradient(135deg, var(--bg-dark), var(--bg-medium-dark)); position: relative; height: calc(100vh - 70px); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--text-color-light); overflow: hidden; } /* Subtle background pattern/texture for hero */ #hero::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/svg+xml;utf8,svg width100 height100 viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg>circle cx50 cy50 r2 fill%232c274a opacity0.3/>/svg>); /* Subtle dot pattern */ background-size: 20px 20px; opacity: 0.2; z-index: 0; } .hero-background-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); /* Lighter overlay for better text contrast */ z-index: 1; } .hero-content { position: relative; z-index: 2; max-width: 1000px; padding: 30px; animation: fadeInScale 1.2s ease-out forwards; } #hero h1 { font-size: 5.2em; /* Even larger, more impactful */ margin-bottom: 25px; line-height: 1.1; text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); font-weight: 800; background: linear-gradient(45deg, var(--text-color-light), var(--accent-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } #hero p { font-size: 1.7em; margin-bottom: 50px; opacity: 0.95; text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); max-width: 800px; margin-left: auto; margin-right: auto; font-weight: 300; } /* What We Do Section */ #what-we-do { background-color: var(--bg-medium-dark); /* Deeper background */ position: relative; overflow: hidden; } #what-we-do::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/svg+xml;utf8,svg width100 height100 viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg>path dM0 0h100v100H0z fillnone/>path dM0 0L100 100M100 0L0 100 stroke%232c274a stroke-width0.5 opacity0.1/>/svg>); /* Subtle diagonal lines */ background-size: 50px 50px; z-index: 0; } .what-we-do-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; text-align: center; position: relative; z-index: 1; } .what-we-do-item { background-color: var(--bg-light); /* Lighter dark for cards */ padding: 50px 30px; border-radius: var(--border-radius); box-shadow: var(--box-shadow-light); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease; /* Added background to transition */ border: 2px solid rgba(106, 17, 203, 0.2); /* Subtle default border */ color: var(--text-color-dark); position: relative; overflow: hidden; } .what-we-do-item::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at top left, rgba(255,255,255,0.1), transparent 70%); /* Increased opacity for effect */ opacity: 0; transition: opacity 0.3s ease; } .what-we-do-item:hover::before { opacity: 1; } .what-we-do-item:hover { transform: translateY(-15px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); /* New: Gradient border on hover */ border: 2px solid transparent; /* Make original border transparent */ background: linear-gradient(var(--bg-light), var(--bg-light)) padding-box, linear-gradient(45deg, var(--primary-color), var(--accent-color)) border-box; /* Gradient border */ background-origin: border-box; background-clip: padding-box, border-box; } .what-we-do-item i { font-size: 3.8em; /* Larger icons */ color: var(--secondary-color); margin-bottom: 25px; text-shadow: 0 2px 5px rgba(0, 123, 255, 0.3); } .what-we-do-item h3 { font-size: 1.9em; margin-bottom: 15px; color: var(--text-color-light); } .what-we-do-item p { color: #b0b0b0; font-size: 1.1em; } /* PayoffDeals.com Showcase Section */ #showcase { background-color: var(--bg-dark); /* Consistent dark background */ position: relative; overflow: hidden; } .showcase-content { display: flex; flex-wrap: wrap; align-items: center; gap: 60px; position: relative; z-index: 1; } .showcase-text { flex: 1; min-width: 350px; color: var(--text-color-dark); text-align: left; /* Default alignment */ } .showcase-text h3 { font-size: 2.8em; margin-bottom: 25px; color: var(--text-color-light); line-height: 1.2; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .showcase-text p { font-size: 1.2em; margin-bottom: 30px; color: #b0b0b0; } .showcase-text ul { margin-bottom: 40px; } .showcase-text ul li { margin-bottom: 12px; font-size: 1.15em; color: #e0e0e0; } .showcase-image { flex: 1; min-width: 400px; text-align: center; position: relative; padding: 20px; background: linear-gradient(135deg, var(--bg-light), var(--bg-medium-dark)); /* Gradient background for image card */ border-radius: var(--border-radius); box-shadow: var(--box-shadow-dark); transform: perspective(1000px) rotateY(10deg) rotateX(5deg); /* Subtle 3D tilt */ transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smoother transition */ border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */ } .showcase-image:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02); } .showcase-image::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: var(--border-radius); background: linear-gradient(45deg, var(--primary-color), var(--accent-color)); z-index: -1; filter: blur(20px); /* Stronger glow effect */ opacity: 0.4; /* More subtle glow */ } .showcase-image img { max-width: 100%; height: auto; border-radius: var(--border-radius); display: block; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5); /* Stronger shadow for image */ } /* Call to Action Section (now main contact) */ #contact { /* Renamed from #cta-bottom */ background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); /* Gradient background */ color: var(--text-color-light); text-align: center; padding: 120px 0; position: relative; overflow: hidden; box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5); /* Inner shadow for depth */ } #contact::before, #contact::after { /* Updated selector */ content: ; position: absolute; background: rgba(255, 255, 255, 0.1); /* Brighter, more visible shapes */ border-radius: 50%; z-index: 0; filter: blur(10px); } #contact::before { /* Updated selector */ width: 250px; height: 250px; top: -70px; left: -70px; animation: floatEffect 18s infinite ease-in-out alternate; } #contact::after { /* Updated selector */ width: 180px; height: 180px; bottom: -50px; right: -50px; animation: floatEffect 15s infinite ease-in-out alternate-reverse; } #contact h2 { /* Updated selector */ font-size: 4em; /* Larger CTA headline */ margin-bottom: 25px; text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); position: relative; z-index: 1; font-weight: 800; line-height: 1.2; /* Default line height for contact h2 */ } #contact p { /* Updated selector */ font-size: 1.6em; margin-bottom: 50px; opacity: 0.95; position: relative; z-index: 1; max-width: 800px; margin-left: auto; margin-right: auto; font-weight: 300; } /* Footer */ footer { background-color: var(--bg-dark); color: #888; /* Slightly lighter gray for footer text */ text-align: center; padding: 40px 0; font-size: 0.95em; border-top: 1px solid rgba(255, 255, 255, 0.05); box-shadow: inset 0 20px 50px rgba(0, 0, 0, 0.3); /* Inner shadow for depth */ } /* Scroll-to-Top Button */ #scrollToTopBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed position */ bottom: 30px; /* Distance from bottom */ right: 30px; /* Distance from right */ z-index: 999; /* High z-index to be on top */ background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); color: var(--text-color-light); border: none; border-radius: 50%; /* Circular button */ width: 55px; /* Size */ height: 55px; /* Size */ font-size: 1.5em; /* Icon size */ display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: opacity 0.3s ease, transform 0.3s ease; opacity: 0; /* Start hidden with opacity */ pointer-events: none; /* Disable pointer events when hidden */ } #scrollToTopBtn.show { opacity: 1; /* Show with fade-in */ pointer-events: auto; /* Enable pointer events when shown */ transform: translateY(0); } #scrollToTopBtn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 8px 20px rgba(37, 117, 252, 0.5); } /* Animations */ @keyframes fadeInScale { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } @keyframes floatEffect { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(30px, 30px) scale(1.05); } 100% { transform: translate(0, 0) scale(1); } } /* Responsive Design */ /* General adjustments for smaller screens */ @media (max-width: 992px) { .section-padded { padding: 60px 0; /* Reduced padding for more compact sections */ } .section-header { margin-bottom: 50px; /* Reduced margin */ } .section-header h2 { font-size: 2.5em; /* Adjusted font size */ line-height: 1.25; /* Adjusted line height for better spacing */ } .section-header p { font-size: 1.1em; /* Adjusted font size */ } #hero { height: 80vh; /* Slightly reduced hero height */ } #hero h1 { font-size: 3.5em; /* Adjusted hero heading size */ } #hero p { font-size: 1.3em; /* Adjusted hero paragraph size */ } .btn { padding: 12px 25px; /* Smaller buttons */ font-size: 0.9em; } /* What We Do Grid - allow items to stack */ .what-we-do-grid { grid-template-columns: 1fr; /* Single column layout */ gap: 30px; /* Reduced gap */ } .what-we-do-item { padding: 40px 20px; /* Adjusted padding */ } .what-we-do-item i { font-size: 3em; /* Smaller icons */ } .what-we-do-item h3 { font-size: 1.7em; /* Adjusted heading size */ } /* Showcase Section - stack content */ .showcase-content { flex-direction: column; /* Stack text and image vertically */ gap: 40px; /* Adjusted gap */ } .showcase-text, .showcase-image { min-width: unset; /* Remove min-width constraint */ width: 100%; /* Take full width */ max-width: 500px; /* Limit max width for readability on larger tablets */ margin: 0 auto; /* Center content */ } .showcase-image { transform: none; /* Remove 3D transform on smaller screens */ padding: 15px; /* Adjust padding */ } .showcase-image::before { filter: blur(10px); /* Less blur for smaller screens */ opacity: 0.3; /* Less opacity */ } #contact h2 { font-size: 3em; /* Adjusted CTA heading size */ line-height: 1.2; /* Adjusted line height for contact h2 on smaller screens */ } #contact p { font-size: 1.2em; /* Adjusted CTA paragraph size */ } } /* Further adjustments for mobile phones */ @media (max-width: 768px) { body { padding-top: 55px; /* Adjusted padding for header */ } header { padding: 10px 0; } .logo a { font-size: 1.6em; /* Smaller logo */ } /* Show hamburger icon on mobile */ .menu-toggle { display: block; /* Show hamburger icon on mobile */ background: none; border: none; color: var(--text-color-light); font-size: 1.8em; cursor: pointer; padding: 5px; } header .container { justify-content: space-between; /* Ensure space between logo and toggle */ } /* Hide the full navigation by default on mobile */ nav { display: flex; /* Always flex to allow max-height/opacity transition */ flex-direction: column; /* When active, it will be a column */ width: 100%; position: absolute; /* Position it below the header */ top: 55px; /* Adjusted based on header height */ left: 0; background-color: var(--bg-dark); /* Match header background */ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); padding-bottom: 10px; /* Add some padding at the bottom */ max-height: 0; /* Hidden state */ opacity: 0; /* Hidden state */ overflow: hidden; /* Crucial for smooth collapse */ transition: max-height 0.5s ease-out, opacity 0.5s ease-out; /* Smooth transition */ } /* When active class is added to nav>, display it */ nav.active { max-height: 200px; /* A height large enough to show all menu items */ opacity: 1; /* Fully visible */ } nav ul { flex-direction: column; /* Stack list items */ width: 100%; } nav ul li { margin: 0; /* Remove horizontal margins */ width: 100%; } nav ul li a { padding: 15px 25px; /* Larger tap area */ text-align: center; width: 100%; display: block; } nav ul li a::after { display: none; /* Hide underline on mobile menu items */ } #hero { height: 70vh; /* Even smaller hero height */ } #hero h1 { font-size: 2.8em; /* Further reduced heading size */ } #hero p { font-size: 1.1em; /* Further reduced paragraph size */ } .btn { padding: 10px 20px; /* Even smaller buttons */ font-size: 0.8em; margin: 8px 0; /* Adjust margin for stacking */ min-width: 180px; /* Adjusted min-width for smaller screens */ } .secondary-btn { margin-left: 0; /* Ensure no left margin when stacked */ } .what-we-do-item { padding: 30px 15px; } .what-we-do-item i { font-size: 2.5em; } .what-we-do-item h3 { font-size: 1.5em; } #contact h2 { font-size: 2.5em; line-height: 1.15; /* More compact line height for contact h2 on mobile */ } #contact p { font-size: 1em; } /* Adjusted font sizes for showcase-text on small screens */ .showcase-text { text-align: center; /* Center align text inside showcase-text on small screens */ } .showcase-text h3 { font-size: 2em; /* Adjusted h3 size for smaller screens */ } .showcase-text p { font-size: 1.05em; /* Slightly smaller for mobile */ } .showcase-text ul { padding-left: 0; /* Remove default list padding */ } .showcase-text ul li { font-size: 1em; /* Slightly smaller for mobile */ text-align: center; /* Center align list items */ } #scrollToTopBtn { width: 40px; height: 40px; font-size: 1em; bottom: 15px; right: 15px; } } /* Smallest mobile screens (370px and below) */ @media (max-width: 480px) { .section-padded { padding: 40px 0; } .section-header h2 { font-size: 2em; line-height: 1.3; /* Adjusted line height for very small screens */ } #hero h1 { font-size: 2.2em; } #hero p { font-size: 0.9em; } .container { padding: 0 10px; } /* Further adjusted font sizes for showcase-text on extra small screens */ .showcase-text h3 { font-size: 1.8em; /* Further adjusted h3 size for extra small screens */ } .showcase-text p { font-size: 0.95em; } .showcase-text ul li { font-size: 0.9em; } body { padding-top: 60px; /* Increased padding for fixed header on very small screens */ } .section-padded { padding: 50px 0; /* Increased vertical padding for sections on very small screens */ } #hero { height: 65vh; /* Slightly reduced hero height on very small screens */ } #contact h2 { font-size: 2.2em; /* Adjusted contact h2 font size for very small screens */ line-height: 1.1; /* Even more compact line height for contact h2 on very small screens */ } } @media (max-width: 370px) { body { padding-top: 65px; /* Even more padding for fixed header on very small screens */ } .section-padded { padding: 60px 0; /* Even more vertical padding for sections on very small screens */ } #hero h1 { font-size: 2em; /* Slightly smaller hero heading for very narrow screens */ } #hero p { font-size: 0.85em; /* Slightly smaller hero paragraph for very narrow screens */ } .section-header h2 { font-size: 1.8em; /* Adjusted h2 font size for extremely small screens */ line-height: 1.35; /* Adjusted line height for extremely small screens */ } #contact h2 { font-size: 2em; /* Adjusted contact h2 font size for extremely small screens */ line-height: 1.2; /* Super compact line height for contact h2 on extremely small screens */ } } /style>/head>body> header> div classcontainer> div classlogo> a href#>Data Motifs/a> /div> button classmenu-toggle aria-labelToggle navigation> i classfas fa-bars>/i> /button> nav idmain-nav> ul> li>a href#what-we-do>What We Do/a>/li> li>a href#showcase>Our Work/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /div> /header> section idhero> div classhero-content> h1>AI-Powered Transformation for Your Business/h1> p>Data Motifs is an intelligent technologies consulting firm, empowering companies to leverage advanced AI capabilities for unparalleled growth and innovation./p> a href#contact classbtn primary-btn>Lets Talk AI/a> a href#showcase classbtn secondary-btn>See Our Impact/a> /div> /section> section idwhat-we-do classsection-padded> div classcontainer> div classsection-header> h2>What We Do/h2> p>We guide businesses through the AI landscape, from strategic planning to custom solution development./p> /div> div classwhat-we-do-grid> div classwhat-we-do-item> i classfas fa-lightbulb>/i> h3>AI Strategy & Advisory/h3> p>Crafting clear AI roadmaps tailored to your business objectives and market opportunities./p> /div> div classwhat-we-do-item> i classfas fa-cogs>/i> h3>Custom AI Solutions/h3> p>Developing bespoke machine learning models and intelligent applications to solve unique challenges./p> /div> div classwhat-we-do-item> i classfas fa-chart-line>/i> h3>Data Science & Analytics/h3> p>Unlocking actionable insights from your data to drive smarter decisions and AI initiatives./p> /div> /div> /div> /section> section idshowcase classsection-padded> div classcontainer> div classsection-header> h2>Our Impact: PayoffDeals.com/h2> p>Witness our capabilities in action through our innovative product./p> /div> div classshowcase-content> div classshowcase-text> h3>PayoffDeals.com: Intelligent Deal Discovery/h3> p>PayoffDeals.com is our innovative platform, showcasing how intelligent technologies like AI can redefine digital experiences. Its not just a coupon deal website; it integrates a built-in social media platform and various other capabilities. Critically, this system is designed to be largely self-serving, with a significant portion of its operations autonomously managed by intelligent solutioning leveraging AI capabilities, demonstrating our ability to build intelligent, efficient, and user-centric solutions./p> p>This project demonstrates our commitment to building practical, impactful AI solutions that deliver real value and push the boundaries of automation./p> a hrefhttps://payoffdeals.com target_blank classbtn primary-btn showcase-btn>Explore PayoffDeals.com i classfas fa-external-link-alt>/i>/a> /div> div classshowcase-image> img srchttps://podfileuploads.s3.ap-south-1.amazonaws.com/payoff-scsht.webp altScreenshot of PayoffDeals.com> /div> /div> /div> /section> section idcontact classsection-padded> div classcontainer text-center> h2>Ready to Transform Your Business with AI?/h2> p>Connect with Data Motifs to explore how artificial intelligence can redefine your businesss future./p> a hrefmailto:info@d-motifs.com classbtn primary-btn>Get in Touch i classfas fa-envelope>/i>/a> /div> /section> footer> div classcontainer> p>© 2022 - span idfooter-year>2025/span> Data Motifs. All rights reserved./p> /div> script typetext/javascript> document.getElementById(footer-year).innerHTML new Date().getFullYear(); /script> /footer> button idscrollToTopBtn titleGo to top> i classfas fa-arrow-up>/i> /button> script> // Smooth scrolling for navigation links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); }); }); // Scroll-to-Top Button Logic const scrollToTopBtn document.getElementById(scrollToTopBtn); const scrollThreshold 200; // Pixels to scroll down before showing the button window.addEventListener(scroll, () > { if (window.scrollY > scrollThreshold) { scrollToTopBtn.classList.add(show); } else { scrollToTopBtn.classList.remove(show); } }); scrollToTopBtn.addEventListener(click, () > { window.scrollTo({ top: 0, behavior: smooth }); }); // Mobile Navigation Toggle const menuToggle document.querySelector(.menu-toggle); const mainNav document.getElementById(main-nav); menuToggle.addEventListener(click, () > { mainNav.classList.toggle(active); }); // Close mobile nav when a link is clicked mainNav.querySelectorAll(a).forEach(link > { link.addEventListener(click, () > { mainNav.classList.remove(active); }); }); /script> script typeapplication/ld+json> { @context: https://schema.org, @type: Organization, name: Data Motifs, url: https://www.d-motifs.com, logo: https://podfileuploads.s3.ap-south-1.amazonaws.com/d-motifs.webp, contactPoint: { @type: ContactPoint, telephone: +91-XXX-XXXXXXX, contactType: customer service, email: info@d-motifs.com }, sameAs: https://www.linkedin.com/company/data-motifs, https://twitter.com/datamotifs // Add other social media profiles here , description: Data Motifs is an intelligent technologies consulting firm empowering companies to leverage advanced AI capabilities for unparalleled growth and innovation., offers: { @type: Service, name: AI Strategy & Advisory, description: Crafting clear AI roadmaps tailored to your business objectives and market opportunities. }, { @type: Service, name: Custom AI Solutions, description: Developing bespoke machine learning models and intelligent applications to solve unique challenges. }, { @type: Service, name: Data Science & Analytics, description: Unlocking actionable insights from your data to drive smarter decisions and AI initiatives. } , areaServed: { @type: Place, name: Global } } /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]