@media only screen and (min-width: 1024px) {
    .coder-name .strok-text{
        font-size: 82px;
    }

    .recent-projects-section .project-card .card{
        flex-direction: row;
    }
    .recent-projects-section .project-card .card .project-links{
        display: flex;
        flex-wrap:wrap;
    }
}

@media only screen and (min-width: 988px) {
    .coder-name .strok-text{
        font-size: 54px;
        line-height: normal;
    }
}
@media only screen and (max-width: 800px) {
    .coder-name .strok-text{
        font-size: 54px;
        line-height: normal;
    }

    /* .recent-projects-section .section-title{
        padding: 32px;
    } */
    .recent-projects-section .project-card .card .tech-used .tech{
        font-size: 12px;
    }
    .recent-projects-section .project-card .card .project-links .btn{ 
        font-size: 16px;
        padding: 8px 24px;
    }
}

@media only screen and (max-width: 460px) {
    .hero-section{
        text-align: center;
    }
    .hero-section h4{
        font-size: 18px;
    }
    .wrapper {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .coder-name .strok-text {
        font-size: 42px;
        line-height: normal;
        letter-spacing: 2px;
    }
    .coder-name{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h2 {
        color: var(--white-color);
        font-family: var(--primary-font);
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .download-resume{
        padding: 32px;
        flex-direction: column;
    }

    .recent-projects-section .section-title {
        padding: 24px;
    }
    .recent-projects-section .project-card .card .card-title {
        font-size: 18px;
        font-weight: 700;
    }
}

