body { font-family: 'Inter', sans-serif; }

.gradient {
  background: linear-gradient(90deg,#6366f1,#ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.glass {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.05);
}
.contact-bg {
  background: url('htpps://saumans.in/uploads/contact.png') no-repeat center center;
  background-size: cover;
  position: relative;
}

.contact-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.7); */
}
/*.hero-section{*/
/*  background: url('/saumans/saumans/assets/images/hero-bg.png') no-repeat center/cover;*/
/*}*/
.hero-bg {
  position:absolute;
  width:500px;
  height:500px;
  background:purple;
  filter:blur(120px);
  opacity:0.3;
}