.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #c7ad76 !important;
  border-color: #c7ad76 !important;
}

.btn:hover {
  background-color: #c7ad76;
  border-color: #c7ad76 !important;
}

.banner{
    height: 768px !important;
    background-image: url(/assets/img/bannerhome.webp);
    background-size: cover !important; 
    transform: none !important;
    background-position: center;
}