No Security Risks Detected
This domain appears to be safe and secure
Disclaimer: This assessment is based on automated analysis of publicly available information. Results are for informational purposes only. For critical applications, consult security professionals.
Scan Information
Refresh page after 10 minutes
for updated results
Page Information
Host Information
Technologies
SSL Certificate
Performance Statistics
HTTP Headers
Technology Stack Analysis
Node.js
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser.
Google Cloud
Google Cloud is a suite of cloud computing services.
React
React is an open-source JavaScript library for building user interfaces or UI components.
Next.js
Next.js is a React framework for developing single page Javascript applications.
Google Cloud Trace
Google Cloud Trace is a distributed tracing system that collects latency data from applications and displays it in the Google Cloud Console.
Google Cloud CDN
Cloud CDN uses Google's global edge network to serve content closer to users.
Webpack
Webpack is an open-source JavaScript module bundler.
HTTP/3
HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.
Google Cloud Storage
Google Cloud Storage allows world-wide storage and retrieval of any amount of data at any time.
Website Cookies 2
_bLinkInBioViewed
thesacredhustler.store
_bSignupSelfRef
thesacredhustler.store
External Links 9
instagram.com/
instagram.com
snapchat.com/add/
snapchat.com
linkedin.com/in/
linkedin.com
.dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container { width: 100%; height: 80px; /* Eye-catching but functional height */ display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 36px; box-sizing: border-box; /* Multi-layered background: Pale Peach, Golden Amber tint, muted Sage Green */ background: /* Subtle paper texture overlay */ repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 5px ), /* Main gradient blend */ linear-gradient( 135deg, color-mix(in srgb, #90EE90 60%, #FFDAB9) 0%, /* Pale Peach */ color-mix(in srgb, #90EE90 40%, #FFBF00) 50%, /* Golden Amber tint */ color-mix(in srgb, #90EE90 20%, #8FBC8F) 100% /* Muted Sage Green */ ); box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } /* Amber glow from behind the title */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::before { content: ''; position: absolute; inset: -20%; /* Larger to ensure glow covers area */ background: radial-gradient( circle at center, color-mix(in srgb, #90EE90 50%, #FFBF00) 0%, /* Golden Amber */ transparent 70% ); opacity: 0.4; filter: blur(20px); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow 8s ease-in-out infinite alternate; z-index: 1; } /* Sunset Coral accent bar on the left */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: linear-gradient( to bottom, color-mix(in srgb, #90EE90 50%, #FF7F50) 0%, /* Sunset Coral */ color-mix(in srgb, #90EE90 30%, #FF7F50) 100% ); box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse 2s ease-in-out infinite alternate; z-index: 2; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { color: #1a1a1a; /* Deep Teal for text, mixed with placeholder */ text-align: center; font-weight: 600; font-size: 1.1em; letter-spacing: 0.5px; z-index: 10; position: relative; padding: 8px 15px; /* Textured off-white background for the title card */ background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(245,245,245,0.7) 100%), repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 3px ); border-radius: 8px; /* Soft rounded cards */ box-shadow: 0 2px 8px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.5); text-shadow: 0 1px 2px rgba(0,0,0,0.1); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float 3s ease-in-out infinite alternate; } /* Deep Teal teardrop motif */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop { position: absolute; width: 15px; height: 15px; background: color-mix(in srgb, #90EE90 50%, #008080); /* Deep Teal */ border-radius: 50% 50% 50% 0; opacity: 0.6; transform: rotate(-45deg); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float 10s linear infinite; z-index: 5; } /* Teardrop instances */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(1) { left: 10%; animation-delay: 0s; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(2) { left: 30%; animation-delay: 2s; width: 12px; height: 12px; opacity: 0.5; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(3) { left: 50%; animation-delay: 4s; width: 18px; height: 18px; opacity: 0.7; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(4) { left: 70%; animation-delay: 6s; width: 10px; height: 10px; opacity: 0.4; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(5) { left: 90%; animation-delay: 8s; } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow { 0% { transform: scale(0.9); opacity: 0.4; } 100% { transform: scale(1.1); opacity: 0.6; } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse { 0% { box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); } 100% { box-shadow: 0 0 25px color-mix(in srgb, #90EE90 70%, #FF7F50); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float { 0% { transform: translateY(100px) rotate(-45deg); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.4; } 100% { transform: translateY(-100px) rotate(-45deg); opacity: 0; } } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { transform: scale(1.03); box-shadow: 0 4px 10px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.7); }snapchat
www.snapchat.com
.dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container { width: 100%; height: 80px; /* Eye-catching but functional height */ display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 36px; box-sizing: border-box; /* Multi-layered background: Pale Peach, Golden Amber tint, muted Sage Green */ background: /* Subtle paper texture overlay */ repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 5px ), /* Main gradient blend */ linear-gradient( 135deg, color-mix(in srgb, #90EE90 60%, #FFDAB9) 0%, /* Pale Peach */ color-mix(in srgb, #90EE90 40%, #FFBF00) 50%, /* Golden Amber tint */ color-mix(in srgb, #90EE90 20%, #8FBC8F) 100% /* Muted Sage Green */ ); box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } /* Amber glow from behind the title */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::before { content: ''; position: absolute; inset: -20%; /* Larger to ensure glow covers area */ background: radial-gradient( circle at center, color-mix(in srgb, #90EE90 50%, #FFBF00) 0%, /* Golden Amber */ transparent 70% ); opacity: 0.4; filter: blur(20px); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow 8s ease-in-out infinite alternate; z-index: 1; } /* Sunset Coral accent bar on the left */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: linear-gradient( to bottom, color-mix(in srgb, #90EE90 50%, #FF7F50) 0%, /* Sunset Coral */ color-mix(in srgb, #90EE90 30%, #FF7F50) 100% ); box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse 2s ease-in-out infinite alternate; z-index: 2; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { color: #1a1a1a; /* Deep Teal for text, mixed with placeholder */ text-align: center; font-weight: 600; font-size: 1.1em; letter-spacing: 0.5px; z-index: 10; position: relative; padding: 8px 15px; /* Textured off-white background for the title card */ background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(245,245,245,0.7) 100%), repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 3px ); border-radius: 8px; /* Soft rounded cards */ box-shadow: 0 2px 8px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.5); text-shadow: 0 1px 2px rgba(0,0,0,0.1); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float 3s ease-in-out infinite alternate; } /* Deep Teal teardrop motif */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop { position: absolute; width: 15px; height: 15px; background: color-mix(in srgb, #90EE90 50%, #008080); /* Deep Teal */ border-radius: 50% 50% 50% 0; opacity: 0.6; transform: rotate(-45deg); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float 10s linear infinite; z-index: 5; } /* Teardrop instances */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(1) { left: 10%; animation-delay: 0s; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(2) { left: 30%; animation-delay: 2s; width: 12px; height: 12px; opacity: 0.5; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(3) { left: 50%; animation-delay: 4s; width: 18px; height: 18px; opacity: 0.7; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(4) { left: 70%; animation-delay: 6s; width: 10px; height: 10px; opacity: 0.4; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(5) { left: 90%; animation-delay: 8s; } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow { 0% { transform: scale(0.9); opacity: 0.4; } 100% { transform: scale(1.1); opacity: 0.6; } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse { 0% { box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); } 100% { box-shadow: 0 0 25px color-mix(in srgb, #90EE90 70%, #FF7F50); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float { 0% { transform: translateY(100px) rotate(-45deg); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.4; } 100% { transform: translateY(-100px) rotate(-45deg); opacity: 0; } } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { transform: scale(1.03); box-shadow: 0 4px 10px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.7); }linkedin
www.linkedin.com
.dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container { width: 100%; height: 80px; /* Eye-catching but functional height */ display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 36px; box-sizing: border-box; /* Multi-layered background: Pale Peach, Golden Amber tint, muted Sage Green */ background: /* Subtle paper texture overlay */ repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 5px ), /* Main gradient blend */ linear-gradient( 135deg, color-mix(in srgb, #90EE90 60%, #FFDAB9) 0%, /* Pale Peach */ color-mix(in srgb, #90EE90 40%, #FFBF00) 50%, /* Golden Amber tint */ color-mix(in srgb, #90EE90 20%, #8FBC8F) 100% /* Muted Sage Green */ ); box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } /* Amber glow from behind the title */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::before { content: ''; position: absolute; inset: -20%; /* Larger to ensure glow covers area */ background: radial-gradient( circle at center, color-mix(in srgb, #90EE90 50%, #FFBF00) 0%, /* Golden Amber */ transparent 70% ); opacity: 0.4; filter: blur(20px); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow 8s ease-in-out infinite alternate; z-index: 1; } /* Sunset Coral accent bar on the left */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: linear-gradient( to bottom, color-mix(in srgb, #90EE90 50%, #FF7F50) 0%, /* Sunset Coral */ color-mix(in srgb, #90EE90 30%, #FF7F50) 100% ); box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse 2s ease-in-out infinite alternate; z-index: 2; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { color: #1a1a1a; /* Deep Teal for text, mixed with placeholder */ text-align: center; font-weight: 600; font-size: 1.1em; letter-spacing: 0.5px; z-index: 10; position: relative; padding: 8px 15px; /* Textured off-white background for the title card */ background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(245,245,245,0.7) 100%), repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 3px ); border-radius: 8px; /* Soft rounded cards */ box-shadow: 0 2px 8px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.5); text-shadow: 0 1px 2px rgba(0,0,0,0.1); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float 3s ease-in-out infinite alternate; } /* Deep Teal teardrop motif */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop { position: absolute; width: 15px; height: 15px; background: color-mix(in srgb, #90EE90 50%, #008080); /* Deep Teal */ border-radius: 50% 50% 50% 0; opacity: 0.6; transform: rotate(-45deg); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float 10s linear infinite; z-index: 5; } /* Teardrop instances */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(1) { left: 10%; animation-delay: 0s; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(2) { left: 30%; animation-delay: 2s; width: 12px; height: 12px; opacity: 0.5; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(3) { left: 50%; animation-delay: 4s; width: 18px; height: 18px; opacity: 0.7; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(4) { left: 70%; animation-delay: 6s; width: 10px; height: 10px; opacity: 0.4; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(5) { left: 90%; animation-delay: 8s; } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow { 0% { transform: scale(0.9); opacity: 0.4; } 100% { transform: scale(1.1); opacity: 0.6; } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse { 0% { box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); } 100% { box-shadow: 0 0 25px color-mix(in srgb, #90EE90 70%, #FF7F50); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float { 0% { transform: translateY(100px) rotate(-45deg); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.4; } 100% { transform: translateY(-100px) rotate(-45deg); opacity: 0; } } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { transform: scale(1.03); box-shadow: 0 4px 10px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.7); }Instagram
www.instagram.com
.dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container { width: 100%; height: 80px; /* Eye-catching but functional height */ display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 36px; box-sizing: border-box; /* Multi-layered background: Pale Peach, Golden Amber tint, muted Sage Green */ background: /* Subtle paper texture overlay */ repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 5px ), /* Main gradient blend */ linear-gradient( 135deg, color-mix(in srgb, #90EE90 60%, #FFDAB9) 0%, /* Pale Peach */ color-mix(in srgb, #90EE90 40%, #FFBF00) 50%, /* Golden Amber tint */ color-mix(in srgb, #90EE90 20%, #8FBC8F) 100% /* Muted Sage Green */ ); box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } /* Amber glow from behind the title */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::before { content: ''; position: absolute; inset: -20%; /* Larger to ensure glow covers area */ background: radial-gradient( circle at center, color-mix(in srgb, #90EE90 50%, #FFBF00) 0%, /* Golden Amber */ transparent 70% ); opacity: 0.4; filter: blur(20px); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow 8s ease-in-out infinite alternate; z-index: 1; } /* Sunset Coral accent bar on the left */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: linear-gradient( to bottom, color-mix(in srgb, #90EE90 50%, #FF7F50) 0%, /* Sunset Coral */ color-mix(in srgb, #90EE90 30%, #FF7F50) 100% ); box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse 2s ease-in-out infinite alternate; z-index: 2; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { color: #1a1a1a; /* Deep Teal for text, mixed with placeholder */ text-align: center; font-weight: 600; font-size: 1.1em; letter-spacing: 0.5px; z-index: 10; position: relative; padding: 8px 15px; /* Textured off-white background for the title card */ background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(245,245,245,0.7) 100%), repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 3px ); border-radius: 8px; /* Soft rounded cards */ box-shadow: 0 2px 8px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.5); text-shadow: 0 1px 2px rgba(0,0,0,0.1); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float 3s ease-in-out infinite alternate; } /* Deep Teal teardrop motif */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop { position: absolute; width: 15px; height: 15px; background: color-mix(in srgb, #90EE90 50%, #008080); /* Deep Teal */ border-radius: 50% 50% 50% 0; opacity: 0.6; transform: rotate(-45deg); animation: dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float 10s linear infinite; z-index: 5; } /* Teardrop instances */ .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(1) { left: 10%; animation-delay: 0s; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(2) { left: 30%; animation-delay: 2s; width: 12px; height: 12px; opacity: 0.5; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(3) { left: 50%; animation-delay: 4s; width: 18px; height: 18px; opacity: 0.7; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(4) { left: 70%; animation-delay: 6s; width: 10px; height: 10px; opacity: 0.4; } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop:nth-child(5) { left: 90%; animation-delay: 8s; } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-amber-glow { 0% { transform: scale(0.9); opacity: 0.4; } 100% { transform: scale(1.1); opacity: 0.6; } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-coral-pulse { 0% { box-shadow: 0 0 15px color-mix(in srgb, #90EE90 50%, #FF7F50); } 100% { box-shadow: 0 0 25px color-mix(in srgb, #90EE90 70%, #FF7F50); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } } @keyframes dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-teardrop-float { 0% { transform: translateY(100px) rotate(-45deg); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.4; } 100% { transform: translateY(-100px) rotate(-45deg); opacity: 0; } } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); } .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-container:hover .dcl-84b90d0d-5785-40a7-ad3b-94ed32a4c91b-title { transform: scale(1.03); box-shadow: 0 4px 10px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.7); }Make your own Beacons page
beacons.ai
home
account.beacons.ai
BeaconsTry for free!
beacons.ai