@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#2b2b5d}nav{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:40px;position:fixed;top:0;z-index:20;background-color:#2b2b5d3f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}nav ul a{cursor:pointer}nav ul a:hover{color:#80f5f5;border-bottom:1px solid rgb(249,226,226)}.active{color:#80f5f5;border-bottom:1px solid rgb(249,226,226)}nav ul{display:flex;align-items:center;justify-content:center;gap:20px;color:azure;list-style:none}nav h1{font-size:30px;background:linear-gradient(to right,#5d5de6,#bfaeae);-webkit-background-clip:text;background-clip:text;color:transparent}.hamburger{display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;display:none;cursor:pointer}.ham{width:30px;height:2px;background-color:#f0f8ff;transition:all .5s}.mobilemenu{position:absolute;top:80px;width:100%;height:100vh;background-color:#2b2b5d93;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);right:0;transform:translate(100%);display:flex;flex-direction:column;transition:all .5s;gap:20px}.activemobile{transform:translate(0)}.activeham .ham:nth-child(1){position:relative;top:4px;transform:rotate(45deg)}.activeham .ham:nth-child(2){opacity:0}.activeham .ham:nth-child(3){position:relative;top:-12px;transform:rotate(-45deg)}@media(max-width:750px){.desktopmenu{display:none}.hamburger{display:flex}}#home{width:100%;height:100%;min-height:100vh;display:flex;overflow:hidden}.lefthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;color:azure}.righthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.righthome img{width:70%;filter:drop-shadow(2px 2px 20px rgb(109,109,129))}.homedetails{font-size:2vmax}.line1{font-size:.9em}.line2{font-size:1.5em;background:linear-gradient(to right,red,#4f4f72);-webkit-background-clip:text;background-clip:text;color:transparent}.line3{font-size:1em}.line4{font-size:.8em}.homedetails button{padding:10px 20px;background-color:#0ff;color:#000;border:2px solid aqua;border-radius:50px;margin-top:20px;font-size:12px;transition:all .5s}.homedetails button:hover{background-color:transparent;color:#0ff}@media(max-width:750px){#home{flex-direction:column-reverse}.lefthome{width:100%;height:50vh}.righthome{width:100%;height:50vh;align-items:end}}#about{width:100%;height:100%;display:flex;overflow:hidden}.leftabout{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;gap:30px}.circle-line{display:flex;align-items:center;justify-content:center;flex-direction:column}.circle{width:60px;height:60px;border-radius:50px;background-color:#4a90cec0;box-shadow:2px 2px 20px #4a90cec0}.line{width:5px;height:120px;background-color:#f0f8ff;box-shadow:2px 2px 20px #edb8b8}.aboutdetails{display:flex;gap:30px;margin-top:20px;flex-direction:column}.aboutdetails ul{list-style:none}.aboutdetails li{color:#f0f8ff}.aboutdetails h1{background:linear-gradient(to right,#8f5de6,#bfaeae);-webkit-background-clip:text;background-clip:text;color:transparent}.aboutdetails span{color:#7fffd4}.rightabout{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}@media(max-width:750px){#about{flex-direction:column}.leftabout{width:100%;padding:5%}.rightabout{width:100%}}.card{width:90%;max-width:300px;height:150px;background-color:#a7c8e6;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:2px 2px 10px gray,2px 2px 20px gray;border-radius:10px;transition:all .2s;cursor:pointer;flex-shrink:0;padding:10px}.card:hover{box-shadow:2px 2px 10px #2ec0ff,2px 2px 20px #2e9133}.hovercard img{height:60%;filter:drop-shadow(2px 2px 10px black)}.hovercard{width:100%;height:100%;background:linear-gradient(to top,#9fc0dedc,#000);position:absolute;bottom:0;transform:translateY(-100%);transition:all .5s;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.card:hover .hovercard{transform:translateY(0)}.card h1{background:linear-gradient(to right,#8f5de6,#bfaeae);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:20px}#projects{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;overflow:hidden}.slider{padding:10px;width:90%;height:300px;display:flex;align-items:center;justify-content:flex-start;overflow-y:hidden;overflow-x:scroll;gap:20px;scrollbar-width:none}#para{font-size:3vmax;background:linear-gradient(to right,#5d5de6,#bfaeae);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}#contact{width:100%;height:100%;display:flex;overflow:hidden}.leftcontact,.rightcontact{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.leftcontact img{width:50%;filter:drop-shadow(2px 2px 10px rgb(255,230,0))}form{width:80%;height:70%;background-color:#f0f8ff;box-shadow:2px 2px 10px #000,2px 2px 20px #000;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}form:hover{box-shadow:2px 2px 10px #db2f2f,2px 2px 20px #c93939}form input{width:80%;height:50px;border:2px solid rgb(122,122,208);border-radius:20px;padding:20px}#textarea{width:80%;height:150px;border:2px solid rgb(122,122,208);border-radius:20px;padding:20px;outline:none}#btn{width:80px;height:30px;background-color:#7fffd4;display:flex;align-items:center;justify-content:center;padding:4px;font-size:16px;transform:all .5s}#btn:hover{background-color:transparent}@media(max-width:750px){#contact{flex-direction:column}.rightcontact,.leftcontact{width:100%}}
