@media screen and (max-width: 1000px) {

    /* ------------------------------- */
    /* Footer */
    .footer_links_cont {
        flex: 1 1 100%;
        justify-content: space-between;
        gap: 50px;
        padding: 10px;
    }

    .ft_links_dv {
        margin-left: 0;
    }

    .sm_detials {
        flex: 1 0 100% !important;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* ------------------------------- */
}

@media screen and (max-width: 850px) {

    .hero h1 {
        font-size: 40px;
        font-weight: 800;
        text-align: center;
        color: var(--txt-black);
        line-height: 1.6em
    }
}

/* Reveal Burger menu @ 650px */
@media screen and (max-width: 650px) {

    /* ------------------------------- */
    /* All - General Changes */
    .sect_hed {
        font-size: 22px;
    }

    .mx_pg_wd {
        padding: 0 10px;
    }

    .header_dv {
        padding: 15px 15px;
    }

    /* ------------------------------- */

    .header-CTA-btn {
        position: absolute;
        right: 70px;
    }

    /* ------------------------------- */
    /* Burger menu on small screens */
    .burger_menu {
        display: flex;
    }

    nav {
        position: absolute;
        right: 0;
        top: 55px;
        height: calc(100vh - 55px);
        width: 0px;
        z-index: 100;
        background-color: #FDFDFD;
        overflow: hidden;
        transition: width 0.4s;

    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        width: 100%;
        border-bottom: 1px solid var(--brd-btm-clr);
    }

    nav ul li a {
        width: 100%;
        padding: 22px 30px;
    }

    .show_nav {
        width: 300px;
        box-shadow: 0px 2px 8px rgb(0, 0, 0, 0.1);
    }

    /* ------------------------------- */
    /* Tech logo Section */
    .tech_logos {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        padding: 50px 10px;
    }

    /* ------------------------------- */
    /* Services List */
    .service_list {
        gap: 15px;
    }

    /* ------------------------------- */

    /*  Project Roadmap */
    .project_roadmap {
        padding: 50px 10px;
    }

    .one_rm_item {
        flex: 1 0 40%;
    }

    /* ------------------------------- */

    /* Product Headline */
    .hdline_sect {
        padding-bottom: 50px;
    }

    .hdline {
        flex-direction: column;
    }

    /* ------------------------------- */

    /* Projects */
    .item_img_dv {
        height: auto;
    }

    .projects_list {
        gap: 6px !important;
    }

    .project_item {
        padding: 20px 6px;
        flex: 1 1 49% !important;
    }

    .project_item h3 {
        font-size: 16px;
    }

    .project_item p {
        font-size: 14px;
    }

    .dsnwk_projects .item_desc_dv {
        flex-direction: column;
        gap: 20px;
    }

    .dsnwk_projects h4 {
        text-align: center;
        font-size: 12px;
    }

    /* ------------------------------- */
    /* CTA Trigger */
    .cta_trigger {
        padding: 50px;
    }

    /* ------------------------------- */
    /* Articles */
    .article_list {
        gap: 10px
    }

    .one_article {
        padding: 10px;
    }

    /* ------------------------------- */
    /* Footer */
    .cprt_dv {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    /* ------------------------------- */
}

@media screen and (max-width: 500px) {

    .hero h1 {
        font-size: 26px;
        font-weight: 800;
        text-align: center;
        color: var(--txt-black);
        line-height: 1.6em
    }
}