/* @media screen and (max-width: 1600px){
    .projects-container {
        max-height: 2500px;
    }
} */

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .projects-container {
        max-height: fit-content;
    }
    .project {
        width: fit-content;
    }
}

@media screen and (max-width: 1024px) {
        .nav-right {
            margin-right: 0;
        }

        .projects-container {
            max-height: max-content;
        }

        .project {
            width: fit-content;
        }
}

@media screen and (max-width: 992px) {
    .desktop-buttons {
        display: none !important;
    }
    .mobile-buttons {
        display: flex !important;
    }

    .mobile-buttons li {
        margin: 0 !important;
        padding: 0;
    }

    .mobile-buttons .material-symbols-outlined {
        display: none;
        cursor: pointer;
        font-variation-settings:
        'FILL' 0,
        'wght' 500,
        'GRAD' -25,
        'opsz' 40;
        font-size: 40px;
    }

    .show {
        display: flex !important;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        overflow-y: auto;
        height: calc(100vh - 30px) !important;
        opacity: 1;
        padding: 1.5rem !important;
        border-radius: .55rem;
        background-color: #fff;
    }

    .blog-slider {
        max-width: 680px;
        height: auto;
    }

    .blog-slider__text {
        color: #a7a9bc;
        margin-bottom: 30px;
        line-height: 1.5em;
        letter-spacing: 2.8px;
        font-size: 1rem;
        font-weight: 600;
    }

    .project .project-description p {
        padding: 0 1rem 0 1rem;
        letter-spacing: 3px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.6;
        color: #a7a9bc;
        /* padding: 0; */
    }

}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin-top: 160px;
    }

    .blog-slider__item {
        flex-direction: column;
    }

    .blog-slider__img {
        width: 200px;
        height: 200px;
        transform: translateY(-50%);
        /* width: 90%; */
    }

    .blog-slider__content {
        margin-top: -40px;
        text-align: center;
        padding: 0 30px;
    }

    .blog-slider__text {
        color: #a7a9bc;
        margin-bottom: 30px;
        line-height: 2em;
        letter-spacing: 3px;
        font-size: 1rem;
        font-weight: 600;
    }

    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 145px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    section {
        margin-bottom: 4rem;
    }

    .projects {
        margin-top: 0;
        width: 100%;
    }

    .project {
        width: 100%!important;
    }
}

@media screen and (max-width: 563px) {

    .blog-slider {
        width: 100%;
    }

    header .info {
        border-radius: 40px;
    }

    header .name {
        font-weight: 400;
        font-size: 30px;
    }

    header .description {
        font-size: 24px;
    }

    .container {
        padding: 0 15px;
    }

    .projects-container {
        padding: 0;
    }

    .project {
        width: 100%;
    }

    .blog-slider__text {
        color: #a7a9bc;
        margin-bottom: 30px;
        line-height: 1.5em;
        letter-spacing: 2.5px;
        font-size: 1rem;
        font-weight: 600;
    }

    .project .project-description p {
        padding: 0 1rem 0 1rem;
        letter-spacing: 3px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.6;
        color: #a7a9bc;
        /* padding: 0; */
    }
}