@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');


body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    user-select: none;
    cursor: none;
}

/*----------------- Default CSS for all type of Width -----------------*/

.cursor { 
    position: fixed;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.538);
    pointer-events: none;
    transition: transform 0.2s ease;
    z-index: 100;
}


.display {
    color: #ffffff;
    width: 100vw;
    height: 100vh;
    background-color: #242020;
}

.display .upNavbar {
    width: 100%;
    top: 50PX;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 10;

    white-space: nowrap;
}

#portfoliotext {
    font-size: 60px;
}

.line {
    background-color: rgb(255, 255, 255);
    width: 550px;
    height: 2px;
    border-radius: 5px;
}

.display .upNavbar .options {
    color: #ffffffbb;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0px 50px;
}

.option,
.display .lowNavbar .dotmenu:hover {
    color: #fff;
    text-shadow: 0px 0px 25px #fff;
}

.display .lowNavbar {
    width: 100%;
    bottom: 60px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 10;

}

.display .lowNavbar .dotmenu {
    font-size: 20px;
    padding: 0px 50px;
    text-align: center;
}

.dotmenu {
    display: flex;
    flex-direction: row;
}

#scrolltosee {
    font-size: 12px;
    display: flex;
}

.moveSlidIcn {
    display: none;
    padding: 12px 17px;
    background-color: #80808033;
    margin: 5px;
    border-radius: 100%;
}

.focus {
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 200px 100px #fff4;
}

#foc1 {
    top: 30%;
    left: 25%;
}

#foc2 {
    top: 60%;
    left: 70%;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    z-index: 0;
}

#visibleMenu {
    display: none;
    color: #fff;
    font-family: "Babylonica", cursive;
    text-transform: none;
    font-size: 28px;
}

/* Responsive style for max-width: 1024px */

@media (max-width: 1024px) {


    .cursor {
        display: none;
    }

    .line {
        display: none;
    }

    .options {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    #portfoliotext {
        font-size: 55px;
    }

    /* About me */

    .box {
        width: 80%;
    }

    .photo img {
        width: 270px;
        height: 270px;
    }

    .meta {
        margin-left: 50px;
        width: 400px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: center;
    }

    .meta .title {
        font-size: 28px;
    }

    .meta .minititle {
        font-size: 18px;
        font-weight: 200;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        text-transform: capitalize;
    }

    /* Education */

    .boxEdu {
        width: 60%;
    }

    .edu {
        width: 55%;
    }

    .photoin2 {
        width: 55%;
    }

    .eduTitlemain {
        font-size: 28px;
    }

    .cpic img {
        width: 230px;
        height: 140px;
        object-fit: cover;
        filter: grayscale(100%);
        border-radius: 10px;
        margin: 5px;
    }

    .course {
        margin-top: 28px;
        font-size: 18px;
    }

    .Colname {
        font-size: 18px;
    }

    /* Expertise */

    .secUp {
        width: 50%;
        justify-content: center;
    }

    .secdwn {
        width: 60%;
        justify-content: center;
        gap: 10px;
    }

    .skilltitle {
        margin: 60px;
        font-size: 28px;
    }

    .secUp .pic img {
        width: 220px;
    }

    .facTitle {
        font-size: 16px;
    }

    .skillset ul li {
        font-size: 15px;
    }

    .skillset {
        margin: 2px;
    }

    /* My works */

    .myWorktitle {
        font-size: 28px;
        margin: 20px 0px 30px 0px;
    }

    .props {
        width: 660px;
    }

    .ptitle {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .project {
        color: #fff;
        background: #fff2;
        width: 150px;
        height: 180px;
        border-radius: 10px;
        padding: 10px;
        margin: 5px;
    }

    /* connect */

    .thnku {
        font-size: 28px;
    }

    .links {
        flex-direction: column;
        text-align: center;
    }

    .dotmenu {
        display: flex;
    }

    #scrolltosee {
        display: none;
    }

    .moveSlidIcn {
        display: flex;
    }
}

@media (max-width: 726px) {

    .cursor {
        display: none;
    }

    body {
        overflow-y: hidden;
    }

    .dotmenu {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    /* Portfolio */

    #portfoliotext {
        font-size: 40px;
    }

    /* About ME */

    .box {
        flex-direction: column;
        align-items: center;
        margin-top: -50px;
    }

    .display .upNavbar {
        top: 30px;
    }

    .display .lowNavbar {
        bottom: 30px;
    }

    .photo img {
        width: 180px;
        height: 180px;
    }

    .meta {
        padding-top: 15px;
        margin: 0px;
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }

    .meta .title {
        font-size: 24px;
        display: flex;
        justify-content: center
    }

    .meta .minititle {
        font-size: 16px;
        width: 80%;
        margin: auto;
        text-align: center;
    }

    /* education */

    .edu {
        width: 270px;
    }

    .photoin2 {
        min-width: 250px;
    }

    .cpic img {
        width: 170px;
        height: 100px;
    }

    #boxEdu {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .eduTitlemain {
        font-size: 20px;
        margin-top: 14px;
        text-align: center;
    }

    .course {
        margin-top: 18px;
        font-size: 17px;
    }

    .Colname {
        font-size: 14px;
    }

    /* Skilsss */

    .secUp {
        margin-top: 0px;
    }

    .secdwn {
        flex-direction: column;
        gap: 0px;
        margin-top: 24px;
        width: 148px;
    }

    .skilltitle {
        font-size: 18px;
        margin: 20px;
    }

    .secUp .pic img {
        /* border-radius: 0px; */
        width: 110px;
    }

    .facTitle {
        text-align: center;
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

    .skillset ul {
        margin: 8px;
        text-align: left;
    }

    /* Projectss */

    .myWorktitle {
        position: absolute;
        font-size: 14px;
        top: 70px;
    }

    .props {
        width: auto;
        flex-direction: column;
        align-items: center;
    }

    .project {
        width: 200px;
        height: 70px;
    }

    .pcode,
    .pstatus {
        display: none;
    }

    .ptitle {
        font-size: 15px;
    }

    .pcode,
    .pstatus,
    .plink {
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 200;
    }

    .projetBox {
        margin-top: 10px;
    }

    /* Connect */

    .phone {
        flex-direction: column;
        text-align: center;
        font-size: 16px;
        user-select: auto;
        gap: 15px;
    }

    .thnku {
        font-size: 20px;
    }

    .links{
        font-size: 15px;
    }

    .phone a{
    text-decoration: none;
    padding: 5px 10px;
    background-color: #0003;
    border-radius: 10px;
    }
}