@media only screen and (max-width:1120px) {
    .progress-circle {
        stroke-width: 15px;
    }
    .progress-circle svg {
        height: 120px !important;
        width: 120px !important;
    }
    .progress-circle svg circle {
        r: 50;
        cx: 60;
        cy: 60;
    }
    .my-blog .my-blog-img img, .my-work .my-work-img img {
        scale: 0.6;   
    }
    .work-together h2 span {
        font-size: 42px;
        color: var(--primary-color);
    }
    .home-client-item {
        padding: 20px;
    }
    .home-clients {
        height: 100%;
    }
    .home-client-item h2 {
        font-size: 32px;
    }
    .about-content {
        margin-top: 60px;
    }
    .about-social-links {
        width: 100%;
    }
}

@media only screen and (max-width:880px) {
    .navigation {
        padding: 20px 0;
    }
    .navigation .navbar {
        position: fixed;
        width: 100%;
        background: var(--background);
        z-index: 15;
        overflow-x: hidden;
        /* height: 80px; */
        transform-origin: 50% 50% 0px;
        top: 0;
        left: 0;
        padding-top: 100px;
        padding-bottom: 24px;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        /* max-height: 0; */
        will-change: transform;

        /* transform: translate3d(0px, -11.4272px, 0px) scale(1, 1) scale(1, 0.945615); */
        transform: translate3d(0px, -300px, 0px) scale(1, 1) scale(1, 0.945615);
        transform: translate3d(0px, -300px, 0px) scale(1, 0.5) scale(1, 0.5);
        transition: .5s
    }
    .navigation .navbar.active {
        opacity: 1;
        visibility: visible;
        /* height: min-content; */
        transform: translate3d(0px, 0, 0px) scale(1, 1) scale(1, 1);
        /* max-height: 90vh; */
        box-shadow:  2px 2px 6px #d0bcbb92,
        -2px -2px 6px transparent;
    }
    .navigation .navbar .menu {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 100%;
        gap: 30px;
    }
    .navigation .navbar .menu li a {
        padding: 0;
    }
    .navigation .navbar .theme-btn {
        display: inline-block;
        margin-top: 48px;
    }
    .navigation .gx-row > .theme-btn {
        display: none;
    }
    .navigation .show-menu {
        display: flex;
    }
    .progress-circle {
        stroke-width: 15px;
    }
    .progress-circle svg {
        height: 120px !important;
        width: 120px !important;
    }
    .progress-circle svg circle {
        r: 50;
        cx: 60;
        cy: 60;
    }
    #typing {
        font-size: 36px;
    }
    .progress-circle {
        stroke-width: 12px;
    }
    .progress-circle svg {
        height: 100px !important;
        width: 100px !important;
    }
    .progress-circle svg circle {
        r: 40;
        cx: 50;
        cy: 50;
    }
    .progress-circle p {
        font-size: 14px;
    }
    .about-content {
        margin-top: 10px;
    }
    .about-social {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .about-social-links {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .about-social-link-holder {
        width: 25%;
        margin: 20px 0;
        display: flex;
        justify-content: center;
    }
    .section-title {
        font-size: 20px;
    }
    .timeline li h3 {
        font-size: 18px;
    }
    .contact-box {
        padding: 30px;
    }
}

@media only screen and (max-width:512px) {
    .about-social-link-holder {
        width: 50%;
    }
}

