Hamburger Menu dropdown not working on website

Norm ... i don;t know what exactly have you changed but all you need to do is to change

data-bs-target="#collapse"

to

data-bs-target="#navbar1_collapse"

so it targets the collapse element id!

<div class="collapse navbar-collapse justify-content-center" id="navbar1_collapse">

Also, when pasting code in your posts, make sure to follow:

so it is readable!