Welcome to the World of AI
body {
font-family: 'Arial', sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
.welcome, .ai-category {
opacity: 0;
transition: opacity 1s ease;
color: #09408A; /* Black color */
}
.welcome {
font-size: 25px;
margin-top: 50px;
}
.ai-category {
font-size:40px;
margin-top: 20px;
}
.fade-in {
animation: fadeInOut 4s infinite;
}
@keyframes fadeInOut {
0%, 100% {
opacity: 0;
}
50% {
opacity: 1;
}
}
Welcome To The World Of
const categories = ["Voice AI", "Documents Processing AI", "Signaling AI", "ChatBots AI"];
let currentIndex = 0;
function displayNextCategory() {
const aiCategory = document.getElementById('ai-category');
aiCategory.textContent = categories[currentIndex];
// Trigger opacity animation after a short delay
setTimeout(() => {
aiCategory.style.opacity = '1';
}, 0);
currentIndex = (currentIndex + 1) % categories.length;
// Remove the previous dynamic text after 2 seconds
setTimeout(() => {
aiCategory.style.opacity = '0';
// Repeat the process for the next category
setTimeout(displayNextCategory, 2000);
}, 2000);
}
// Animate the welcome text
setTimeout(() => {
document.getElementById('welcome').style.opacity = '1';
displayNextCategory();
}, 0); // Start immediately
KAIWA Customize Conversational AI to Match Your Business At Black Basil Technologies, we are pioneering the next evolution of conversational AI – customized chatbots tailored to your specific needs.
KAIWA Customize Conversational AI to Match Your Business At Black Basil Technologies, we are pioneering the next evolution of conversational AI – customized chatbots tailored to your specific needs.
All Your Voice Needs In A Single VOICE-AI Powered Ecosystem Voice AI Our Voice AI automates the whole end to end process of building custom
All Your Voice Needs In A Single VOICE-AI Powered Ecosystem Voice AI Our Voice AI automates the whole end to end process of building custom
Unlock Operational Efficiency with TROVU TROVU is an innovative Text Recognition and Retrieval solution by Black Basil Technologies that empowers organizations to achieve unparalleled operational efficiency.
Unlock Operational Efficiency with TROVU TROVU is an innovative Text Recognition and Retrieval solution by Black Basil Technologies that empowers organizations to achieve unparalleled operational efficiency.
Data-Driven Lead Scoring The Problem Many businesses struggle with low quality leads and inefficient lead generation. They lack insights to identify and prioritize their most valuable leads. Outreach efforts are wasted on contacts unlikely to convert.
Data-Driven Lead Scoring The Problem Many businesses struggle with low quality leads and inefficient lead generation. They lack insights to identify and prioritize their most valuable leads. Outreach efforts are wasted on contacts unlikely to convert.