.banner-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Banner area */
#heroCanvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Social Icon Container area */
.social-icon-c {
  position: absolute;
  top: 16%;
  right: 3vw;
}

@media (max-width: 768px) {
  .social-icon-c {
    display: none;
  }
}

/* banner heading */
.b-heading {
  position: absolute;
  bottom: 1rem;
  right: 5%;
  color: white;
  font-size: 3rem;
  font-weight: 900;
  font-family: "inter", sans-serif;
  width: 50%;
  text-align: end;
  line-height: 5rem;
  text-transform: uppercase;
}

.b-heading span{
  font-size: 1rem;
}
