.about {
    width: 100%;
    height: 100vh;
}

.about__container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.about__decor {
    width: 1179px;
    height: 1179px;
    border-radius: 50%;
    position: absolute;
    background-image: radial-gradient(rgba(0, 0, 0, 0) calc(66% - 2px), rgb(217, 217, 217) calc(66% - 1px), rgba(0, 0, 0, 0) 66%);
    right: -50%;
    bottom: -50%;
}

.about__decor::after, .about__decor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: spin linear infinite;
    animation: spin linear infinite;
}

.about__decor::after {
    background-image: radial-gradient(circle closest-side at 50% 40px, rgb(129, 112, 217) 0.625em, rgba(0, 0, 0, 0) 0.6875em);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.about__decor::before {
    background-image: radial-gradient(circle closest-side at 50% 40px, rgb(129, 112, 217) 7px, rgba(0, 0, 0, 0) 7px);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.about__title {
  /* about product */
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
    color: #004259;
}

.about__sub-title {
    font-family: Manrope;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
    color: #004259;
    margin: 10px 0 0 0;
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.circle {
    position: relative;
}

.circle-one {
    width: 560px;
    height: 715px;
    background-image: url("../images/hexagon.svg");
  /* BI Analytics */
    position: relative;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #909090;
    --num-icons: 5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.circle-one__text {
    width: auto;
    text-align: start;
    height: 30px;
    position: absolute;
}

.circle-one__text:after {
  /* Ellipse 36 */
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(43.03deg);
    transform: rotate(43.03deg);
    background: rgb(0, 66, 89);
}

.circle-one__text:nth-of-type(1) {
    top: -30px;
    left: calc(50% - 82px);
}

.circle-one__text:nth-of-type(1):after {
    left: 50%;
    bottom: -23px;
}

.circle-one__text:nth-of-type(2) {
    top: 128px;
    right: -186px;
}

.circle-one__text:nth-of-type(2):after {
    left: -40px;
}

.circle-one__text:nth-of-type(3) {
    bottom: 198px;
    right: -153px;
}

.circle-one__text:nth-of-type(3):after {
    left: -40px;
}

.circle-one__text:nth-of-type(4) {
    bottom: 198px;
    left: -164px;
}

.circle-one__text:nth-of-type(4):after {
    right: -41px;
}

.circle-one__text:nth-of-type(5) {
    top: 128px;
    left: -283px;
}

.circle-one__text:nth-of-type(5):after {
    right: -50px;
}

.circle-one__text:nth-of-type(6) {
    bottom: -20px;
    left: calc(50% - 119px);
}

.circle-one__text:nth-of-type(6):after {
    left: 50%;
    top: -14px;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circle-two {
    width: 416px;
    height: 350px;
    position: absolute;
    z-index: 2;
    top: calc(50% - 175px);
    left: calc(50% - 205px);
}

.circle-two svg {
    width: 100%;
    max-width: 416px;
    height: auto;
}

.circle-two__text {
    cursor: auto;
    text-align: center;
    position: absolute;
    z-index: 4;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(241, 242, 242);
    cursor: pointer;
    top: 0px;
    left: 50%;
}

.circle-two__text:nth-of-type(1) {
    left: calc(50% - 61px);
    top: 50px;
    color: #000;
}

.circle-two__text:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 45%;
    left: 129px;
    z-index: 8;
}

.circle-two__text:nth-of-type(3) {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 45%;
    right: 120px;
    z-index: 8;
}