/* Your custom styles */
.carousel .carousel-indicators li {
    max-width: 30px;
    height: 10px;
    border-radius: 0% !important;
    cursor: pointer; }

body{
font-family: NTR sans-serif;


}
.btn-primary,  .bg-primary{
  
    background-image: linear-gradient(45deg ,rgb(85, 57, 241),rgb(245, 9, 87));
  
}
.btn-secodary,  .bg-secondary{
  
  background-image: linear-gradient(45deg ,rgb(96, 94, 104),rgb(241, 19, 19));

}
.adds{
  border: 5px;
  border-color: red;
}

.map{
	width: 10px;
	height: 10px;
}
.blink {
  animation: blink 1s steps(1, end) infinite;
  
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container{
  width: 300px;
  height: 200px;
}
.nayakulu-photo{
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
 
}

.nayakulu-icons{
 font-size: 20px;
 padding: 5px;
 margin-top: 10px;

}
.nayakulu-names{
  line-height: .20;
  margin: 2px;
  margin-top: -95px;
  margin-left: 35px;
  

}
.nayakulu-names h3{
  
  font-size: 20px;
  margin: 2px;
  font-weight: 800;
  color: blue;
  

}

  