#canvas{
  overflow: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
}
#canvas:hover{
  cursor: none;
}

#fps{
  position: absolute;
  left: 5px;
  top: 0px;
  color: #fff;
  font-size: 20px;
  background-color: red;
  display: none;
}

.workshop{
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 75px;
    background: #292929;
    padding: 6px 10px;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 10px;
}
.workshop:hover{
    background: #fff;
    color: #292929;
    transition: 0.3s;
    cursor: pointer;
}

#social{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #242424;
  margin: 10px;
  z-index: 99999;
  animation: 2s main_pulse ease-in-out infinite;
}


.dg.ac{
    display: none;
}

p, h1, h2, h3, h4, h5, h6, span, .feature-item, img, .pricing-table, form, footer nav, .team-member, .team-slider{
  z-index: 99;
  position: relative;
}
.client-logo-slider{
  z-index: 99;
}

.hero-section .row{
  position: relative;
  z-index: 999;
}