@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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}.card{width:90%;max-width:400px;height:160px;background-color:#141a1f;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:2px 2px 10px #000,2px 2px #000;border-radius:10px;transition:all .2s ease-in-out;cursor:pointer;flex-shrink:0;padding:10px}.card:hover{box-shadow:3px 3px 20px #23589e,3px 3px 20px #23589e}.cardhover{width:100%;height:100%;background:linear-gradient(to top,#79cddc7c,#0c11147e);position:absolute;bottom:0;transform:translateY(100%);transition:all .5s ease-in-out;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.card:hover .cardhover{transform:translateY(0)}.cardhover img{height:80%;filter:drop-shadow(2px 2px 10px black)}.card h1{background:linear-gradient(to right,#c62a60,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}#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-line{display:flex;justify-content:center;align-items:center;flex-direction:column}.circle{width:60px;height:60px;border-radius:50%;background-color:#7ad7ea;box-shadow:2px 2px 20px #7ad7ea}.line{width:2px;height:120px;background-color:#f0f8ff}.aboutdetails{display:flex;gap:40px;flex-direction:column}.aboutdetails ul{list-style:none}.aboutdetails h1{background:linear-gradient(to right,#c62a60,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.aboutdetails li{color:#fff}.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{width:100%;padding:10%}.rightabout{width:100%}}#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(40,151,224))}.rightcontact{width:50%;height:100vh;display:flex;justify-content:center;align-items:center}form{width:70%;height:75%;background-color:#13191d;box-shadow:2px 2px 20px #000,2px 2px 20px #000;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:25px;border-radius:20px}form:hover{box-shadow:2px 2px 20px #339bbb,2px 2px 20px #339bbb}form input{width:80%;height:50px;border:2px solid rgb(51,155,187);border-radius:20px;padding:20px;outline:none}#textarea{width:80%;height:120px;border:2px solid rgb(51,155,187);border-radius:20px;padding:20px;outline:none}#btn{width:100px;height:50px;background-color:#339bbb;display:flex;align-items:center;justify-content:center;padding:0;font-size:20px;cursor:pointer;transform:all .2s}#btn:hover{background-color:transparent;color:#339bbb}.contact-icons{margin-top:20px;display:flex;gap:20px;align-items:center;justify-content:center}.contact-icons img{width:30px;height:30px;cursor:pointer;transition:transform .3s ease;filter:invert(1)}.contact-icons img:hover{transform:scale(1.2);filter:invert(.7)}@media (max-width:750px){#contact{flex-direction:column}.leftcontact{width:100%;height:50vh}.leftcontact img{width:80%;height:50vh}.rightcontact{width:100%}}#home{width:100%;height:100%;display:flex;overflow:hidden}.lefthome{width:50%;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff}.righthome{width:50%;height:100vh;display:flex;align-items:center;justify-content:center}.imgwrap img{width:260px;height:260px;border-radius:50%;overflow:hidden;box-shadow:0 0 20px #74c9e1;display:flex;align-items:center;justify-content:center;object-fit:cover;object-position:70% 23%}.homedetails{font-size:2vmax}.line1{font-size:.8em}.line2{font-size:2.5em;background:linear-gradient(to right,#41b4cd,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.line3{font-size:1em}.homedetails button{padding:10px 30px;background-color:#41b4cd;color:#000;font-size:18px;border:2px solid rgb(65,180,205);border-radius:15px;margin-top:17px;transition:all .2s}.homedetails button:hover{background-color:transparent;color:#41b4cd;cursor:pointer}@media (max-width:750px){#home{flex-direction:column-reverse}.lefthome{width:100%;height:50vh}.righthome{width:100%;height:50vh;align-items:end;margin-top:60px}}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:#111417}nav ul a{cursor:pointer}nav ul a:hover{color:#6bd3d3;border-bottom:1.6px solid white}.active{color:#6bd3d3;border-bottom:1.6px solid white}.nav-menu{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,#41b4cd,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.hamburger{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;z-index:21}@media screen and (max-width: 768px){nav{padding:20px;height:80px}nav h1{font-size:24px}.hamburger{display:block}.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:#111417;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0;gap:30px}.nav-menu.active{left:0}.nav-menu li{padding:10px 0}}@media screen and (max-width: 480px){nav{padding:15px;height:70px}nav h1{font-size:20px}.hamburger{font-size:22px}.nav-menu{top:70px;gap:25px;font-size:18px}}@media screen and (max-width: 320px){nav{padding:10px;height:60px}nav h1{font-size:18px}.hamburger{font-size:20px}.nav-menu{top:60px;font-size:16px;gap:20px}}#project{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-y:hidden;overflow-x:scroll;gap:30px;scrollbar-width:none;padding:20px}.name{font-size:2vmax;background:linear-gradient(to right,#cd416b,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}#para{font-size:4vmax;background:linear-gradient(to right,#cd416b,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}
