.carousel-containerid689a1eff1f67c {
	max-width: 1200px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.carousel-indicatorsid689a1eff1f67c {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.carousel-indicatorsid689a1eff1f67c [data-bs-target] {
	width: 12px;
	height: 15px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0 6px;
	transition: all 0.3s ease;
}
.carousel-indicatorsid689a1eff1f67c .active {
	background-color: #fff;
}
.carousel-item {
	transition: transform 0.5s ease;
}
.carousel-control-prev, 
.carousel-control-next {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
	transition: all 0.3s ease;
}
.carousel-control-prev:hover, 
.carousel-control-next:hover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {

}
