calc() performs calculations within CSS, allowing for responsive adjustments like width: calc(100% - 50px);.
calc()
width: calc(100% - 50px);