@charset "utf-8";
/* NoMercy.Codes CSS Document */
/* woovv.com Web Site (Agency) Hosting  */
body{
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  
}
h1{font-weight: bold;}
h2{font-weight: bold;}
a {text-decoration:none; color: #000;}
a:hover {text-decoration:none; color: #000;}
.hed-a {
  margin-top: 40px;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.hed-logo{display: inline-block;}
.hed-a a i{color: #ff6000; font-size: 40px;}
.hed-a a span{display: block; margin-top: -22px; margin-left:125px;color: #00db81;}
.hed-links{
  margin-top: 8px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.hed-links a{
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
}
.hed-links a:hover{color: #ff6000;}
.wrap{min-height: 150px; margin-top: 100px;}
@media (min-width: 992px) { .wrap {min-height: 400px; margin-top: 130px;}}
.wrap h1 small{display: block;margin-top: -7px;}
.woovv-brush{
  position: relative;
  display: inline-block;
  z-index: 0;
}

.wrap span{color:#00db81;}
.wrap strong{color:#ff6000;}
.wrap p{ margin: 10px; padding: 10px; }
.info-row{
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.info-item{
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(108, 117, 125, .12);
  border: 1px solid rgba(108, 117, 125, .22);
  backdrop-filter: blur(2px);
}
.info-icon svg{
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #6c757d;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.info-text{
    color: #6c757d !important;
  font-size: 12px;
  font-weight: 500;
}
.hint{max-width: 200px;-webkit-appearance: none; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; border-radius: 38px;}
.code {margin-top: 50px;}
@media (min-width: 992px) { .code {margin-top: 170px; margin-bottom: 25px;}}
.code img{-webkit-appearance: none; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; border-radius: 22px;}
@media (max-width: 991px){
  body{background-size: min(58vw, 360px) auto;}
}
.footer{padding-top: 50px; text-align: right;}
.footer cite{display:block; color: #CCC;}