.denim-backdrop{

backdrop-filter: blur(10px); /* Adjust the pixel value for desired blur intensity */
  background-color: rgba(255, 255, 255, 0.1); /* Optional: Add a semi-transparent background color for a "frosted glass" effect */
  border-radius:24px;
}