* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url('RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  background: url("./bgcoding.jpeg") repeat center center fixed #343a40;
  background-blend-mode: multiply;
  font-family: "Roboto Mono", Courier, monospace;
}
html {
  height: 100%;
}
p {
  color: grey;
}
.heading {
  text-transform: uppercase;
  color: orange;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
}
#msform {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
#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;
}
.form-card p {
  font-size: 18px;
  color: #ffffff;
}
.form-card label {
  font-size: 14px;
}
.form-control {
  color: #2e2e2e;
  font-weight: 600;
}
#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;
  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 orange;
  outline-width: 0;
}

#msform .action-button {
  width: 220px;
  background: orange;
  font-weight: 600;
  color: #000000;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  display: block;
}

.card-container {
  background-color: #cccccc;
  padding: 3px;
}
.card-container h1 {
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}
.cards p {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.cards {
  z-index: 0;
  border: none;
  position: relative;
  padding: 20px;
  background-color: #000000;
}
.typewriter-text {
  display: flex;
  text-align: left;
  overflow: hidden;
  color: orange;
  animation: typing 3s steps(18, end), blink 0.3s step-end infinite;
  white-space: nowrap;
  border-right: 4px solid #ffffff;
  line-height: 17px;
  float: left;
}



@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 44%;
  }
}
@media (max-width: 576px) {
  .typewriter-text span {
    font-size: 12px;
  }
  @keyframes typing {
    from {
      width: 0%;
    }
    to {
      width: 80%;
    }
  }
}
@keyframes blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #ffffff;
  }
}
.logo {
  margin-bottom: 10px;
}
.logo img {
  width: 50%;
}
.text {
  font-size: 20px;
  color: orange;
  padding-top: 20px;
  line-height: 1;
}
.dud {
  color: #ffffff;
}
.fs-title {
  font-size: 18px;
  color: orange;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: orange;
  font-weight: normal;
}

.steps {
  font-size: 14px;
  color: #ffffff;
  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: orange;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

.progress {
  height: 10px;
}

.progress-bar {
  background-color: orange;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

p {
  color: orange;
}

.anonims {
  width: 100px;
  height: 100px;
}
.output {
  color: orange;
}
.btn-hacker {
  background: orange;
  color: black;
}
.boxs {
  text-align: center;
}
.boxs h1 {
  font-size: 24px;
  text-align: center;
}
.boxs h2 {
  font-size: 20px;
  color: #b30000;
}
.boxs h3 {
  font-size: 30px;
  color: orange;
  font-weight: 600;
}
.boxs strong {
  color: #b30000;
}
.boxs p {
  margin-bottom: 5px;
}
.clock {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
#box .action-button {
  width: 100%;
  background: orange;
  color: #000000;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  font-weight: 600;
}
footer p {
  margin-bottom: 0;
}
#container2 {
  display: block;
  padding: 20px 0;
  background-color: #000000bb;
}
#customers2 {
  border-collapse: collapse;
  width: 90%;
  height: 180px;
  margin: auto;
  text-align: center;
}
#customers2 th {
  font-size: 14px;
  width: 50%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: black;
  padding: 8px;
  color: orange;
  font-weight: 700;
  margin: 5px 0;
}
#customers2 td {
  font-size: 12px;
  width: 50%;
  background: black;
  padding: 8px;
  color: white;
  font-weight: 700;
}
#customers2 h2 {
  padding-top: 20;
  padding-bottom: 20;
  background: black;
  color: red;
}
#bordd {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#pros {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
}
.seotext h2 {
  text-align: center;
  color: #eceff1;
  font-weight: 700;
  margin-top: 30px;
}
.seotext,
.seotext p {
  color: #ced4da;
  margin-bottom: 10px;
  text-align: justify;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("./orange.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(./orange.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
