.tags
{
    display: flex;
    justify-content:center;
}
*,html,body{
    scroll-behavior:smooth;
    position: relative;
}
/* .top
{
    position: absolute;
    right: 10%;
    bottom: 20%;
} */
body{
    margin: 0px;
    padding: 0%;
    overflow-x: hidden;    overflow-y: auto;
}
.navbar{
    position: fixed;
    width: 100vw;
    z-index: 1001;
    background-color: rgb(181, 142, 217);
}
.navbar h2
{
    padding: 0px 20px;
}
.ham
{
    display: none;
}
.ham img:hover{ cursor: pointer;}
.outer{
    top: 0%;
    position: relative;
}
.tags a,.ham a{
    text-decoration: none;
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px 20px;
    color: black;
}
.tags a:hover,.ham a:hover{
    color: rgb(236, 240, 238); 
}
.ham img{
    position: absolute;
    right: 5%;
    top: 2%;
    height: 40px;
    width: 40px;
}
.second
{
    display: flex;
    align-items: center;
    /* background-image:url(space_bg.jpg); */
    top: 0%;
}
.details,.image
{
    flex: 0.5;
}
.inner img{
    width: 80%;
    border-radius: 50%;
}
.details p{
    line-height: 25px;
    font-size: large;
    z-index: 1;
}
.details {
    max-width: 500px;
    margin-inline: auto;
    padding-left: 20px;
}
.resume
{
   
    background-color: rgb(164, 86, 203) ;
    border-radius: 5px;
    padding: 10px;
    color: rgb(6, 3, 2);
    /* text-decoration:underline; */
    z-index: 10;
}
.resume a 
{
    color: black;
    text-decoration: none;
}
button:hover
{
    cursor: pointer;
    background-color: aqua;
}
.second
{
    height: 100vh;
    width: 100vw;
}
.third
{
    display: flex;
    min-height: 100vh;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: space-around;
    color: aliceblue;
}
.third::before
{
    content: "";
    background-image: url(assets/skill.jpg);
    position:absolute;
    background-size: cover;
   top: 0%;
   left: 0%;
   right: 0%;
   bottom: 0%;
   
}
.skills h1{
    color: white!important;
}
.skills p{
    padding: 10px;
    font-size: x-large;
}
.skills,.set{
    flex: 0.5;
    padding: 0px 20px;
    margin-top:8% ;
}
.set1,.set2{
    border-bottom: 4px solid rgb(217, 2, 2);
}
.set p{
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    /* color: rgb(224, 218, 218); */
}
.set h1{
    color: rgb(5, 238, 55);
}
.fourth
{
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.fourth::before
{
    content: "";
    position: absolute;  
    background-image: url(assets/space_bg.jpg);
    /* https://img.freepik.com/free-vector/blue-futuristic-waves-background-with-computer-code-technology_53876-119584.jpg */
    background-size: cover;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
}
.fourth h1{
    color: rgb(239, 232, 232);
}
.pro1,.pro2,.pro3
{
    border: 5px solid rgb(249, 231, 231);
    text-align: center;
    overflow: hidden;
    z-index: 100;
    /* height: max-content; */
    margin: 20px 0px;
}
.pro2 a,.pro1 a ,.pro3 a
{
    text-decoration-color: rgb(221, 203, 6);
}
.fourth img 
{
    height: 250px;
    width: 400px;
    /* max-height: fit-content; */
}
.last
{
    min-height:100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(33, 162, 176);
}
.last::before
{
    content: "";
    position: absolute;
    background-image: url(assets/contact.jpg);
    background-size: cover;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    opacity: 0.5;
}
.contact
{
    height: 200px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.contact p{
    font-size: 20px;
    color: rgb(2, 250, 64);
}
.contact a{
    color: rgb(233, 227, 227);
    font-size: large;
}
.collab
{
    
    font-size: 40px;
    text-align: center;
}

.footer
{
    display: flex;
    flex-direction: column;
    align-items: center;  
}
.images2 
{
    display: flex;
    padding: 0 20px;
}
.images2 img{
    height: 20px;
    padding: 0% 5px;
    cursor: pointer;
}
.collab_info p
{
    font-size: medium;
}
.collab
{
    display: flex;
    flex-direction: column;
}
@media screen and  (max-width:800px) {
    .third{
        flex-direction: column;
    }
    /* .navbar{
        position: relative;
    } */
    .second{
        display: block;
        /* position: absolute; */
    }
    .details {
        max-width: 250px;
        margin-inline: auto;
        margin-top: 23% ;
        z-index:1000;
    }

    .image img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-150%);
        opacity: 0.5;
    }
}
@media screen and (max-width:500px) {
     .tags{
        display: none;
     }
     .ham {
        display:block;
        background-color: rgb(181, 142, 217);
        min-height: 50px;
     }
     .ele{
        display: none;
     }
     
     .ham:hover .ele
     {
        display: flex;
        flex-direction: column;
        align-items:center;
        position: absolute;
        top:80%;
        right:0%;
        background-color: rgb(181, 142, 217);
        border-bottom-right-radius:20px;
        border-bottom-left-radius:20px;
     }
    
}
@media screen and (max-width:450px) {
    .fourth img
     {
        height: auto;
        width: 98%;
     }
     .pro1,.pro2,.pro3
     {
        border: 3px solid white;
        width: 80%;
     }

}