doubble scroll bar on wordpress home page [closed]

The problem is your footer has a -45px margin on it.
I think you were looking to limit this vertically.

so it should be margin-top: -45px on your footer.

Then you can remove the overflow-x: hidden; from your body .boxed-container{}
which is why the second scroll bar is appearing ( once you have defined a scroll behavior this is your problem ) just removing the overflow-x on the body .boxed-container will solve your problem but the footer having that -45px margin is what is the root cause of all your problems.