Zend certified PHP/Magento developer

add to cart with custom price attribute in magento 2.4

I need to add to cart products with custom attribute price

Ex i am having a custom price as booking amount as 1000 for a product and original amount as 10000

when customer chooses booking amount option 1000 should be added to cart and if user chooses full payment 10000 should be added to cart ..

How to acheive this in magento