@import"https://fonts.googleapis.com/css2?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&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#111417}::-webkit-scrollbar{display:none}nav{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:30px;position:fixed;top:0;z-index:20;background-color:#111417}nav ul a{cursor:pointer}nav ul a:hover{color:#6bd3d3;border-bottom:2px solid white}.active{color:#6bd3d3;border-bottom:2px solid white}nav ul{display:flex;align-items:center;justify-content:center;gap:25px;color:#fff;list-style:none;font-size:20px}nav h1{font-size:30px;background:linear-gradient(to right,#42b4cd,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.hamburger{align-items:center;justify-content:center;gap:8px;flex-direction:column;display:none;cursor:pointer}.ham{width:35px;height:2px;background-color:#f0f8ff;transition:all .5s}.mobilemenu{position:absolute;top:80px;width:100%;height:100vh;background-color:#11141779;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);right:0;transform:translate(100%);flex-direction:column;transition:all .5s;gap:40px}.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,.mobilemenu{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:#fff}.righthome{width:50%;height:100vh;display:flex;justify-content:center;align-items:center}.righthome img{width:60%;filter:drop-shadow(2px 2px 20px rgb(116,201,225))}.homedetails{font-size:2vmax}.line1{font-size:.8em}.line2{font-size:2em;background:linear-gradient(to right,#42b4cd,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.line3{font-size:1em}.homedetails button{padding:10px 30px;background-color:#42b4cd;color:#000;border:2px solid rgb(66,180,205);margin-top:30px;cursor:pointer;border-radius:20px;font-size:18px;transition:all .2s}.homedetails button:hover{background-color:transparent;color:#42b4cd}@media (max-width: 750px){#home{flex-direction:column-reverse}.lefthome{width:100%;height:50vh}.righthome{width:100%;height:50vh;align-items:end}.righthome img{width:50%}}#about{width:100%;height:100%;display:flex;overflow:hidden}.leftabout{width:50%;height:100vh;display:flex;align-items:center;justify-content:center;gap:50px}.circle-line{display:flex;align-items:center;justify-content:center;flex-direction:column}.circle{width:56px;height:56px;border-radius:50px;background-color:#7ad7ea;box-shadow:2px 2px 20px #7ad7ea}.line{width:2px;height:115px;background-color:#f0f8ff}.aboutdetails{display:flex;gap:24px;flex-direction:column}.aboutdetails h1{font-size:28px;background:linear-gradient(to right,#c62a60,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.aboutdetails li{color:#fff;font-size:14px;list-style:none}.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}.leftabout,.rightabout{width:100%;padding:10%}}.hovercard img{height:80%;filter:drop-shadow(2px 2px 10px black)}.card{width:90%;max-width:400px;height:180px;background-color:#141a1f;position:relative;overflow:hidden;display:flex;justify-content:center;align-items: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 #7af7ea,2px 2px 20px #7af7ea}.card h1{font-size:28px;background:linear-gradient(to right,#c62a60,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.hovercard{width:100%;height:100%;background:linear-gradient(to top,#58cce372,#0000006f);position:absolute;bottom:0;transform:translateY(100%);transition:all .5s;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.hovercard img{max-width:250px;max-height:250px;object-fit:contain;filter:drop-shadow(2px 2px 10px black);opacity:0;transition:opacity .4s ease}.card:hover .hovercard{transform:translateY(0)}.card:hover .hovercard img{opacity:1}.card h1{background:linear-gradient(to right,#2ac6c4,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}#projects{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;overflow:hidden}.slider{width:90%;height:350px;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,#cb356c,#fff);-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;justify-content:center;align-items:center}.leftcontact img{width:50%;filter:drop-shadow(2px 2px 2px rgb(87,196,220))}.rightcontact{width:50%;height:100vh;display:flex;justify-content:center;align-items:center}form{height:70%;width:80%;background-color:#13191d;box-shadow:2px 2px 10px #000,2px 2px 20px #000;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:24px;border-radius:20px}form:hover{box-shadow:2px 2px 10px #69d0d7,2px 2px 20px #69d0d7}form input{width:80%;height:50px;border:2px solid rgb(105,208,215);border-radius:20px;padding:20px;outline:none}#textarea{width:80%;height:150px;border:2px solid rgb(105,208,215);border-radius:20px;padding:20px;outline:none}#btn{width:100px;height:50px;background-color:#69d0d7;display:flex;justify-content:center;align-items:center;padding:0;cursor:pointer;font-size:16px;transform:all .3s}#btn:hover{background-color:transparent;color:#69d0d7}@media (max-width: 750px){#contact{flex-direction:column}.leftcontact{width:100%;height:50vh}.leftcontact img{width:70%}.rightcontact{width:100%}}
