.carousel-slide-container {
	position: relative;
	height: 100%;
	width: 100%;
}

.blurred-bg {
	background: conic-gradient(
		from 184deg at 58.65% 53.66%,
		rgba(255, 245, 202, 0.5) 44.18593615293503deg,
		rgba(251, 239, 202, 0.5) 89.49537456035614deg,
		rgba(125, 183, 247, 0.5) 109.84687685966492deg,
		rgba(242, 233, 194, 0.5) 151.53160214424133deg,
		rgba(254, 174, 165, 0.5) 227.83552408218384deg,
		rgba(254, 169, 162, 0.5) 311.44864797592163deg
	);
}

.testimonial-button{
	border-radius: 4px;
	background: #0b1b2b;
	border: none;
}

.custom-buttons {
	align-self: flex-end;
}

.custom-buttons i {
	color: var(--primary-button);
	cursor: pointer;
}

/* Carousel Bootstrap Overrides */

.carousel-indicators {
	position: relative !important;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	padding: 0;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.indicator {
	background-color: rgba(12, 19, 45, 0.6) !important;
	border: none !important;
	height: 8px !important;
	border-radius: 5px !important;
	flex: 1 !important;
	margin: 0 5px !important;
}

.indicator.active {
	background-color: var(--primary-button) !important;
}

.parent-div {
	backdrop-filter: blur(50px);
}
