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

body{
font-family: NTR sans-serif;


}

.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;
  }
}

.sweets{
	width: 230px;
	height:80px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin: 30px;
	display:inline-block;
	border-radius: 10px;
	border-style:ridge;
	border-color: rgb(5, 4, 4);
	box-shadow: 0px 0px 10px rgb(7, 7, 7);
  
}

.sweets h2{
	font-size:20px;
	text-align: center;
	margin-top: -45px;
	margin-left: 85px;
	
}
.sweets-img {
	width: 80px;
	height: 60px;
	margin-left: 5px;
	margin-top:10px;
}


.sweets a{
	color: #dc1515;
	text-decoration:none;
}
.sweets a:hover{
	color:#2055f4;
	text-decoration:none;
}


.homefoods{
	width: 230px;
	height:80px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin: 30px;
	display:inline-block;
	border-radius: 10px;
	border-style:ridge;
	border-color: rgb(5, 4, 4);
	box-shadow: 0px 0px 10px rgb(7, 7, 7);
  
}

.homefoods h2{
	font-size:20px;
	text-align: center;
	margin-top: -45px;
	margin-left: 85px;
	
}
.homefoods-img {
	width: 80px;
	height: 60px;
	margin-left: 5px;
	margin-top:10px;
}


.homefoods a{
	color: #dc1515;
	text-decoration:none;
}
.homefoods a:hover{
	color:#2055f4;
	text-decoration:none;
}
