When you upload a debug log, we only need the token posted. This allows selected members of the Pi-hole team to access your Pi-hole log, and only for 48 hours. This protects your privacy, as the debug log may have personal information in it (email address, browsing history, etc.).
Your debug log is normal. The 24 hour history shows only 71 queries from 3 clients, so it appears that the router is configured incorrectly to send DNS requests to Pi-hole or to provide the Pi-hole IP as DNS server in the DHCP handshake with clients. Or perhaps the VM is not configured to pass this port 53 traffic to Pi-hole.
From the same windows clients, from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of
so, instead of figuring this out i disabled dhcp on my router and created a dhcp server along with pi hole and pointed the default dns as its ip, fixed all issues thank you