﻿/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/

.holderCircle {
	width: 800px;
	height: 800px;
	border-radius: 100%;
	margin: 60px auto;
	position: relative;
	margin-top: 302px;
	left: -349px;
}

/* .holderCircle::after{
		content:'';
		width:500px;
		height:500px;
		border-radius:100%;
		border:1px solid #000;
		position:absolute;
		top:0;
	} */

.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: 120px;
	height: 120px;
	position: absolute;
	background: #ddd;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 120px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	background-size: 120px 120px;
}

.dotCircle .itemDot::after {
	content: "";
	width: 117px;
	height: 117px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	border: 3px solid #941414;
}
.dotCircle .itemDot::before {
}

.dotCircle .itemDot1 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot1::after {
}
.dotCircle .itemDot1::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot2 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot2::after {
}
.dotCircle .itemDot2::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot3 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot3::after {
}
.dotCircle .itemDot3::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot4 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot4::after {
}
.dotCircle .itemDot4::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot5 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot5::after {
}
.dotCircle .itemDot5::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot6 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot6::after {
}
.dotCircle .itemDot6::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot7 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot7::after {
}
.dotCircle .itemDot7::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot8 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot8::after {
}
.dotCircle .itemDot8::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot9 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot9::after {
}
.dotCircle .itemDot9::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot10 {
	background: url() no-repeat;
	background-size: 120px 120px;
}
.dotCircle .itemDot10::after {
}
.dotCircle .itemDot10::before {
	background: url() no-repeat;
	background-size: 120px 120px;
}

.dotCircle .itemDot.active {
}
.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 {
	width: 5px;
	height: 5px;
	border: 3px solid #fe9290;
	bottom: -31px;
	left: -14px;
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
	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;
}

.contentCircle {
	width: 450px;
	height: 450px;
	color: #fff;
	position: relative;
	top: 175px;
	right: 0;
	bottom: 0;
	left: -4px;
	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;
	border: 5px solid #941414;
}
.contentCircle .CirItem img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.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: 599px) {
	.holderCircle {
		width: 300px;
		height: 300px;
		margin: 110px auto;
	}
	.holderCircle::after {
		width: 100%;
		height: 100%;
	}

	.dotCircle {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
}

@media only screen and (min-width: 1500px) {
}
