.parent_cate_header{
	position: relative;
}
.parent_category_header_image{
	height: 250px !important;
	width: 100% !important;
}
.parent_category_header_image img{
	height: 100%;
	width: 100%;
}
.banner-text{
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 35px;
	font-family: Montserrat-Medium, sans-serif;
}
.parent_category_header_image{
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
}
.image-grid {
	height: 300px;
	width: 100%;
}
.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: center;
	align-items: center;
	text-align: 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: Montserrat-Regular;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.overlay-content p{
	color: #000000;
	font-family: Montserrat-Regular;
	margin:0;
	text-transform: capitalize;
	font-weight: bold;
}
.brick:hover .overlay-content {
    transform: translateX(0);
    opacity: 80%; 
}
.description{
	display: flex;
	justify-content: center;
}
.description p{
	width: 50%;
	color:#000000;
	text-align: center;
	font-family: Montserrat, sans-serif;
}
/* @media only screen and (max-width:1200px){
  .brick{
    height:200px;
  }
}
@media only screen and (max-width:768px){
  .brick{
    height:250px;
  }
}
@media only screen and (max-width:480px){
  .brick{
    height:150px;
  }
} */