/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .navbar-brand img{
    max-height: 5rem;
}
.navbar-brand img{
  max-width: 110px !important;
  max-height: 110px !important;
}
    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}

section:first-of-type {
        margin-top:3%;
}
.custom_container img{
  object-fit: fill !important;
}


@media(max-width:768px){
.category_section h2, .category_section p {
    font-size: 12px;
}
  .w-40.h-40.m-auto {
    width: 100px !important;
    height: 100px !important;
}
  .flex.flex-wrap.justify-around.items-center.mt-4.gap-3{
    flex-direction: column;
  }

.feature_section .custom_container img {
    object-fit: none !important;
}

.feature_section .grid-cols-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.feature_section .mt-6 {
    margin-top: 0;
}

.feature_section .items-center.justify-evenly > div {
    width: 100px !important;
    height: 140px !important;
}

 .feature_section h2 {
    color: var(--color);
    font-size: 15px !important;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;

}

 .feature_section p {
    color: var(--color);
    font-size: 10px !important;
}

 
}