@media screen and (max-width: 460px) {
    main {
        padding: 0 2vw;
    }

    .nav-logo {
        font-size: 16px;
    }

    .dropdown li a {
        font-size: 16px;
    }

    .main-mid-container {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .sec-title span::before {
        top: -10px !important;
    }

    .sl-achivelist {
        width: 100%;
    }

    .sl-achivelist .sl-achive {
        width: 100% !important;
    }

    .sl-achivelist .sl-achive::before {
        font-size: 12vw !important;
    }

    .sl-largecards {
        width: 100%;
        display: block;
        margin-top: 20px;
        position: relative;
    }

    .social-platforms {
        flex-wrap: wrap;
    }

    .d-content, .sp-btn p {
        font-size: 2.8vw !important;
    }

    .download-resume, .sp-btn {
        margin: 20px 0 !important;
    } 

    .download-resume {
        padding: 4px 20px !important;
    }

    .sr-image .sr-myimg {
        width: 60% !important;
    }

    .social-btn i {
        height: 12vw !important;
        width: 12vw !important;
        font-size: 16px;
    }

    /* skills  */
    
    .section {
        padding: 0 3vw;
    }

    .project-card {
        width: 100%;
    }

    /* experience  */

    .ex-card {
        width: 90%;
        left: 5%;
        padding: 10px 20px !important;
    }

    .ex-sec1 {
        font-size: 7vw !important;
    }

    .ex-sec1 .ex-btn {
        padding: 5px 10px !important;
    }

    .ex-sec2 .ex-btn {
        /* font-size: 2.2vw !important; */
        margin-top: 10px !important;
    }

    .ex-sec2 {
        bottom: 0%;
    }

    .greet {
        font-size: 3vw;
    }

    .font-1 {
        font-size: 13px;
    }

    .font-2 {
        font-size: 14px;
    }

    .font-3 {
        font-size: 15.5px;
    }

    .font-4 {
        font-size: 17px;
    }

    .font-5 {
        font-size: 19px;
    }

    .font-6 {
        font-size: 22px;
    }
    
    
    .feedback form textarea {
        height: 22vh;
    }

    .feedback-button-container {
        flex-direction: column;
        padding: 0;
    }
    
    .rating-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-bottom: 28px;
    }
    
    #rating-star-message {
        margin: 0;
        margin-bottom: 14px;
    }
    
    #scrollToTopBtn {
        right: 20px;
        bottom: 30px;
    }
}

@media screen and (min-width: 360px) and (max-width: 460px) {
    .sl-achivelist .sl-achive {
        aspect-ratio: 4/1 !important;
    }
}

@media screen and (max-width: 320px) {
    .sl-achivelist .sl-achive {
        aspect-ratio: 3/1 !important;
    }
}


