
.holderCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	margin: 60px auto;
	position: relative;
}

.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: 80px;
	height: 80px;
	position: absolute;
	background: #ddd;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
}

.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;
}
.CirItem {
            padding: 10px;
            margin: 5px;
            border: 1px solid black;
            cursor: pointer !important;
        }
.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: rgb(6, 86, 142);
}
.dotCircle .itemDot1::before {
	border-color: #ffb048;
}

.dotCircle .itemDot2 {
	background: #28a9e0;
}
.dotCircle .itemDot2::before {
	border-color: #28a9e0;
}

.dotCircle .itemDot3 {
	background: #89c445;
}
.dotCircle .itemDot3::before {
	border-color: #89c445;
}

.dotCircle .itemDot4 {
	background: #fca72b;
}
.dotCircle .itemDot4::before {
	border-color: #fca72b;
}

.dotCircle .itemDot5 {
	background: #3dbea0;
}
.dotCircle .itemDot5::before {
	border-color: #3dbea0;
}

.dotCircle .itemDot6 {
	background: #aa229d;
}
.dotCircle .itemDot6::before {
	border-color: #aa229d;
}

.dotCircle .itemDot7 {
	background: #e06410;
}
.dotCircle .itemDot7::before {
	border-color: #e06410;
}

.dotCircle .itemDot8 {
	background: #1362b7;
}
.dotCircle .itemDot8::before {
	border-color: #1362b7;
}

.dotCircle .itemDot.active {
	background: rgb(6, 86, 142);
	color: #fff;
	transition: 0.5s;
}
.dotCircle .itemDot.active::before {
	border-color: #34495e;
}

.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: rgb(6, 86, 142);
	color: #fff;
	transition: 0.5s;
}
.dotCircle .itemDot:hover::before {
	border-color: #34495e;
}

.contentCircle {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background: url(../images/bgcircle.png) no-repeat;
	color: #fff;
	position: relative;
	top: 127px;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 69px 1px #2b152e;
	margin: auto;
}

.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;
	line-height: 250px;
}

.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}

.contentCircle .CirItem1 {
	background: rgba(255, 176, 72, 0.83);
}
.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 .CirItem::after,
.contentCircle .CirItem::before {
	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);
}


@media only screen and (max-width: 850px) {
    .holderCircle {
        width: 350px;
        height: 350px;
        margin: 110px auto;
    }
    .dotCircle .itemDot {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 28px;
    }
    .dotCircle .itemDot::after,
    .dotCircle .itemDot::before {
        width: 82px;
        height: 82px;
    }
    .contentCircle {
        width: 200px;
        height: 200px;
        line-height: 200px;
        top: 100px;
    }
    .contentCircle .CirItem {
        line-height: 200px;
    }
}

@media only screen and (max-width: 300px) {
    .holderCircle {
        width: 250px;
        height: 250px;
        margin: 90px auto;
    }
    .dotCircle .itemDot {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .dotCircle .itemDot::after,
    .dotCircle .itemDot::before {
        width: 52px;
        height: 52px;
    }
    .contentCircle {
        width: 120px;
        height: 120px;
        line-height: 120px;
        top: 60px;
    }
    .contentCircle .CirItem {
        line-height: 120px;
    }
}

@media only screen and (max-width: 540px) {
    .holderCircle {
        width: 250px;
        height: 250px;
        margin: 90px auto;
    }
    .dotCircle .itemDot {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .dotCircle .itemDot::after,
    .dotCircle .itemDot::before {
        width: 52px;
        height: 52px;
    }
    .contentCircle {
        width: 120px;
        height: 120px;
        line-height: 120px;
        top: 60px;
    }
    .contentCircle .CirItem {
        line-height: 120px;
    }
}


@media only screen and (max-width: 760px) {
    .holderCircle {
        width: 320px;
        height: 320px;
        margin: 100px auto;
    }
    .dotCircle .itemDot {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }
    .dotCircle .itemDot::after,
    .dotCircle .itemDot::before {
        width: 72px;
        height: 72px;
    }
    .contentCircle {
        width: 180px;
        height: 180px;
        line-height: 180px;
        top: 90px;
    }
    .contentCircle .CirItem {
        line-height: 180px;
    }
}




@media only screen and (max-width: 599px) {
	.holderCircle {
		width: 300px;
		height: 300px;
		margin: 110px auto;
	}
	.dotCircle .itemDot {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.dotCircle .itemDot::after,
	.dotCircle .itemDot::before {
		width: 62px;
		height: 62px;
	}
	.contentCircle {
		width: 150px;
		height: 150px;
		line-height: 150px;
		top:75px;
	}
	.contentCircle .CirItem {
		line-height: 150px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.holderCircle {
		width: 400px;
		height: 400px;
	}
	.dotCircle .itemDot {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}
	.dotCircle .itemDot::after,
	.dotCircle .itemDot::before {
		width: 72px;
		height: 72px;
	}
	.contentCircle {
		width: 200px;
		height: 200px;
		line-height: 200px;
	}
	.contentCircle .CirItem {
		line-height: 200px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.holderCircle {
		width: 450px;
		height: 450px;
	}
	.dotCircle .itemDot {
		width: 75px;
		height: 75px;
		line-height: 75px;
		font-size: 28px;
	}
	.dotCircle .itemDot::after,
	.dotCircle .itemDot::before {
		width: 77px;
		height: 77px;
	}
	.contentCircle {
		width: 225px;
		height: 225px;
		line-height: 225px;
	}
	.contentCircle .CirItem {
		line-height: 225px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.holderCircle {
		width: 480px;
		height: 480px;
	}
	.dotCircle .itemDot {
		width: 78px;
		height: 78px;
		line-height: 78px;
		font-size: 29px;
	}
	.dotCircle .itemDot::after,
	.dotCircle .itemDot::before {
		width: 80px;
		height: 80px;
	}
	.contentCircle {
		width: 240px;
		height: 240px;
		line-height: 240px;
	}
	.contentCircle .CirItem {
		line-height: 240px;
	}
}

@media only screen and (min-width: 1200px) {
	.holderCircle {
		width: 500px;
		height: 500px;
	}
	.dotCircle .itemDot {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
	}
	.dotCircle .itemDot::after,
	.dotCircle .itemDot::before {
		width: 82px;
		height: 82px;
	}
	.contentCircle {
		width: 250px;
		height: 250px;
		line-height: 250px;
		margin: auto;
	}
	.contentCircle .CirItem {
		line-height: 250px;
	}
}
