@import url(../fonts/font_stylesheet.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

.about-mir {
    display: block;
    width: 100%;
    background-color: #0a1e35;
    position: relative;
    top: 1px;
}

.first-row {
    width: 100%;
    height: 12vh;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid .5px rgba(193, 193, 193, 0.317);
}

.info-col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid .5px rgba(193, 193, 193, 0.317);
    width: 30%;
    height: 100%;
    padding: 15px;
}

.info-col:last-child {
    border-right: solid .5px rgba(193, 193, 193, 0.317);
}

.info-icon {
    display: block;
}

.info-icon img {
    width: 50px;
}

.info-text {
    display: block;
    padding-left: 15px;
}

.info-text h4 {
    color: #b8967e;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0;
}

.info-text h1 {
    color: #f1f1f1;
    text-transform: capitalize;
    font-size: 18px;
}

.leading-firm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10vh 0 8vh;
}

.leading-firm-col-left {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leading-firm-col-left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 100%;
    position: relative;
}

.leading-firm-label {
    font-size: 50px;
    letter-spacing: .015in;
    color: #f1f1f1;
    font-family: 'dragon-serialregular';
    text-transform: capitalize;
    text-align: center;
}

.revenue,
.skilled {
    border-bottom: solid 3px #b8967e;
}

.leading-img1 {
    margin-top: 130px;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leading-img1 img {
    width: 100%;
    filter: brightness(70%);
}

.leading-firm-col-right {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.leadinf-firm-col-right-content {
    display: block;
    height: 80%;
    width: 80%;
}

.leading-img2 img {
    width: 100%;
}

.leading-firm-text {
    color: #f1f1f1;
    width: 90%;
    font-family: 'Montserrat';
    line-height: 30px;
    font-size: 18px;
    margin: 30px auto 0;
}

.more-about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: show;
    animation: spin 30s linear infinite;
}

.letter {
    font-family: 'Montserrat';
    color: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}


.letter:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg) translateY(-100px) rotate(0deg);
}

.letter:nth-child(2) {
    transform: translate(-50%, -50%) rotate(30deg) translateY(-100px) rotate(-30deg);
}

.letter:nth-child(3) {
    transform: translate(-50%, -50%) rotate(60deg) translateY(-100px) rotate(-60deg);
}

.letter:nth-child(4) {
    transform: translate(-50%, -50%) rotate(90deg) translateY(-100px) rotate(-90deg);
}

.letter:nth-child(5) {
    transform: translate(-50%, -50%) rotate(120deg) translateY(-100px) rotate(-120deg);
}

.letter:nth-child(6) {
    transform: translate(-50%, -50%) rotate(150deg) translateY(-100px) rotate(-150deg);
}

.letter:nth-child(7) {
    transform: translate(-50%, -50%) rotate(180deg) translateY(-100px) rotate(-180deg);
}

.letter:nth-child(8) {
    transform: translate(-50%, -50%) rotate(210deg) translateY(-100px) rotate(-210deg);
}

.letter:nth-child(9) {
    transform: translate(-50%, -50%) rotate(240deg) translateY(-100px) rotate(-240deg);
}

.letter:nth-child(10) {
    transform: translate(-50%, -50%) rotate(270deg) translateY(-100px) rotate(-270deg);
}

.letter:nth-child(11) {
    transform: translate(-50%, -50%) rotate(300deg) translateY(-100px) rotate(-300deg);
}

.letter:nth-child(12) {
    transform: translate(-50%, -50%) rotate(330deg) translateY(-100px) rotate(-330deg);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .info-icon img {
        width: 30px;
    }

    .info-text h4 {
        font-size: 11px;
    }

    .info-text h1 {
        font-size: 13px;
    }

    .leading-firm {
        align-items: start;
    }

    .leading-firm-col-left {
        width: 50%;
        align-items: start;
    }

    .leading-firm-col-left-content {
        width: 90%;
    }

    .leading-firm-label {
        font-size: 25px;
    }

    .leading-img1 {
        margin-top: 50px;
    }

    .more-about {
        position: relative;
        margin-top: 50px;
    }

    .leading-firm-col-right {
        width: 50%;
    }

    .leading-firm-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 425px) {
    .first-row {
        display: block;
        border: none;
        height: fit-content;
    }

    .info-col {
        width: 100%;
        margin: 20px 0;
        border: none;
    }

    .leading-firm {
        padding: 20px 0;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .leading-firm-label {
        font-size: 20px;
    }

    .leading-img1 {
        width: 90%;
    }

    .leading-firm-col-left,
    .leading-firm-col-right {
        width: 100%;
    }

    .leading-firm-col-right {
        margin-top: 50px;
        justify-content: center;
        width: 100%;
    }

    .leading-firm-text {
        width: 100%;
    }

}