@media screen and (max-width:1250px){
    main section.feature .feature-card img{
        width: 100%!important;
        height: auto!important;
    }
}

@media screen and (max-width:992px){
    main section.contact nav.contact-nav {
        margin-top: 5rem;
        max-width: 420px;
    }

    main section.contact nav.contact-nav ul{
        padding-left: 2rem;
    }

    main h1 {
        font-size: 1.5rem;
    }

    main p {
        font-size: 0.875rem;
    }

    footer{
        padding: 1rem 0px;
    }

    footer nav{
        flex-direction: column-reverse;
    }

    footer p {
        position: static;
        bottom: 0;
        left: 0;
        transform: none;
        font-size: 0.75rem;
    }

    footer nav ul.social-media{
        position: static;
    }

    main div.middle-screen h1 {
        font-size: 2.1rem;
    }

    main div.middle-screen h3 {
        font-size: 1rem;
    }

    main div.middle-screen h1{
        text-shadow: 1.85px 1.85px 1.85px #00000040;
    }

    footer nav ul li a {
        color: inherit;
        text-decoration: none;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 500;
    }

    footer nav ul li a img{
        width: 38px;
        height: 38px;
    }

    /* PROJECT LIST */
    .nav-filter {
        width: 100%;
        max-width: none;
        margin: 6rem 0 4rem 0;
        place-items: baseline;
    }

    .nav-filter ul li a {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    main section.project-grid .project-card {
        max-width: 50%;
    }

    .about-project-list{
        max-width: 480px;
    }

    main section.feature h2{
        font-size: 1.5rem;
        color: #000000;
    }

    main section.about .about-list-row {
        margin: 3.75rem 0 5.625rem 0;

        display: flex;
        justify-content: end;
    }

    /* PROJECT DETAIL */

    main section.project-detail .project-detail-information {
        max-width: none;
        width: 100%;
    }

    .padding-fix{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .swiper-button-prev, .swiper-button-next {
        top: 77px!important;
    }
}

@media screen and (max-width:768px){
    header {
        background-color: transparent;
        box-shadow: none;
        padding: 2rem 0px;
    }

    header nav a.logo, header nav a.logo img{
        width: 38px;
        height: 38px;
    }

    main:not(#home){
        padding: 3rem 0px 10rem 0px;
    }

    /* PROJECT LIST */

    main section.project p {
        max-width: 320px;
    }

    .nav-filter {
        width: 100%;
        max-width: none;
        margin: 5rem 0 3rem 0;
        place-items: center;
    }

    .nav-filter ul li a {
        font-size: 0.625rem;
        padding: 0.25rem 0.625rem;
    }

    main{
        display: block;
    }

    main section.project-grid .project-card {
        /* max-width: 240px; */
        margin-bottom: 3rem;
    }

    main section.project-grid .project-info h2 {
        font-size: 0.75rem;
    }

    main section.project-grid .project-info p {
        font-size: 0.625rem;
    }

    main section.about h1 {
        max-width: none;
    }

    main section.about p {
        max-width: none;
        text-align: justify;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 2px!important;
    }

    footer p {
        width: 100%;
        white-space: wrap;
    }

    .about-project-list {
        max-width: 310px;
    }

    .margin-horizontal-mobile{
        margin-left: auto!important;
        margin-right: auto!important;
    }

    section.feature{
        margin-top: 5.625rem;
    }

    main section.about .about-list-row {
        justify-content: center;
    }
    
    main section.about .about-list-row ul li {
        font-size: 1.25rem;
    }

    main section.feature h3.feature-subtitle{
        font-size: 1rem;
    }

    main section.project-grid .project-card .project-overlay h3 {
        font-size: 1rem;
    }

    main section.feature .feature-card h3 {
        font-size: 1rem;
    }

    main section.feature .feature-card time {
        font-size: 0.625rem;
    }
    
    .swiper-button-prev, .swiper-button-next {
        top: 67px!important;
    }

    /* PROJECT DETAIL */
    main section.project-detail h1 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    main section.project-detail .project-detail-information h3 {
        font-size: 0.75rem;
    }

    main section.project-detail .project-detail-information p {
        font-size: 0.75rem;
    }

    #mobileMenuTrigger ul {
        margin-right: 2rem;
    }
}

@media screen and (max-width:580px){
    .swiper-button-prev {
        top: 88px!important;
        left: -1.5rem!important;
    }

    .swiper-wrapper{
        padding-bottom: 3rem;
    }

    .swiper-button-next {
        top: 88px!important;
        right: -1.5rem!important;
    }

    .mobile-slider-max-width{
        max-width: 372px;
        margin: 0 auto;
    }

    main section.feature h3.feature-subtitle {
        display: block;
        max-width: 286px;
        margin: 0 auto;
    }    
}