/* Reset Style */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;
}

/* global style */

.bg-footer{
    background-color: #101828;
}
.ffs{
    font-size: 12px !important;
}
/* custom style */
h1{
    font-size: 56px !important;
}
.service-img {
    height: 280px;
    object-fit: cover;
}

.adoption-img  {
    height: 583px;
    object-fit: cover;
}
.blog-image img{
    height: 450px;
    object-fit: cover;
}
.mar{
    margin-top: 4%;
}
.bg-img{
    background-image: url(images/nav.png);
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    min-height: 450px;
     background-size:190%;
   position: relative;
   border-radius: 0%;
   background-size: cover;
}


.category-btn {
    color: #667085;
    background-color: white;
}

.category-btn.active {
    background-color: #101828 !important;
    color: white !important;

}


 .navbar .nav-link {
    color: white;
}

/* .container-fluid {
    height: 600px;
} */
.play-button {
    width: 60px;
    height: 60px;
}