@media only screen and (max-width:768px) {
    body {
        overflow-x: hidden;
        box-sizing: border-box;
        width: 100vw;
    }

    .nav_large {
        display: none;
    }

    .nav_small {
        display: flex;
        justify-content: space-between;
        width: 100vw;
        position: fixed;
        z-index: 100;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .nav_small h1 {
        font-size: 18px;
        margin: 0 !important;
        margin-left: 10px;
    }

    .nav_small button {
        height: 40px;
        width: 40px;
        border-radius: 5px;
        background-color: #00719c;
        color: white;
    }

    .nav_small button i {
        font-size: 20px;
    }

    .navigation_menus {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 6.5vh;
        left: -1200px;
        width: 100%;
        background-color: white;
        transition: 1.5s;
        text-align: left;
        padding-left: 10px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .navigation_menus a {
        color: black;
        text-decoration: none;
        width: 100%;
        line-height: 33px;
    }

    section {
        width: 100vw;
        padding: 32px 16px;
        box-sizing: border-box;
        /* padding-left:5px; */
    }

    #home {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        height: 100vh;
        box-sizing: border-box;
        gap: 16px;
    }

    .intro_msg {
        width: 100%;
        height: fit-content;
        padding: 0 !important;
    }

    .intro_imgs {
        width: 100%;
        height: fit-content;
    }

    .intro_imgs>img {
        width: 256px;
    }

    .hmebtns>button {
        height: 37px;
        width: 127px;
    }

    .lan_frame {
        display: none;
        /* bottom:10px; */
    }

    .lan_frame>img {
        height: 50px;
        width: 50px;
        margin-right: 15px;
        margin-bottom: 0px;
    }

    #about {
        flex-direction: column;
        align-items: center;
        height: fit-content;
        padding-top: 6vh;
        box-sizing: border-box;
        padding: 32px 16px;
    }

    .abt_img {
        padding: 0 !important;
    }

    .aboutme_img {
        width: 100%;
    }

    .abt_txt {
        width: 100%;
        padding: 0 !important;
    }

    .abt_txt>p {
        text-align: left;
    }


    #services {
        width: 100vw;
        gap: 16px;
    }

    .cards_wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .service_card {
        width: 100%;
        box-sizing: border-box;
    }

    #skills {
        height: fit-content;
        box-sizing: border-box;
        /* padding:0 !important; */
    }

    .skills_holder {
        flex-direction: column;
        align-content: center;
        width: 100%;
    }

    .languages {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 !important;
        object-fit: contain;
        gap: 8px;
    }

    .languages>p {
        margin-left: 5px;
    }

    .containers {
        width: 100%;
        height: 16px;
    }

    .skill {
        font-size: 12px;
    }

    .skills_holder {
        padding: 0 !important;
    }

    .softwares {
        width: 100%;
    }

    .img_holder {
        flex-wrap: wrap;
    }

    .img_holder img {
        height: 40px;
        width: 40px;
    }

    #projects {
        width: 100vw;
        height: fit-content;
        padding: 32px 16px;
        box-sizing: border-box;
        gap: 16px;
    }

    .projects_holder {
        /* width: 100%; */
        grid-template-columns: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 16px;

    }

    .projects_card {
        width: 100%;
        box-sizing: border-box;
        height: fit-content;
        padding: 16px;
        gap: 16px;
    }

    .projects_card>p {
        text-align: left;
        align-self: flex-start;
        margin: 0 !important;
    }

    .projects_card>a {
        margin: 0 !important;
    }

    .p_card_title {
        text-align: center;
    }

    #contacts {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        padding: 32px 16px;
        width: 100vw;
        box-sizing: border-box;
    }

    .contacts_holder {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .cont_1 {
        margin-top: 20px;
        padding: 0 !important;
        width: 100%;
        align-items: flex-start;
    }

    .cont_1 img {
        width: 100%;
        margin: 0 !important;
    }

    .cont_1 h4 {
        margin-left: 5px;
    }

    .cont_1 p {
        margin-left: 5px;
    }

    .cont_2 {
        width: 100%;
        margin-bottom: 40px;
    }

    .form_input {
        width: 100%;
        box-sizing: border-box;
    }

    footer {
        padding: 24px 16px;
    }
}