
.circel-boxs>* {
    user-select: none;
}

.circel-boxs {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
}

.circel-boxs-body {
    position: relative;
    height: 576px;
    margin: 0 auto;
    width: 960px;
}

.circle-img {
    padding-bottom: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: auto;
    cursor: inherit;
    transition-property: none;
    mix-blend-mode: normal;
    z-index: 3;
}

.ci {
    display: block;
    transform: scale(1, 1);
    width: 342px;
    height: 398px;
    transform-origin: center center;
    border-width: 0px;
    transition-property: none;
}

.blue-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 473px;
    height: 473px;
    transform-origin: center center;
    opacity: 1;
    transition-property: none;
    z-index: 1;
}

.green-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 386px;
    height: 386px;
    transform-origin: center center;
    opacity: 1;
    transition-property: none;
    z-index: 2;
}

.icon-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    height: 520px;
    transform-origin: center center;
    opacity: 1;
    transition-property: none;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
}

.rectangular-boxs {
    width: 100%;
    height: 520px;
    display: none;
    background-repeat: no-repeat;
    position: relative;
    background-color:#444;
}

.rect-icon-container {
    position: absolute;
    left: 0;
    bottom: 0;
}

.rect-icon-container .rect-icon-boxs {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.icon-container .icon-boxs {
    width: 50%;
    display: flex;
    align-items: center;
}

.icon-container .content-side:nth-child(odd) {
    justify-content: flex-end;
}

.icon-container .content-side:nth-child(even) .icons {
    margin-right: 4px;
}

.rect-icon-container .rect-content-side:nth-child(even) .rect-icons {
    margin-right: 1px;
}

.icon-container .content-side:nth-child(odd) .icons {
    margin-left: 4px;
}

.rect-icon-container .rect-content-side:nth-child(odd) .rect-icons {
    margin-left: 4px;
}

.icon-boxs .icons {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rect-icon-boxs .rect-icons {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-boxs .icons i {
    font-size: 30px;
    color: #000;
}

.rect-icon-boxs .rect-icons i {
    font-size: 30px;
    color: #000;
}

.icon-boxs1 .text-boxs {
    background-color: var(--bgcolor1);
}

.icon-boxs2 .text-boxs {
    background-color: var(--bgcolor2);
}

.icon-boxs3 .text-boxs {
    background-color: var(--bgcolor3);
}

.icon-boxs4 .text-boxs {
    background-color: var(--bgcolor4);
}

.icon-boxs5 .text-boxs {
    background-color: var(--bgcolor5);
}

.icon-boxs6 .text-boxs {
    background-color: var(--bgcolor6);
}

.icon-boxs7 .text-boxs {
    background-color: var(--bgcolor7);
}

.icon-boxs8 .text-boxs {
    background-color: var(--bgcolor8);
}

.icon-boxs1 .icons:hover {
    background-color: var(--bghovercolor1);
}

.icon-boxs1 .icons i {
    color: var(--bgcolor1);
}

.icon-boxs2 .icons:hover {
    background-color: var(--bghovercolor2);
}

.icon-boxs2 .icons i {
    color: var(--bgcolor2);
}

.icon-boxs3 .icons:hover {
    background-color: var(--bghovercolor3);
}

.icon-boxs3 .icons i {
    color: var(--bgcolor3);
}

.icon-boxs4 .icons:hover {
    background-color: var(--bghovercolor4);
}

.icon-boxs4 .icons i {
    color: var(--bgcolor4);
}

.icon-boxs5 .icons:hover {
    background-color: var(--bghovercolor5);
}

.icon-boxs5 .icons i {
    color: var(--bgcolor5);
}

.icon-boxs6 .icons:hover {
    background-color: var(--bghovercolor6);
}

.icon-boxs6 .icons i {
    color: var(--bgcolor6);
}

.icon-boxs7 .icons:hover {
    background-color: var(--bghovercolor7);
}

.icon-boxs7 .icons i {
    color: var(--bgcolor7);
}

.icon-boxs8 .icons:hover {
    background-color: var(--bghovercolor8);
}

.icon-boxs8 .icons i {
    color: var(--bgcolor8);
}

.icon-boxs .text-boxs {
    padding: 8px 12px;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.icon-container .icon-boxs1,
.icon-container .icon-boxs7 {
    padding-right: 120px;
}

.icon-container .icon-boxs2,
.icon-container .icon-boxs8 {
    padding-left: 120px;
}

.icon-container .icon-boxs3,
.icon-container .icon-boxs5 {
    padding-right: 200px;
}

.icon-container .icon-boxs4,
.icon-container .icon-boxs6 {
    padding-left: 200px;
}

/*For rectangular shape*/
.rect-icon-boxs1 .rect-text-boxs {
    background-color: var(--bghovercolor1);
}

.rect-icon-boxs2 .rect-text-boxs {
    background-color: var(--bghovercolor2);
}

.rect-icon-boxs3 .rect-text-boxs {
    background-color: var(--bghovercolor3);
}

.rect-icon-boxs4 .rect-text-boxs {
    background-color: var(--bghovercolor4);
}

.rect-icon-boxs5 .rect-text-boxs {
    background-color: var(--bghovercolor5);
}

.rect-icon-boxs6 .rect-text-boxs {
    background-color: var(--bghovercolor6);
}

.rect-icon-boxs7 .rect-text-boxs {
    background-color: var(--bghovercolor7);
}

.rect-icon-boxs8 .rect-text-boxs {
    background-color: var(--bghovercolor8);
}

.rect-icon-boxs1 .rect-icons:hover {
    background-color: var(--bghovercolor1);
}

.rect-icon-boxs1 .rect-icons i {
    color: var(--bgcolor1);
}

.rect-icon-boxs2 .rect-icons:hover {
    background-color: var(--bghovercolor2);
}

.rect-icon-boxs2 .rect-icons i {
    color: var(--bgcolor2);
}

.rect-icon-boxs3 .rect-icons:hover {
    background-color: var(--bghovercolor3);
}

.rect-icon-boxs3 .rect-icons i {
    color: var(--bgcolor3);
}

.rect-icon-boxs4 .rect-icons:hover {
    background-color: var(--bghovercolor4);
}

.rect-icon-boxs4 .rect-icons i {
    color: var(--bgcolor4);
}

.rect-icon-boxs5 .rect-icons:hover {
    background-color: var(--bghovercolor5);
}

.rect-icon-boxs5 .rect-icons i {
    color: var(--bgcolor5);
}

.rect-icon-boxs6 .rect-icons:hover {
    background-color: var(--bghovercolor6);
}

.rect-icon-boxs6 .rect-icons i {
    color: var(--bgcolor6);
}

.rect-icon-boxs7 .rect-icons:hover {
    background-color: var(--bghovercolor7);
}

.rect-icon-boxs7 .rect-icons i {
    color: var(--bgcolor7);
}

.rect-icon-boxs8 .rect-icons:hover {
    background-color: var(--bghovercolor8);
}

.rect-icon-boxs8 .rect-icons i {
    color: var(--bgcolor8);
}

.rect-icon-boxs .rect-text-boxs {
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
}

.rect-icon-boxs .rect-text-boxs a {
    color: var(--bluecolor);
}

/*End for rectangular shape*/
@media (max-width: 992px) {
    .circel-boxs {
        display: none;
    }

    .rectangular-boxs {
        display: block;
    }
}
