

/* ---- particles.js container ---- */
#particles-js-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 6; /* بین لایه آبی و سفید */
}



/* ---- particles.js container ---- */
#particles-js-2  {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; /* بین لایه آبی و سفید */
}

