Find a solution for the following second order ODE
$$x''(t)+(x'(t))^2+\sin(x(t))=0, \; x(0)=\pi,\;x'(0)=0.$$
I am familiar with the characteristics equations method or assuming $y=e^{rx}$, however both approaches seem unavailable for this equation.
I tried simplifying the equation by assuming that we only seek a solution around the point $x(0)=\pi$ and therefore $\sin(x)\approx-x$, which reduces the problem to $$x''+(x')^2-x=0.$$
From here I still don't see how to work around $(x')^2$