Gas Fee Issue

Hello! Hope everyone is well. I'm current working on a project and testing the contract on Remix, I noticed something wrong with Gas fee. Please see the result below:

{
"Creation": {
"codeDepositCost": "17200",
"executionCost": "103",
"totalCost": "17303"
},
"Internal": {
"functionCall(address,bytes memory)": "infinite",
"functionCall(address,bytes memory,string memory)": "infinite",
"functionCallWithValue(address,bytes memory,uint256)": "infinite",
"functionCallWithValue(address,bytes memory,uint256,string memory)": "infinite",
"functionDelegateCall(address,bytes memory)": "infinite",
"functionDelegateCall(address,bytes memory,string memory)": "infinite",
"functionStaticCall(address,bytes memory)": "infinite",
"functionStaticCall(address,bytes memory,string memory)": "infinite",
"isContract(address)": "infinite",
"sendValue(address payable,uint256)": "infinite",
"verifyCallResult(bool,bytes memory,string memory)": "infinite"
}
}

Apparently Gas fee will be stratospheric but I don't know how to fix that. Can anyone give me some advice on how to fix that?

Thanks a mil!
Best,
P