@import url("global.css");

/* start dept page */

.dept-grid {
  margin: auto;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(4, 260px);
  gap: 20px;
}
.dept-grid .dept-grid-box {
 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 10px;
}
.dept-grid .dept-grid-box:hover {
  cursor: pointer;
  background-color: #FFFFF0;
  animation-timing-function: ease-out;
  transform: scale(1.03);
  transition: .4s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.dept-grid .dept-grid-box:not(:hover){
  transform: scale(1);
  transition: .4s;
}
.dept-grid .dept-grid-box .dept-grid-box-img{
  /* border: 1px solid blue; */
  width: 30%;
  height: 100%;
}
.dept-grid .dept-grid-box .dept-grid-box-h2{
  /* border: 1px solid rgb(105, 90, 0); */
  width: 70%;
  /* padding-left: 12px; */

}
.dept-grid .dept-grid-box img {
  /* border: 1px solid red; */
  object-fit:contain;
  width: 100%;
  height: 100%;
}
.dept-grid .dept-grid-box .dept-grid-box-h2 h2{
  font-size: .9rem;
  color: var(--main-color);
  margin-left: 15px;
  font-weight: bold;

}
.slider {
  margin-top: 25px;
  /* border: 1px solid green; */
  width: 100%;
}
.recent-pupblications .splide__list .splide__slide {
  width: 420px;
  height: 220px;
  /* margin-left: 10px; */

  border-radius: 5px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recent-pupblications .splide__list .splide__slide img {
  border-radius: 5px;
  border: 1px solid rgb(0, 0, 0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.recent-pupblications .splide__list .splide__slide img:hover {
  cursor: pointer;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s all ease-in-out;
  border-radius: 10px;
  transform: translate(2px, 3px);
}
.headings-pub{
  font-weight: bold;
  margin: 5px auto;
  font-size: 15px;
  width: fit-content;
  text-align: center;
}
.data-pub{
  font-size: 14px;
  padding: 5px;
  margin: auto;
}
/* .recent-pupblications .splide__arrow--prev {
  left: -1em !important;
}
.recent-pupblications .splide__arrow--next {
  right: -1em !important;
} */
.description-heading{
  color: var(--main-color);
  font-weight: bold;
}
.name-of-pub {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  background: var(--main-color);;
  position: absolute;
  width: 97%;
  bottom: 5px;
}
.faculty-grid .faculty-grid-box img {
  width: 100%;
  height: 235px;
  border-radius: 10px;
  text-align: center;
  object-fit: cover;
}
.submenu {
  display: none;
  position: absolute;
  /* background-color: #fff; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  z-index: 1;
  padding: 0;
}
.contentx{
  width: 100%;
  height: 12rem;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
	border: 1px solid rgb(74, 74, 74);
  position: relative;
}


.dept-alumni {
  /* border: 1px solid blue; */
  width: 100%;
  display: flex;
  background-color: #fbf0f0;
  background-image: url(../../asset/image/background.html);
  background-repeat: no-repeat;
  background-size: 1600px 630px;
  justify-content: space-between;
  height: 500px;
}
.image-back {
  width: 40%;
  height: 100%;
}
.dept-alumni img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.infosec {
  /* border: 1px solid black; */
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  justify-content: space-between;
  width: 60%;
}
.infosec .alumni-text {
  color: var(--main-color);
  font-weight: bolder;
  font-size: 1.5rem;
}
.infosec .des {
  /* margin-top: -100px; */
  text-align: justify;
  font-size: 1rem;
}
.infosec .btns {
  /* border: 1px solid yellowgreen; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infosec .btns .btn1 {
  color: var(--main-color);
}
.infosec .btns div {
  border: 2px solid var(--main-color);
  padding: 10px 80px;
  cursor: pointer;
  border-radius: 5px;
}
.infosec .btns .btn2 {
  background-color: var(--main-color);
  color: white;
}
.infosec .btns div {
  border: 2px solid var(--main-color);
  padding: 10px 80px;
  cursor: pointer;
  border-radius: 5px;
}
.gallery {
  /* border: 1px solid green; */
  margin-top: 50px;
  margin-bottom: 50px;
}
.gallery h2 {
  font-weight: bolder;
  font-size: 30px;
  color: var(--main-color);
}
.containero {
  /* border: 1px solid rgb(0, 255, 55); */
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.galleryo {
  /* border: 1px solid red; */
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.galleryo img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin: 0;
  border: 1px solid lightgray;
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  max-width: 70%;
}
.modal-content {
  background-color: transparent;
  border: none;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.modal-content {
  backdrop-filter: blur(5px) !important;
  color: #3a3a3a;
  background-color: #9ccca130 !important;
}
.modal-body img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.faculty-grid-box {
  width: 100%;
  height: 13rem;
  padding: 1rem;
  margin: 0 auto 30px;
  border: 1px solid #b9b9b9;
  display: flex;
  border-radius: 5px;
  background: url(../image/99.jpg);
  background-size: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;
}

.image-dept {
  /* padding: 1rem; */
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 4px solid var(--main-color);;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.image-dept img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-dept {
  /* border: 1px solid red; */
  margin-left: 2rem;
  padding: 1rem;
}
.right-dept h3 {
  font-size: 2rem;
  font-family: "Castoro", serif;
  font-weight: bold;
  color: var(--main-color);;
}
.right-dept h4 {
  font-size: 1.5rem;
  font-family: "Castoro", serif;
  /* font-weight: bold; */
  color: #121212d1;
  font-style: italic;
}

.right-dept p {
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--main-color);;
  margin: 5px 0;
}
.right-dept a{
font-size: 1rem;
}
.button-dept {
  /* margin-top: 6%; */
  position: absolute;
  right: 3%;
  top: 46%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: var(--main-color);;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  width: 200px;
  font-size: 15px;
}

.icon-dept {
width: 24px;
height: 24px;
transition: all 0.3s ease-in-out;
}

.button-dept:hover {
  transform: scale(1.05);
  border-color: #fff9;
  color: white;
}

.button-dept:hover .icon-dept {
transform: translate(4px);
}

.button-dept:hover::before {
animation: shine 1.5s ease-out infinite;
}

.button-dept::before {
content: "";
position: absolute;
width: 100px;
height: 100%;
background-image: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(255, 255, 255, 0.8),
  rgba(255, 255, 255, 0) 70%
);
top: 0;
left: -100px;
opacity: 0.6;
}

@keyframes shine {
0% {
  left: -100px;
}

60% {
  left: 100%;
}

to {
  left: 100%;
}
}
.header {
  position: absolute;
  color: #ffffff;
  top: 30%;
  font-size: 1rem;
  left: 5%;
  z-index: 1;
}
.header h1{
  font-size: 2.3rem;
  font-family: var(--heading-font);
}
nav.navbar.navbar-expand-lg.navbar-light.dept-menu {
  /* background: var(--main-color); */
  background: #fae7e7;
  /* color: white; */
}
.dept-menu .nav-link {
  color: #a61e22 !important;
  /* padding: 0.5rem 1rem !important; */
}
.dept-menu .nav-item:hover .nav-link {
  color: #4a0002 !important;
}
section.description {
  margin-top: 20px;
}
.faculty-grid {
  margin: 0;
  display: flex;
  grid-template-columns: repeat(4, 230px);
  gap: 15px;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.faculty-grid .faculty-grid-box {
  /* background-image: url(./asset/image/5333978.jpg) !important; */
  border-radius: 10px;
  background: #fffafa;
  display: flex;
  gap: 0px;
  width: 200px;
  height: 370px;
  backdrop-filter: blur(1px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  /* border: 1px solid red; */
  padding: 5px;
  flex-direction: column;
}
.faculty-grid .faculty-grid-box img {
  width: 100%;
  height: 235px;
  border-radius: 10px;
  text-align: center;
  object-fit: cover;
}
.faculty-grid .faculty-grid-box h3 {
  text-align: center;
  font-weight: bold;
  color: var(--main-color);
  font-size:1rem;
}
.faculty-grid .faculty-grid-box h4 {
  text-align: center;
  color: var(--main-color);
  font-size: .9rem;
}
.faculty-grid .faculty-grid-box h4 {
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
}
.faculty-grid .faculty-grid-box a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #a5260f;
  padding: .3rem 1rem;
  border-radius: 300px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.faculty-grid p {
  margin: 0;
  font-size: .8rem;
  padding: 0 5px 0 0;
  line-height: .9rem;
  text-align: justify;
  overflow: hidden;
  overflow-y: scroll;
}
.images-galery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-around;
}
.data-a {
  border: 1px solid #cbcbcb;
  width: 300px;
  display: flex;
  height: 400px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  flex-direction: column;
}
.data-a img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}
.data-a h3 {
  font-weight: bold;
  font-size: 1rem;
  color: var(--main-color);
}
.data-a p {
  font-size: .9rem;
  margin: 0;
  /* height: 100px; */
  text-align: justify;
  padding: 0 5px 0 0;
  overflow: hidden;
  overflow-y: scroll;
  line-height: .95rem;
}
.profile-nav-tabber .nav-tabs {
  border-bottom: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background: none;
  width: 100% !important;
  display: flex;
  border-bottom: 0 !important;
  flex-wrap: wrap !important;
  row-gap: 5px !important;
  align-content: center !important;
  justify-content: flex-start !important;
  /* align-items: center !important; */
}
.profile-nav-tabber .nav-tabs .nav-link.active {
  color: #000000 !important;
  background-color: var(--active-color) !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
}
.profile-nav-tabber .nav-tabs .nav-link {
  text-align: center !important;
  background-color: #ffffff;
  color: rgb(0 0 0) !important;
  border: 1px solid #303030 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  font-weight: bold;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.tab-pane .grid-profile-group {
  display: grid;
  grid-template-columns: repeat(2, 350px);
  row-gap: 25px;
  justify-content: space-evenly;
}
.tab-pane .grid-profile-group .grid-profile-group-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 7px;
  background-image: url(../image/5333978.html);
  background-size: 350px, 100px;
}
.tab-pane .grid-profile-group .grid-profile-group-box .grid-profile-group-box-image {
  width: 100px;
  height: 100px;
  margin: 0;
  /* border: 1px solid green; */
}
.tab-pane .grid-profile-group .grid-profile-group-box .grid-profile-group-box-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.tab-pane .grid-profile-group .grid-profile-group-box .grid-profile-group-box-tag {
  text-align: center;
  margin-top: 10px;
  width: 70%;
  /* border: 1px solid greenyellow; */
}
.tab-pane .grid-profile-group .grid-profile-group-box .grid-profile-group-box-tag h5 {
  color: var(--main-color);
  font-weight: bold;
}
.tab-pane .grid-profile-group .grid-profile-group-box .grid-profile-group-box-tag p {
  margin-top: -10px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.tab-pane .grid-profile-group .grid-profile-group-box .grid-profile-group-box-tag p:last-child {
  color: var(--main-color);
}
.tab-pane .grid-profile-group .grid-profile-group-box:not(:hover) {
  transition: .4s;
}
section.description {
  position: relative;
  margin-top: 20px;
  z-index: 0;
}
section.description p {
  text-align: justify;
}
#navbarNavDropdownDept {
  z-index: 1;
}
.navbar-light .navbar-toggler {
  z-index: 2;
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
h3.selected-publications {
  font-size: 1.4rem;
  font-family: var(--heading-font);
  text-align: center;
  border-bottom: 1px solid var(--main-color);
  padding: 10px 0 5px 0;
  width: 100%;
  /* font-weight: bold; */
  color: var(--main-color);
  margin: 0;
}
.accordion-header {
  margin: 0%;
  padding: 10px;
  display: flex;
  background-color: #ededed;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}
button.accordion-button {
  border: none;
  color: #000000;
  text-align: left;
  width: 100%;
  background: none;
  margin: 0 !important;
  font-size: 1rem;
}
.accordion-body{
  padding: 5px;
}
.accordion-body p{
  margin: 0;
}
.accordion-header i {
  font-size: 1rem;
  margin: 0 0 0 5px;
}
.accordion-button:focus {
  outline: none !important;
  border: none !important;
}
.modal-title {
  color: #fff2f2;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}