@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: linear-gradient(45deg, #47005f, #ba000f);
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

.container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
}

.container-fluid * {
  transition: 1.8s;
}

.splashscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.splashscreen .splash {
  height: 0px;
  padding: 0px;
  border: 130em solid #000000;
  position: fixed;
  left: 50%;
  top: 100%;
  display: block;
  box-sizing: initial;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
}

.splashscreen #splashscreen {
  background: #a00116;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUpLogo 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.splashscreen #splashscreencolor {
  background: #a00116;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards, hide 2s 2.9s ease forwards;
}

.splash-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

/* moveIn */
.splashscreen header,
.splashscreen a.btn {
  opacity: 0;
  animation: moveIn 2s 3.1s ease forwards;
}

@keyframes init {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 128px;
    height: 128px;
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes puff {
  0% {
    top: 100%;
    height: 0px;
    padding: 0px;
  }
  100% {
    top: 50%;
    height: 100%;
    padding: 0px 100%;
  }
}
@keyframes borderRadius {
  0% {
    border-radius: 50%;
  }
  100% {
    border-radius: 0px;
    visibility: hidden;
  }
}
@keyframes moveDown {
  0% {
    top: 50%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 100%;
  }
}
@keyframes moveUp {
  0% {
    background: #c73437;
    top: 100%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 50%;
    background: #c73437;
  }
}
@keyframes moveUpLogo {
  0% {
    background: #c73437;
    top: 100%;
  }
  50% {
    top: 40%;
    opacity: 1;
  }
  100% {
    top: 50%;
    background: #c73437;
    opacity: 0;
  }
}
@keyframes materia {
  0% {
    background: #c73437;
  }
  50% {
    background: #c73437;
    top: 26px;
  }
  100% {
    background: #000000;
    width: 100%;
    height: 64px;
    border-radius: 0px;
    top: 26px;
  }
}
@keyframes moveIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.fulllogo {
  visibility: visible;
  width: 40%;
}

.widgetdk {
  min-width: 100%;
  transition: 1.8s;
  min-height: 100%;
}

.widgetdiscord {
  min-width: 100%;
  min-height: 100%;
  margin-left: 10px;
}

.card {
  width: 100%;
  justify-items: center;
  justify-content: center;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.945) !important;
  color: white !important;
}

.card-header {
  margin: 5px;
  background: #999999;
  color: white;
}

.card-body {
  margin: 5px;
  background: #3b3b3b;
  color: white;
}

.card-img-top {
  padding: 10px;
}

.btn.btn-warning {
  width: 80%;
  max-height: 100%;
  border: 1px solid black;
  background-color: white;
  transition: 0.3s;
}

.btn.btn-warning:hover {
  background-color: lightgrey;
  font-size: 200%;
  font-weight: bold;
}

span.big {
  font-size: 3em;
}

span.big b {
  font-size: 60%;
  font-weight: normal;
}

.vip {
  background-color: rgb(232, 174, 71);
  color: black;
}

.vipplus {
  background-color: rgb(232, 174, 71);
  color: black;
}

.blockquote-footer {
  color: white !important;
}

.row {
  max-width: 100%;
  justify-content: center;
}

.col {
  width: 100%;
  justify-content: center;
}

iframe {
  width: 100%;
}

img.logos {
  width: 60%;
  align-self: center;
}

.announces {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */