/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* .holderCircle::after{
		content:'';
		width:500px;
		height:500px;
		border-radius:100%;
		border:1px solid #000;
		position:absolute;
		top:0;
	} */

.dotCircle {
  width: 500px;
  height: 500px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}
.itemDot, .itemDot:after, .itemDot:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 小圆 */
.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;
}
/* 小圆的同色阴影，塑造立体感 */
.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: #4cafb6;
}
.dotCircle .itemDot1::after {
}
.dotCircle .itemDot1::before {
  border-color: #4cafb6;
}

.dotCircle .itemDot2 {
  background: #42a1a8;
}
.dotCircle .itemDot2::after {
}
.dotCircle .itemDot2::before {
  border-color: #42a1a8;
}

.dotCircle .itemDot3 {
  background: #339aa1;
}

.dotCircle .itemDot3::after {
}
.dotCircle .itemDot3::before {
  border-color: #339aa1;
}

.dotCircle .itemDot4 {
  background: #5ec6e3;
}

.dotCircle .itemDot4::after {
}
.dotCircle .itemDot4::before {
  border-color: #268991;
}

.dotCircle .itemDot5 {
  background: #268991;
}

.dotCircle .itemDot5::after {
}
.dotCircle .itemDot5::before {
  border-color: #207379;
}

.dotCircle .itemDot6 {
  background: #19687c;
}
.dotCircle .itemDot6::after {
}
.dotCircle .itemDot6::before {
  border-color: #19687c;
}

.dotCircle .itemDot7 {
  background: #126377;
}
.dotCircle .itemDot7::after {
}
.dotCircle .itemDot7::before {
  border-color: #126377;
}

.dotCircle .itemDot8 {
  background: #0d586b;
}
.dotCircle .itemDot8::after {
}
.dotCircle .itemDot8::before {
  border-color: #0d586b;
}

.dotCircle .itemDot9 {
  background: #0b596d;
}
.dotCircle .itemDot9::after {
}
.dotCircle .itemDot9::before {
  border-color: #0b596d;
}

.dotCircle .itemDot10 {
  background: #067591;
}
.dotCircle .itemDot10::after {
}
.dotCircle .itemDot10::before {
  border-color: #067591;
}

/* 被激活的小圆，修改背景色 */
.dotCircle .itemDot.active {
  background: #993ec7;
  color: #fff;
  transition: 0.5s;
}
.dotCircle .itemDot.active::before {
  border-color: #993ec7;
}

/* 被激活的小圆，修改背景色 */
.dotCircle .itemDot.active {
  background: #993ec7;
  color: #fff;
  transition: 0.5s;
}
.dotCircle .itemDot.active::before {
  border-color: #993ec7;
}

/* 被激活的小圆，会有两个小光晕在周围，但默认不显示 */
.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: #993ec7;
  color: #fff;
  transition: 0.5s;
}
.dotCircle .itemDot:hover::before {
  border-color: #993ec7;
}

.contentCircle {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background: url(../img/bgcircle.png) no-repeat;
  color: #fff;
  position: relative;
  top: 137px;
  right: 0;
  bottom: 0;
  left: 0;
  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: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  background: #48c3cc;
  /* 这个做到了垂直居中 */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4%;
  box-sizing: border-box;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem1 {
  background: #4cafb6);
}
/* 左半边深色效果 */
.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: #4cafb6;
}
.contentCircle .CirItem2 {
  background: #42a1a8;
}
.contentCircle .CirItem3 {
  background: #339aa1;
}
.contentCircle .CirItem4 {
  background:#268991;
}
.contentCircle .CirItem5 {
  background: #207379;
}
.contentCircle .CirItem6 {
  background: #19687c;
}
.contentCircle .CirItem7 {
  background: #126377;
}
.contentCircle .CirItem8 {
  background: #0d586b;
}
.contentCircle .CirItem9 {
  background: #0b596d;
}
.contentCircle .CirItem10 {
  background: #067591;
}

@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) {
}
