To add Parallax effect, you can do these.
#1. First, find Section ID

#2. Next, use code like this to Custom CSS
section[data-section-id="69163904439d6500afd0a28f"] {
position: sticky !important;
-webkit-position: sticky !important;
top: 0;
}
