* {
    user-select: none;
    scroll-behavior: smooth;
}

html {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

html::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

a {
    text-decoration: none;
    color: royalblue;
}

@font-face {
    font-family: 'novasquare_krish';
    /*Custom name*/
    src: url('./fonts/Nova_Square/NovaSquare-Regular.ttf');
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 19px;
    text-align: center;
    /* font-weight: 600; */
    /* font-family: 'Segoe UI'; */
    font-family: 'novasquare_krish', sans-serif;
    background-color: #8EC5FC;
    background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
    height: 100vh;
    width: 100vw;
}

.pages {
    display: none;
    padding-top: 80px;
}

.active_page {
    display: block;
    /* height: 100vh; */
    width: 100vw;
}

@media(max-width:300px) {


    body {
        font-size: 15px;
    }

    .pages {
        /* display: none; */
        padding-top: 115px;
    }

    header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
        width: 100vw;
        background: white;
        display: flex;
        flex-wrap: wrap;
        /* height: 75px; */
        /* overflow: hidden; */
    }

    #my_name {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* position: fixed; */
        /* top: 15px; */
        /* left: 20px; */
        border: 1px solid whitesmoke;
        padding: 5px 10px;
        border-radius: 50px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background: rgb(0, 181, 255);
        width: 200px;
        font-size: 18px;
        z-index: 5;
    }

    #my_name span {
        color: white;
        text-shadow: 2px 3px rgba(64, 60, 67, .16);
    }

    #my_name img {
        width: 40px;
        border-radius: 100px;
        border: 5px solid #006ffa;
        padding: 5px;
        border-right-color: transparent;
    }

    #nav {
        width: 500px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* position: fixed;
        top: 15px;
    right: 5vw; */
        /* border: 1px solid whitesmoke; */
        /* padding: 5px 10px; */
        /* border-radius: 10px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; */
        background: white;
    }

    #nav svg {
        width: 20px;
        height: 20px;
    }
    
    .nav_icons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: 33.33vw;
        padding: 10px;
        color: #e4e1e6;
        border-bottom: 2px solid white;
    }

    .nav_icons svg {
        filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(263deg) brightness(94%) contrast(91%);

    }

    .nav_icons:active {
        background: #f5f5f580;


    }

    .active_nav_icon {
        filter: invert(43%) sepia(81%) saturate(6522%) hue-rotate(205deg) brightness(107%) contrast(102%) !important;
        background: none !important;
    }

    #social_media_acc {

        position: absolute;

        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        width: 175px;
        font-size: 12px;
    }

    /* #social_media_acc:active {
    background: #2c00ff33;
} */

    #social_media_acc a:first-child {
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: white;
        border-top-right-radius: 35px;
    }

    #social_media_acc a:last-child {
        position: fixed;
        bottom: 0px;
        right: 0px;
        background: white;
        border-top-left-radius: 35px;
    }

    #social_media_acc>a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: black;
        /* background: whitesmoke; */
        padding: 5px;
        border-radius: 10px;
    }

    #social_media_acc>a:active {
        background: #2c00ff33;
    }

    #social_media_acc svg {
        width: 22px;
        height: 22px;
    }

    #smooth_scroll_to_top {
        position: fixed;
        bottom: 60px;
        right: 20px;
        rotate: -90deg;
        z-index: 5;
        background: #ffffff;
        border-radius: 30px;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    #smooth_scroll_to_top:active {
        background: gray;
    }

    #smooth_scroll_to_top svg {
        width: 30px;
        height: 30px;
        filter: invert(43%) sepia(81%) saturate(6522%) hue-rotate(205deg) brightness(107%) contrast(102%);
    }

    #check_prev_next_pages_parent {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    #check_prev_next_pages_parent>div {
        width: 230px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background: white;
        padding: 5px;
        border-radius: 10px;
        font-size: 16px;
        /* margin-right: 30px; */
        margin: 5px 0px;
    }

    #check_prev_next_pages_parent>div:active {
        background: whitesmoke;
    }

    #check_prev_next_pages_parent>div svg {
        width: 25px;
        height: 25px;

    }

    #check_prev_next_pages_parent>div span {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }


    footer {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        background: whitesmoke;
        height: 100px;
        padding-bottom: 50px;
    }

    #copyright {
        color: royalblue;
    }

    #developed_by {
        color: black;
        background: rgb(224, 224, 224);
        padding: 2px 5px;
        border-radius: 5px;
    }



    /* #home_page {} */

    /* Home Page- */

    #essay {
        width: 100%;
        height: max-content;
        /* background: url("./images/collage_background.jpg"); */
        /* background-size: 100% 100%; */
        /* background-attachment: fixed; */
        background: whitesmoke;
        padding: 5px 0px;
        /* animation: essay_item_wave 15s ease-in-out infinite ; */
    }

    /* @keyframes essay_item_wave {
        0% {
            scale: 1;
        }

        25% {
            scale: 0.9;
            rotate: 5deg;
        }

        50% {
            scale: 0.9;
            rotate: -5deg;
        }

        100% {
            scale: 1;
        }
    } */

    #essay_intro {
        font-size: 18px;
        font-weight: 900;
        background: white;
        border-radius: 10px;
        width: 150px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        margin-left: 10px;
        /* transform: skew(14deg) rotateZ(355deg); */
        text-decoration: overline;
    }

    #essay_intro svg {
        width: 25px;
        height: 25px;
    }

    #essay_intro span {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    #essay_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .essay_items {
        background: white;
        margin: 5px;
        padding: 5px 5px;
        padding-bottom: 20px;
        border-radius: 5px;
        /* border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* animation: essay_item_wave 20s ease-in-out infinite; */
    }

    .essay_items:active {
        scale: 0.9;
        background: whitesmoke;
    }

    .essay_items img {
        width: 200px;
        /* height: 300px; */
        /* width: auto; */
        height: auto;
    }

    .essay_title {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .essay_desc{
        font-size: 10px;
        color: black;
    }

    /* Home Page end- */

    /* Projects page- */

    #projects_intro_bg {
        width: 100%;
        height: max-content;
        background: url("./images/project_management.jpg");
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    #projects_intro {
        width: 100vw;
        /* position: absolute; */
        /* top: 0px; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0px;
        background: #ffffffc4;
        /* padding-top: 105px; */
        /* padding-bottom: 50px; */
        height: 130px;
    }

    #projects_intro>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 25px;
        font-weight: 900;
        color: crimson;
        width: 250px;
        text-decoration: overline;
    }

    #projects_intro>div svg {
        width: 40px;
        height: 40px;
        filter: invert(39%) sepia(83%) saturate(4352%) hue-rotate(218deg) brightness(97%) contrast(85%);
        border: 5px solid;
        padding: 5px;
        border-radius: 50px;
    }

    #projects_intro>span {
        background: whitesmoke;
    }

    #project_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        background: cornflowerblue;
        padding: 15px 0px;
    }

    .projects_card {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
        border: 2px solid whitesmoke;
        width: 90%;
        background: #ffffff;
        border-radius: 10px;
        margin-top: 10px;
    }

    .projects_card img {
        width: 200px;
        border-radius: 10px;
        /* border: 2px solid whitesmoke; */
        padding: 5px;
    }

    .project_card_info {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }

    .project_card_title {
        font-size: 28px;
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        text-shadow: 2px 3px rgba(64, 60, 67, .16);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .project_card_description {
        font-size: 14px;
        width: 80%;
        text-align: center;
    }


    /* Projects page end- */

    /* Contact page - */

    #contact_intro_bg {
        width: 100%;
        height: max-content;
        background: url("./images/paper.jpg");
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    #contact_intro {
        width: 100vw;
        /* position: absolute; */
        /* top: 0px; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0px;
        background: #ffffffc4;
        /* padding-top: 105px; */
        /* padding-bottom: 50px; */
        height: 130px;
    }

    #contact_intro>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 25px;
        font-weight: 900;
        color: black;
        width: 250px;
        text-decoration: overline;
    }

    #contact_intro>div svg {
        width: 40px;
        height: 40px;
        /* filter: invert(39%) sepia(83%) saturate(4352%) hue-rotate(218deg) brightness(97%) contrast(85%); */
        border: 5px solid;
        padding: 5px;
        border-radius: 50px;
    }

    #contact_intro>span {
        background: whitesmoke;
    }

    #aboutme_container {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        justify-content: space-evenly;
        align-items: center;
        /* background: rgba(255, 255, 255, 0.589); */
        padding: 15px 0px;
        /* height: 200px; */
    }

    #about_note {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        /* flex-direction: column; */
        /* background: white; */
        padding: 15px 0px;
        /* height: 200px; */
        width: 85%;
    }

    #about_note>div {
        background: white;
        padding: 5px 10px;
        border-radius: 10px;
    }

    #about_note span {
        display: block;
        max-width: 450px;
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    #aboutme_img {
        width: 200px;
        margin: 5px;
        background: white;
        padding: 10px;
        border-radius: 25px;
    }

    #skillset {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    #skillset_intro {
        margin: 5px;
        font-size: 25px;
        font-weight: 900;
    }

    .skill_item {
        background: whitesmoke;
        color: black;
        border-radius: 10px;
        padding: 5px 10px;
        margin: 5px;
    }

    #contact_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        background: white;
        padding: 15px 0px;
        height: 300px;
    }

    .contact_items {
        display: flex;
        justify-content: start;
        align-items: center;
        min-width: 200px;
    }

    .contact_items svg {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    /* Contact page end - */


}

@media(min-width: 300px) and (max-width: 800px) {

    body {
        font-size: 17px;
    }

    .pages {
        /* display: none; */
        padding-top: 118px;
    }

    header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
        width: 100vw;
        background: white;
        display: flex;
        flex-wrap: wrap;
        /* height: 75px; */
        /* overflow: hidden; */
    }

    #my_name {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* position: fixed; */
        /* top: 15px; */
        /* left: 20px; */
        border: 1px solid whitesmoke;
        padding: 5px 10px;
        border-radius: 50px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background: rgb(0, 181, 255);
        width: 200px;
        font-size: 18px;
        z-index: 5;
    }

    #my_name span {
        color: white;
        text-shadow: 2px 3px rgba(64, 60, 67, .16);
    }

    #my_name img {
        width: 40px;
        border-radius: 100px;
        border: 5px solid #006ffa;
        padding: 5px;
        border-right-color: transparent;
    }

    #nav {
        width: 500px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* position: fixed;
        top: 15px;
        right: 5vw; */
        /* border: 1px solid whitesmoke; */
        /* padding: 5px 10px; */
        /* border-radius: 10px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px; */
        background: white;
    }

    #nav svg {
        width: 20px;
        height: 20px;
    }
    
    .nav_icons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: 33.33vw;
        padding: 10px;
        color: #e4e1e6;
        border-bottom: 2px solid white;
    }

    .nav_icons svg {
        filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(263deg) brightness(94%) contrast(91%);

    }

    .nav_icons:active {
        background: #f5f5f580;


    }

    .active_nav_icon {
        filter: invert(43%) sepia(81%) saturate(6522%) hue-rotate(205deg) brightness(107%) contrast(102%) !important;
        background: none !important;
    }

    #social_media_acc {

        position: absolute;

        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        width: 175px;
        font-size: 12px;
    }

    /* #social_media_acc:active {
    background: #2c00ff33;
} */

    #social_media_acc a:first-child {
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: white;
        border-top-right-radius: 35px;
    }

    #social_media_acc a:last-child {
        position: fixed;
        bottom: 0px;
        right: 0px;
        background: white;
        border-top-left-radius: 35px;
    }

    #social_media_acc>a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: black;
        /* background: whitesmoke; */
        padding: 5px;
        border-radius: 10px;
    }

    #social_media_acc>a:active {
        background: #2c00ff33;
    }

    #social_media_acc svg {
        width: 22px;
        height: 22px;
    }

    #smooth_scroll_to_top {
        position: fixed;
        bottom: 60px;
        right: 20px;
        rotate: -90deg;
        z-index: 5;
        background: #ffffff;
        border-radius: 30px;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    #smooth_scroll_to_top:active {
        background: gray;
    }

    #smooth_scroll_to_top svg {
        width: 30px;
        height: 30px;
        filter: invert(43%) sepia(81%) saturate(6522%) hue-rotate(205deg) brightness(107%) contrast(102%);
    }

    #check_prev_next_pages_parent {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    #check_prev_next_pages_parent>div {
        width: 300px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background: white;
        padding: 5px;
        border-radius: 10px;
        font-size: 20px;
        /* margin-right: 30px; */
        margin: 5px 0px;
    }

    #check_prev_next_pages_parent>div:active {
        background: whitesmoke;
    }

    #check_prev_next_pages_parent>div svg {
        width: 30px;
        height: 30px;

    }

    #check_prev_next_pages_parent>div span {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    footer {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        background: whitesmoke;
        height: 100px;
        padding-bottom: 50px;
    }

    #copyright {
        color: royalblue;
    }

    #developed_by {
        color: black;
        background: rgb(224, 224, 224);
        padding: 2px 5px;
        border-radius: 5px;
    }



    /* #home_page {} */

    /* Home Page- */

    #essay {
        width: 100%;
        height: max-content;
        /* background: url("./images/collage_background.jpg");
        background-size: 100% 100%;
        background-attachment: fixed; */
        background: whitesmoke;
        padding: 5px 0px;
        /* animation: essay_item_wave 15s ease-in-out infinite ; */
    }

    /* @keyframes essay_item_wave {
        0% {
            scale: 1;
        }

        25% {
            scale: 0.9;
            rotate: 5deg;
        }

        50% {
            scale: 0.9;
            rotate: -5deg;
        }

        100% {
            scale: 1;
        }
    } */

    #essay_intro {
        font-size: 25px;
        font-weight: 900;
        background: white;
        border-radius: 10px;
        width: 240px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        margin-left: 10px;
        /* transform: skew(14deg) rotateZ(355deg); */
        text-decoration: overline;
    }

    #essay_intro svg {
        width: 30px;
        height: 30px;
    }

    #essay_intro span {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    #essay_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .essay_items {
        background: white;
        margin: 5px;
        padding: 5px 10px;
        padding-bottom: 20px;
        border-radius: 5px;
        /* border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* animation: essay_item_wave 20s ease-in-out infinite; */
    }

    .essay_items:active {
        scale: 0.9;
        background: whitesmoke;
    }

    .essay_items img {
        width: 300px;
        /* height: 300px; */
        /* width: auto; */
        height: auto;
    }

    .essay_title {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .essay_desc{
        font-size: 11px;
        color: black;
    }

    /* Home Page end- */

    /* Projects page- */

    #projects_intro_bg {
        width: 100%;
        height: max-content;
        background: url("./images/project_management.jpg");
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    #projects_intro {
        width: 100vw;
        /* position: absolute; */
        /* top: 0px; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0px;
        background: #ffffffc4;
        /* padding-top: 105px; */
        /* padding-bottom: 50px; */
        height: 130px;
    }

    #projects_intro>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 28px;
        font-weight: 900;
        color: crimson;
        width: 300px;
        text-decoration: overline;
    }

    #projects_intro>div svg {
        width: 40px;
        height: 40px;
        filter: invert(39%) sepia(83%) saturate(4352%) hue-rotate(218deg) brightness(97%) contrast(85%);
        border: 5px solid;
        padding: 5px;
        border-radius: 50px;
    }

    #projects_intro>span {
        background: whitesmoke;
    }

    #project_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        background: cornflowerblue;
        padding: 15px 0px;
    }

    .projects_card {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
        border: 2px solid whitesmoke;
        width: 90%;
        background: #ffffff;
        border-radius: 10px;
        margin-top: 10px;
    }

    .projects_card img {
        width: 200px;
        border-radius: 10px;
        /* border: 2px solid whitesmoke; */
        padding: 5px;
    }

    .project_card_info {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }

    .project_card_title {
        font-size: 28px;
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        text-shadow: 2px 3px rgba(64, 60, 67, .16);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .project_card_description {
        font-size: 14px;
        width: 80%;
        text-align: center;
    }


    /* Projects page end- */

    /* Contact page - */

    #contact_intro_bg {
        width: 100%;
        height: max-content;
        /* background: url("./images/paper.jpg"); */
        /* background-size: 100% 100%;
        background-attachment: fixed; */
    }

    #contact_intro {
        width: 100vw;
        /* position: absolute; */
        /* top: 0px; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0px;
        background: #ffffffc4;
        /* padding-top: 105px; */
        /* padding-bottom: 50px; */
        height: 130px;
    }

    #contact_intro>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 28px;
        font-weight: 900;
        color: black;
        width: 300px;
        text-decoration: overline;
    }

    #contact_intro>div svg {
        width: 40px;
        height: 40px;
        /* filter: invert(39%) sepia(83%) saturate(4352%) hue-rotate(218deg) brightness(97%) contrast(85%); */
        border: 5px solid;
        padding: 5px;
        border-radius: 50px;
    }

    /* #contact_intro>span {
        background: whitesmoke;
    } */

    
    #aboutme_container {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        justify-content: space-evenly;
        align-items: center;
        /* background: rgba(255, 255, 255, 0.589); */
        padding: 15px 0px;
        /* height: 200px; */
    }

    #about_note {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        /* flex-direction: column; */
        /* background: white; */
        padding: 15px 0px;
        /* height: 200px; */
        width: 85%;
    }

    #about_note>div {
        background: white;
        padding: 5px 10px;
        border-radius: 10px;
    }

    #about_note span {
        display: block;
        max-width: 450px;
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    #aboutme_img {
        width: 200px;
        margin: 5px;
        background: white;
        padding: 10px;
        border-radius: 25px;
    }

    #skillset {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    #skillset_intro {
        margin: 5px;
        font-size: 25px;
        font-weight: 900;
    }

    .skill_item {
        background: whitesmoke;
        color: black;
        border-radius: 10px;
        padding: 5px 10px;
        margin: 5px;
    }

    #contact_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        background: white;
        padding: 15px 0px;
        height: 300px;
    }

    .contact_items {
        display: flex;
        justify-content: start;
        align-items: center;
        min-width: 270px;
    }

    .contact_items svg {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    /* Contact page end - */



}

@media (min-width: 800px) {

    header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
        width: 100vw;
        background: white;
        display: flex;
        height: 75px;
    }

    #my_name {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* position: fixed; */
        /* top: 15px; */
        /* left: 20px; */
        border: 1px solid whitesmoke;
        padding: 5px 10px;
        border-radius: 50px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background: rgb(0, 181, 255);
        width: 200px;
        font-size: 18px;
        z-index: 5;
    }

    #my_name span {
        color: white;
        text-shadow: 2px 3px rgba(64, 60, 67, .16);
    }

    #my_name img {
        width: 40px;
        border-radius: 100px;
        border: 5px solid #006ffa;
        padding: 5px;
        border-right-color: transparent;
    }

    #nav {
        width: 500px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        /* position: fixed;
    top: 15px;
    right: 5vw; */
        /* border: 1px solid whitesmoke; */
        /* padding: 5px 10px; */
        /* border-radius: 10px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; */
        background: white;
    }

    #nav svg {
        width: 30px;
        height: 30px;
    }

    .nav_icons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: 33.33%;
        padding: 10px;
        color: #e4e1e6;
    }

    .nav_icons svg {
        filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(263deg) brightness(94%) contrast(91%);

    }

    .nav_icons:active {
        background: #f5f5f580;


    }

    .active_nav_icon {
        filter: invert(43%) sepia(81%) saturate(6522%) hue-rotate(205deg) brightness(107%) contrast(102%) !important;
        background: none !important;
    }

    #social_media_acc {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        width: 175px;
        font-size: 12px;
    }

    /* #social_media_acc:active {
    background: #2c00ff33;
} */

    #social_media_acc>a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: black;
        /* background: whitesmoke; */
        padding: 5px;
        border-radius: 10px;
    }

    #social_media_acc>a:active {
        background: #2c00ff33;
    }

    #social_media_acc svg {
        width: 22px;
        height: 22px;
    }

    #smooth_scroll_to_top {
        position: fixed;
        bottom: 50px;
        right: 20px;
        rotate: -90deg;
        z-index: 5;
        background: #ffffff;
        border-radius: 30px;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    #smooth_scroll_to_top:active {
        background: gray;
    }

    #smooth_scroll_to_top svg {
        width: 30px;
        height: 30px;
        filter: invert(43%) sepia(81%) saturate(6522%) hue-rotate(205deg) brightness(107%) contrast(102%);
    }
    
    #check_prev_next_pages_parent {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    #check_prev_next_pages_parent>div {
        width: 400px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background: white;
        padding: 5px;
        border-radius: 10px;
        font-size: 20px;
        margin-right: 30px;
    }

    #check_prev_next_pages_parent>div:active {
        background: whitesmoke;
    }

    #check_prev_next_pages_parent>div svg {
        width: 40px;
        height: 40px;

    }

    #check_prev_next_pages_parent>div span {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    footer {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        background: whitesmoke;
        height: 100px;
        padding-bottom: 50px;
    }

    #copyright {
        color: royalblue;
    }

    #developed_by {
        color: black;
        background: rgb(224, 224, 224);
        padding: 2px 5px;
        border-radius: 5px;
    }



    /* #home_page {} */

    /* Home Page- */

    #essay {
        width: 100%;
        height: max-content;
        /* background: url("./images/collage_background.jpg");
        background-size: 100% 100%;
        background-attachment: fixed; */
        background: whitesmoke;
        padding: 5px 0px;
        /* animation: essay_item_wave 15s ease-in-out infinite ; */
    }

    /* @keyframes essay_item_wave {
        0% {
            scale: 1;
        }

        25% {
            scale: 0.9;
            rotate: 5deg;
        }

        50% {
            scale: 0.9;
            rotate: -5deg;
        }

        100% {
            scale: 1;
        }
    } */

    #essay_intro {
        font-size: 25px;
        font-weight: 900;
        background: white;
        border-radius: 10px;
        width: 240px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        margin-left: 10px;
        /* transform: skew(14deg) rotateZ(355deg); */
        text-decoration: overline;
    }

    #essay_intro svg {
        width: 30px;
        height: 30px;
    }

    #essay_intro span {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    #essay_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .essay_items {
        background: white;
        margin: 5px;
        padding: 5px 10px;
        padding-bottom: 20px;
        border-radius: 5px;
        /* border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* animation: essay_item_wave 20s ease-in-out infinite; */
    }

    .essay_items:active {
        scale: 0.9;
        background: whitesmoke;
    }

    .essay_items img {
        /* width: 300px; */
        height: 300px;
        width: auto;
    }

    .essay_title {
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .essay_desc{
        font-size: 13px;
        color: black;
    }

    /* Home Page end- */

    /* Projects page- */

    #projects_intro_bg {
        width: 100%;
        height: max-content;
        background: url("./images/project_management.jpg");
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    #projects_intro {
        width: 100vw;
        /* position: absolute; */
        /* top: 0px; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0px;
        background: #ffffffc4;
        /* padding-top: 105px; */
        /* padding-bottom: 50px; */
        height: 130px;
    }

    #projects_intro>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 28px;
        font-weight: 900;
        color: crimson;
        width: 300px;
        text-decoration: overline;
    }

    #projects_intro>div svg {
        width: 40px;
        height: 40px;
        filter: invert(39%) sepia(83%) saturate(4352%) hue-rotate(218deg) brightness(97%) contrast(85%);
        border: 5px solid;
        padding: 5px;
        border-radius: 50px;
    }

    #projects_intro>span {
        background: whitesmoke;
    }

    #project_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        background: cornflowerblue;
        padding: 15px 0px;
    }

    .projects_card {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        border: 2px solid whitesmoke;
        width: 90%;
        background: #ffffff;
        border-radius: 10px;
        margin-top: 10px;
    }

    .projects_card img {
        width: 200px;
        border-radius: 10px;
        /* border: 2px solid whitesmoke; */
        padding: 5px;
    }

    .project_card_info {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }

    .project_card_title {
        font-size: 28px;
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        text-shadow: 2px 3px rgba(64, 60, 67, .16);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .project_card_description {
        font-size: 14px;
        width: 450px;
        text-align: center;
    }


    /* Projects page end- */

    /* Contact page - */

    #contact_intro_bg {
        width: 100%;
        height: max-content;
        /* background: url("./images/contact.jpg"); */
        /* background-size: 100% 100%;
        background-attachment: fixed; */
    }

    #contact_intro {
        width: 100vw;
        /* position: absolute; */
        /* top: 0px; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0px;
        background: #ffffffc4;
        /* padding-top: 105px; */
        /* padding-bottom: 50px; */
        height: 130px;
    }

    #contact_intro>div {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 28px;
        font-weight: 900;
        color: black;
        width: 300px;
        text-decoration: overline;
    }

    #contact_intro>div svg {
        width: 40px;
        height: 40px;
        /* filter: invert(39%) sepia(83%) saturate(4352%) hue-rotate(218deg) brightness(97%) contrast(85%); */
        border: 5px solid;
        padding: 5px;
        border-radius: 50px;
    }

    /* #contact_intro>span {
        background: whitesmoke;
    } */

    #aboutme_container {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        justify-content: space-evenly;
        align-items: center;
        /* background: rgba(255, 255, 255, 0.589); */
        padding: 15px 0px;
        /* height: 200px; */
    }

    #about_note {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        /* flex-direction: column; */
        /* background: white; */
        padding: 15px 0px;
        /* height: 200px; */
        width: 100%;
    }

    #about_note>div {
        background: white;
        padding: 5px 10px;
        border-radius: 10px;
    }

    #about_note span {
        display: block;
        max-width: 450px;
        background: linear-gradient(to right bottom, rgb(0, 59, 125), rgb(26, 126, 240), #ff0083);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    #aboutme_img {
        width: 200px;
        margin: 5px;
        background: white;
        padding: 10px;
        border-radius: 25px;
    }

    #skillset {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    #skillset_intro {
        margin: 5px;
        font-size: 25px;
        font-weight: 900;
    }

    .skill_item {
        background: whitesmoke;
        color: black;
        border-radius: 10px;
        padding: 5px 10px;
        margin: 5px;
    }

    #contact_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        background: white;
        padding: 15px 0px;
        height: 200px;
    }

    .contact_items {
        display: flex;
        justify-content: start;
        align-items: center;
        min-width: 270px;
    }

    .contact_items svg {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    /* Contact page end - */



}