body {
    font-family: poppins, sans-serif, mulish;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: rgb(243, 245, 248);

}

.navItem a:hover {
    border-radius: 20%;
    transition: 0.4s;
    border-bottom: 3px solid blue;
    cursor: pointer;
    color: blue;
}

.navbaar .logo {
    margin: 10px;
    margin-top: 20px;
    position: absolute;
    left: 5%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;

}

.navbaar a{
    font-size: large;
    font-weight: 600;
    position: sticky;
    border: 0;
    text-decoration: none;
    color: black;
    /* box-shadow: 3px solid black; */
}

@media only screen and (min-width:768px) {
    .navbaar {
        display: flex;
        justify-content: space-around;
    }

    .navItem ul {
        display: flex;
        list-style: none;
        position: absolute;
        right: 5%;
    }

    .navItem ul li {
        margin: 5px 20px;
    }

    .navbaar #navbtn {
        position: absolute;
        right: 2%;
        top: 20px;
        display: none;
    }

    .container {
        display: flex;
        position: absolute;
        top: 30%;
        left: 50%;
        /* right: 50%; */
        transform: translate(-50%, -50px);
        flex-direction: column;
        justify-content: center;
        /* background: rd; */
    }

    .profile {
        display: flex;
        flex-direction: row;
    }
    .portfolio {
        position: absolute;
        top: 140% !important;
    }
    .about{
        position: absolute;
        top: 80% !important;
    }
}


@media only screen and (max-width:768px) {

    .navbaar {
        display: flex;
        z-index: 2;
    }

    .navItem {
        display: flex;
        z-index: 2;
        margin-top: 1px;
        padding: 30px;
        margin-left: -10px;
        background: whitesmoke;
        border: 3px solid black;
        border-radius: 0px 20px 20px 0px;
        position: relative;
        left: -300px;
        transition: 0.5s;
    }

    .navShow {
        left: 0px !important;
    }

    .navItem ul li{
        list-style: none;
        margin: 15px;
        padding: 15px;
    }

    .navbaar #navbtn {
        position: absolute;
        right: 2%;
        top: 20px;
        /* position: fixed; */
        /* display: block; */
    }

    .container img {
        position: absolute;
        top: -70%;

    }

    .container {
        position: absolute;
        left: 5%;
        top: 50%;
        right: 5%;
        
        /* transform: translate(-50%); */
    }

    .about {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .about .intro {
        margin-top: -20%;
        text-align: center;
        /* justify-content: center; */
    }

    .about .aboutimg {
        margin-top: 40px;
    }

    .about p {
        font-size: 20px;
        opacity: 0.8;
    }
}





.profile img {
    height: 230px;
    width: 230px;
    margin: 10px;
    animation: photo 10s infinite;
    border: 3px solid black;
    /* transition: 5s; */
}

@keyframes photo {
    0% {
        border-radius: 50% 50% 45% 50%;
    }

    25% {
        border-radius: 30% 70% 30% 40%;
    }

    50% {
        border-radius: 70% 45% 60% 30%;
    }

    75% {
        border-radius: 60% 25% 60% 40%;
    }

    100% {
        border-radius: 50% 50% 45% 50%;
    }
}

.container p {
    font-size: large;
    opacity: 0.8;
}

.container .data {
    letter-spacing: 0.1rem;
}

.container h1 {
    word-spacing: 0.4rem;
    font-size: 2.5rem;
    text-align: center;
}

.container .img {
    display: flex;
    justify-content: center;
}

.about {
    /* display:flex; */
    position: absolute;
    margin-top: 2rem;
    top:100%;
    margin-left: 10%;
    /* display: flex; */
    justify-content: center;

}

.about {
    position: absolute;
    display: flex;
}

.about .aboutimg {
    max-height: 300px;
    max-width: 450px;
    border-radius: 20px;
}

.about .text {
    border-radius: 50%;
    background: white;
    height: 150px;
    width: 150px;
    position: relative;
    top: -130px;
    left: 72%;
    animation: rotate 5s linear infinite;
}

.about .working {
    height: 50px;
    width: 50px;
    position: relative;
    top: -180px;
    left: 49%;
}

@keyframes rotate {
    to {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(-360deg);
    }
}

.intro {
    margin-left: 40px;
    margin-right: 40px;
}

.intro h2 {
    text-align: center;
    color: blue;
    font-size: 30px;
    margin-top: -3px;
    text-decoration: underline;

}

.intro h1 {
    font-size: 35px;
    letter-spacing: 1px;
}

.intro {
    font-size: 20px;
}

.portfolio {
    /* display: block; */
    position:absolute;
    left: 0;
    right: 0;
    top: 240%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;

}

.portfolio .heading,
.contact,
.copy {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contact {
    background: whitesmoke;
    margin-top: 50px;
}

.contact .locationEmail {
    display: flex;
    text-align: center;
    justify-content: center;
}

.contact .locationEmail .location {
    text-align: center;
    margin-right: 50%;

}

.copy {
    margin-top: 20px;
    background: #2b2a2a;
    color: white;
    padding: 20px;
}

.techstack{
    display: flex;
}
.tech-stack {
    display: flex;
    align-items: center;
}

.tech-stack h2 {
    margin-right: 20px;
    font-size: 1.5rem;
}

.icons {
    display: flex;
    gap: 20px;
}

.icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.icon img{
 position: relative;
 top: 1px;
 border-radius: 50%;
}
.link i{
    font-size: 30px;
}
.link i:hover{
    cursor: pointer;
}
.link button{
    border: 0px;
}