/* Big tablets to 1200px (widths smaller than the 1140 row */
@media only screen and (max-width: 1200px) {}

/* Small tablets to big tablets: from 768 to 1023px */
@media only screen and (max-width: 1023px) {}

/* Small Phones to small tablets: from 481 to 767px */
@media only screen and (max-width: 767px) {
    body {
        width: 100vw;
    }

    /* header {
        margin-top: 60px !important;
    } */

    .sidenav {
        /* padding-top: 60px; */
    }

    .sidenav a {
        font-size: 18px;
    }

    .header-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .padding-0-10-p {
        padding: 0 35px;
    }

    .section-desc {
        width: 100%;
    }

    .mobile-nav-icon {
        display: inline-block;
        margin-left: 10px;
    }

    .js-main-nav {
        display: none;
    }

    .medium-large-nav {
        display: none;
    }

    .desc-image-text {
        flex-direction: column;
    }

    .tag-line {
        display: flex;
        align-content: center;
    }

    #main-desc-mobile,
    #why-section-mobile,
    #blog-section-mobile,
    #dev-speak-mobile,
    #footer-mobile,
    #teamup-section-mobile,
    #unifocus-overview-mobile,
    #cto-section-mobile,
    #cust-hiring-section,
    #talk-to-us-mobile {
        display: inline-block;
    }

    .tag-line {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.5px;
    }

    .laptop-image {
        width: 100%;
    }

    .tag-line-desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.7;
    }

    .try-learn-btns a {
        border: 0;
        width: 100%;
        height: 50px;
        border-radius: 0;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .partner-logos {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-content: space-between;
    }

    .partner-logos img {
        /* margin-right: 30px; */
        padding: 15px;
    }

    #quote-container {
        margin-top: 0;
        padding: 57px inherit 105px inherit;
    }

    #quote-container .quote {
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.3px;
    }

    #quote-container blockquote:after {
        top: -13px;
    }

    #quote-container blockquote:before {
        top: 0px;
        left: -10px;
    }

    #quote-container .author-name {
        font-weight: 700;
        font-style: bold;
        font-size: 12px;
        line-height: 16px;
    }

    #quote-container .author-designation {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #8792A1;
    }

    .quote_author_image {
        width: 50.03px;
        height: auto;
    }

    .author-name,
    .author-desc {
        text-align: start;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
    }

    #why-section-mobile .step-container {
        padding-top: 55px;
        padding-bottom: 95px;
        background: linear-gradient(89.57deg, #F8DDD8 0.43%, #FEEEDF 99.7%);
    }

    #why-section-mobile .step-container .title {
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 0.3px;
    }

    #why-section-mobile .step-container .desc {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.7;
    }

    /* #why-section-mobile .step-container img {
        width: 100%;
    } */

    #why-section-mobile .post-container {
        width: 100%;
        padding: 35px 60px;
    }

    #why-section-mobile .post-container {
        width: 100%;
        padding: 35px 60px;
    }

    #why-section-mobile .author-designation {
        font-size: 12px;
        line-height: 16px;
        color: #8792A1;
    }

    .step-number {
        font-size: 20px;
        line-height: 30px;
        min-height: 1px;
    }

    .step-detail {
        font-size: 16px;
        width: 100%;
    }

    .get-started-container {
        padding: 35px;
    }

    .get-started-container .get-started-text {
        font-size: 16px;
    }

    .get-started-container a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 15px;
    }

    .get-started-container .email-input {
        width: 250px;
        height: 40px;
        background: rgba(228, 228, 228, 0.4);
        border: 0.5px solid #000000;
        box-sizing: border-box;
    }

    .get-started-container .email-input::-webkit-input-placeholder {
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.3px;
        color: #000000;
        padding: 5px;
    }

    .get-started-container .email-input::-moz-placeholder {
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.3px;
        color: #000000;
        padding: 5px;
    }

    .get-started-container .email-input:-ms-input-placeholder {
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.3px;
        color: #000000;
        padding: 5px;
    }

    .get-started-container .email-input::-ms-input-placeholder {
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.3px;
        color: #000000;
        padding: 5px;
    }

    .get-started-container .email-input::placeholder {
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.3px;
        color: #000000;
        padding: 5px;
    }

    #blog-section-mobile {
        padding-bottom: 130px;
    }

    #blog-section-mobile .blog-text {
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 0.3px;
    }

    #blog-section-mobile .post-container {
        max-width: 250px;
    }

    #blog-section-mobile .post-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }

    #blog-section-mobile .post-type {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #8792A1;
    }

    #blog-section-mobile .post-content {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.5px;
        color: rgba(135, 146, 161);
    }

    #blog-section-mobile .post-learn-more {
        font-weight: normal;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    #blog-section-mobile .post-learn-more img {
        -webkit-filter: invert(1);
        filter: invert(1);
        width: 10px;
    }

    #dev-speak-mobile .title {
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 0.3px;
    }

    .dev-container .dev-text {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }

    .dev-speak-caption {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px;
    }

    .hiring-container {
        padding: 50px 40px;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
    }

    .hiring-container .content-container {
        margin: 0;
    }

    .hiring-container .content-container a {
        width: 100%;
    }

    .hiring-container .content-container .hiring-text {
        -webkit-clip-path: none;
        clip-path: none;
        font-weight: 600;
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 1px;
        height: auto;
        padding: 18px 0;
        font-style: normal;
    }

    .hiring-container .content-container .hiring-desc {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
        padding: 0 5px;
    }

    .hiring-container .content-container .hiring-desc-bold {
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 1px;
        padding: 0 5px;
    }

    footer {
        padding: 0;
    }

    footer .company-logo {
        width: 180px;
    }

    footer .email-input {
        width: 100%;
        height: 40px;
    }

    footer .email-container {
        padding: 0 25px
    }

    footer .social-links img {
        width: 20px;
        height: 20px;
    }

    #main-desc,
    #why-section,
    #blog-section,
    #dev-speak,
    #unifocus-overview,
    #talk-to-us,
    #teamup-section,
    #cto-section,
    #footer {
        display: none;
    }

    .unifocus-desc {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.5px;
    }

    .people-image img {
        width: 100%;
    }

    #unifocus-overview-mobile .features-section .feature {
        width: 100%;
    }

    #unifocus-overview-mobile .features-section .feature .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 33px;
        align-items: center;
    }

    #unifocus-overview-mobile .features-section .feature .caption {
        font-weight: 600;
        font-size: 17px;
        line-height: 34px;
        color: #8792A1;
    }

    #unifocus-overview-mobile .features-section .feature .desc {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #8792A1;
    }

    #talk-to-us-mobile {
        /* height: 60px; */
        /* background: linear-gradient(90deg, #F8C18F 0%, #F2CB90 100%);
        color: black; */
    }

    #talk-to-us-mobile .input {
        width: 250px;
        height: 40px;
        background: #fff;
        border: 0.5px solid #000000;
        box-sizing: border-box;
    }

    #talk-to-us-mobile input::-webkit-input-placeholder {
        background: #fff;
    }

    #talk-to-us-mobile input::-moz-placeholder {
        background: #fff;
    }

    #talk-to-us-mobile input:-ms-input-placeholder {
        background: #fff;
    }

    #talk-to-us-mobile input::-ms-input-placeholder {
        background: #fff;
    }

    #talk-to-us-mobile input::placeholder {
        background: #fff;
    }

    #talk-to-us-mobile .text img {
        width: 20px;
    }

    .teamup-images-container {
        height: 300px;
        background: url(./../images/Team_Up_Image_Mobile.png) no-repeat center;
        background-size: 100%;
    }

    .teamup-images-container .dev-clan-logo {
        width: 120px;
    }

    .teamup-images-container .plus-icon {
        width: 18px;
        height: 18px;
    }

    .teamup-images-container .unifocus-logo {
        width: 130px;
    }

    .summary-problem-solution {
        width: 100%;
    }

    .summary-problem-solution .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .summary-problem-solution .description {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
    }

    .cto-image {
        background : linear-gradient(180deg, rgba(0, 0, 0, 0) 49.9%, rgba(0, 0, 0, 0.76) 71.99%, #000000 100%), url(./../images/Kris_Ballew_Mobile.png) no-repeat center;
        background-size: auto 100%;
        width: 100%;
        min-height: 500px;
        padding-bottom: 0px;
    }

    .cto-image .cto-desc {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.3px;
        padding: 0;
        bottom: 0;
        /* color: #FFAA29; */
    }

    .cto-image .cto-desc .cto-name {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.3px;
    }

    .cto-words {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        padding-top: 35px;
        padding-bottom: 55px;
    }

    .customer-blog-post-type {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #8792A1;
    }

    .customer-blog-post-content {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.5px;
        color: rgba(135, 146, 161);
    }

    .customer-blog-post-learn-more {
        font-weight: normal;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    .customer-blog-post-learn-more img {
        width: 10px;
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    #quote-container blockquote {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.3px;
    }
}

/* Small Phones: from 0 to 480px
@media only screen and (max-width: 480px) {

} */