@Swaapnika Guntaka
Hey don't panic the files is right in there, the .Trash hides some subdirectories /Current/user see below.
Replace {xxx} with the hdfs who deleted the file and after the last / you will see all the files deleted and are not yet expurged from HDFS in your case 360.
As the user or hdfs run the below
$hdfs dfs -ls /user/{xxx}/.Trash/Current/user/{xxx}/
and to restore the file
$ hdfs dfs -cp /user/{xxx}/.Trash/Current/user/{xxx}/deleted_file /user/{xxx}/
Hope that helps