.spin-container {
	position: relative;
	width: 100%;
	max-width: 240px;
	height: 600px;
	margin: 33px 0px;
}

.spin-container .half-circle {
	position: absolute;
	width: 100%;
	height: 400px;
	background-color: #f58220;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	left: 0;
	top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	padding-left: 30px;
	text-align: center;
}

.spin-container .icon-wrapper {
	position: absolute;
	width: 65px;
	height: 65px;
	background: white;
	border: 3px dashed #f58220;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.spin-container .icon-wrapper img {
	width: 50px;
	height: 50px;
}

.spin-container .line {
	position: absolute;
	width: 3px;
	height: 105px;
	background-color: #f58220;
	transform-origin: top center;
	z-index: 1;
}

/* Decorative small circles */
.spin-container .small-circle {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: white;
	border: 7px solid #f58220;
	border-radius: 50%;
	z-index: 3;
}

/* 5 small top circles on the semi-circle border */
.spin-container .sc1 {
	top: 122px;
	left: 131px;
}

.spin-container .sc2 {
	top: 214px;
	left: 215px;
}

.spin-container .sc3 {
	top: 319px;
	left: 224px;
}

.spin-container .sc4 {
	top: 407px;
	left: 186px;
}

.spin-container .sc5 {
	top: 460px;
	left: 112px;
}

/* Main icon positions */
.spin-container .icon1 {
	top: 10px;
	left: 170px;
}

.spin-container .line1 {
	top: 70px;
	left: 183px;
	transform: rotate(32deg);
}

.spin-container .icon2 {
	top: 121px;
	left: 288px;
}

.spin-container .line2 {
	top: 163px;
	left: 308px;
	transform: rotate(52deg);
}

.spin-container .icon3 {
	top: 298px;
	left: 337px;
}

.spin-container .line3 {
	top: 333px;
	left: 335px;
	transform: rotate(90deg);
}

.spin-container .icon4 {
	top: 446px;
	left: 287px;
}

.spin-container .line4 {
	top: 423px;
	left: 202px;
	transform: rotate(296deg);
}

.spin-container .icon5 {
	bottom: -12px;
	left: 154px;
}

.spin-container .line5 {
	bottom: -56px;
	left: 171px;
	transform: rotate(150deg);
}

@media (max-width: 480px) {
	.spin-container {
		transform: scale(0.5);
		transform-origin: top left;
	}

	.spin-container {
		height: 300px;
	}

	.spin-container .line5 {
		bottom: -375px;
		left: 180px;
	}

	.spin-container .icon5 {
		bottom: -306px;
		left: 156px;
	}
}

.spin-container .spark_Creativity {
	position: absolute;
	left: 67px;
	width: 137px;
	font-size: 15px;
	font-weight: 500;
	top: 0px;
}

@keyframes zoomInOut {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

.spin-container .zoom-effect {
	animation: zoomInOut 2s ease-in-out infinite;
}

.spin-container .spark_Creativity li i {
	color: #ea512e;
}

.spin-container .spark_Creativity {

	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #6b6b84;
	cursor: pointer;
}

.spin-container .popover p {
	margin-bottom: 2px;
}

.spin-container .popover {

	background-color: #ffffff;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-top: 3px solid #ea512e;
}

.spin-container .popover-body {
	padding: 5px;
}