* {
    margin: 0;
    padding: 0
}

body{ background:url('../images/matrixxxnibos.gif') repeat center center fixed black;
}

html {
    height: 100%
}

p {
    color: grey
}

@keyframes flicker {
  0%   { opacity: 1; text-shadow: 0 0 5px #00ff88, 0 0 10px #00ff88; }
  50%  { opacity: 0.8; text-shadow: 0 0 3px #00ff88; }
  100% { opacity: 1; text-shadow: 0 0 5px #00ff88, 0 0 10px #00ffaa; }
}

#heading {
    text-transform: uppercase;
    color: #57ff5e;
    font-weight: normal
}
.heading-wrapper {
  text-align: center;
  margin: 20px auto;
}

.responsive-heading {
  max-width: 100%;
  height: auto;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: #00000085;
    color: #fff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #22cb29;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #22cb29;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #0a0a0a
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
  z-index: 1;
  position: relative;
  border: 2px solid rgba(0, 255, 100, 0.4);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4); /* transparan gelap */
  box-shadow: 0 0 20px rgba(0, 255, 100, 0.2), 0 0 60px rgba(0, 255, 100, 0.1);
  padding: 25px;
  backdrop-filter: blur(6px); /* blur transparan */
  transition: all 0.3s ease-in-out;
}
.card:hover {
  border-color: #00ff66;
  box-shadow: 0 0 30px #00ff66, 0 0 80px #00ffcc;
}

.fs-title {
    font-size: 35px;
    color: #22cb29;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #00ff08;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #22cb29;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f085"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f013"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f005"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #ff4242;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #22cb29;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #22cb29;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.card {
    background-color: #00260ae0;
}

p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #ff3300;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: flicker 3s infinite alternate;
}

.anonims {
    width: 100px;
    height: 100px;
}

.btn-hacker {
    background: #22cb29;
    color: black;
    
}