/*!
 * - Version: EVisualizer
 * - Time: 2022-09-05
 */

html,
body {
  width: 100%;
  height: 100%;
}


body {
  background-color: #202030;
}


#particles-js {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: visible;
}


.home-wrap {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-wrap .content {
  position: absolute;
  top: 50vh;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-wrap #ci-particles {
  margin-bottom: -11.5rem;
}

.home-wrap #ci-particles canvas {
  width: 368px;
  height: 238px;
  vertical-align: bottom;
  -webkit-transform: translateY(-8rem);
          transform: translateY(-8rem);
}

.home-wrap #headline {
  margin-bottom: 1rem;
  font-size: 48px;
  color: #fff;
  display: none;
}

.home-wrap .modify-text {
  margin-bottom: 2rem;
  font-size: 22px;
  color: #fff;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.home-wrap .img-box {
  width: 20rem;
  margin-right: auto;
  margin-left: auto;
}

.home-wrap .example-btn {
  min-width: 17rem;
  margin-right: 0.25rem;
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  border-color: rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.home-wrap .upload-btn {
  min-width: 17rem;
  margin-right: 0.25rem;
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  padding: 0;
  border: none;
  background-color: #3a5e88;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.home-wrap .upload-btn:hover {
  background-color: #7999c1;
}

.home-wrap .upload-btn .wxyui-custom-file {
  width: 224px;
}

.home-wrap .upload-btn .wxyui-custom-file,
.home-wrap .upload-btn .wxyui-custom-file-input,
.home-wrap .upload-btn .wxyui-custom-file-label {
  height: 46px;
}

.home-wrap .upload-btn .wxyui-custom-file-label {
  padding: 0;
  font-size: 1rem;
  line-height: 46px;
  border: none;
  background-color: transparent;
}

.home-wrap .upload-btn .wxyui-custom-file-label::after {
  display: none;
}

@media (max-width: 991.98px) {
  .home-wrap .img-box {
    width: 12rem;
  }
}

@media (min-width: 768px) {
  .home-wrap .img-box {
    width: 16rem;
  }
}

@media (min-width: 992px) {
  .home-wrap .img-box {
    width: 18rem;
  }
}

@media (min-width: 1200px) {
  .home-wrap .img-box {
    width: 20rem;
  }
}