.discover-img::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.295);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s all ease-in-out;
    z-index: 0;
  }
  .discover-img:hover::after {
    content: " ";
    background-color: #036f79dc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: 0.6s all ease-in-out;
  
  }
  .over-text{
      z-index: 10;
  }
  .discover-img:hover .over-text {
  transform: translateY(-100px);
  transition: 0.6s all ease-in-out;
  
  }
  .discover-img .over-text {
  transition: 0.6s all ease-in-out;
  
  }
  .discover-img:hover img {
    transform: scale(1.1);
    transition: 0.6s all ease-in-out;
    
    }
    .discover-img img {
        transform: scale(1);
    transition: 0.6s all ease-in-out;
    }

    /***************** Entertainment start ********************/
    .etm-card{
      max-height: 420px;
    }
.etm-card::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.295);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.6s all ease-in-out;
  z-index: 0;
  width: 100%
  
}
.etm-card:hover::after {
  content: " ";
  background-color: #036f79dc;

  transition: 0.6s all ease-in-out;

}
.etm-card:hover img {
  transform: scale(1.1);
  transition: 0.6s all ease-in-out;
  
  }
  .etm-card img {
      transform: scale(1);
  transition: 0.6s all ease-in-out;
  }
  .etm-hover{
    z-index: 10;
}
/* .etm-hover h5{
background-color: rgba(240, 248, 255, 0.288);
} */
.etm-card:hover .etm-hover h5{
  background-color: rgba(0, 0, 0, 0.452);
  
  }
.etm-card:hover .etm-hover {
transform: translateY(200px);
transition: 0.6s all ease-in-out;

}
.etm-card .etm-hover {
transition: 0.6s all ease-in-out;

}

    /* Entertainment end */
/***************** general governors  start ********************/
.general-img {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.general-img img{
  background-size: contain;
  object-fit: cover;
  object-position:top ;
  width: 100%;
  aspect-ratio: 3/4 !important;

}
/* general governors  end*/

.Sports .coach-head {
  font-family: var(--font-sub-title);
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
}

.Sports .coach-head span {
  font-family: var(--font-sub-title);
  font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
}


.Sports .coach-card .coach-img-wrapper img {
height: 300px;
width: 100%;
object-fit: cover;
object-position: top;
}

.Sports .coach-card .coach-title {
  font-family: var(--font-sub-title);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  letter-spacing: 4px;
}


.Sports .coach-card .coach-text {
  height: 135px;
}

.Sports .coach-card .coach-text::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: var(--accent-clr);
  bottom: 0;
}

.Sports .coach-card .coach-text::before {
  content: '';
  position: absolute;
  background-color: var(--primary-clr);
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 38px;
}
.book-btn{
  border: 1px solid var(--accent-clr);
  padding: 8px 39px 8px 40px;
  color: black;
  font-size: 18px;

}
.book-btn:hover{
  color: black;
}
/***************** gallery start ********************/

.gallery-s .gallery-icon{
  background-color: rgba(0, 0, 0, 0.226);
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  color: var(--font-sub-title);
}
.gallery-s:hover .gallery-icon{
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transition: 0.3s all ease-in-out;
z-index: 10;
  
}
.gallery-s::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.6s all ease-in-out;
  z-index: 0;
  width: 100% 
}
.gallery-s:hover::after {
  content: " ";
  background-color: #00000079;
  transition: 0.6s all ease-in-out;

}



.literary-card .coach-head {
  font-family: var(--font-sub-title);
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
}

.literary-card .coach-head span {
  font-family: var(--font-sub-title);
  font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
}


.literary-card .coach-card .coach-img-wrapper img {
  background-size: cover;
  background-position: center;
  object-fit: cover;
  width: 100%;
}

.literary-card .coach-card .coach-title {
  font-family: var(--font-sub-title);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  letter-spacing: 4px;
}


/* .literary-card .coach-card .coach-text {
  height: 135px;
}
.news-text {
  height: 225px !important; 
} */
.literary-card .coach-card .coach-text::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: var(--accent-clr);
  bottom: 0;
}

.literary-card .coach-card .coach-text::before {
  content: '';
  position: absolute;
  background-color: var(--primary-clr);
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 38px;
}