﻿/* Place Your Custom Styles Here */
.project-item .pitem-media {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(255 255 255 / 0.3);
    background-clip: border-box;
    border: 1px solid #eaecf1;
    border-radius: 0.3125rem;
    backdrop-filter: blur(10px);
  }

  /* .navbar-brand-img {
    max-height: 1.5rem;
    width: auto;
  }
   */

   .navbar-brand-img {
   
    width: 40%;
  }


@media (max-width: 991.98px) {
    .navbar-btn {
      width: 100%;
      padding: 0.5625rem 1.125rem;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      font-size: 1rem;
    }
    .navbar-brand-img {
   
        width: 20%;
      }
    
  }
  
