* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
}

body {
  min-height: 100vh;
  overflow: hidden;
  background-image: url("https://cdn.xnest.io/shared/images/xnest-cdn-background.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #010207;
}

.main-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#particles-js {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.main-text {
  position: absolute;
  left: 25%;
  z-index: 2;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.65);
  pointer-events: none;
  transform: translate(-50%, 50%);
}

.heading {
  top: 40%;
  color: #a5a5a5;
  font-size: 52px;
  line-height: 1.4;
  white-space: nowrap;
}

.subheading {
  top: 40%;
  color: #acacac;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  body {
    background-image: url("https://cdn.xnest.io/shared/images/xnest-cdn-background-mobile.webp");
  }

  .main-text {
    left: 50%;
  }

  .heading {
    top: 35%;
    font-size: 32px;
  }

  .subheading {
    top: 33%;
    font-size: 14px;
  }
}
