* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: black;
    color: white;
    font-family: 'poppins', sans-serif;
}

header {
    position: sticky;
    top: 0px;
    z-index: 20;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    background-color: yellowgreen;
}


nav ul {
    display: flex;
    justify-content: center;

}

nav li {
    display: flex;
    text-align: center;
    list-style: none;
    width: 140px;
    padding-bottom: 25px;
}

nav li a {
    position: absolute;
    text-decoration: none;
    color: white;
}

nav a:hover {
    padding: 0px 10px 0px 10px;
    box-shadow: 1px 1px 1px 1px black;
    background-color: white;
    border-radius: 20px;
    color: black;
    transform: scale(1.1);
    transition: .5s;
    text-shadow: 6px 6px 20px white;
}

main hr {
    border: 0;
    background: #9c97f1;
    height: 1.5px;
    margin: 40px 84px;
}

.left {
    text-align: center;
    font-size: 1.6rem;
}

.first {
    display: flex;
    margin-left: 100px;
    margin-top: 80px;
    height: 250px;
}


.leftSection {
    color: white;
    width: 75%;
    ;
    font-size: 40px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
}

.rightSection img {
    margin-top: 30px;
    width: 70%;
    animation: bottom infinite ease-out 3s;
    animation-delay: 2s;
}

@keyframes bottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

.purple {
    color: yellowgreen;
}

#element {
    color: yellowgreen;
}

.bgphoto {
    background-size: 70px 70px;
    border-radius: 20px;
    box-shadow: 4px 4px 4px black;
    cursor: pointer;
    height: 50px;
    margin-left: 40px;
    width: 50px;
}

.resume {
    text-decoration: none;
    background-color: yellowgreen;
    width: 200px;
    margin-top: 80px;
    margin-bottom: 50px;
    height: 70px;
    margin-left: 200px;
    border-radius: 20px;
    border-style: double;
    border-color: azure;
    box-shadow: none;
}

.resume:hover {
    cursor: pointer;
    box-shadow: 6px 6px 20px white;
    transform: scale(1.1);
    transition: .5s;
}

.resume li {
    list-style: none;
    margin-top: 20px;
    margin-left: 17px
}

.resume li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.second {
    max-width: 80vw;
    margin: auto;
    height: 100vh;
    text-align: center;
    font-size: 25px;
}

.skillbg {
    background-color: yellowgreen;
    border-radius: 1.2rem;
    height: 950px;
}

.skillbg hr {
    height: 1px;
    margin-top: 10px;
    border-radius: 2px;
    background-color: white;
}

.container {
    display: flex;
    column-gap: 100px;
}

.java {
    display: flex;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-left: 100px;
    margin-top: 40px;
    border-radius: 20rem;
    float: left;
}

.java img {
    margin-top: 10px;
    width: 130px;
    height: 110px;
}

.java:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;


}

.python {
    display: flex;
    float: right;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-top: 40px;
    margin-left: 50px;
    border-radius: 20rem;
}

.python img {
    margin-top: 30px;
    width: 70px;
    margin-left: 33px;
    height: 70px;
}

.python:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
    box-shadow: 6px 6px 20px black;
}

.c {
    display: flex;
    float: right;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-top: 40px;
    margin-left: 20px;
    border-radius: 20rem;
}

.c img {
    margin-top: 23px;
    width: 95px;
    margin-left: 22px;
    height: 90px;
}

.c:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.cpp {
    display: flex;
    float: right;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-top: 40px;
    border-radius: 20rem;
}

.cpp img {
    margin-top: 20px;
    width: 95px;
    margin-left: 22px;
    height: 95px;
    margin-bottom: 40px;
}

.cpp:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.skillbg1 hr {
    height: 2px;
    width: 850px;
    margin-top: 40px;
    margin-left: 120px;
}

.container1 {
    display: flex;
    column-gap: 90px;
}

.html {
    display: flex;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-left: 220px;
    margin-top: 40px;
    border-radius: 20rem;
    float: left;
}

.html img {
    margin-top: 20px;
    margin-left: 17px;
    width: 100px;
    height: 100px;
}

.html:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.css {
    display: flex;
    float: right;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-top: 40px;
    margin-left: 50px;
    border-radius: 20rem;
}

.css img {
    margin-top: 20px;
    width: 100px;
    margin-left: 17px;
    height: 100px;
}

.css:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.js {
    display: flex;
    float: right;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-top: 40px;
    margin-left: 20px;
    border-radius: 20rem;
}

.js img {
    border-radius: 1000px;
    margin-top: 17px;
    width: 100px;
    margin-left: 17px;
    height: 100px;
}

.js:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.skillbg2 hr {
    height: 2px;
    width: 600px;
    margin-top: 60px;
    margin-left: 250px;
}

.container2 {
    display: flex;
    column-gap: 100px;
}

.node {
    display: flex;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-left: 375px;
    margin-top: 40px;
    border-radius: 20rem;
    float: left;
}

.node img {
    margin-top: 20px;
    margin-left: 17px;
    width: 100px;
    height: 100px;
}

.node:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.react {
    display: flex;
    float: right;
    background-color: white;
    width: 135px;
    height: 135px;
    margin-top: 40px;
    margin-left: 15px;
    border-radius: 20rem;
}

.react img {
    margin-top: 20px;
    width: 100px;
    margin-left: 17px;
    height: 100px;
}

.react:hover {
    cursor: pointer;
    transition: .5s;
    transform: scale(1.2);
    box-shadow: 6px 6px 20px black;
}

.third {
    margin-top: 350px;
    height: 500px;
}

.acheline {
    width: 100%;
}

.ache {
    max-width: 80vw;
    margin-top: 10px;
    margin: auto;
    text-align: center;
    font-size: 30px;
}

.ache li {
    font-size: 20px;
    padding: 17px;
}

.fourth {
    max-width: 80vw;
    margin-top: 60px;
    margin-left: 160px;
    text-align: center;
    justify-content: center;
    font-size: 25px;
}

.profile {
    background-color: yellowgreen;
    border-radius: 1.2rem;
    height: 350px;
}

.profile hr {
    height: 1px;
    margin-top: 10px;
    border-radius: 2px;
    background-color: white;
}

.cont {
    display: flex;
    column-gap: 100px;
}

.credits {
    height: 50px;
    column-gap: 80px;
    display: flex;
    background-color: yellowgreen;
}

.copy {
    background-color: yellowgreen;
    height: 50px;
}

.copy p {
    padding: 15px;
    margin-left: 20px;
    width: 100%;
    float: left;

}

.social {
    display: flex;
    padding: 12px;
    margin-left: 160px;
}

.css-vubbuv {
    user-select: none;
    width: 1em;
    height: 1em;
    display: flex;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

.twitter {
    display: flex;
    margin-left: 30px;
    height: 25px;
    margin-right: 15px;
}
.twitter img:hover{
    filter: drop-shadow(2px 2px 10px white);
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
}

.whatsapp {
    display: flex;
    margin-left: 15px;
    height: 25px;
    margin-right: 15px;
}
.whatsapp img:hover{
    filter: drop-shadow(2px 2px 10px white);
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
}

.facebook {
    display: flex;
    margin-left: 15px;
    height: 25px;
    margin-right: 15px;
}
.facebook img:hover{
    filter: drop-shadow(2px 2px 10px white);
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
}

.insta {
    display: flex;
    margin-left: 15px;
    height: 25px;
    margin-right: 15px;
}
.insta img:hover{
    filter: drop-shadow(2px 2px 10px white);
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
}

.css-vubbuv1 {
    user-select: none;
    width: 1em;
    display: flex;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

.love {
    display: flex;
    color: var(--text-color-a);
    font-family: Lucida Sans, Lucida Sans Regular, Lucida Grande, Lucida Sans Unicode, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 100px;
    margin-top: 15px;
    transition: .3s;
}

.heart:hover {
    cursor: pointer;
}

.container3 {
    display: flex;
    column-gap: 70px;
    margin-top: 50px;
}

.leet img {
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.leet {
    width: 130px;
    margin-left: 80px;
    height: 130px;
    border-radius: 18px;
}

.leet:hover {
    box-shadow: 6px 6px 10px white;
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
}

.linked img {
    width: 135px;
    height: 130px;
    border-radius: 18px;
    border-top-width: 18px;
}

.linked {
    width: 135px;
    height: 130px;
    border-radius: 18px;
    border-top-width: 18px;
}

.linked:hover {
    box-shadow: 6px 6px 10px white;
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
}

.hacker img {
    margin-left: 0px;
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.hacker {
    margin-left: 0px;
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.hacker:hover {
    transform: scale(1.2);
    box-shadow: 6px 6px 10px white;
    cursor: pointer;
    transition: .5s;
}

.youtube img {
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.youtube {
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.youtube:hover {
    transform: scale(1.2);
    box-shadow: 6px 6px 10px white;
    cursor: pointer;
    transition: .5s;
}

.git img {
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.git {
    width: 130px;
    height: 130px;
    border-radius: 18px;
}

.git:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s;
    box-shadow: 6px 6px 10px white;
}