@font-face{
  /* font-family: abc; */
  src: url(font/);
}


/* gallery seection start */

#gallery-input-section .course-catgory p, .our-team-catgory p{
  font-family: inknut antiqua;
  font-size: 16px;
  opacity: 0.5;
}
.our-team-catgory span{
  font-family: inknut antiqua;
  font-size: 16px;
  font-weight: normal;
}

#gallery-input-section .course-catgory h2,.our-team-catgory h2{
  font-family: Lalezar-Regular;
  font-size: 25px;
  font-weight: bold;
}

#About-our-college .course-cantainer span{
  font-family: Archivo-narrow;
}


#About-our-college .line{
  display: flex;
  justify-content: center;
  align-items: center;
}

#About-our-college .line-height{
  width: 180px;
  height: 3px;
  background-color: #F81462;
  }
/*   


/* gallery section start */


#gallery-input-section{
  /* background-color: #f7f1f1; */
  background-color: #F8F7F7;
  padding: 10px;
}
#gallery-input-section input{
  display: none;
}

.top-contant{
  background-color: rgb(229, 224, 224);
  width: 90%;
  margin:0px auto 20px auto;
  /* height: 60px; */
  display: flex;
  padding: 0px;
  align-items: center;
  border-radius: 5px;
  box-shadow: 3px 3px 5px lightgray;
  font-family: Lalezar-Regular;
}

.top-contant h3{
  height: 100%;
  margin: 0px;
  background-color: rgb(178, 174, 174);
  line-height: 60px;
  padding: 0px 50px;
  color: #fff;
}

label{
  display: inline-block;
  height: 100%;
  margin: 0 5px;
  line-height: 60px;
  font-size: 16px;
  color: gray;
  cursor: pointer;
  transition: color 0.5s;
  padding-left: 10px;
  padding-right: 10px;

}
.active{
  color: #ffffff;
  background-color: #F81462;
}
label:hover{
  color: #ffffff;
  background-color: #F81462;
}
.photo-gallery{
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns:repeat(4, 1fr) ;
  grid-gap: 20px;
  
}


@media screen and (max-width:992px){
  .photo-gallery{
    grid-template-columns:repeat(3, 1fr);
  }
  .top-contant{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:768px){
  .photo-gallery{
    grid-template-columns:repeat(1, 1fr);
  }
  .top-contant{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}


.pic{
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgb(192, 190, 190) ;
  cursor: pointer;
}

.pic img{
  padding: 5px;
  width: 100%;
  border-radius: 10px;
  transition: .5s;
}



#check1:checked ~ #gallery-label-setion .photo-gallery .pic{
  opacity: 1;
  transform: scale(1);
  position: relative;
  transition: .5s;

}

#check2:checked ~ #gallery-label-setion .photo-gallery .Infrastructure{
  opacity: 1;
  transform: scale(1);
  position: relative;
  transition: .5s;
}


#check2:checked ~ #gallery-label-setion .photo-gallery .Facilities,
#check2:checked ~ #gallery-label-setion .photo-gallery .place
{
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: 0s;
}

#check3:checked ~ #gallery-label-setion .photo-gallery .Facilities{
  opacity: 1;
  transform: scale(1);
  position: relative;
  transition: .5s;
}


#check3:checked ~ #gallery-label-setion .photo-gallery .Infrastructure,
#check3:checked ~ #gallery-label-setion .photo-gallery .place
{
  opacity: 0;
  transform: scale(0);
  position: absolute;
  transition: 0s;

}


/* gallery section end */

/* our team section start */

#our-team-section{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items:center;
  gap: 10px;
}

#our-team-section img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
/* our team section nd */
