/* Navbar */
.line {
  height: 2px;
  max-width: 95dvw;
  background-image: linear-gradient(
    171deg,
    #030015,
    rgba(150, 102, 255, 0.18) 50%,
    #030015
  );
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 10%;
}

/* Hero */
.hero-heading {
  font-size: calc(2.5rem + 3dvw);
  margin-top: calc(2rem + 5dvw);
}

.btns-wrapper {
  justify-content: center;
}

/* Features */
.custom-btn {
  box-shadow: inset 0 0 20px 5px rgba(191, 151, 255, 0.44);
  font-size: 1rem;
  border: 1px solid #9b83d0;
}
.custom-heading {
  width: min(100%, 45rem);
}

/* Sniper */
/* .list-mark{
  
} */
/* .sniper-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} */

/* Work */
.custom-p {
  width: min(100%, 40rem);
}

/* Community */
.community-card {
  background: linear-gradient(92.73deg, #2aaaef 7.07%, #229fdb 97.81%);
}
.community-link {
  cursor: pointer;
}
.community-img {
  transform: rotateZ(-10deg) perspective(300px) translateZ(100px);
  width: 55%;
  top: 30%;
}
.c-img-1 {
  right: calc(-60% + 1dvw);
}
.c-img-2 {
  right: calc(-50% + 1dvw);
}

@media (min-width: 768px) {
  /* Community */
  .community-img {
    top: 60%;
  }
  .c-img-1 {
    right: calc(-50% + 1dvw);
  }
  .c-img-2 {
    right: calc(-42.5% + 1dvw);
  }
}

@media (min-width: 992px) {
  /* Navbar */
  .custom-navbar {
    border: 1px solid #ccc;
    background: linear-gradient(
      270deg,
      rgba(50, 51, 55, 0.4) 50%,
      rgba(70, 79, 111, 0.2) 100%
    );
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
  }
  .line {
    max-width: 90dvw;
  }
  /* Sniper */
  .sniper-text-container {
    max-width: 60%;
  }
  /* Community */
  .community-img {
    top: 30%;
  }
  .c-img-1 {
    right: calc(-64% + 1dvw);
  }
  .c-img-2 {
    right: calc(-52.5% + 1dvw);
  }
}
@media (min-width: 1200px) {
  .community-img {
    top: 40%;
  }
  .c-img-1 {
    right: calc(-58% + 1dvw);
  }
  .c-img-2 {
    right: calc(-48% + 1dvw);
  }
}
