/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/

.holderCircle {
	width: 800px;
	height: 800px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* .holderCircle::after{
		content:'';
		width:64px;
		height:64px;
		position:absolute;
		background: url(../../img/icons/spin.png) no-repeat center;
		background-size: contain;
		filter: brightness(0) saturate(100%) invert(44%) sepia(7%) saturate(5481%) hue-rotate(170deg) brightness(98%) contrast(90%);
		top: 0;
		right: 0;
		left: 0;
		display: block;
		margin: 0 auto;
	} */

.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

.dotCircle .itemDot {
	display: block;
	/* width: clamp(50px,10vw,100px);
	height: clamp(50px,10vw,100px); */
	width: 100px;
	height: 100px;
	position: absolute;
	background: #fff;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #307bc4;
}
.dotCircle .itemDot::before {
	content: '';
	position: absolute;
	inset: -5px;
	border: 2px solid #fed104;
	border-radius: 50%;
}
.dotCircle .itemDot.active img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(105%) contrast(107%);
}
.dotCircle .itemDot.active::after {
	border-color: #fff;
}
.dotCircle .itemDot img {
	filter: brightness(0) saturate(100%) invert(49%) sepia(40%) saturate(967%) hue-rotate(168deg) brightness(82%) contrast(85%);
	height: 50px;
	object-fit: contain;
	object-position: center;
}

/* .dotCircle .itemDot::after {
	content: "";
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	border: 3px solid #fff;
}

.dotCircle .itemDot::before {
	content: "";
	width: 85px;
	height: 85px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	border: 3px solid;

} */


/* .dotCircle .itemDot1 {
	background: #ffb048;
}

.dotCircle .itemDot1::after {}

.dotCircle .itemDot1::before {
	border-color: #ffb048
}


.dotCircle .itemDot2 {
	background: #fff;
}

.dotCircle .itemDot2::after {}

.dotCircle .itemDot2::before {
	border-color: #307bc4;
}

.dotCircle .itemDot3 {
	background: #89c445;
}

.dotCircle .itemDot3::after {}

.dotCircle .itemDot3::before {
	border-color: #89c445;
}

.dotCircle .itemDot4 {
	background: #fca72b;
}

.dotCircle .itemDot4::after {}

.dotCircle .itemDot4::before {
	border-color: #fca72b;
}

.dotCircle .itemDot5 {
	background: #3dbea0;

}

.dotCircle .itemDot5::after {}

.dotCircle .itemDot5::before {
	border-color: #3dbea0;
}


.dotCircle .itemDot6 {
	background: #aa229d;
}

.dotCircle .itemDot6::after {}

.dotCircle .itemDot6::before {
	border-color: #aa229d;
}

.dotCircle .itemDot7 {
	background: #e06410;
}

.dotCircle .itemDot7::after {}

.dotCircle .itemDot7::before {
	border-color: #e06410;
}

.dotCircle .itemDot8 {
	background: #1362b7;

}

.dotCircle .itemDot8::after {}

.dotCircle .itemDot8::before {
	border-color: #1362b7;
}

.dotCircle .itemDot9 {
	background: #e52c47;

}

.dotCircle .itemDot9::after {}

.dotCircle .itemDot9::before {
	border-color: #e52c47;
}

.dotCircle .itemDot10 {
	background: #fe4491;
}

.dotCircle .itemDot10::after {}

.dotCircle .itemDot10::before {
	border-color: #fe4491;
} */





.dotCircle .itemDot.active {
    background: linear-gradient(270deg, #307bc4 0%, #274760 100%);
	color: #fff;
	transition: 0.5s;
}

.dotCircle .itemDot.active::before {
	border-color: #307bc4;
}

.dotCircle .itemDot .forActive {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

/* .dotCircle .itemDot .forActive::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 3px solid #FE9290;
	bottom: -31px;
	left: -14px;
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
	content: '';
	width: 6px;
	height: 6px;
	filter: blur(5px);
	top: -15px;
	position: absolute;
	transform: rotate(-45deg);
	border: 6px solid #F48E2A;
	right: -39px;
} */


.dotCircle .itemDot.active .forActive {
	display: block;
}


.dotCircle .itemDot:hover {
	background: #307bc4;
	color: #fff;
	transition: 0.5s;
}
.dotCircle .itemDot:hover img {
	filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(105%) contrast(107%);	
}

.dotCircle .itemDot:hover::before {
	border-color: #307bc4;
}






.contentCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	background-image: linear-gradient(270deg, #307bc4 0%, #274760 100%);
	color: #fff;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 69px 1px rgba(0, 0, 0, 0.33);
	margin: auto;
}
.contentCircle::before {
	content: '';
	position: absolute;
	top: -75px;
	left: -75px;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	height: calc(100% - -150px);
	width: calc(100% - -150px);
    border: 5px dotted #307bc4;
}

.contentCircle .CirItem {
	border-radius: 100%;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	background: #00000054;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.contentCircle .CirItem h6 {
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	text-transform: capitalize;
}

.contentCircle .CirItem p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}


/* .contentCircle .CirItem1{
		background:rgba(255, 176, 72, 0.83);
	}
	.contentCircle .CirItem1::after,
	.contentCircle .CirItem2::after,
	.contentCircle .CirItem3::after,
	.contentCircle .CirItem4::after,
	.contentCircle .CirItem5::after,
	.contentCircle .CirItem6::after,
	.contentCircle .CirItem7::after,
	.contentCircle .CirItem8::after,
	.contentCircle .CirItem9::after,
	.contentCircle .CirItem10::after{
		content:'';
		width:50%;
		height:100%;
		border-bottom-left-radius: 250px;
		border-top-left-radius: 250px;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		background:rgba(0, 0, 0, 0.33);
	} */
/* .contentCircle .CirItem2{
		background:rgba(40, 169, 224, 0.83);
	}
	.contentCircle .CirItem3{
		background:rgba(137, 196, 69, 0.83);
	}
	.contentCircle .CirItem4{
		background:rgba(252, 167, 43, 0.83);
	}
	.contentCircle .CirItem5{
		background:rgba(61, 190, 160, 0.83);
	}
	.contentCircle .CirItem6{
		background:rgba(170, 34, 157, 0.83);
	}
	.contentCircle .CirItem7{
		background:rgba(224, 100, 16, 0.83);
	}
	.contentCircle .CirItem8{
		background:rgba(19, 98, 183, 0.83);
	}
	.contentCircle .CirItem9{
		background:rgba(229, 44, 71, 0.83);
	}
	.contentCircle .CirItem10{
		background:rgba(254, 68, 145, 0.83);
	} */
	@media only screen and (min-width: 300px) and (max-width: 345px) {
		.holderCircle {
			width: 280px;
			height: 280px;
		}
		.contentCircle::before {
			height: calc(100% - -50px);
			width: calc(100% - -50px);
			top: -25px;
			left: -25px;	
		}
		.contentCircle {
			width: 180px;
			height: 180px;
		}
	
		.holderCircle::after {
			width: 100%;
			height: 100%;
		}
	
		.dotCircle {
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
		}
	
		.dotCircle .itemDot {
			width: 40px;
			height: 40px;
		}
		.dotCircle .itemDot img {
			height: 20px;
		}
		.contentCircle .CirItem h6 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}
		.contentCircle .CirItem p {
			font-size: 12px;
			line-height: 18px;
		}

	}

@media only screen and (min-width: 346px) and (max-width: 575px) {

	.holderCircle {
		width: 320px;
		height: 320px;
	}
	.contentCircle::before {
		height: calc(100% - -50px);
		width: calc(100% - -50px);
		top: -25px;
		left: -25px;	
	}
	.contentCircle {
		width: 210px;
		height: 210px;
	}

	.holderCircle::after {
		width: 100%;
		height: 100%;
	}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.dotCircle .itemDot {
		width: 50px;
		height: 50px;
	}
	.dotCircle .itemDot img {
		height: 30px;
	}
	.contentCircle .CirItem h6 {
		font-size: 12px;
	}
	.contentCircle .CirItem p {
		font-size: 12px;
		line-height: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.holderCircle {
		width: 450px;
		height: 450px;
	}
	.contentCircle::before {
		height: calc(100% - -50px);
		width: calc(100% - -50px);
		top: -25px;
		left: -25px;	
	}
	.contentCircle {

		width: 300px;
		height: 300px;
	}

	.holderCircle::after {
		width: 100%;
		height: 100%;
	}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;

	}

	.dotCircle .itemDot {
		width: 50px;
		height: 50px;
	}
	.dotCircle .itemDot img {
		height: 30px;
	}
	.contentCircle .CirItem h6 {
		font-size: 22px;
	}
	.contentCircle .CirItem p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.holderCircle {
		width: 550px;
		height: 550px;
	}
	.contentCircle::before {
		height: calc(100% - -50px);
		width: calc(100% - -50px);
		top: -25px;
		left: -25px;	
	}
	.contentCircle {

		width: 400px;
		height: 400px;
	}

	.holderCircle::after {
		width: 100%;
		height: 100%;
	}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;

	}

	.dotCircle .itemDot {
		width: 70px;
		height: 70px;
	}
	.dotCircle .itemDot img {
		height: 40px;
	}
	.contentCircle .CirItem h6 {
		font-size: 26px;
	}
	.contentCircle .CirItem p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* .holderCircle {
		width: 550px;
		height: 550px;
	}
	.contentCircle::before {
		height: calc(100% - -50px);
		width: calc(100% - -50px);
		top: -25px;
		left: -25px;	
	}
	.contentCircle {

		width: 400px;
		height: 400px;
	}

	.holderCircle::after {
		width: 100%;
		height: 100%;
	}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;

	}

	.dotCircle .itemDot {
		width: 70px;
		height: 70px;
	}
	.dotCircle .itemDot img {
		height: 40px;
	}
	.contentCircle .CirItem h6 {
		font-size: 26px;
	}
	.contentCircle .CirItem p {
		font-size: 16px;
	} */
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {}

@media only screen and (min-width: 1500px) {}