@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}
.Portfolio-Container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}
html {
    scroll-behavior: smooth;
}
.navlist{
    display: flex;
    gap: 3.5rem;
    height: 15vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    background-color: #1d1716;
}
.navlist li{
    list-style: none;
}
.navlist li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    font-size: 17px;
}
.Left-Conatiner{
    height: 735vh;
    display: flex;
    align-items: center;
    background: #1d1716 ;
    width: 100%;
    padding-left: 3rem;
}
.logo {
    position: absolute;
    font-size: 50px;
    top: 1px;
    left: 7px;
    color: #3877FF;
}
.icons .fa-brands{
    color: #FFF;
    font-size: 1.7rem;
}
.icons{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    gap: 2rem;
    position: absolute;
    top: 40%;
    left: 2%;
}
.content{
    margin-left: 3rem;
    position: absolute;
    top: 40%;
}
.content .intro{
    font-size: 2.5rem;
    color: #fff;
}
.content .intro span{
    color: #5DB9EE;
}
.content h1{
    font-size: 2rem;
    color: #fff;
    max-width: 45rem;
    margin: 1.1rem 0 3rem;
    line-height: 3rem;
}
.icons .fa-brands:hover{
    cursor: pointer;
    background: linear-gradient(#FFF, #3877FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.design .circle{
    aspect-ratio: 1;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);

}
.circle:nth-child(1){
    background: linear-gradient(90deg, transparent 50%, #1d1716 50%);
    width: 38rem;
}
.circle:nth-child(2){
    width: 25rem;
    left: 78%;
    background-image: url(image/MyPhoto.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
    margin-top: 20px;
}
.navlist li a::after, .navlist .active::after{
    content: "";
    position: absolute;
    background: #FFF;
    width: 100%;
    height: .1rem;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transition: transform .5s;
}
.navlist li a:hover::after, .navlist .active::after{
    transform: scaleX(1);
}
.About{
    width: 50%;
    padding: 100px 0px;
    margin-top: 5%;
}
.Me-Heading{
    position: absolute;
    top: 650px;
    left: 550px;
    font-size: 35px;
    color: #5DB9EE;
}
.About-Text{
    font-size: 23px;
    color: #FFF;
    position: absolute;
    right: 50%;
    top: 750px;
    margin-left: 50px;
}
.About-Text span{
    color: #5DB9EE;
}
.About img{
    width: 400px;
    height: 500px;
    position: absolute;
    top: 750px;
    left: 45%;
    margin-left: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
}
.skills {
    width: 50%;
    margin-top: 5%;
    font-size: 150%;
    color: #FFF;
    position: absolute;
    top: 1250px;
    left: 550px;
}
.skills span {
    color: #3877FF;
}
.box1 {
    width: 500px;
    height: 270px;
    padding: 20px;
    margin: 100px auto;
    background-color: #5DB9EE;
    position: absolute;
    left: -80%;
    border-radius: 25px;
    font-size: 25px;
}
.box1 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 55px;
}
.verify2 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 105px;
}
.verify3 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 155px;
}
.verify4 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 205px;
}
.verify5 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 55px;
    left: 270px;
}
.verify6 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 105px;
    left: 270px;
}
.verify7 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 153px;
    left: 270px;
}
.Tech-Skills{
    font-size: 100%;
    color: black;
    position: absolute;
    right: 30%;
    top: 10px;
}
.tech-stack1{
    position: absolute;
    font-size: 75%;
    top: 57px;
    left: 65px;
}
.tech-stack2{
    position: absolute;
    font-size: 75%;
    top: 107px;
    left: 65px;
}
.tech-stack3{
    position: absolute;
    font-size: 75%;
    top: 157px;
    left: 65px;
}
.tech-stack4{
    position: absolute;
    font-size: 75%;
    top: 207px;
    left: 65px;
}
.tech-stack5{
    position: absolute;
    font-size: 75%;
    top: 57px;
    left: 315px;
}
.tech-stack6{
    position: absolute;
    font-size: 75%;
    top: 107px;
    left: 315px;
}
.tech-stack7{
    position: absolute;
    font-size: 75%;
    top: 155px;
    left: 315px;
}
.box2 {
    width: 500px;
    height: 270px;
    padding: 20px;
    margin: 100px auto;
    background-color: #5DB9EE;
    position: absolute;
    left: 22%; 
    border-radius: 25px;
    font-size: 25px;
}
.soft-skills{
    font-size: 100%;
    color: black;
    position: absolute;
    right: 30%;
    top: 10px;
}
.box2 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 55px;
}
.soft-stack1{
    position: absolute;
    font-size: 75%;
    top: 57px;
    left: 65px;
}
.verify2-1 {
    display: flex;
    align-items: center; 
    position: absolute;
    height: 35px;
    top: 48px;
}
.soft-stack2-1{
    position: absolute;
    margin-left: 45px;
    font-size: 75%;
    top: 57px;
}
.soft-stack2-2{
    position: absolute;
    margin-left: 165px;
    font-size: 75%;
    top: 57px;
}
.verify2-2 img{
    position: absolute;
    height: 35px;
    width: 35px;
    top: 153px;
    left: 21px;
}
.soft-stack3{
    position: absolute;
    margin-left: 45px;
    font-size: 75%;
    top: 153px;
}
.verify2-3 img {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 203px;
    left: 21px;
}
.soft-stack4{
    position: absolute;
    margin-left: 45px;
    font-size: 75%;
    top: 203px;
}




.project1_descript{
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 50%;
    top: 2100px;
    margin-left: 50px;
}
.projects1 span{
    color: #5DB9EE;
}
.project1{
    font-size: 30px;
    color: #FFF;
    position: absolute;
    left: 50px;
    top: 2050px;
    /* margin-left: 50px; */
}
.project-heading{
    font-size: 35px;
    color: #5DB9EE;
    position: absolute;
    left: 550px;
    top: 1900px;
}
.projects1 a{
    color: #3877FF;
    font-size: 20px;
    position: absolute;
    right: 73%;
    top: 2255px;
    /* margin-left: 50px; */
}
.Tic img{
    width: 250px;
    height: 300px;
    position: absolute;
    top: 340%;
    left: 50%;
    margin-left: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
}





.project2_descript {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    left: 43%; /* Changed from right to left */
    top: 2500px;
    margin-left: 50px;
}

.project2 {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    right: 450px; /* Changed from left to right */
    top: 2450px;
    /* margin-left: 50px; */
}

.projects2 a {
    color: #3877FF;
    font-size: 20px;
    position: absolute;
    left: 47%; /* Changed from right to left */
    top: 2755px;
    /* margin-left: 50px; */
}

.SRM img {
    width: 400px;
    height: 200px;
    position: absolute;
    top: 425%;
    right: 63%; /* Changed from left to right */
    margin-left: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
}





.project3_descript{
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 50%;
    top: 2950px;
    margin-left: 50px;
}
.projects3 span{
    color: #5DB9EE;
}
.project3{
    font-size: 30px;
    color: #FFF;
    position: absolute;
    left: 50px;
    top: 2900px;
    /* margin-left: 50px; */
}
.project-heading{
    font-size: 35px;
    color: #5DB9EE;
    position: absolute;
    left: 550px;
    top: 1900px;
}
.projects3 a{
    color: #3877FF;
    font-size: 20px;
    position: absolute;
    right: 73%;
    top: 3200px;
    /* margin-left: 50px; */
}
.URL img{
    width: 400px;
    height: 200px;
    position: absolute;
    top: 500%;
    left: 45%;
    margin-left: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
}


.skill-heading{
    font-size: 35px;
    color: #5DB9EE;
    position: absolute;
    left: 550px;
    top: 3300px;
}




.progress1 span{
    color: #5DB9EE;
}
.pro1{
    font-size: 30px;
    color: #FFF;
    position: absolute;
    left: 190px;
    top: 3450px;
    /* margin-left: 50px; */
}
.progress1 a{
    color: #3877FF;
    font-size: 20px;
    position: absolute;
    right: 77%;
    top: 3750px;
    /* margin-left: 50px; */
}
.hacker img{
    width: 400px;
    height: 200px;
    position: absolute;
    top: 593%;
    left: 7%;
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
}



.progress2 span{
    color: #5DB9EE;
}
.pro2{
    font-size: 30px;
    color: #FFF;
    position: absolute;
    left: 870px;
    top: 3450px;
    /* margin-left: 50px; */
}
.progress2 a{
    color: #3877FF;
    font-size: 20px;
    position: absolute;
    right: 26%;
    top: 3750px;
    /* margin-left: 50px; */
}
.leet img{
    width: 400px;
    height: 200px;
    position: absolute;
    top: 593%;
    left: 60%;
    background-size: 100%;
    background-repeat: no-repeat;
    border: .1rem solid white;
    box-shadow: 0 0 1rem #fff,
    inset 0 0 1rem #FFF,
    0 0 1rem #3877FF,
    inset 0 0 1rem #3877FF;
}



.contact{
    font-size: 170%;
    color: #3877FF;
    position: absolute;
    left: 30%;
    top: 3900px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.contact-center{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;  
}
.contact-center textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-input{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    font-weight: 500px;
    padding-left: 25px;
    border-radius: 50px;
    font-size: 18px;
}
.contact-input:hover{
    border: 2px solid #3877FF;
}
.contact-input::placeholder{
    color: #3877FF;
}
.contact-center button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 15px;
    color: #FFF;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg, #3877FF,#5DB9EE);
    cursor: pointer;
}

