Remove discount code from Check out and add it in Cart page

Hello @Mathirajesh

For Remove discount code from Check out :

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->theme.scss.liquid

.order-summary .order-summary__section.order-summary__section--discount {
	display: none;
	border-top: none;
}

Hope this will work for you.
Thanks!