The sticky CSS `background-attachment: fixed doesn’t work well with image clip on the Safari. There are several little issues always. So it is disabled on the Safari. It should be a browser bug.
If you still want to use the css, please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
body[class*="Safari"] .headding-with-bg.slider-headding,
body[class*="Safari"] .mask-clip-title .title-wrap-tit {
background-attachment: fixed
}
Regards