adjective

Url

49 of 58
Bad / War

bestial - Savage, brutal, or cruel in nature or behavior; relating to or resembling beasts; animal-like.

Genghiz Kahn channeled his warriors' bestial behavior to conquer most of Asia in the 13th century.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }