.bg-gradiant-contact {
  background: #116b64;
  background: linear-gradient(
    90deg,
    rgba(17, 107, 100, 1) 38%,
    rgba(6, 54, 50, 1) 85%
  );
}
@media screen and (min-width: 1024px) {
  .bg-contact {
    background-image: url(../../image/contact/s-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.line-footer::after {
  content: "";
  display: block;
  width: 45%;
  height: 5px;
  background-color: var(--color-theme-primary);
  position: absolute;
  top: 95%;
  right: 0;
}

#particles {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* محتوای روی کانواس */
.section-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 200px;
  font-family: sans-serif;
}