* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s ease-in;
  /* overflow-x: hidden; */
  text-transform: uppercase;
  scroll-behavior: smooth;
}
.heading{
  position: relative;
}
.profile{
  position: relative;
}
canvas{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* 
.img-watchlive {
 position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.75rem;
  background: #ff800f;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: .4rem;
  transition: all 1s ease-in-out;  
   transform: translate(-180%, -300%); 
} */
