.color-prediction-section .coin_1 {
  transform: translateX(400px) rotate(820deg);
  opacity: 0;
  transition: all 1s ease;
}

.color-prediction-section .coin_2 {
  transform: translateX(350px) rotate(720deg);
  opacity: 0;
  transition: all 0.8s ease;
}

.color-prediction-section:hover .coin_1 {
  transform: translateX(0) rotate(0deg);
  opacity: 1;
}

.color-prediction-section:hover .coin_2 {
  transform: translateX(-15px) rotate(0deg);
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .color-prediction-section .coin_1 {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }

  .color-prediction-section .coin_2 {
    transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
  .color-prediction-section:hover .coin_2 {
    transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
  .color-prediction-section .coin_container {
    gap: 12px;
  }
}
