/* Start custom CSS */body {
  background-color: #08080f;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(circle at 30% 30%, rgba(77,159,255,0.12), transparent 40%),
    radial-gradient(circle at 70% 40%, rgba(155,92,255,0.12), transparent 45%),
    radial-gradient(circle at 50% 70%, rgba(77,159,255,0.08), transparent 50%);

  filter: blur(60px);
 
}


/*برای آیکن مشاهده معرفی */

i.fas.fa-play {
    width: 40px;
    height: 40px;
    background: rgb(246 245 249 / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/**//* End custom CSS */