*{
  font-family: 'Itim', cursive;
}

.carousel-item{
  height: 500px;

}

.carousel-image-1{
  background-image: url("pic/in1.jpg");
  background-size : cover;
  position: relative;
  background-repeat:  no-repeat;

}
.carousel-image-2{
  background-image: url("pic/in2.jpg");
  background-size: cover ;
  position: relative;
  background-repeat:  no-repeat;

}
.carousel-image-3{
  background-image: url("pic/in3.jpg");
  background-size: cover ;
  position: relative;
  background-repeat:  no-repeat;

}

#about{
  min-height: 150px;
  position : relative;
  background-image: url("pic/rtn_hexa.jpg");
  background-size: cover;
  background-repeat:  no-repeat;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}

.dark-overlay{
  position: absolute;
  top:0 ;
  left: 0;

  background-color: black ;
  width: 100%;
  height: 100%;
  opacity: 0.7;

}

.nav-link {
  cursor: pointer
}

#show_pointer {
  cursor: pointer
}

#works{
  width: fit-content;
  height: fit-content;
  position : center;
  background-image: url("img_case/own-ortho.jpg");  
  background-repeat:  no-repeat;
  background-size: cover;  
  color: #fff;  
}

#pic_ppl1{
  min-width: 100px;
  min-height: 200px;
  text-align: center;

}


