/*
	create by nasir farhadi
	email : nasirfarhadi92@gmail.com
	Github : nasirfarhadi92
*/

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 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: 12%;
    height: 12%;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 62px;
    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: 0px 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: 0px solid;
}

.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;
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.contentCircle {
    width: 50%;
    height: 50%;
    border-radius: 100%;
    background-color: #000;
    color: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.contentCircle .CirItem {
    border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.CirItem h2 {
    font-size: 25px;
}

.CirItem span {
    margin-top: 10px;
    line-height: 25px;
}

.content-slid {
    padding: 10px 25px;
    text-align: center;
}

.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;
}

.CirItem {
    line-height: initial !important;
    vertical-align: middle !important;
    /* margin-top: auto !important; */
    /* margin-bottom: auto !important; */
    display: initial;
    margin-top: auto !important;
    margin-bottom: auto !important;
    top: 50% !important;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 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) {}