/*
Theme Name: MyPilates
Theme URI: https://mypilates.lt/
Description: Child theme for MyPilates based on BlankSlate
Author: Arnoldas
Author URI: https://mypilates.lt/
Template: blankslate
Version: 1.0.0
Text Domain: mypilates
*/

/* Add your custom styles below this line */

.hero-bottom-blur {
  /* Only the bottom is blurred, using a gradient mask */
  /* mask-image: linear-gradient(to top, black 0%, transparent 30%); */
  /* -webkit-mask-image: linear-gradient(to top, black 0%, transparent 30%); */
  backdrop-filter: blur(20px);
  pointer-events: none;
  background: linear-gradient(
    to bottom,
rgba(0,0,0,0) 0%,
  rgba(0,0,0,0.01) 4%,
  rgba(0,0,0,0.20) 20%,
  rgba(0,0,0,0.50) 50%,
  rgba(0,0,0,0.70) 70%,
  rgba(0,0,0,1) 100%
    );
  mask-image: linear-gradient(to top, black 0%, transparent 30%);
  -webkit-mask-image: linear-gradient(to top, black 0%, transparent 30%);
}