@media (min-width: 952px) {
  .carousel-item .carousel-inner-img {
    display: inline-block;
    max-width: 49%;
    max-height: 100%;
  }
}

.carousel-inner-img img:not(:first-child) {
  position: absolute;
  max-width: 15%;
  height: auto !important;
}

  

/* SLIDER AUTOMATION */

img.like-heart {
  top: 0;
  right: 37%;
  max-height: 10%;
}
img.robot {
  top: 37%;
  right: 0;
}
img.screen-stats {
  bottom: 10px;
  left: 50%;
}
img.search-icon {
  top: 38%;
  left: 40%;
}
img.target {
  top: 23%;
  left: 9%;
}


@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.automation-element-up {
  display: block;
  animation:  float 4s ease-in-out infinite;
}


/* SLIDER CHAT-GENERATION */
.ai-generate .carousel-inner-img img:not(:first-child) {
    position: absolute;
    max-width: 35%;
    height: auto !important;
    opacity: 1;
  }
  

img.cloud-up {
    bottom: 28%;
    left: 0;
    z-index: -1;
}

img.database {
    right: 0;
    bottom: 17%;
}

img.robot-heart {
    bottom: 10px;
    left: 54%;
}

img.robotic-arm {
    top: 23%;
    left: 19%;
}
