I want to create a slider like it is on http://kodiak.northfolk.co. The slider is on the last two sections. I also want to create a same thing or want to achieve maximum from that site. If it possible to do it then please tell me how.
I want to create that kind of slider without using any plugin. If there is some custom code with which it can be achieved then it would be good.
The element with which this is currently most possible (at least in that direction) is the carousel element. However, you would need some custom code to display it that way.
The alternative would be to build a custom slider or combine it with the query loop to make it 100% equal to your example, but this requires more custom code and skills.
There are certainly some tutorials on building such a slider completely from scratch within WordPress. You need PHP, CSS, and Javascript that you can use within the code element. It’s definitely possible, but don’t be mad at me if I can’t take a few hours to show you how.