.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #121212;
}
.home-container1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  top: 0px;
  right: 1px;
  width: 500px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.home-lottie {
  width: 503px;
  height: 338px;
}
@media(max-width: 991px) {
  .home-image {
    top: 0px;
    left: 0px;
    right: 0px;
    width: var(--dl-size-size-xxlarge);
    bottom: 0px;
    margin: auto;
  }
}
@media(max-width: 767px) {
  .home-container1 {
    position: relative;
  }
  .home-image {
    top: 132px;
    left: 0px;
    right: 0px;
    margin: auto;
    align-self: center;
    margin-top: 0px;
  }
}
@media(max-width: 479px) {
  .home-image {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
  }
  .home-lottie {
    width: 297px;
    height: 205px;
  }
}
