@media (max-width: 1350px) {
    .nav-left{
        display: none;
    }
    .nav-right {
        display: none;
    }

    .nav-left_phone {
        display: block !important;
        display: flex !important; 
        justify-content: center !important; 
        align-items: center !important; 
        width: 10% !important; 
        font-size: 3rem !important; 
    }

    .nav-center {
        width: 90%;
        display: flex;
        align-self: center;
    }

    .nav-center a {
        margin-left: 30%;
    }

    .nav-center a img {
        margin-left: 0px !important;
    }
  }

@media (max-width: 700px) {
    .navbar-links {
        width: 80%;
    }

    .nav-center img {
        margin-left: 3rem !important;
    }

    .resume-container {
        flex-direction: column;
        justify-content: center;
    }

    .resume-left img {
        margin-right: 0px;
        margin-top: 3rem;
    }

    @keyframes resume-img {
        0% {opacity: 0;
            bottom: 50%;
            transform: translateY(40%);
    
            }
        100% {opacity: 1;
              margin-top: 3rem;
             }
      }

    .resume-right h2 {
        font-size: 3.5rem;
        margin-top: 5rem;
        animation: resume-title 1s !important;
    }

    @keyframes resume-title {
        0% {opacity: 0;
            bottom: 50%;
            transform: translateX(40%);
    
            }
        100% {opacity: 1;
              margin-top: 5rem;
             }
      }

      .hire-me {
        display: none;
    }

    .user-details_left {
        width: 100%;
        text-align: center;
    }

    .user-details_right {
        text-align: center;
        margin-top: 2rem;
    }

    .step-inner {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 .5rem;
    }

    footer {
        flex-direction: column;
        justify-content: flex-start; 
    }

    .footer-kapsayici {
        width: 100%;
        flex-direction: column;

    }

    .footer-center {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .footer-left {
        width: 100%;
    }

    footer a {
        justify-content: center;
    }

    .project-title {
        font-size: 6rem;
    }

    .project-big {
        padding: 1rem;
        flex-direction: column;
    }

    .project-big-left {
        width: 100%;
    }

    .project-big-left img {
        height: 19rem;
    }

    .project-big-right {
        width: 95%;
        margin-left: 1rem;
    }

    .project-big-right h2 {
        font-size: 3.2rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .project-big-right p {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .project-big-right a {
        width: 100%;
        padding: 1.2rem 0rem;
    }

    .inspect-big {
        padding: 1rem;
    }

    .inspect-slider {
        padding: .4rem 0.8rem;
    }

    .inspect-slider i {
        font-size: 1.2rem;
    }

    .inspect-l {
        left: 18px;
    }

    .projectinspect-bottom p{
        padding: 1rem 0 0 0 !important;
        font-size: 1.2rem !important;
    }

    .order-roadmap_title {
        top: -41px;
        padding: .7rem;
        font-size: 1.3rem;
    }

    .demo-btn {
        padding: .5rem 1rem !important;
        font-size: 1.2rem !important;
    }

    .order-form button {
        width: 100%;
    }
}