.facalty-home-usha{
    width: 100%;
    height: 100%;
}
.facalty-home-usha .main{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
    gap: 51px;
}
.facalty-home-usha .main .inner-first{
    width: 21%;
    height: auto;
    border: 1px solid  rgba(145, 147, 150, 0.4);
    border-radius: 20px;
    overflow: hidden;
    
}
.facalty-home-usha .main .inner-first .inner-first-one{
    width: 100%;
    height: 280px;
    position: relative;

    
}
.facalty-home-usha .main .inner-first .inner-first-one img{
    width: 100%;
    height: 90%;
    /* border-radius: 20px; */
    transition: 1.3s all ease;
   
}

.facalty-home-usha .main .inner-first .inner-first-one .inner-first-one-sub{
    width: 100%;
    height: 90%;
    background-color:  rgba(31, 36, 50, 0.4);
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    transition: 0.8s;
     transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  
    
   
}
.facalty-home-usha .main .inner-first .inner-first-one  .inner-first-one-sub-child{
    width: 70%;
   
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 40px;
    left: 50px;
   transform: perspective(400px) rotateX(90deg);
}
.facalty-home-usha .main .inner-first .inner-first-one  .inner-first-one-sub-child 
.inner-first-one-sub-child-one{
    /* width: 17%;
    height: 35px;
    border: 1px solid rgba(31, 36, 50, 0.4);
    border-radius: 5px;
    font-size: 20px;
    color: #ffff; 
    display: flex;
    align-items: center;
    justify-content: space-evenly;  */
   /* ...... */
    width: 100%;
    height: 35px;
    border: 1px solid rgba(31, 36, 50, 0.4);
    border-radius: 5px;
    font-size: 23px;
    color: #ffff; 
    display: flex;
    align-items: center;
    justify-content: space-evenly; 

     

  
}
/* ....new add */
.facalty-home-usha .main .inner-first .inner-first-one  .inner-first-one-sub-child .inner-first-one-sub-child-one:hover{
   background-color: var(--main-bgcolor);
   transition: 1.5s;
}
/* ....new add */
.facalty-home-usha .main .inner-first:hover{
    background-color:var(--main-bgcolor) ;
    overflow: hidden;
    border: none;
}

.facalty-home-usha .main .inner-first:hover .inner-first-one  .inner-first-one-sub-child{
    transform: perspective(400px) rotateX(0deg);
    transition: 0.8s;
    transition-property: all;
      
   
   
}

.facalty-home-usha .main .inner-first:hover .inner-first-one img{
    transform: scale(1.1);
}


.facalty-home-usha .main .inner-first:hover .inner-first-one-sub{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg) scaleY(1.1);
    transition: 0.8s;
    transition-property: all;
    transform-origin: center;
      
    
}
    

.facalty-home-usha .main .inner-first:hover .inner-first-sec .inner-first-sec-sub2  .inner-first-sec-sub2-child ul li{
    color: white;
}
.facalty-home-usha .main .inner-first:hover .inner-first-sec  .inner-first-sec-sub1 h4{
    color: white;
}
.facalty-home-usha .main .inner-first:hover .inner-first-sec  .inner-first-sec-sub1 h5{
    color: white;
}

.facalty-home-usha .main .inner-first:hover .inner-first-sec
.inner-first-sec-sub2-child ul li:first-child{
  border-right: 2px solid white;  
}




.facalty-home-usha .main .inner-first .inner-first-sec{
    width: 100%;
   
}
.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub1{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    text-align: center;
}
.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub1 h4{
    margin-top: 30px;
}


.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub1 h5{
    margin-top: 5px;

    color: gray;
    /* border-bottom: 1px solid gray; */
   padding: 0px 20px 0px 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
   display: inline-block;
   
}
/* .facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub1 {
   

} */

.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub2 {
    margin-top: 20px;
}

.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub2 .inner-first-sec-sub2-child{

   margin-bottom: 20px;
}
.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub2 .inner-first-sec-sub2-child ul{
    list-style: none;
    display: flex;

     
}
.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub2 .inner-first-sec-sub2-child ul li{
    margin-left:15px ;
    font-size: 15px;
    color: gray;
    padding: 0px 7px 0px 7px;
   
   
}
.facalty-home-usha .main .inner-first .inner-first-sec .inner-first-sec-sub2 .inner-first-sec-sub2-child ul li:first-child{
    border-right: 2px solid gray;
    
}
