/* 768PX */
@media only screen and (max-width: 768px) {
    p {
        font-size: 14px;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .xl-text {
        font-size: 4rem;
        line-height: normal;
    }

    .section-padding {
        padding: 6rem 0rem;
    }

    .xs-bottom-space {
        margin-bottom: 1rem;
    }

    .justify-start {
        justify-content: start !important;
    }

    .lg-text {
        font-size: 2.2rem;
    }

    .feautured-projects-row {
        margin-top: 3rem;
    }

    .project-main-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.5rem;
    }

    .project-img-container {
        height: 55vh;
    }

    .process-number {
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.3rem;
    }

    .process-title {
        margin-left: 1rem;
        font-size: 1.4rem;
    }

    .process-title-container {
        margin-bottom: 1rem;
    }

    .kick-start {
        padding: 3rem 2rem;
    }

    footer {
        padding-bottom: 1rem;
        padding-top: 5rem;
        /* margin-top: -5rem; */
    }

    .process-swipper {
        padding: 0px 12px;
    }

    .nav-bar {
        transition: none;
        padding: 16px 0;
    }

    .bg-light {
        transition: none;
    }

    .meta-btn {
        padding: 0.4rem 1.2rem;
        font-size: 0.8rem;
        width: max-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.3rem;
    }

    .process-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .project-page {
        padding: 5rem 0rem 3rem 0rem;
    }

    .project-title {
        font-size: 1.1rem;
    }

    .grid-item {
        margin-bottom: 3rem;
    }

    .filter-section {
        display: flex;
        gap: 0.4rem;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .xs-space {
        height: 2rem;
    }

    .about-hero {
        height: auto;
        margin-top: 2rem;
    }

    .my-logo {
        height: 30px;
    }
    
    .pricing-main-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
        margin-top: 1rem;
    }

    .mission-section {
        margin-top: 3rem;
    }
}
