.holderCircle {
  width: 780px;
  height: 780px;
  border-radius: 100%;
  margin: 0px auto;
  position: relative;
}

.corevalueCircle{
  height: 100vh;
  display: grid;
  place-items: center;
}

.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: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 50%;
  text-align: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 5%);
}

.dotCircle .itemDot .heading {
  display: -ms-grid !important;
  display: grid !important;
  place-items: center;
  margin: 0 auto;
  font-size: clamp(0.3rem, 3vw, 1rem);
  word-wrap: break-word;
  width: 100%;
  margin-top: 5px;
}

@media screen and (max-width:1199px) {
  /* .dotCircle .itemDot .heading {
    width: 35%
  } */
  .holderCircle {
    width: 680px;
    height: 680px;
  }
}

@media screen and (max-width:991px) {
  /* .dotCircle .itemDot .heading {
    width: 35%
  } */

  .dotCircle .itemDot .heading{
    font-size:clamp(0.3rem, 2.5vw, 0.6rem);
  }
  .contentCircle .CirItem h4{
    font-size:clamp(0.75rem, 3vw, 1rem)
  }
  .holderCircle {
    width: 680px;
    height: 680px;
  }
}

@media screen and (max-width:767px) {
  /* .dotCircle .itemDot .heading {
    width: 35%
  } */
}

@media screen and (max-width:599px) {
  /* .dotCircle .itemDot .heading {
    width: 34%
  } */
  .dotCircle .itemDot{
    width: 120px;
    height: 120px;
  }

}

@media screen and (max-width:576px) {
  /* .dotCircle .itemDot .heading {
    width: 22%
  } */
  .dotCircle .itemDot {
    width: 100px;
    height: 100px;
  }

}

.dotCircle .itemDot img {
  max-width: 80%;
  max-height: 7vh;
  /* -webkit-filter: brightness(0.25);
  filter: brightness(0.25); */
}

.dotCircle .itemDot.active img,
.dotCircle .itemDot:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.contentCircle {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  color: #000;
  background-color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: auto;
  display: grid;
  place-items: center;
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #000;
  text-align: center;
  padding: 0.5rem;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .holderCircle {
    width: 520px;
    height: 520px;
  }

  .dotCircle .itemDot img {
    max-width: 18vw;
  }
  .contentCircle{
    width: 250px;
    height: 250px;
  }
  .dotCircle .itemDot{
    width: 140px;
    height: 140px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .holderCircle {
    width: 300px;
    height: 300px;
    margin: 30px auto 20px;
  }

  .holderCircle::after {
    width: 100%;
    height: 100%;
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .contentCircle {
    height: 125px;
    width: 125px;
    margin-top: -5px;
  }
  .contentCircle .h3{
    font-size: 0.875rem;
  }
  
}

@media screen and (max-width:599px) {
  .dotCircle .itemDot img {
    max-width: 12vw;
  }

  .holderCircle {
    width: 360px;
    height: 360px;
  }

  

  
}

@media screen and (max-width: 399px) {
  .dotCircle .itemDot img {
    max-width: 10vw;
  }

  .holderCircle {
    width: 300px;
    height: 300px;
  }

  
}