.sparkle {
    display: inline-block;
    position: relative;
    background-image: linear-gradient(45deg, rgba(7,7,7,1) 40%, rgb(186, 186, 186) 50%, rgba(7,7,7,1) 60%);
    background-size: 300% 100%;
      background-position: -50% 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  @keyframes rainbow2 {
    0% { color: #ff0000; }
    14% { color: #ff7f00; }
    28% { color: #ffff00; }
    42% { color: #00ff00; }
    56% { color: #0000ff; }
    70% { color: #4b0082; }
    84% { color: #8b00ff; }
    100% { color: transparent; }
  }

  @keyframes sparkle {
    0% {
      background-position: -50% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }

  .animate-sparkle {
    animation: rainbow 0.2s ease-in-out, sparkle 0.8s ease-in-out 0.2s forwards;
  }
  .elementor img.logo-size{
  
max-width: 50px;}
.image-project-container {
    height: 100%; /* Adjust the height to the desired visible area */
    background-size: cover;
    object-position: top center;
    background-position: top center;
  }
  

  div._wrapper_ly5mi_15{
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  elevenlabs-convai#elevenlabsoverride {
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 1000 !important; /* Ensures it appears above other elements */
}