@media screen and (min-width: 460px) and (max-width: 780px) {
    .sl-achivelist .sl-achive {
        width: 80%;
        aspect-ratio: 6/1;
    }
    
    .project-card .project-desc {
        /*font-size: 2.2vw;*/
    }

    .project-button {
        /*font-size: 2vw;*/
    }

    .project-card .project-title {
        /*font-size: 2.6vw !important;*/
    }

    .project-card .project-time {
        /*font-size: 2vw;*/
    }

    .exc-header {
        /*font-size: 1.8vw;*/
    }

    p.exc-position {
        /*font-size: 1.6vw;*/
    }

    .exc-date {
        /*font-size: 1.4vw;*/
    }

    .exc-desc {
        /*font-size: 1.5vw;*/
    }

    .ex-sec2 .ex-btn {
        /*font-size: 1.5vw;*/
    }

    .greet {
        font-size: 2vw;
    }

    .pd-content {
        width: 90%;
    }

    .pd-desc {
        /*font-size: 1.6vw;*/
    }

    .pd-buttons a {
        /*font-size: 1.6vw;*/
    }

    .pd-buttons a i {
        /*font-size: 2vw;*/
    }

    .project-time {
        /*font-size: 1.2vw;*/
    }

    .pd-timeline {
        /*font-size: 1.5vw;*/
    }
    
    .font-1 {
        font-size: 12px;
    }

    .font-2 {
        font-size: 14px;
    }

    .font-3 {
        font-size: 16px;
    }

    .font-4 {
        font-size: 18px;
    }

    .font-5 {
        font-size: 20px;
    }

    .font-6 {
        font-size: 22px;
    }
}

@media screen and (max-width: 780px) {
    .banner .banner-content {
        font-size: 2vw;
        padding-left: 12px;
        padding-bottom: 6px;
    }

    main {
        grid-template-columns: 1fr;
    }

    .sec-title span::before {
        top: -5px;
    }

    .sl-achivelist .sl-achive::before {
        font-size: 7vw;
    }
    
    .sl-largecard .sll-content {
        padding-left: 12px;
    }

    .d-content,
    .sp-btn p {
        font-size: 2vw;
    }

    .social-platforms {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .sp-btn {
        margin: 10px !important;
    }

    .download-resume {
        padding: 4px 12px;
    }

    .sr-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sr-image .sr-myimg {
        width: 50%;
        aspect-ratio: 4/5;
        overflow: visible !important;
    }

    .sr-image .sr-myimg p {
        display: none;
    }

    .sr-image .sr-myimg a {
        font-size: 2vw;
        padding: 8px 20px 8px 20px;
    }

    .social-btn i {
        height: 8vw;
        width: 8vw;
        font-size: 3.2vw;
    }

    .social-btn div {
        display: none;
    }

    /* experience  */
    .ex-container {
        grid-template-columns: 1fr;
        grid-gap: 5%;
        padding-top: 50px !important;
    }

    .ex-card {
        width: 90%;
        left: 5%;
        padding: 10px 30px;
    }

    .exc-desc span {
        top: 0 !important;
    }

    .ex-sec1 {
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        bottom: 58px;
        top: auto;
        font-size: 4vw;
        justify-content: space-evenly;
    }

    .ex-sec1 .ex-btn {
        padding: 5px 15px;
    }

    .ex-expand-container {
        padding-bottom: 100px !important;
    }

    #ex-expand {
        transform: translateX(-45%);
    }
    
    .pd-content {
        width: 100%;
    }
}
