You should remove the NestedScrollView and LinearLayout levels between your CoordinatorLayout and ViewPager:
...
The view with app:layout_behavior="@string/appbar_scrolling_view_behavior must be a direct child of CoordinatorLayout to be positioned correctly in relation to the AppBarLayout.