Your use of serial ports is totally messed-up.
If you’re using an Uno then you need to use a software serial port for you ESP device.
If you’re using a Mega then you need to be connecting your ESP device to Serial1 or Serial2, not Serial.
You should read this…
You also need to eliminate the blocking delays from your code. You should use a timeout timer instead.
Also the RTC methods have changed in Blynk IoT, you should read the documentation.