#project-detail #main-content img {
  max-width: 100%;
  height: auto;
  object-fit: fill;
  cursor: pointer;
}

#project-detail #main-content iframe {
  width: 100%;
  height: 60vh;
}

#project-navbar .nav-link {
  cursor: pointer;
}

#project-detail #slide img {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

#project-navbar {
  z-index: 8;
}

#project-detail #project-main {
  z-index: 3;
}

.sub-part h5 {
  background: linear-gradient(to right, #D5DB4C 0%, #096c47 100%);
	background-clip: text;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.sub-part h5 span {
  border-bottom: 2px var(--sec-color--) solid;
}

@media screen and (max-width: 500px) {
  #project-detail #slide img {
    height: 30vh;
  }

  #project-detail #main-content iframe {
    height: 40vh;
  }

  #project-detail #project-main .sub-part {
    padding-top: 1.5rem;
  }

  .sub-part h5 {
    font-size: 1.7rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}



/* Sliders */
.carousel-item img {
  width: 100%;
  height: 500px !important;
}

.ct-carousel-indicators img {
  width: 100%;
  height: 80px !important;
}

/* Sidebar menu */
#fix #project-sidebar {
  border: var(--sec-color--) solid 1px;
  transition-duration: 0.5s;
}

#fix #project-sidebar h5 {
  font-size: 1rem;
  font-weight: bold;
  transition-duration: 0.5s;
  color: var(--pri-color--);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-bottom: #dee2e6 solid 1px;
  margin-bottom: 0;
}

#fix #project-sidebar a {
  border-bottom: #dee2e6 solid 1px;
  cursor: pointer;
  padding: 0.3rem 0;
}

#fix #project-sidebar a:last-child {
  border-bottom: none;
}

#fix #project-sidebar a span {
  /* color: var(--sec-color--); */
  padding: 0 1rem;
}


@media screen and (max-width: 500px) {
  /* Sliders */
  .carousel-item img {
    width: 100%;
    height: 220px !important;
  }
  
  .ct-carousel-indicators img {
    width: 100%;
    height: 40px !important;
  }
}
