 ul{
 	background-color: red;
 	font-size: 100%;

 }
.nav li a{
	color: white;
	margin: 10px;
}
header{
	background: white;
	color: red;
	padding: 10px;
	text-align: center; 
}


.container{
		max-width: 100%;
  margin: 0 auto;
}
.container-fluit {

  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: black+;
}

.owl-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.item {
  background: white;
  border-radius: 8px;
  box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.item:hover {
  transform: translateY(-5px);
}

.item img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.title {
  font-size: 1.2em;
  color: black;
}

.cost {
  color: red;
  font-weight: bold;
}

.nutan {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: red;
  border-radius: 5px;
}