.date-timeline-section {
	padding: 100px 0;
	position: relative;
}

.rows {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.circle {
	width: 600px;
	height: 600px;
	background: transparent;
	border-radius: 50%;
	color: #fff;
	position: relative;
	border: 2px dashed #e0e0e0;
	left: 0px;
}

.active-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	font-weight: bold;
	color: black;
	text-align: center;
}

.date-list-row,
.dots-list-row {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dots1,
.dots2,
.dots3,
.dots4,
.dots5,
.dots6 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
	transition: ease 0.4s;
	transform: scale(0.9);
}

.date-list {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #330662;
}

.inner-text {
	position: relative;
	display: inline-flex;
	gap: 10px;
	text-align: unset;
}

.inner-text .date {
	font-weight: 900;
	transition: font-size 0.6s;
	color: #d6aef1;
}

.inner-text .text {
	width: 100px;
	word-break: break-word;
	position: absolute;
	left: 80px;
	opacity: 0;
	transition: ease 0.4s;
	color: #330662;
}

.date-list.active .date {
	color: #9720e5;
}

.text-list .out-text {
	margin: auto;
	display: none;
}

.text-list .out-text.active {
	display: block;
}
.text-list {
	width: 40%;
}
.example {
	transform: translate(0, 0) rotate(0deg) scale(1);
}
