Finally found the solution for this problem, I think the sddm display manager is not working fine and thats's why I am booting into CLI.
So, I just have to install another display manager which should work with my laptop hardware.
A brief explaination on this problem is here:
Sddm is not starting but in theory everything is working!
First step: Update the /etc/apt/sources.list
sudo nano /etc/apt/sources.list
and add the following repositories(just copy and paste it):
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
# non-free firmwares
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
deb-src http://security.debian.org/ buster/updates main contrib non-free
save the file by Ctrl-O and Ctrl-M. Close the file by using Ctrl-X.
run sudo apt-get update
and installed the lightdm display manager,you can install which you want
sudo apt-get install lightdm
Now we have to choose a display manager,so run the command
sudo dpkg-reconfigure lightdm
and choose the lightdm among the other options and reboot now. Problem solved.