@media screen and (max-width: 1250px) {
    html {
        font-size: 90%;
    }

    .section-padding {
        padding: 1rem 9rem;
    }

    .process .process-brief #flowimage1 {
        display: none;
    }

    .process .process-brief #flowimage2 {
        display: block;
    }

    .process .process-brief {
        flex-direction: column-reverse;
    }

    .process .process-brief .brief-text h2 {
        display: block;
    }
}

@media screen and (max-width: 1025px) {
    .section-padding {
        padding: 1rem 6rem;
    }

    footer {
        padding: 5rem 6rem 0;
    }

    .hero h1 {
        font-size: 6rem;
        line-height: 6rem;
    }

    .hero h1 svg {
        height: 4.5rem;
        width: 4.5rem;
    }

    /* #playback {
        height: 90vh;
        max-height: 550px;
    } */
    .overview .overview-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .process {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:800px) {
    .section-padding {
        padding: 1rem 3rem;
    }

    footer {
        padding: 5rem 3rem 0;
    }

    #menu {
        display: block;
    }

    .navbar {
        display: none;
    }

    nav {
        padding: .5rem 1rem;
    }

    .logo img {
        width: 4rem;
    }

    #navbottom {
        width: 100%;
    }

    .nav-sublinks {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        justify-content: center;
        width: 100%;
        padding: 0 30px;
        overflow: scroll;
    }

    .text-overlay {
        width: 80%;
    }

    .brief-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        column-gap: 1rem;
    }

    /* #playback {
        height: 70vh;
        max-height: 430px;
    } */
    .glowing-cards .card {
        height: auto;
        padding-bottom: 3rem;
    }

    .get-in-touch-section .info-tab p {
        font-size: 1.25rem;
    }

    .get-in-touch-section .contact-form {
        flex-direction: column;
    }

    .get-in-touch-section .contact-num {
        width: 100%;
    }

    .service-hero {
        width: 100%;
        height: 90vh;
        max-height: 500px;
    }

    .service-hero .hero-head {
        left: 40%;
    }

    .service-hero h2 {
        font-size: 3rem;
    }

    .service-hero .pores {
        display: none;
    }

    .service-hero img {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contact-section .section-heading h3 {
        font-size: 1.85rem;
    }

    .contact-section .section-heading p {
        font-size: 1rem;
    }

    .contact-section .contact-wrapper {
        grid-template-columns: 1fr;
        place-content: center;
        justify-content: center;
        row-gap: 2rem;
    }

    .founder .section-heading h3 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .founder .message-wrapper {
        padding: 0px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .founder .message-wrapper .message .name {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 700px) {
    .hero h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .hero h1 svg {
        height: 3rem;
        width: 3rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero .client-section {
        position: absolute;
        bottom: 10%;
    }

    .brief-right .Q-bank .Qs a .pop {
        opacity: 1;
        scale: 1;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .why-join-us .join-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 5px;
    }
}

@media screen and (max-width: 550px) {
    #icon-button {
        display: none;
    }

    .text-overlay {
        padding: 10px;
    }

    .text-overlay h1 {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0px;
    }

    .text-overlay p {
        font-size: .9rem;
        line-height: 120%;
        color: #e0e0e0;
    }

    .brief-left {
        grid-template-columns: 1fr;
    }

    /* #playback {
        height: 55vh;
        max-height: 335px;
    } */
    .vdoplayer .playicon {
        padding: 1rem;
    }

    .vdoplayer .playicon i {
        font-size: 1.5rem;
    }

    .section-heading {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .service .service-head {
        font-size: 1.5rem;
    }

    .service .flex {
        margin: 1rem 0;
    }

    .service .flex p {
        font-size: .8rem;
    }

    .process .process-brief .brief-text>p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .process .process-brief .brief-text>p span {
        width: 100%;
        height: 30px;
    }

    .workflow-content .step-container .step h4 {
        font-size: 1.25rem;
    }

    .workflow-content .step-container .step {
        flex-direction: column;
        row-gap: 1rem;
    }

    .blob-btn {
        padding: 10px 26px;
        font-size: 15px;
    }

    .blob-btn i {
        font-size: 16px;
    }

    .eyeview .eye-container .call {
        font-size: 2rem;
    }

    .eyeview p {
        font-size: 1.2rem;
    }

    .get-in-touch-section {
        padding: 4rem 3rem;
    }

    .get-in-touch-section form {
        gap: 1rem;
    }

    .footer-bottom {
        padding: 1rem 0;
    }

    .footer-top .footer-row {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }

    .form-row.row {
        flex-direction: column;
        gap: 20px;
    }

    .form-row #name,
    .form-row #email {
        width: 100%;
    }

    .career-hero .bg-video {
        top: calc(var(--header-height) - .5rem);
    }

    .tcpp-container {
        margin-top: calc(var(--header-height) + 4rem);
    }

    .tcpp-container h3 {
        font-size: 2rem;
    }

    .tcpp-container .tcpp-head {
        font-size: 1.2rem;
    }

    .tcpp-container p {
        font-size: 1rem;
    }

    .tcpp-container ul {
        font-size: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .hero h1 #line {
        display: initial;
    }

    .section-padding {
        padding: 1rem 1rem;
    }

    footer {
        padding: 3rem 2rem 0;
    }

    .get-in-touch-section {
        padding: 4rem 1rem;
    }

    .hero h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .hero h1 svg {
        height: 2.5rem;
        width: 2.5rem;
    }

    .brief-right .Q-bank .Qs a .pop {
        width: 6rem;
        height: 6rem;
        opacity: 1;
        scale: 1;
        right: 0;
        top: 60%;
        transform: translateY(-50%);
        font-size: .85rem;
    }

    /* #playback {
        height: 45vh;
        max-height: 275px;
    } */
    .glowing-cards .card .card-inner h3 {
        font-size: 1.5rem;
    }

    .glowing-cards .card .card-inner p {
        font-size: 1rem;
    }

    .brief-left p {
        font-size: .9rem;
    }

    .service-hero {
        width: 100%;
        height: 70vh;
        max-height: 500px;
    }

    .service-hero .hero-head {
        top: 55%;
    }

    .message-form {
        padding: 0;
    }

    #message {
        padding: 0;
        margin-top: 0;
    }

    .message {
        margin-top: 2rem;
    }

    .why-join-us {
        width: 100%;
        margin-bottom: 10vw;
    }

    .image-container {
        min-width: 280px;
        width: 100%;
        margin: 2rem auto;
    }

    .hero .client-section {
        width: 80%;
        bottom: 5%;
    }

    .hero .client-section .move img {
        height: 1.75rem;
        margin: 0 1rem;
    }

    .hero .client-section .move .sm-img {
        height: 2.8rem;
    }
}

@media screen and (max-width: 350px) {
    .hero {
        height: 89vh;
    }

    .hero .headline .flex {
        gap: 5px;
    }

    .hero .headline span {
        padding: 7px 9px;
        border: 1px solid white;
        color: white;
        border-radius: 25px;
        background-color: #ffae003d;
        font-size: .8rem;
    }

    .brief .brief-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    /* #playback {
        height: 35vh;
        max-height: 215px;
    } */
    .process .process-brief .l-w-320 {
        min-width: 250px;
        padding: 0 10px;
    }

    .eyeview .eye-container .card {
        width: 270px;
        height: 285px;
    }

    .footer-bottom .bot-link {
        min-width: 250px;
    }

    .founder-img img {
        width: 100%;
    }

    .glowing-cards .card {
        width: 90%;
        margin: auto;
    }
}