.header {
    background: url(../imgs/gym-equipment-without-weight-stack.webp) no-repeat center center;
	background-size: cover;
}
.custom-navbar .navbar-brand img {
    width: 150px !important;
}
.mus .card-title {
	margin-top: 15px;
}
.has-bg-img-gym{
  background-image: url(../imgs/gym-equipment.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}
.mus-ico .card-body img{
  filter: grayscale(100%);
}
.mus-ico .card:hover .card-body img{
  filter: grayscale(0%);
}
section.has-bg-img:after {
    background-image: url(../imgs/muscle-fit-gym.webp) !important;
}
section.has-bg-img {
    background: rgb(33 37 41 / 80%) !important;
}