* {
    margin: 0;
    box-sizing: border-box;
}
body {
    max-width: 1440px;
    max-height: 100vh;
background-image: url(./pic/Hello\,\ \(1\).jpg);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}


/* Main content */
#home h1{
    position: relative;
    top: 350px;
    left: 250px;
}
#home h1 b{
    font-size: larger;
    /* text-align: center; */
    padding: 2px;
}
.name{
    color: blue;
}
#home .name-info{
    position: relative;
    top: 319px;
    left: 502px;
}
#home .i-do-text{
    position: relative;
    top: 308px;
    left: 250px;
}
.i-do{
    color: blue;
}
#home .i-do-info{
    /* display: inline; */
    position: absolute;
    left: 375px;
    top: 392px;
}
#home a{
    color: black;
}
a:visited i {
    color: #050505;
}
#home .fa-instagram{
    position: relative;
    top: 330px;
    left: 310px;
    /* box-shadow: 1px 1px 1px 1px; */
}
#home .fa-github{
    position: relative;
    top: 330px;
    left: 320px;
}
#home .fa-linkedin{
    position: relative;
    top: 330px;
    left: 330px;
}
/* --------- */


/* top-left-profile------------------ */

#left-top {
    position: fixed;
    top: 0;
    width: 150px;
    height: 150px;
    border-right: 2px solid rgb(17, 17, 17);
    border-bottom-right-radius: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    /* background-color: transparent; */
    background-color: aliceblue;
}
.profile h3 {
    text-align: center;
    position: relative;
    top: 50px;
    rotate: 320deg;
}
#left-top:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.profile-popup h3{
    font-size: x-large;
    width: 80px;
    margin: auto;
    text-align: center;
    border-bottom: 2px solid black;
}
.profile-text{
    margin: 60px 50px;
}
.profile-text p{
    font-size: larger;
}
.profile-text a{
    text-decoration: none;
    color: blue;
    border-bottom: 1px solid blue;
}






/* bottom-left-tach-stash--------------------- */
#left-bottom {
    position: fixed;
    bottom: 0;
    width: 150px;
    height: 150px;
    /* background-color: transparent; */
    background-color: aliceblue;
    border-right: 2px solid rgb(12, 12, 12);
    border-top-right-radius: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}
.tech-stash h3 {
    text-align: center;
    position: relative;
    top: 70px;
    left: -10px;
    rotate: 45deg;
}
.tech-stash-popup h3{
    width: 120px;
    /* padding-bottom: 10px; */
    margin: auto;
    text-align: center;
    font-size: x-large;
    border-bottom: 2px solid rgb(10, 10, 10);
    color: #070707;
}
.tech-stash-logo{
    margin: 50px 50px 50px 50px;
     display: grid;
     grid-template-columns: repeat(9, 1fr);
     align-content: center;
   
    gap: 40px;
}
.tech-logo{
    width: 70px;
    height: 70px;
}

#left-bottom:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/* top-right-projects-------------------- */
#right-top {
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    border-left: 2px solid rgb(10, 10, 10);
    border-bottom-left-radius: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    /* background-color: transparent; */
    background-color: aliceblue;
}
.project h3 {
    text-align: center;
    position: relative;
    top: 50px;
    rotate: 50deg;
}
#right-top:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.project-popup{
    overflow-y: scroll;
}
.project-popup::-webkit-scrollbar{
    width: 8px;
}
.project-popup::-webkit-scrollbar-track{
   background-color: #e6e4e3;
}
.project-popup::-webkit-scrollbar-thumb{
    background-color: rgb(180, 175, 167);
    border-radius: 10% 0;
}
.project-popup h3{
    font-size: x-large;
    text-align: center;
    border-bottom: 3px solid black;
    width: 100px;
    margin: auto;
}
.project-box{
    margin: 50px 50px 30px 50px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.project-box a{
    text-decoration: none;
}
.project-loop{
    width: 280px;
    height: 230px;
    margin: 0px;
}
.project-loop h3{
    color: #0f0f0f;
    position: relative;
    top: 30px;
    left: 70px;
    text-align: left;
    width: 200px;
    border: none;
}
.project-loop:hover{
    cursor: pointer;
}
.project-loop h3:hover{
    cursor: pointer;
}
.project-loop p{
    color: aliceblue;
    position: absolute;
    top: 180px;
    left: 120px;
    z-index: 10;
    width: 250px;
    height: 250px;
    display: none;
    transition: display 0s linear 0.2s, opacity 0.2s ease-in-out; 
}
.project-loop p :hover{
    display: block;
    cursor: pointer; 
    opacity: 1; 
    transition-delay: 0s; 
}
.project-info{
    width: 300px;
    height: 200px;
    border: 2px solid black;
    background-color: #272626;
    clip-path: path("M 10 190 A 10 10 0 0 1 0 180 L 0 10 A 10 10 0 0 1 10 0 L 92 0 A 10 10 0 0 1 102 10 L 102 26 A 10 10 0 0 0 112 36 L 263 36 A 10 10 0 0 1 273 46 L 273 180 A 10 10 0 0 1 263 190 L 0 190 A 10 10 0 0 1 0 190 Z");
    
}
.project-inner-img{
    background-color: #5a5a5a;
    width: 100%;
    height: 100%;
    clip-path: polygon(65% 0, 100% 0, 100% 33%, 40% 100%, 0 100%, 0 68%);
    background-image: url(./pic/Hello\,\ \(2\).jpg);
    overflow: hidden;
    background-size: cover;
    opacity: 0.5;
   
} 











/* bottom-right-contact-me---------------- */
#right-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    border-left: 2px solid rgb(7, 7, 6);
    border-top-left-radius: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    /* background-color: transparent; */
    background-color: aliceblue;
}
.contact-me h3 {
    text-align: center;
    position: relative;
    top: 70px;
    right: -10px;
    rotate: 315deg;
}
#right-bottom:hover {
    transform: scale(1.1);
    cursor: pointer;
}



.contact-popup {
    
}
.contact-head-text{
 width: 100px;
 margin: auto;
 padding-bottom: 5px;
 border-bottom: 2px solid black;
 
 }
 .contact-popup h3{
    text-align: center;
 }
 .contact-content{
    display: flex;
    justify-content: space-evenly;
    margin: 30px 10px;
 
 }
 .contact-form{
    text-align: center;
    
 }
 .contact-input{
 padding: 50px;
 }
 .data{
    width: 400px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(92, 90, 90);
    padding-left: 10px;
    outline: none;
    
 }
 .data-btn{
    background-color: transparent;
    color: rgb(131, 130, 130);
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    border: 2px solid rgb(90, 86, 86);
    padding: 10px 20px 10px 20px;
 }
 .contact-info{
    width: 45%;
    padding: 40px;
    font-size: smaller;
    line-height: 2;
 }

.contact-info p{
    font-size: medium;
    line-height: 20px;
    font-weight: 500;
}
.contact-box-text{
    width: 100px;
    margin: auto;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}


















/* Popup Modal */
.popup {
    display: none;
    position: absolute;
    width: 1200px;
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(230, 230, 220);
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 999;
}

/* Overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 998;
}

/* Blur class */
/* .blur {
    filter: blur(1px);
    pointer-events: none;
}

 */

