attached is the schematic of my project
There is not enough detail in it to see how the buttons are wired. All it shows is lines connected between boxes labelled BUTTON and Arduino pins. How are the buttons actually wired ?
Have you considered using the built in pullup resistors by using INPUT_PULLUP in pinMode() so that external resistors are not required ?