.apartments {
	background-color: var(--bs-bg-one);
}

.img-slider {

	overflow: hidden;
}

.img-slider img,
.carousel-cell img {
	object-fit: cover;
	aspect-ratio: 16/9;
}

.event-card .carousel-indicators {
	display: flex;
	padding-left: 20px;
	bottom: 0;
	background: none;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-moz-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding-left: 0;
	/* margin-right: 15%; */
	margin-left: 2%;
	list-style: none;
}

.button-row {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.slider-indicators .button {
	box-sizing: content-box;
	border: none;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

.apartments .flickity-page-dots {
	bottom: 20px;
	right: 20px;
	text-align: start;
	display: flex;
	justify-content: end;
}

.flickity-page-dots .dot {
	background-color: white;
	width: 28px;
	border-radius: 4px;
	height: 3px;
	margin: 0 4px;
	transition: opacity .6s ease;
}

.slider-indicators .button.is-selected {
	opacity: .9;
	transition: opacity .6s ease;
}

.overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 74.27%, #000 100%);
}

.overlay-text p {
	color: white;
	padding-left: 20px;
	padding-bottom: 20px;
}