.alert-danger {
  background: red;
  color: white;
  padding: 10px;
  font-size: 12px;
  margin: 10px auto;
}

.alert-success {
  background: green;
  color: white;
  padding: 10px;
  font-size: 12px;
  margin: 10px auto;
}

.cert {
  border: 5px solid #a77de5;
  border-radius: 10px;
}

.bgmain {
  background: #a77de5 !important;
}

.bgmain-1 {
  background: #a77de5;
}

.bgmain-1 * {
  color: #ffffff !important;
}

.bgmain-2 {
  background: #5a61dc;
}

.bgmain-2 * {
  color: #ffffff !important;
}

.txtmain {
  color: #a77de5 !important;
}

a:hover {
  color: #5a61dc !important;
}

#preloader img {
  animation: myloader 3s;
  animation-iteration-count: infinite;
}

@keyframes myloader {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(360deg) scale(2);
  }

  100% {
    transform: rotateY(0) scale(1);
  }
}

.vid {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.vide {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
}

.btn-bt,
.btn {
  border-radius: 20px !important;
  background: #a77de5 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
}

.btn-bt:hover,
.btn:hover {
  border-radius: 20px !important;
  background: #3052a9 !important;
  color: #ffffff !important;
}

.slide1-bg {
  background: linear-gradient(140deg, #ffffff23, #000000) !important;
}

.slide2-bg {
  background: linear-gradient(80deg, #ffffff23, #000000) !important;
}

.slide3-bg {
  background: linear-gradient(80deg, #000000, #ffffff3f) !important;
}

.bgmain {
  background: rgba(167, 125, 229, 0.24) !important;
}

#particles-js {
  position: fixed !important;
  width: 100%;
  height: 100svh;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.count-particles {
  /* background: #000022; */
  position: fixed !important;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}
