.image-col{
margin-bottom:15px;
}

.image-grid img{
  height: 100%;
    width: 100%;
}
 .brick {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    
}

.brick img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);  ;
	opacity:80%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    
    padding: 25px 10px;
    color: #000000;
    transform: translateX(-100%);
    opacity: 0; /* Hide initially */
    transition: transform 0.5s, opacity 0.5s; /* Smooth transition for both properties */
    
    
   
    line-height: 1.5;
}
.overlay-content h4{
	color: #fff;
font-family: "Mercury Display Roman", serif;
margin:0;
text-transform: capitalize;

letter-spacing: 0px;
}
.overlay-content p{
/* 	color: #484742; */
		color: #000000;
font-family: Montserrat-Regular;
margin:0;
text-transform: capitalize;
     font-weight: bold;


}
.brick:hover .overlay-content {
    transform: translateX(0);
    opacity: 80%; /* Show on hover */
}

.dropdown {
    z-index: 1;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:576px){
    .brick{
        width: 100% !important;
        height: 170px !important;
    }
  }
@media only screen and (max-width:768px){
    .brick{
        width: 100% ;
        height: 245px;
    }
    .dropdown-laptop{
        /* display: none; */
    }
  }
  @media only screen and (max-width:1024px){
    .brick{
        width: 100%;
        height: 200px;
    }
  }
  @media only screen and (min-width:769px){

    .dropdown{
        display: none;
    }
  }
 
#load-more-project-container button{
background-color:#3373b4 !important;
    display: none;
}
#load-more-filter-project-container button{
background-color:#3373b4 !important;
    display: none !important;
}