@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#131616}nav{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:20px;position:fixed;top:0;z-index:20;background-color:#131616}nav ul a{cursor:pointer}nav ul a:hover{color:#6bd3d3;border-bottom:2px solid whitesmoke}.active{color:#6bd3d3;border-bottom:2px solid whitesmoke}nav ul{display:flex;align-items:center;justify-content:center;gap:20px;color:#fff;list-style:none;font-size:20px}nav h1{font-size:30px;background:linear-gradient(to right,#095668,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.hamburger{display:flex;align-items:center;justify-content:center;gap:8px;flex-direction:column;display:none;cursor:pointer}.ham{width:40px;height:2px;background-color:#f0f8ff;transition:all .5s}.mobilemenu{position:absolute;top:80px;width:100%;height:100vh;background-color:#06070879;right:0;transform:translate(100%);flex-direction:column;transition:all .7s;gap:50px}.activemobile{transform:translate(0)}.activeham .ham:nth-child(1){transform:rotate(45deg);position:relative;top:8px}.activeham .ham:nth-child(2){opacity:0}.activeham .ham:nth-child(3){transform:rotate(-45deg);position:relative;top:-12px}@media (max-width:750px){.desktopmenu{display:none}.hamburger{display:flex}}#home{width:100%;height:100%;display:flex;overflow:hidden}.lefthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;color:#f5f5f5}.righthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.righthome img{width:50%;object-fit:cover;border-radius:50%;filter:brightness(.75) contrast(1.3);box-shadow:0 10px 25px #0000004d;transition:all .4s ease-in-out}@keyframes rotateIn{0%{transform:rotate(-180deg) scale(.7);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}.righthome img{animation:rotateIn 1.2s ease forwards}.homedetails{font-size:2vmax}.line1{font-size:.6em}.line2{font-size:2em;background:linear-gradient(to right,#9e13ee,#f5f5f5);-webkit-background-clip:text;background-clip:text;color:transparent}.line3{font-size:.9em}.homedetails button{padding:10px 30px;background-color:#42b4cd;color:#000;border:2px solid rgb(66,180,205);margin-top:30px;border-radius:20px;font-size:19px;transition:all .2s;cursor:pointer}.homedetails button:hover{background-color:transparent;color:#42b4cd}@media (max-width:750px){#home{flex-direction:column-reverse;display:flex}.lefthome{width:100%;height:50vh;padding-left:20px;text-align:center}.righthome{width:100%;height:50vh}.righthome img{width:30%;min-width:150px;margin-top:100px}.homedetails button{font-size:clamp(12px,2vw,19px)}}#about{width:100%;height:100%;display:flex;overflow:hidden}.leftabout{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;gap:40px}.circle{width:60px;height:60px;border-radius:50px;background-color:#7ad7ea;box-shadow:2px 2px 20px #7ad7ea}.line{width:2px;height:120px;background-color:#f0f8ff}.circle-line{display:flex;flex-direction:column;align-items:center;justify-content:center}.aboutdetails{display:flex;gap:40px;flex-direction:column}.aboutdetails ul{list-style:none}.aboutdetails h1{background:linear-gradient(to right,#91284d,#f5f5f5);-webkit-background-clip:text;background-clip:text;color:transparent}.aboutdetails li{color:#f5f5f5}.aboutdetails span{color:#7ad7ea}.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}#about .leftabout{width:100%;padding:10%}#about .rightabout{width:100%}}.card{width:90%;max-width:400px;height:170px;background:#141a1f;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:2px 2px 10px #000,2px 2px 20px #000;border-radius:10px;transition:all .2s;cursor:pointer;flex-shrink:0;padding:10px}.card:hover{box-shadow:2px 2px 10px #52c4f1,2px 2px 20px #57d1f7}.hovercard img{height:80%;filter:drop-shadow(2px 2px 10px black)}.hovercard{width:100%;height:100%;background:linear-gradient(to top,#79cddc7c,#0c11147e);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:translate(0)}.card h1{background:linear-gradient(to right,#3cb9d8,#f5f5f5);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:20px}#projects{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;overflow:hidden}.slider{width:90%;height:300px;display:flex;align-items:center;overflow-x:scroll;overflow-y:hidden;gap:30px;scrollbar-width:none;padding:20px}#para{font-size:4vmax;background:linear-gradient(to right,#e63232,#899428);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}#contact{width:100%;height:100%;display:flex;overflow:hidden}.leftcontact{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.leftcontact img{width:50%;filter:drop-shadow(2px 2px 10px rgb(87,196,220))}.rightcontact{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}form{width:80%;height:70%;background-color:#13191d;box-shadow:2px 2px 10px #000,2px 2px 20px #000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;border-radius:20px}form:hover{box-shadow:2px 2px 10px #31bdc7,2px 2px 20px #26bad4}form input{width:80%;height:50px;border:2px solid rgb(105,208,215);border-radius:20px;padding:20px;outline:none}#textarea{width:80%;height:200px;border:2px solid rgb(105,208,215);border-radius:20px;padding:20px;outline:none}#btn{width:100px;height:50px;background-color:#69d0d7;display:flex;align-items:center;justify-content:center;padding:0;font-size:20px;transform:all .3s;cursor:pointer}#btn:hover{background-color:transparent;color:#42b4cd}@media (max-width:750px){#contact{flex-direction:column}.leftcontact{width:100%;height:50vh}.leftcontact img{width:70%}.rightcontact{width:100%}}
