
/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/	.globe {
		background: url(../images/globe.png) no-repeat;	background-position: center; background-size: 100% }
	.holderCircle{
		width:700px;
		height:700px;
		border-radius:100%;
		margin:0px auto 0px auto;
		position:relative;
	}
	
	/* .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;
		z-index:20;
	}

	.dotCircle  .itemDot{
		display:block;
		width:91x;
		height:91px;
		position:absolute;
		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;
	}
	.dotCircle  .itemDot::before{
		width: 85px;
		height: 85px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index:2;
		
	}
	
	


	.dotCircle  .itemDot2::after	{
		
	}


	
	.dotCircle  .itemDot3::after	{	
		
	}

	

	
	.dotCircle  .itemDot4::after	{
	
	}


	
	.dotCircle  .itemDot5::after	{
	
	}

	

	.dotCircle  .itemDot6::after	{
	
	}

	

	.dotCircle  .itemDot7::after	{
		
	}


	.dotCircle  .itemDot8::after	{
	
	}


	.dotCircle  .itemDot9::after	{
	
	}


	
	
	
	
	
	.dotCircle .itemDot.active{
		background:#c6d42c;
		color:#fff;
		transition:0.5s;
	}

	
	.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;
		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);
		right: -39px;
	}
	
	
	.dotCircle  .itemDot.active .forActive{
		display:block;
	}
	
	
	.dotCircle .itemDot:hover{
		background:#c6d42c;
		color:#fff;
		transition:0.5s;
	}

	
	
	
	
	
	
	.contentCircle{
		width: 225px;
		height: 225px;
		border-radius: 100%;
		/*background: url(../img/bgcircle.png) no-repeat;*/
		color: #fff;
		position: relative;
		top: 240px;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: 0px 0px 69px 1px #2b152e;
		margin: auto;
	}
	
	.contentCircle .CirItem{
		border-radius: 100%;
		color: #282828;
		position: absolute;
		text-align: center;
		bottom: 0;
		left: 0;
		opacity: 0;
		transform: scale(0);
		transition: 0.5s;
		font-weight: bold;
		font-size: 16px;
		/*text-transform: uppercase;*/
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		margin: auto;
		background: #00000054;
		/*line-height: 100px;*/
		padding-top: 0;
	}
	.CirItem img {margin-top: 15px;}
	.CirItem.active{
		z-index:1;
		opacity:1;
		transform:scale(1);
		transition:0.5s;
	}
	
	
	.contentCircle .CirItem1{
		background:rgba(255, 255, 255, 10);
	}
	.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: #fff;
	}
	.contentCircle .CirItem2{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem3{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem4{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem5{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem6{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem7{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem8{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem9{
		background:rgba(255, 255, 255, 10);
	}
	.contentCircle .CirItem10{
		background:rgba(255, 255, 255, 10);
	}

	
	@media only screen and (min-width: 300px) and (max-width: 599px){
	
		.holderCircle {
			width: 300px;
			height: 300px;
			margin:0 auto 200px auto;
		}
		.holderCircle::after {
			width: 100%;
			height: 100%;
		}
		
		.dotCircle{
			width: 100%;
			height: 100%;
			top: 200px;
			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) {
	
	}
	
	
	
	
	
	
	
	
	
	
	